Amazon Product Search Scraper

Amazon Product Search Scraper

Amazon Product Search Scraper Actor

ECOMMERCEAUTOMATIONApify

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.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!