Home / Workflows / Scrape a competitor's pricing page
Browser Researchadvanced4-step workflow~30 min

Scrape a competitor's pricing page

Open a real browser session, navigate to the pricing page, pull structured pricing data, then close the session cleanly.

Workflow

Step 1 of 4

Browse Open

Open a headless browser session.

browse_open({"url": "https://example.com", "mode": "honest", "sign": true})
Step 2 of 4

Browse Navigate

Navigate to the competitor's pricing URL.

browse_navigate({"browser_id": "example-id", "url": "https://example.com"})
Step 3 of 4

Browse Extract

Pull structured fields (prices, plan names) off the loaded page.

browse_extract({"browser_id": "example-id", "fields": {}})
Step 4 of 4

Browse Close

Close the browser session once extraction is done.

browse_close({"browser_id": "example-id"})

Install

One command wires up every tool below for Claude Code:

claude mcp add --transport http wingman https://wingmanprotocol.com/mcp

Claude Desktop, Cursor and Continue configs are on /install. A free key (500 calls/month, no card) is on /pricing; beyond that it is x402 pay-per-call in USDC on Base.