Dataset

Amazon Dataset API

Product listings, prices, reviews, and seller information from the world's largest online marketplace.

Start in 5 minutesStructured JSON outputPay as you go

Available Data

Here's what you can extract from Amazon using AlterLab:

Product titles & descriptions
Pricing & availability
Customer reviews & ratings
Seller information
Best-seller rankings

Business Use Cases

How businesses use Amazon data to make better decisions:

  • Price monitoring for competitive analysis
  • Product research for market entry
  • Review sentiment analysis
  • Inventory availability tracking

How It Works

1

Provide an Amazon product URL

Send any Amazon product page URL (including product detail pages, search results, or Best Seller lists) to AlterLab's API. No Amazon account or developer credentials required.

2

AlterLab navigates Amazon's challenge system

Amazon uses advanced bot detection that blocks simple requests. AlterLab renders the page in a full browser environment, resolves any challenges automatically, and executes the JavaScript needed to load pricing and availability data.

3

Receive structured product data

Get clean, structured data including product title, current price, star rating, review count, availability status, seller details, and ASIN — ready to load into your spreadsheet, database, or application.

Key Insight

Amazon updates prices multiple times per day for competitive products. For price monitoring use cases, hourly collection intervals capture most price changes. Best Seller Rankings update hourly for the top 100 products and daily for others — factor this into your refresh schedule.

Data Freshness

Amazon pricing and availability data should be refreshed hourly for competitive products, daily for market research. BSR data updates hourly for top-100 products.

Sample Output

Here's exactly what you receive when you collect Amazon data with AlterLab — clean, structured JSON ready for your application or spreadsheet.

JSON Response
{
  "url": "https://amazon.com/dp/B09G9FPHY6",
  "asin": "B09G9FPHY6",
  "title": "Apple AirPods Pro (2nd Generation)",
  "brand": "Apple",
  "price": 189,
  "currency": "USD",
  "original_price": 249,
  "discount_percent": 24,
  "availability": "In Stock",
  "rating": 4.4,
  "review_count": 85432,
  "bsr_rank": 3,
  "bsr_category": "Electronics > Headphones",
  "seller_name": "Amazon.com",
  "fulfilled_by": "Amazon",
  "features": [
    "Active Noise Cancellation",
    "Adaptive Audio",
    "Personalized Spatial Audio"
  ],
  "images": [
    "https://m.media-amazon.com/images/I/61SUj2aKoEL.jpg"
  ],
  "scraped_at": "2026-06-25T09:42:11Z"
}

Quick Start

HTTP
POST https://alterlab.io/api/v1/scrape
X-API-Key: YOUR_API_KEY

{
  "url": "https://amazon.com/...",
  "advanced": { "render_js": true }
}

Need an API key? — no credit card required. 5,000 requests included.

Pricing at Scale

AlterLab uses pay-as-you-go pricing — no monthly minimums, no contracts. Balance never expires.

VolumeStatic pagesJS-rendered pages
1,000 requests$0.20$2.00
10,000 requests$2.00$20.00
100,000 requests$20.00$200.00
1,000,000 requests$200.00$2,000.00

Static pages: $0.0002/request · JavaScript-rendered pages (like Amazon): $0.002/request · First 5,000 requests free. Full pricing details →

Frequently Asked Questions

What Amazon data can I extract?

You can extract publicly visible product data including titles, descriptions, prices, ratings, review text, seller names, and category rankings from any Amazon product page.

How often can I refresh Amazon pricing data?

AlterLab supports high-frequency data collection. Most customers refresh pricing data hourly or daily depending on their competitive intelligence needs.

Do I need coding experience to get Amazon data?

No. AlterLab provides a simple API that returns structured data. You send a URL, and receive clean JSON with all available product information — no parsing or coding required.

Related Use Cases

Responsible Use

AlterLab is designed for extracting publicly available data. Always review the terms of service for any website you access, respect robots.txt directives, and ensure your use case complies with applicable laws in your jurisdiction.

Your first scrape.
Sixty seconds.

$1 free credit — up to 5,000 scrapes. No credit card.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 · $1 free credit, up to 5,000 scrapes · Balance never expires

    Amazon Data API — Structured Extraction 2026 | AlterLab