
Amazon Product Search Scraper
Pricing
$3.00/month + usage
Go to Store

Amazon Product Search Scraper
Amazon Product Search Scraper Actor
3.0 (1)
Pricing
$3.00/month + usage
1
Total users
43
Monthly users
13
Runs succeeded
87%
Issue response
86 days
Last modified
2 months ago
Amazon Product Search Scraper Actor
Apify Actor for scraping search results from Amazon based on the search query URL you provide. You can specify how many items to scrape.
Input Parameters
The Actor accepts the following input parameters:
- search_url (required): The search query URL to scrape.
- pages (required): The number of pages to scrape.
- proxyConfiguration (required): You must use Residential Proxies to avoid getting blocked by Amazon. Use default value to use Apify's Residential Proxy.
Example
Search 5 pages of the search query "rubber duck" on Amazon.com:
{"search_query": "https://www.amazon.com/s?k=rubber+duck","pages": 5}
Output
The extracted dataset will contain a JSON array of objects, each representing an item with the following fields:
- id: The ID of the product.
- name: The name of the product.
- price: The price of the product.
- image: The URL of the product image.
- URL: The URL of the product page.