# OpenScraper — Web Scraping APIs and Web Unlocker

*HTML page: https://openscraper.ai · Agent index: https://openscraper.ai/llms.txt*

> Get the data you need at the lowest price, via fast and reliable APIs. One REST endpoint drives every scraper: a Web Unlocker that clears any anti-bot protection, plus dedicated modules for sites like Google Maps and Shein.

## What OpenScraper does

OpenScraper turns web pages into structured JSON. You call one HTTP API, name a module and its parameters, and get rows back — either synchronously or by polling an asynchronous run. Billing is pay-as-you-go: you pay for the items actually scraped, with no commitment.

New accounts start with $5 of free credit.

## Products

- **Web Unlocker** — the most powerful unlocker on the market, outperforming Bright Data and Decodo. Total bypass: Cloudflare, Akamai, PerimeterX and DataDome. See <https://openscraper.ai/datadome-unlocker.md>.
- **Dedicated scrapers** — specialised modules that extract structured data from a given site at unbeatable prices, such as [Google Maps](https://openscraper.ai/google-maps-scraper.md), [Shein](https://openscraper.ai/shein-scraper.md), [Leboncoin](https://openscraper.ai/leboncoin-api.md) and the [Sitemap Scraper](https://openscraper.ai/sitemap-scraper-api.md).
- **API Playground** — test any crawler API directly in your browser. See <https://openscraper.ai/playground.md>.
- **Usage analytics** — track API usage, costs and performance metrics in one dashboard.

## First API call

```bash
curl -X POST https://api.openscraper.ai/runs \
  -H "Authorization: Bearer sk_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "module": "unlocker_matrix",
    "params": { "url": "https://example.com", "geo": "France" },
    "sync": true
  }'
```

The full reference — authentication, polling, errors, credits and every module's parameters — is at <https://openscraper.ai/docs.md>.

## Pricing at a glance

Pay as You Go has no commitment; the Super User Subscription ($70+/month) applies a 15% discount on every request.

| Scraper | Without subscription | With subscription (-15%) | Unit |
| --- | --- | --- | --- |
| Google Maps Scraper | $0.29 | $0.25 | 1,000 places |
| Google Maps Reviews Scraper | $0.089 | $0.076 | 1,000 reviews |
| Leboncoin API | $0.93 | $0.79 | 1,000 ads |
| Sitemap Scraper API | $0.01 | $0.0085 | 1,000 URLs |
| Web Unlocker | $0.95 | $0.81 | 1,000 requests |

Details and credit rules: <https://openscraper.ai/pricing.md>.

## Where to go next

| Page | Markdown | Purpose |
| --- | --- | --- |
| API documentation | <https://openscraper.ai/docs.md> | Everything needed to make a call |
| Catalog | <https://openscraper.ai/catalog.md> | Which scraping modules exist |
| Playground | <https://openscraper.ai/playground.md> | Run a module from the browser |
| Pricing | <https://openscraper.ai/pricing.md> | Plans, credits, per-scraper rates |
| Blog | <https://openscraper.ai/blog.md> | Benchmarks and guides |

## Contact

A question or a project idea? Write to contact@openscraper.ai, or use the contact form at the bottom of <https://openscraper.ai/>.
