# OpenScraper > OpenScraper is a pay-as-you-go web scraping platform: one REST API (https://api.openscraper.ai) drives every scraper, from the Web Unlocker that fetches any anti-bot protected page to dedicated modules such as Google Maps places and reviews. - Every page below is the Markdown twin of the HTML page at the same URL without the `.md` suffix. - API base URL: `https://api.openscraper.ai` — authenticate with `Authorization: Bearer sk_live_...`. - Start with the API documentation: it is the only page needed to make a first call. ## Documentation - [API documentation](https://openscraper.ai/docs.md): Full REST API reference: authentication, POST /runs, sync vs polling, errors, credits, and the per-module parameter tables. - [OpenScraper overview](https://openscraper.ai/index.md): What OpenScraper is, the products it ships, and a first working API call. - [API Playground](https://openscraper.ai/playground.md): Run any module from the browser and copy the exact request body it generates. - [Scraper catalog](https://openscraper.ai/catalog.md): Index of every available scraping module and how to discover their parameters. ## Products - [Web Unlocker](https://openscraper.ai/unlocker.md): Fetch any protected page through the anti-bot stack: capabilities, benchmark, and request shape. - [Google Maps scraper](https://openscraper.ai/google-maps-scraper.md): Extract places and reviews from Google Maps: output fields, limits, and pricing. - [Shein scraper](https://openscraper.ai/shein-scraper.md): Product-level Shein data feed: extracted fields, regions covered, and volume pricing. ## Pricing & account - [Plans and pricing](https://openscraper.ai/pricing.md): Pay-as-you-go vs Super User subscription, credit rules, and the per-scraper rates. ## Blog - [Blog index](https://openscraper.ai/blog.md): List of every published article with its summary and Markdown URL. - [What is the cheapest scraping tool to get Google Maps data?](https://openscraper.ai/blog/google-maps-scraping-cost-and-performance-benchmark.md): Benchmark of the most efficient solutions to extract Google Maps data at the best price. ## Français - [Documentation API (FR)](https://openscraper.ai/fr/docs.md): Référence complète de l'API REST en français : authentification, POST /runs, erreurs, crédits, modules. - [Présentation d'OpenScraper (FR)](https://openscraper.ai/fr/index.md): Ce qu'est OpenScraper, ses produits, et un premier appel API fonctionnel. - [Tarifs (FR)](https://openscraper.ai/fr/pricing.md): Paiement à l'usage, abonnement Super User, règles des crédits et tarifs par scraper. - [Web Unlocker (FR)](https://openscraper.ai/fr/unlocker.md): Accéder à n'importe quelle page protégée : capacités, benchmark et forme de la requête. - [Scraper Google Maps (FR)](https://openscraper.ai/fr/google-maps-scraper.md): Extraction des lieux et des avis Google Maps : champs, limites et tarifs. - [Scraper Shein (FR)](https://openscraper.ai/fr/shein-scraper.md): Flux de données produits Shein : champs extraits, régions couvertes et tarifs au volume. - [Catalogue de scrapers (FR)](https://openscraper.ai/fr/catalog.md): Index des modules de scraping disponibles et découverte de leurs paramètres. - [Playground API (FR)](https://openscraper.ai/fr/playground.md): Exécuter un module depuis le navigateur et copier le corps de requête généré. ## Optional - [Full context](https://openscraper.ai/llms-full.txt): every page above concatenated into one file, for loading a whole-site context in a single fetch. - [Sitemap](https://openscraper.ai/sitemap.xml): the HTML URLs of the site.