Pricing
SuperScraper is priced on credits. One credit is one page. The number you see is the number
you pay, and a scrape that returns nothing costs zero. The live catalog is always at
GET /v1/pricing.
Plans
| Free | Hobby | Pro | Scale | |
|---|---|---|---|---|
| Price | $0 | $12 / mo | $59 / mo | $239 / mo |
| Billed yearly | $0 | $10 / mo | $49 / mo | $199 / mo |
| Credits / month | 1,000 | 5,000 | 100,000 | 500,000 |
| Concurrent requests | 2 | 5 | 50 | 100 |
| Requests / minute | 10 | 60 | 200 | 600 |
| Overage | none | $7 / 1,500 credits | $39 / 35,000 credits | $147 / 175,000 credits |
| Search endpoint | no | no | yes | yes |
| Support | Community | Priority email | Priority |
No credit card is required for the Free plan. Higher tiers add concurrency, rate limits, and the search endpoint. Custom plans are available for higher volume.
On concurrency: the row above is the plan's headline figure, also served by
GET /v1/pricing. The only endpoint that currently clamps parallelism is
POST /v1/batch, whose own per-plan worker cap is Free 2, Hobby 5, Pro 10,
Scale 20. Requests / minute is the limit you will actually hit first, see
Rate limits.
What a credit buys
| Endpoint | Cost |
|---|---|
/v1/scrape | 1 credit per page |
/v1/crawl | 1 credit per page crawled |
/v1/map | 1 credit per call |
/v1/search | 2 credits per 10 results |
/v1/extract (JSON-LD / Open Graph) | Free |
/v1/extract (schema, LLM) | 1 credit + model usage |
/v1/screenshot, /v1/parse | 1 credit |
/v1/brand, /v1/resolve | 1 credit |
/v1/enrich/* | 1 credit + provider usage on paid tiers |
| A scrape that returns nothing | 0 credits |
Principles
- One page, one credit. No per-feature multipliers, no surprise add-ons.
- Free structured extraction. JSON-LD and Open Graph parsing is $0, no LLM cost when a site already ships structured data.
- No charge on failure. A call that returns no data costs zero credits. You pay for results, not attempts.
FAQ
Does the free plan require a credit card? No. Sign up with an email and start immediately with 1,000 credits a month.
What counts as a credit? One scraped page is one credit. Crawl bills one credit per page it returns, map is one credit per call, and search is two credits per ten results. JSON-LD and Open Graph extraction is free.
What about schema extraction?
A call to /v1/extract with a schema runs an LLM and costs one credit plus the underlying
model usage. Schema-free calls (the JSON-LD cascade) are always free.
Do failed scrapes cost credits? No. A scrape that returns no data costs zero credits.
Do unused credits roll over? Monthly plan credits reset on the 1st of each calendar month. Top-up credits do not expire.
Can I use the MCP server on the free plan? Hosted MCP is not available. Use the REST API; the same credit costs apply.