AgentScrape
Pay-per-call web scraping for AI agents — no signup, no API keys, just USDC.
What it can do
- Scrape Webpage: Scrape any webpage and return content as markdown, html, text, or json. Pay-per-call web scraping for AI agents.
- Extract Structured Data: AI-powered structured data extraction from any webpage using natural language. Returns JSON matching your prompt or schema.
- Screenshot Webpage: Capture a PNG screenshot of any webpage. Supports desktop, mobile, and tablet viewports, plus full-page mode.
What data it sees
Do you need an account
No: the server works without sign-in
Pay-per-call web scraping for AI agents — no signup, no API keys, just USDC.
AgentScrape is a production MCP server giving agents six paid tools for web scraping, structured extraction, screenshots, and metadata — all on Cloudflare Workers, all settled in USDC on Base via x402.
Tools
scrape_webpage— fetch as markdown, html, text, or jsonextract_structured_data— AI-powered extraction with natural-language prompts + JSON schemasscreenshot_webpage— PNG capture, viewport configurableextract_metadata— OG, Twitter Card, JSON-LDcreate_browser_session— persistent sessions for multi-step flowsrun_workflow— multi-step atomic execution
Pricing
$0.001–$0.008 USDC per call on Base mainnet. No subscriptions. No API keys. Pay per request via x402.
Free tier: 10 calls per wallet per 30 days. No signup required.
Stack
Cloudflare Workers · Hono · @x402/hono v2 · MCP Streamable HTTP · xpay.sh facilitator · Browser Rendering
MIT licensed. Built by HSH Intelligence.
Server tool list (6)
Raw names from tools/list. Only developers need these.
| scrape_webpage | Scrape any webpage and return content as markdown, html, text, or json. Pay-per-call web scraping for AI agents. |
| extract_structured_data | AI-powered structured data extraction from any webpage using natural language. Returns JSON matching your prompt or schema. |
| screenshot_webpage | Capture a PNG screenshot of any webpage. Supports desktop, mobile, and tablet viewports, plus full-page mode. |
| extract_metadata | Extract page metadata: title, description, Open Graph, Twitter cards, JSON-LD, canonical URL, and all meta tags. |
| create_browser_session | Create a stateful browser session that persists cookies and localStorage across multiple scrape/workflow calls. |
| run_workflow | Execute a multi-step browser workflow atomically: navigate, click, type, wait, scroll, screenshot, extract, evaluate. Up to 20 steps. |