Amazon Product Data Scraper
Pricing
from $8.00 / 1,000 results
Amazon Product Data Scraper
Fetch Amazon product details from ASINs or product URLs in one click. Get title, price, rating, images, availability and key product info for multiple marketplaces. Perfect for product research, catalog enrichment, price tracking and analytics.
Pricing
from $8.00 / 1,000 results
Rating
0.0
(0)
Developer

Sachin Kumar Yadav
Actor stats
2
Bookmarked
10
Total users
3
Monthly active users
3 days ago
Last modified
Categories
Share
๐ Amazon Product Scraper โ Fast Product Details by ASIN
๐ Fetch Amazon product details using ASINs or product URLs. Get title, price, rating, images, availability, variations, product info, and top reviews. Built with Apify best practices for reliability and speed.
๐ Table of Contents
- โจ Features
- ๐ฏ Use Cases
- โก Quick Start
- ๐ Input Parameters
- ๐ค Output Format
- ๐ Marketplaces & Languages
- ๐ Performance & Limits
- ๐ก Best Practices
- โ FAQ
- ๐ ๏ธ Troubleshooting
- ๐ท๏ธ SEO Keywords
โจ Features
- Bulk ASIN Support โ Process multiple ASINs/URLs in one run
- Clean Output โ Product title, price, rating, images, availability, buybox info
- Rich Details โ Variations, product info, description, category path
- Reviews Snapshot โ Top reviews, rating distribution, customers say
- Marketplace Ready โ Works across many Amazon marketplaces
- Resilient โ Retries, rate-limit handling, and clear error messages
๐ฏ Use Cases
| Use Case | Description | Key Benefits |
|---|---|---|
| ๐ฆ Product Analytics | Track price, rating, and availability over time | Competitive monitoring, pricing strategy |
| ๐๏ธ Catalog Enrichment | Enrich product catalogs with accurate details | Better SEO, consistent attributes |
| ๐ Market Research | Benchmark across marketplaces and brands | Identify trends, compare offers |
| ๐ค Data Pipelines | Feed structured product data to your systems | Automation, dashboards, ML models |
โก Quick Start
1๏ธโฃ Basic โ Single ASIN
{"asins": ["B0DLHNWHRF"],"country": "US"}
2๏ธโฃ URLs โ Auto ASIN Extraction
{"asins": ["https://www.amazon.com/dp/B0DLHNWHRF","https://www.amazon.com/gp/product/B0DLHLRDBY"],"country": "US","language": "en_US"}
3๏ธโฃ Bulk โ Multiple Products
{"asins": ["B0DLHNWHRF", "B0DLHLRDBY"],"country": "US"}
๐ Input Parameters
| Parameter | Type | Required | Description | Default | Example |
|---|---|---|---|---|---|
asins | Array | โ Yes | Amazon ASINs or product URLs | - | ["B0DLHNWHRF", "https://amazon.com/dp/B0DLHLRDBY"] |
country | String | โ Yes | Amazon marketplace (domain) | US | US, IN, GB, DE, JP, ... |
language | String | โ No | Result language/locale | Marketplace default | en_US, fr_FR, de_DE |
๐ Supported Input Formats
- โ
ASIN:
B0DLHNWHRF - โ
URL:
https://www.amazon.com/dp/B0DLHNWHRF - โ
URL:
https://www.amazon.com/gp/product/B0DLHNWHRF
๐ค Output Format
๐งพ Product Data Structure
{"source": "amazon","input": "B0DLHNWHRF","asin": "B0DLHNWHRF","product_title": "Samsung Galaxy A16 5G A Series...","product_price": "149.99","product_original_price": "$199.99","currency": "USD","country": "US","product_url": "https://www.amazon.com/dp/B0DLHNWHRF","product_photo": "https://m.media-amazon.com/images/I/...jpg","product_photos": ["..."],"product_star_rating": "4.2","product_num_ratings": 2484,"product_availability": "In Stock","product_num_offers": 5,"is_best_seller": false,"is_amazon_choice": false,"is_prime": true,"sales_volume": "5K+ bought in past month","product_byline": "Visit the Samsung Store","about_product": ["..."],"product_description": "...","product_information": {"ASIN": "B0DLHNWHRF", "Item Weight": "7.1 ounces"},"product_details": {"Brand": "Samsung", "Screen Size": "6.7 Inches"},"rating_distribution": {"1": 10, "2": 3, "3": 7, "4": 15, "5": 65},"customers_say": "...","top_reviews": [{"review_id": "...", "review_star_rating": "5"}],"product_videos": [{"id": "...", "title": "..."}],"category_path": [{"id": "2335752011", "name": "Cell Phones & Accessories"}],"product_variations": {"color": [{"asin": "B0DLHNWHRF", "value": "Blue Black"}]},"frequently_bought_together": [{"product_title": "...", "product_price": "$6.99"}],"fetched_at": "2025-11-16T10:30:00.000Z"}
๐ Output Fields Explained
| Field | Type | Description |
|---|---|---|
source | String | Always amazon |
input | String | Original ASIN or URL provided |
asin | String | Product ASIN |
product_title | String | Product name/title |
product_price | String | Current price (numeric or formatted) |
product_original_price | String | Original price (if available) |
currency | String | Currency code |
country | String | Marketplace country |
product_url | String | Canonical product URL |
product_photo | String | Main image URL |
product_photos | Array | All image URLs |
product_star_rating | String | Average rating |
product_num_ratings | Integer | Total rating count |
product_availability | String | Availability text |
product_num_offers | Integer | Number of offers |
is_best_seller | Boolean | Best Seller badge |
is_amazon_choice | Boolean | Amazonโs Choice badge |
is_prime | Boolean | Prime eligibility |
sales_volume | String | Sales volume insight |
product_byline | String | Brand/byline text |
about_product | Array | Bullet points |
product_description | String | Description text |
product_information | Object | Product info table key-values |
product_details | Object | Key attributes summary |
rating_distribution | Object | Ratings histogram |
customers_say | String | Summary of customer feedback |
top_reviews | Array | Top review objects |
product_videos | Array | Related product videos |
category_path | Array | Category breadcrumb |
product_variations | Object | Variations by dimensions |
frequently_bought_together | Array | FBT bundle items |
fetched_at | String | ISO timestamp of fetch |
๐ Marketplaces & Languages
| Region | Code | Region | Code | Region | Code |
|---|---|---|---|---|---|
| ๐บ๐ธ United States | US | ๐ฌ๐ง United Kingdom | GB | ๐ฉ๐ช Germany | DE |
| ๐ฏ๐ต Japan | JP | ๐ฎ๐ณ India | IN | ๐ซ๐ท France | FR |
| ๐ฎ๐น Italy | IT | ๐ช๐ธ Spain | ES | ๐จ๐ฆ Canada | CA |
| ๐ง๐ท Brazil | BR | ๐ฆ๐บ Australia | AU | ๐ฒ๐ฝ Mexico | MX |
| ๐ณ๐ฑ Netherlands | NL | ๐ธ๐ช Sweden | SE | ๐ต๐ฑ Poland | PL |
| ๐ง๐ช Belgium | BE | ๐ธ๐ฆ Saudi Arabia | SA | ๐ฆ๐ช UAE | AE |
Common languages include en_US, en_GB, de_DE, fr_FR, it_IT, es_ES, ja_JP, pt_BR, nl_NL, pl_PL, sv_SE, ar_AE.
๐ Performance & Limits
| Metric | Value | Notes |
|---|---|---|
| Processing Speed | Fast | Depends on marketplace and network |
| Response Time | 1โ3s per product | Typical conditions |
| Batch Processing | Yes | Multiple ASINs per run |
| Rate Limiting | Handled | Retries and backoff included |
๐ฐ Cost Optimization Tips
- Group ASINs per run to reduce overhead
- Choose correct
countryto avoid redirects and retries - Run during off-peak hours to minimize throttling
- Export datasets incrementally instead of one huge export
๐ก Best Practices
- Start with a few ASINs to validate output
- Specify
countrycorrectly to match marketplace - Use
languagewhen you need localized content - Schedule runs for price/rating monitoring
- Store results in datasets for analytics and auditing
๐ Performance Tips
- Test with 1โ2 ASINs before bulk runs
- Provide
languageonly when needed to reduce variability - Schedule periodic runs for price/rating tracking
- Use Apify dataset views to filter and export only needed fields
- Monitor logs for simple status messages and summary counts
โ FAQ
-
Q: What input do I need?
- A list of ASINs or Amazon product URLs, plus a marketplace
country.
- A list of ASINs or Amazon product URLs, plus a marketplace
-
Q: Can I use product URLs instead of ASINs?
- Yes. The actor auto-extracts ASINs from URLs like
/dp/ASINor/gp/product/ASIN.
- Yes. The actor auto-extracts ASINs from URLs like
-
Q: Which marketplaces are supported?
- Many major marketplaces (US, GB, DE, JP, IN, FR, IT, ES, CA, BR, AU, MX, NL, SE, PL, BE, SA, AE, etc.).
-
Q: Do I need to set language?
- Optional. If not provided, the marketplace default language is used.
-
Q: What if a product is unavailable or not found?
- The run will include a clear error entry for that input. Other products continue processing.
๐ ๏ธ Troubleshooting
| Issue | Cause | Solution |
|---|---|---|
| โ "No ASINs provided" | Empty asins array | Add at least one ASIN or product URL |
| โ "Invalid Amazon URL or ASIN format" | Wrong input format | Use /dp/ASIN, /gp/product/ASIN, or 10-char ASIN |
| โ ๏ธ "Product not found" | Wrong ASIN or marketplace | Verify ASIN and country |
| โฑ๏ธ Slow runs | Network/limits | Try fewer ASINs or schedule runs |
Error handling: Only 200 OK responses are accepted; other statuses return simple, user-friendly messages.
๐ Support & Resources
- ๐ง Report issues via Apify Console
- ๐ Read Apify SDK docs: https://docs.apify.com/sdk/js
- ๐งช Test, view, and export results via the Dataset tab
๐ Why Choose This Actor?
โ
Fast & reliable
โ
Rich product metadata
โ
Works across marketplaces
โ
Batch processing
โ
Clear errors and summaries
๐ท๏ธ SEO Keywords
amazon product scraper, amazon asin scraper, amazon product details api, amazon price scraper, amazon product data extractor, amazon product information, asin to product, amazon dataset, amazon product title, amazon product images, amazon reviews snapshot, apify actor, amazon marketplace scraper, amazon product research, amazon catalog enrichment, amazon price tracking, amazon rating tracker, amazon buybox data, amazon variations, amazon frequently bought together, amazon product analytics
โญ If this actor helps you fetch accurate Amazon product data, please give it a star!
๐ Start scraping Amazon product details now โ fast, reliable, and structured!
Built with โค๏ธ using Apify Platform | Optimized for Performance & Reliability