Amazon Detailed Product Facts Scrapper avatar
Amazon Detailed Product Facts Scrapper

Pricing

from $9.00 / 1,000 results

Go to Apify Store
Amazon Detailed Product Facts Scrapper

Amazon Detailed Product Facts Scrapper

Pricing

from $9.00 / 1,000 results

Rating

0.0

(0)

Developer

Acceleration

Acceleration

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Amazon Detailed Product Scraper

The Amazon Detailed Product Scraper lets you extract every important product detail in depth from Amazon product pages. It opens every product link individually and collects high-quality, structured data including product facts, pricing, reviews, brand information, and more.

This scraper is ideal for e-commerce research, competitor analysis, catalog building, and price or trend monitoring.


Important URL Requirements

To ensure accurate scraping:

Use URLs that contain page numbers, for example:

https://www.amazon.com/b/?node=9522931011&ref_=Oct_d_odnav_d_1040660_0&pd_rd_w=oU70F&content-id=amzn1.sym.ed470844-7314-4717-8e3f-b384c77cdbd8&pf_rd_p=ed470844-7314-4717-8e3f-b384c77cdbd8&pf_rd_r=ATFVSXJAMD08H9VVTMNT&pd_rd_wg=sqiS5&pd_rd_r=2b8e57fc-cbd4-4167-81a4-f5a33fb9154f

Do NOT use simplified category URLs like:

https://www.amazon.com/Womens-Clothing/b?ie=UTF8&node=1040660

Amazon often changes or redirects these pages, causing inconsistent or missing results.


Scraping Limits & Safety

Each Amazon page usually contains around 50 products.

Because this scraper opens every product page individually to extract detailed product facts:

  • Recommended: Scrape only 2–3 pages at a time
  • Too many requests may cause Amazon to block your IP
  • Using proxies is highly recommended for stable runs

If you need help setting the right input or proxies, feel free to contact us.


Input Schema

{
"title": "Amazon Product Scraper",
"type": "object",
"schemaVersion": 1,
"properties": {
"startUrls": {
"title": "Start URLs",
"type": "array",
"description": "Amazon listing URLs with valid paging parameters.",
"editor": "requestListSources",
"prefill": [
{
"url": "https://www.amazon.com/s?i=fashion-womens-clothing&rh=n%3A2368343011&s=popularity-rank&fs=true&ref=lp_2368343011_sar"
}
]
},
"maxPages": {
"title": "Max Pages to Scrape",
"type": "integer",
"description": "Maximum Amazon listing pages to scrape per category (recommended 2–3).",
"default": 3,
"minimum": 1,
"maximum": 20
}
}
}

Output Schema

{
"type": "object",
"title": "Amazon Product Output",
"description": "Detailed data extracted from each Amazon product page.",
"properties": {
"url": { "type": "string" },
"title": { "type": "string" },
"productFacts": {
"type": "object",
"properties": {
"Fabric type": { "type": "string" },
"Care instructions": { "type": "string" },
"Origin": { "type": "string" },
"Closure type": { "type": "string" }
}
},
"rating": { "type": "string" },
"totalReviews": { "type": "string" },
"price": { "type": "string" },
"brand": { "type": "string" },
"image": { "type": "string" }
},
"required": ["url", "title", "price"]
}

Example Output

{
"url": "https://www.amazon.com/Trendy-Queen-Turtleneck-Layering-Underwear/dp/B0B51C2R36/",
"title": "Trendy Queen Women's Turtleneck Long Sleeve Shirts",
"productFacts": {
"Fabric type": "93% Rayon,7% Spandex",
"Care instructions": "Machine Wash",
"Origin": "Imported",
"Closure type": "Pull On"
},
"rating": "4.4 out of 5 stars",
"totalReviews": "4,057",
"price": "$19.99",
"brand": "Trendy Queen",
"image": "https://m.media-amazon.com/images/I/71HLE7Q2k2L._AC_SY550_.jpg"
}

Features

  • Fetches in-depth details from every product page
  • Extracts product facts, images, prices, and review stats
  • Clean JSON output
  • Supports multiple listing pages
  • Recommended for e-commerce research and product analytics