vaaya / tools / scrape.do / scrape_super
Scrape.do scrape_super for AI agents
Scrape.do — The heavy rung: RESIDENTIAL/mobile proxy pool plus full JS rendering (`super` + `render`). For pages that bounce the plain scrapedo/scrape call…
2¢ per call
npx @vaaya/mcp installParameters
| Param | Type | What |
|---|---|---|
url required | string | |
customHeaders | boolean | |
geoCode | string | |
timeout | integer |
Call it
From any MCP client with Vaaya connected, one use call:
{
"service": "scrapedo",
"action": "scrape_super",
"params": {
"url": "<url>"
},
"max_cost_cents": 2
}
Or over HTTP with a Vaaya API key:
curl -X POST https://vaaya.ai/api/run/scrapedo/scrape_super \
-H "Authorization: Bearer $VAAYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"<url>","max_cost_cents":2}'
The facts
Call
scrapedo/scrape_super
Price
2¢. Charged only on success.
Pillar
Scraping · routed by vaaya/onescrape
Settlement
Vaaya calls the provider with its own account and bills you the catalog price.
Credentials
Held server-side by Vaaya; your agent never receives a Scrape.do key.
More from Scrape.do
Give your agents this call.
Connect Vaaya once, then describe the outcome or call it directly. Paid per call, from one balance.
npx @vaaya/mcp install