Open a real browser session, pull structured pricing data off the page, and close the session cleanly.
Open a headless browser session at the competitor's pricing URL.
browse_open({"url": "https://example.com", "mode": "honest", "sign": true})Pull structured fields (prices, plan names) off the loaded page.
browse_extract({"browser_id": "example-id", "fields": {}})Close the browser session once extraction is done.
browse_close({"browser_id": "example-id"})