# Ready Scraper APIs - Pre-Built Endpoints for the Web's Biggest Sites > Source: https://scrape.do/products/ready-api/ Pre-built scraper APIs for Amazon, Google Search, Maps, Shopping, Flights, Hotels, News, Trends, Play Store, YouTube, and ChatGPT. One HTTP call returns parsed JSON. No HTML parsing, no anti-bot infrastructure, no maintenance. ## FAQ ### What's the difference between Ready APIs and the Web Scraping API? The [Web Scraping API](/products/web-scraping-api/) is generic, you point it at any URL and get the raw page back (HTML, JSON, screenshot, whatever the site returns). Ready APIs are specialized: each one targets a specific site, handles its anti-bot quirks server-side, and returns **parsed structured JSON** with consistent field names. Use Web Scraping API when you need flexibility. Use a Ready API when one of these surfaces is your target and you want zero parsing on your side. ### How much does each Ready API cost? Most Ready APIs cost **10 credits per successful request**. The Amazon Scraper API is **1 credit per request**, the cheapest in the catalog. Failed requests don't consume credits. See [pricing](/pricing/) for plan-level credit allotments. ### Are Ready APIs available through the Async API? Many of them are. Submit a batch of jobs to [`/api/v1/jobs`](/documentation/async-api/) with a plugin key, and we run them in parallel server-side. See the [Async API plugins reference](/documentation/async-api/plugins/) for the supported plugin keys and request shape. ### What happens when a site changes its layout? We absorb the breakage. The Ready API contract stays stable, our parsers adapt to layout changes server-side. You don't have to ship a hotfix every time the target site redesigns a panel. ### Can I get a Ready API for a site that's not listed? Yes, on the Enterprise plan we build custom plugins. [Contact us](/documentation/contact/) with the site, the data you need, and your volume estimate. We typically turn around a working plugin in two to four weeks. ### How do credits work across Ready APIs? All Ready APIs draw from the same monthly credit pool on your plan. A 250,000-credit Hobby plan covers 25,000 Google API calls (10 credits each) or 250,000 Amazon API calls (1 credit each), or any mix. There's no per-API quota and no rebalancing required. ### Do Ready APIs support localization? Every Google Ready API supports `hl` (language) and `gl` (country) parameters. Amazon supports `geocode` and `zipcode` for region-accurate prices and stock. ChatGPT uses whatever model `chatgpt.com` serves to anonymous users. Each API's docs list its full parameter set.