A web scraping API you control with a prompt. It renders JavaScript and returns JSON, raw HTML, or a screenshot. Free to start, no credit card.
Authenticate with your API key and choose the mode that fits your use case.
Just send a prompt. Include the URL in your text — no separate fields needed.
POST https://api.scrapx.io/
x-api-key: <your-key>
{
"agentTask": {
"goal": "Go to example.com/products
and extract all product
names and prices"
}
}Define exact browser steps and extraction selectors — full control, no AI cost per step.
POST https://api.scrapx.io/
x-api-key: <your-key>
{
"commandTask": {
"url": "https://example.com",
"steps": [
{ "action": "click",
"selector": "#load-more" },
{ "action": "extract",
"selector": ".price",
"multiple": true,
"as": "prices" }
]
}
}Start free — no credit card required.
Starter
Scraping API
100 req / day
3,000 / month
Website Monitoring
25 URLs
5 Competitors
Pro
Scraping API
500 req / day
15,000 / month
Website Monitoring
100 URLs
15 Competitors
Scale
Scraping API
2,000 req / day
60,000 / month
Website Monitoring
250 URLs
50 Competitors