Agentic Web Scraping API

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.

FreeStart now — no credit card
Renders JavaScript Screenshot Raw HTML
Data Extract Session recording Simple REST API
scrapx — agentic-scraper
idle

Two ways to use it

Authenticate with your API key and choose the mode that fits your use case.

Agentic Mode

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"
  }
}

Command Mode

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" }
    ]
  }
}

Pricing

Start free — no credit card required.

Free

Free

Scraping API

20 req / day

600 / month

Website Monitoring

5 URLs

2 Competitors

Starter

$9/month

Scraping API

100 req / day

3,000 / month

Website Monitoring

25 URLs

5 Competitors

Pro

$29/month

Scraping API

500 req / day

15,000 / month

Website Monitoring

100 URLs

15 Competitors

Scale

$99/month

Scraping API

2,000 req / day

60,000 / month

Website Monitoring

250 URLs

50 Competitors