Amazon Scraper API

Amazon Scraper API

Structured Amazon Data
Ready-to-Use At Scale

Extract product details, prices, all offers, and search results from Amazon. Structured JSON responses with ZIP code based geo-targeting and language selectors.

START SCRAPING FOR FREE

Start scraping today with 1000 free credits. No Credit Card Required

Amazon Scraper API
Full Control with Language and ZIP Code Parameters

Full Control with Language and ZIP Code Parameters

Access local deals, real-time stock availability, and accurate shipping times for any specific location on Earth.

Our geocode and zipcode parameters let you see exactly what customers see from New York to Tokyo, from London to São Paulo.

JSON Output in Seconds, Without Blocks

JSON Output in Seconds, Without Blocks

Scrape.do is built for speed and scale and processes millions of requests daily without breaking a sweat.

Whether you need regular price tracking or large-scale product data extraction from Amazon, get structured JSON responses in seconds with zero blocks or CAPTCHAs.

How It Works

Select your endpoint:
1

Select a Target

Product Page screenshot
2

Send API Request

import requests
import json

token = "<SDO-token>"
asin = "B0C7BKZ883"
geocode = "US"
zipcode = "10001"

url = f"https://api.scrape.do/plugin/amazon/pdp?token={token}&asin={asin}&geocode={geocode}&zipcode={zipcode}&super=true"

response = requests.request("GET", url)

print(json.dumps(response.json(), indent=2))
3

Get Structured Data

JSON
{
  "asin": "B0C7BKZ883",
  "is_sponsored": false,
  "brand": "Gogoonike",
  "name": "Adjustable Laptop Stand for Desk...",
  "url": "https://www.amazon.com/dp/B0C7BKZ883",
  "rating": 4.6,
  "total_ratings": 2712,
  "price": 14.99,
  "list_price": 39.99,
  "currency": "USD",
  "is_prime": true,
  "images": [
    { "url": "https://m.media-amazon.com/images/..." }
  ],
  "best_seller_rankings": [
    { "category": "Office Products", "rank": 249 },
    { "category": "Laptop Stands", "rank": 2 }
  ],
  "status": "success"
}

Scrape.do has been a game-changer with powerful scraping tools, but what truly sets them apart is their excellent customer support.

user avatar
Rogerio C.

CTO

timertimer
capterra best customer support
< 5 min

Average Response Time

No tickets connect with expert engineers.

like changelike change
99.98%

Success rate

hierarchyhierarchy
110 Million

Proxies

trellotrello
+40%

Faster gateway than the closest competitor.

  • Trustpilot Reviews
  • G2 Reviews
  • Capterra Reviews
  • scrapedo capterra most recommended
  • scrapedo capterra best ease of use
  • scrapedo capterra best value
  • capterra best customer support
  • scrapedo capterra front runners

Reliable, Scalable,Unstoppable Web Scraping

START SCRAPING FOR FREE

Frequently Asked Questions

An Amazon scraper is a tool or an API that is used to automatically retrieve data from Amazon product pages, categories, search results, and more. These scrapers let you extract data from hundreds, even millions of Amazon pages without manual labor.

Our Amazon Scraper API supports four main endpoints: Product Detail Pages (PDP) for product info, prices, images, and ratings; All Offers for every seller's price and shipping info; Search Results for keyword and category scraping; and Raw HTML with advanced geo-targeting for custom parsing needs.

We support all major Amazon marketplaces including US, UK, Germany, France, Italy, Spain, Canada, Australia, Japan, India, Brazil, Mexico, Turkey, Netherlands, and more. Use the geocode parameter to target any marketplace.

Amazon shows different prices and availability based on delivery location. Our API lets you specify both country (geocode) and ZIP code (zipcode) to get location-specific pricing and shipping information, perfect for price monitoring across regions.

The API returns structured JSON responses with parsed product data including ASIN, title, price, ratings, images, best seller rankings, and technical details. No HTML parsing required on your end.

You don't have to. Our Amazon Scraper API automatically handles AWS WAF, CAPTCHAs, and all anti-bot measures. Just send your request and receive clean data, we handle the rest.

We got you! Visit our Amazon scraper API documentation page here for in-depth overview of Scrape.do's capabilities.