# How does Web Scraper API pricing work?

Your [Web Scraper API](https://oxylabs.io/products/scraper-api/web) subscription gives you a set amount of results each month. Results refer to successfully scraped content entities (e.g., web page HTML). All results from the target site with 2xx or 4xx status codes are counted as successful.

Failed scraping attempts due to our system errors (5xx and 6xx status codes) don’t count, and you won't be billed for them.

The number of results you get for each subscription depends on the targets you scrape as well as the rendering requirements. Here’s the exact number of results you will get for each target and plan:

| Target                       | Free trial | Micro  | Starter | Advanced | Venture   | Business  | Corporate  |
| ---------------------------- | ---------- | ------ | ------- | -------- | --------- | --------- | ---------- |
| Amazon                       | 2,000      | 98,000 | 247,500 | 622,500  | 1,663,333 | 3,330,000 | 10,000,000 |
| Google                       | 1,000      | 49,000 | 110,000 | 311,250  | 712,857   | 1,665,000 | 4,000,000  |
| Other (without JS rendering) | 909        | 44,545 | 90,000  | 276,667  | 623,750   | 1,427,143 | 2,857,143  |
| With JS rendering            | 769        | 37,692 | 76,154  | 207,500  | 453,636   | 999,000   | 2,222,222  |

The numbers listed in each row indicate the **maximum number of results** you can retrieve **when scraping that specific category**.

✅ For more information on billing, check out our [documentation](https://developers.oxylabs.io/scraper-apis/usage-and-billing/billing-information).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.oxylabs.io/help-center/billing-and-payments/how-does-web-scraper-api-pricing-work.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
