# webscrape.ai Pricing

Start for free and scale up to millions of pages with flexible, credit-based plans.

## Plans

| Plan       | Price      | Credits / mo  | Concurrency | Rate limit  | Overage (per 1k credits) |
| ---------- | ---------- | ------------- | ----------- | ----------- | ------------------------ |
| Free       | $0/mo      | 500 (one-time)| 1           | 10 req/min  | —                        |
| Hobby      | $19/mo     | 5,000         | 5           | 30 req/min  | $5.00                    |
| Startup    | $79/mo     | 30,000        | 25          | 60 req/min  | $3.00                    |
| Enterprise | Custom     | Custom        | Custom      | Custom      | Custom                   |

Credits reset monthly. Failed requests cost 0 credits. The overage rate applies only to credits used beyond the included volume.

## Endpoint Costs

Each successful API call deducts a fixed number of credits — no token-based or per-MB pricing.

| Endpoint                                        | Credits         |
| ----------------------------------------------- | --------------- |
| `POST /v1/smartscraper`                         | 5               |
| `POST /v1/scrape`                               | 1               |
| `POST /v1/crawl`                                | 1 / page        |
| `POST /v1/search`                               | 1 / 5 results   |
| `POST /v1/blueprints/suggest-schema`            | 1               |
| `POST /v1/blueprints` (create)                  | 5               |
| `POST /v1/blueprints/{id}/run`                  | 1               |
| `POST /v1/smartbrowse/recipes/{id}/run`         | 2 / page        |

## Stealth Surcharges

Stealth mode (real-browser fetch path for sites that block standard requests) adds a per-endpoint surcharge on top of the base cost.

| Endpoint                       | Base | + Stealth | Total |
| ------------------------------ | ---- | --------- | ----- |
| `/v1/smartscraper`             | 5    | +5        | 10    |
| `/v1/scrape`                   | 1    | +2        | 3     |
| `/v1/crawl` (per page)         | 1    | +1        | 2     |
| `/v1/search` (per 5 results)   | 1    | +1        | 2     |
| `/v1/blueprints` (create)      | 5    | +5        | 10    |
| `/v1/blueprints/{id}/run`      | 1    | +2        | 3     |

## Volume Examples

To illustrate cost at common volumes:

- **1,000 pages with LLM extraction**: 1,000 × 5 = 5,000 credits — fits in Hobby ($19/mo).
- **10,000 pages via a saved blueprint**: 10,000 × 1 = 10,000 credits — Startup ($79/mo) covers it 3× over.
- **A 200-page site crawl**: 200 × 1 = 200 credits — well within Free.
- **SmartBrowse recipe across 5 paginated screens**: 5 × 2 = 10 credits per run.

## Enterprise

For teams scraping millions of pages per month, webscrape.ai offers custom Enterprise plans with volume-based pricing, dedicated infrastructure, premium proxy pools, 99.9% SLA guarantees, on-premise deployment, and a dedicated account manager.

Contact sales at support@webscrape.ai.

## Feature Highlights

- **Free**: 500 starter credits, 1 concurrent request, 10 req/min, 7-day data retention, community support.
- **Hobby**: 5,000 credits/mo, 5 concurrent, 30 req/min, standard proxy rotation, 30-day retention, email support.
- **Startup**: 30,000 credits/mo, 25 concurrent, 60 req/min, residential proxies, captcha solving, 30-day retention, priority support.
- **Enterprise**: Flexible credits, custom rate limits, dedicated infrastructure, premium proxy pool, 99.9% SLA, dedicated account manager, on-premise deployment.

All plans include: schema-validated JSON output, automatic retries, anti-bot fetching, request history, webhook delivery, and the full extraction pipeline (SmartScraper, Scrape, Crawl, Blueprints, SmartBrowse).
