Amazon Product Scraper
Pricing
$10.00/month + usage
Go to Apify Store
Amazon Product Scraper
Scrapes product details from Amazon, including title, price, reviews, ratings, and more. It supports scraping from search/group URLs or specific product detail pages.
0.0 (0)
Pricing
$10.00/month + usage
1
2
1
Last modified
a day ago
This Apify Actor is designed to scrape product details from Amazon. It retrieves detailed information about products, including metadata such as title, price, reviews, and more.
How to Use
1. Input Configuration
The Actor requires an input JSON object to define the scraping parameters. The structure of the input is as follows:
{"size": 10,"group_url": "https://www.amazon.com/s?i=office-products&srs=119088564011&rh=n%3A1064954%2Cn%3A1069242%2Cp_89%3ANike&dc&ds=v1%3AdXluoZMazVWwMp9ZBvVcvEkhdlF0Wp%2BCA8BPqnapEPc&qid=1761723263&rnid=1064954&ref=sr_nr_n_1","detail_urls": [{"url": "https://www.amazon.com/Nostalgia-Popcorn-Vintage-Theater-Machine/dp/B07H459T1C/ref=sr_1_29?th=1"}]}
size: (Required) The number of products to retrieve. Default is 10.group_url: (Optional) The URL of a search or category page to scrape product links from.detail_urls: (Optional) A list of product detail page URLs to scrape directly.
2. Output Data
The Actor returns an array of objects containing information about the products. The structure of each object is as follows:
{"productId": "B07H459T1C","title": "Example Product Title","price": "29.99","currencyCode": "USD","reviews": "1500","rate": "4.5","description": "This is an example product description.","productImageUrl": "https://example.com/image.jpg","availableVariations": {},"variationOptions": [],"colorImages": {},"otherAttributes": []}
productId: The unique ID of the product.title: The title of the product.price: The price of the product.currencyCode: The currency of the price.reviews: The number of reviews for the product.rate: The average rating of the product.description: The product description.productImageUrl: The URL of the product image.availableVariations: Information about available variations of the product.variationOptions: Options for product variations.colorImages: Images for different color variations.otherAttributes: Additional attributes of the product.
3. Running the Actor
- Deploy the Actor on the Apify platform.
 - Provide the input JSON in the Actor's input configuration.
 - Run the Actor to scrape data.
 - Retrieve the output dataset containing the product details.
 
4. Example Use Case
To scrape 5 products from a specific Amazon category:
- Set the input as:
{"size": 5,"group_url": "https://www.amazon.com/s?i=office-products&srs=119088564011&rh=n%3A1064954%2Cn%3A1069242%2Cp_89%3ANike&dc&ds=v1%3AdXluoZMazVWwMp9ZBvVcvEkhdlF0Wp%2BCA8BPqnapEPc&qid=1761723263&rnid=1064954&ref=sr_nr_n_1"}
 - Run the Actor.
 - Retrieve the output dataset containing the product details.
 
Notes
- This Actor uses Amazon's public interface and may be subject to rate limits or restrictions.
 - Ensure that the input URLs are valid and accessible.
 - The Actor is optimized for performance but may require adjustments based on Amazon's response behavior.
 
On this page
Share Actor:
