ASIN extractionBuy Box trackingmulti-TLD support

Amazon Scraper API

Extract product data, prices, Buy Box status, and seller information from 12+ Amazon TLDs with one API call. AlterLab handles challenge resolution automatically — no proxies, no browser management, no per-TLD configuration. From $0.004/request.

Documentation
No credit card
SOC 2 aligned
99.9% uptime
Simple Pricing
$1
One dollar
=
5,000
Requests
Pay as you go
No subscriptions
Never expires
2,847,653+
Requests processed this week

Extract Amazon Product Data in One API Call

Send an Amazon URL, get structured product data. AlterLab handles challenge resolution automatically.

amazon_scraper.py
import requests, json

# Extract Amazon product data
response = requests.post(
    "https://api.alterlab.io/v1/scrape",
    headers={"X-API-Key": "sk_live_your_key"},
    json={
        "url": "https://amazon.com/dp/B0D1XD1ZV3",
        "formats": ["json", "html"],
    }
)

data = response.json()
product = data["data"]["metadata"]
price = product.get("price")
title = product.get("title")
multi_tld_compare.py
# Compare prices across Amazon TLDs
asin = "B0D1XD1ZV3"
tlds = [
    "amazon.com",
    "amazon.co.uk",
    "amazon.de",
    "amazon.co.jp",
]

response = requests.post(
    "https://api.alterlab.io/v1/batch",
    headers={"X-API-Key": api_key},
    json={
        "urls": [f"https://{t}/dp/{asin}"
               for t in tlds],
        "formats": ["json"],
    }
)

12+ Amazon TLDs, One API

Extract product data from any Amazon regional domain. Same API call, same response format, no per-region configuration.

amazon.com

United States

amazon.co.uk

United Kingdom

amazon.de

Germany

amazon.fr

France

amazon.it

Italy

amazon.es

Spain

amazon.co.jp

Japan

amazon.in

India

amazon.com.au

Australia

amazon.ca

Canada

amazon.nl

Netherlands

amazon.se

Sweden

amazon.ae

UAE

How Amazon Scraping Works with AlterLab

From ASIN to structured data in four steps.

1

Submit Amazon Product URLs

Send any Amazon URL to AlterLab's scrape or batch endpoint — product pages, search results, seller profiles, or category listings. Use the standard ASIN URL format (amazon.com/dp/ASIN) or any Amazon URL structure. No per-TLD configuration required.

2

Automatic Challenge Resolution

Amazon uses advanced website protections that block standard HTTP requests. AlterLab detects the protection level and applies the appropriate rendering strategy automatically — full browser rendering, challenge resolution, and residential proxies as needed. You pay only for the tier used.

3

Receive Structured Product Data

Get product title, price, availability, seller information, and ratings in structured JSON format. For detailed fields like Buy Box status, review breakdowns, and variant options, parse the HTML response with your preferred library. Markdown output is available for LLM pipelines.

4

Scale Across TLDs and ASINs

Use the batch endpoint to monitor thousands of ASINs across multiple Amazon TLDs in parallel. Schedule recurring batch jobs to track price changes, Buy Box rotations, and availability fluctuations across your entire product catalog.

What Teams Build with Amazon Data

Common Amazon data extraction workflows powered by AlterLab.

ASIN & Product Data Extraction

Extract product titles, descriptions, images, specifications, and category data from any Amazon product page. Build product databases and catalog enrichment pipelines.

Price & Buy Box Tracking

Monitor prices and Buy Box status across thousands of ASINs. Detect Buy Box rotations, track seller pricing strategies, and trigger repricing rules automatically.

Multi-TLD Price Comparison

Compare the same product across 12+ Amazon regional domains. Identify pricing arbitrage opportunities and regional availability differences for cross-border commerce.

Seller & Marketplace Intelligence

Extract seller profiles, ratings, fulfillment methods (FBA vs. FBM), and inventory signals. Monitor competitor seller activity and marketplace share.

Review & Rating Analysis

Collect product reviews, star ratings, and review distributions at scale. Feed review data into sentiment analysis pipelines for product intelligence.

Category & Search Monitoring

Track product rankings within Amazon search results and category pages. Monitor keyword positions, sponsored placements, and organic ranking changes.

Amazon Scraper API — FAQ

Your first scrape.
Sixty seconds.

$1 free balance. No credit card. No SDK.Just a POST request.

terminal
curl -X POST https://api.alterlab.io/v1/scrape \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com", "formats": ["markdown"]}'

No credit card required · Up to 5,000 free scrapes · Balance never expires

    Amazon Scraper API — Extract Product Data from Any Amazon TLD | AlterLab