# 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        |

## Cloud Browser (Browse)

Browse is a cloud browser you drive over CDP from your own Playwright or Puppeteer client (`POST /v1/browse/sessions`). It is metered, not per-call: **0.2 credits / minute** of session time (1-minute minimum per session) plus **1,300 credits / GB** of bandwidth. The clock runs from when your client connects until it disconnects. Each paid plan includes a monthly bandwidth allowance; only usage beyond it is billed. Paid plans only.

| Plan       | Cloud browser | Included bandwidth |
| ---------- | ------------- | ------------------ |
| Free       | —             | —                  |
| Hobby      | Yes           | 2 GB / mo          |
| Startup    | Yes           | 10 GB / mo         |
| Enterprise | Custom        | Custom             |

## 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.
- **A 30-minute Browse session moving 1 GB (Hobby)**: 30 × 0.2 = 6 credits of time; the 1 GB is within Hobby's 2 GB monthly allowance, so no bandwidth charge.

## Enterprise

For teams scraping millions of pages per month, webscrape.ai offers custom Enterprise plans with volume-based pricing, dedicated infrastructure, 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, 30-day retention, email support, 2 GB cloud browser.
- **Startup**: 30,000 credits/mo, 25 concurrent, 60 req/min, 30-day retention, priority support, 10 GB cloud browser.
- **Enterprise**: Flexible credits, custom rate limits, dedicated infrastructure, 99.9% SLA, dedicated account manager, on-premise deployment.

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