A one-shot use case for browserless_smartscraper. Drop the prompt below into Cursor chat once Browserless MCP is installed.
Use
browserless_smartscraperto fetchhttps://stripe.com/pricingasformats: ["markdown", "links"]. Then:
- From the markdown, extract every plan name + headline price into a table (columns: Plan, Price, Best for).
- From the links, list any URL containing the word "enterprise" or "contact".
Return both as separate markdown sections.
markdowngives the model clean text to summarize.linksreturns absolute URLs Stripe links to from the page — useful for follow-up navigation without re-rendering.- Smart scraper handles Stripe's anti-bot rendering automatically; you don't need to spin up a headed browser.
- Replace
https://stripe.com/pricingwith any vendor — Linear, Notion, Vercel, etc. - Add
screenshotto the formats list to also get a PNG of the rendered page. - Add
pdfif you want a printable archive of the page.
Cursor will surface a permission prompt the first time it calls the tool. After approval, the result lands inline in chat in roughly 5–15 seconds (depends on the target site).