Amazon Product Search Scraper avatar

Amazon Product Search Scraper

Under maintenance
Try for free

1 day trial then $3.00/month - No credit card required now

View all Actors
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
Amazon Product Search Scraper

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.

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
  • 1 monthly user
  • 1 star
  • 44.4% runs succeeded
  • Created in Sep 2024
  • Modified 18 days ago