Amazon Product Search Scraper
Try for free
1 day trial then $3.00/month - No credit card required now
View all Actors
Amazon Product Search Scraper
igolaizola/amazon-search
Try for free
1 day trial then $3.00/month - No credit card required now
Amazon Product Search Scraper Actor
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:
1{ 2 "search_query": "https://www.amazon.com/s?k=rubber+duck", 3 "pages": 5 4}
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.
Developer
Maintained by Community
Actor metrics
- 5 monthly users
- 1 star
- 83.3% runs succeeded
- Created in Sep 2024
- Modified 25 days ago
Categories