Amazon Product Search Links Collection avatar

Amazon Product Search Links Collection

Under maintenance

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Amazon Product Search Links Collection

Amazon Product Search Links Collection

Under maintenance

Scrape Amazon search results by keyword across multiple marketplaces with optional brand filtering, pagination, proxy-based geo targeting, and structured product data extraction including title, brand, rating, reviews count, prices, ASIN, image, sponsored flag, and product URL.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Wibuild

Wibuild

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

12 days ago

Last modified

Categories

Share

Amazon Search Results Scraper

Support@ wibuild.in@gmail.com

Scrape structured Amazon search result product data by keyword across multiple Amazon marketplaces with optional brand filtering, pagination, and geo-targeted proxy support.

Supported domains:

  • amazon.com
  • amazon.ca
  • amazon.co.uk
  • amazon.in
  • amazon.de
  • amazon.fr
  • amazon.it
  • amazon.es
  • amazon.co.jp
  • amazon.com.au
  • amazon.com.br
  • amazon.nl
  • amazon.se
  • amazon.com.mx
  • amazon.ae

The actor collects product listings directly from Amazon search result pages and outputs structured product-level data.


Typical use cases

  • Collect Amazon product listings for keyword research.
  • Monitor brand visibility in Amazon search results.
  • Compare search result products across different Amazon marketplaces.
  • Track pricing, ratings, and sponsored placements.
  • Export product listings to CSV/JSON for market research, BI dashboards, or competitive analysis.

Input

The actor accepts a JSON object with the following fields:

FieldTypeRequiredDefaultDescription
searchTermstringYesFull Amazon search query, for example "Brand_name Search item".
domainstringYescomAmazon marketplace domain without the amazon. prefix. Example: com, in, de, co.uk.
enableBrandFilterbooleanNotrueIf enabled, the actor attempts to match a brand from the search term with the visible Amazon Brands filter and applies it.
maxPagesnumberNo1Maximum number of search result pages to scrape. The actor stops early if no more pages are available.

Example input

{
"searchTerm": "LOOM TREE Motor Pumps",
"domain": "in",
"enableBrandFilter": true,
"maxPages": 3
}

Sample Output

{
"Brand name": null,
"Product name": "LOOM TREE® Battery Charging Port Charger Socket Waterproof Spare Parts Durable| Parts & Accessories | Motorcycle Parts | Other Motorcycle Parts",
"Average Rating": "4.0",
"Total reviews": "(4)",
"Asin": "B0CJ8VCTHC",
"discounted price": "₹471",
"if Sponsored": false,
"Product URL": "https://www.amazon.in/LOOM-Charging-Waterproof-Accessories-Motorcycle/dp/B0CJ8VCTHC/ref=sr_1_9?dib=eyJ2IjoiMSJ9.cUAdMfO7aRnZ8UaCxKr3oUMRoRzgOOi9qoFTKW3kGGaRbzIHrXZvXl4nwfwPrXzvL5K_29x0MSlytGrQLUPx2MavBXYvNIoDTmPowrokvYPjwXWJuj4_hYx0nejQZrgo4WrsOOqLURVe_DUchkKcDOghStWsyf1XZMszuDqbQcWMVEbM4JWJXL8b3RNVarNtKwV5ACe8At_wzKDpf2a6RqfLefl-C-Yl-eNKGBUIdIZ7T7Sc1Uyvm0sm2ig_nj7lSKSdWxBE2NattG15h39sr9PHHnLrs-L1ROWFh1f7hpw.Oj_RcvD8wfIXO27_c43a-lgWTk35m8ek1Ol1yXVQyPc&dib_tag=se&keywords=LOOM+TREE+Motor+Pumps&qid=1773172102&sr=8-9",
"Product image": "https://m.media-amazon.com/images/I/61MwWBT2ZVL._AC_UL320_.jpg"
}