Amazon Search Products Scraper avatar
Amazon Search Products Scraper

Pricing

$28.99/month + usage

Go to Store
Amazon Search Products Scraper

Amazon Search Products Scraper

Developed by

Pinto Studio

Pinto Studio

Maintained by Community

The Amazon Search Products Actor is designed to search and scrape product data from Amazon based on a specific keyword, category, filters, and region. It returns structured product details such as title, price, ASIN, ratings, pagination and more.

0.0 (0)

Pricing

$28.99/month + usage

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

2 days ago

Amazon Search Products Actor

The Amazon Search Products Actor is designed to search and scrape product data from Amazon based on a specific keyword, category, filters, and region. It returns structured product details such as title, price, ASIN, ratings, pagination and more.


📦 Input Schema

This actor accepts the following input fields:

FieldTypeDescriptionRequiredDefault
querystringKeywords to search for products✅ Yes
categorystringAmazon category to narrow down the search (e.g., electronics, books)❌ No
sortBystringSort products by different criteria❌ Nofeatured
lowPriceintegerMinimum price filter in the search results❌ No
highPriceintegerMaximum price filter in the search results❌ No
pageintegerPage number for pagination (starting from 1)❌ No1
countryIsostringTwo-letter ISO code of the Amazon regional site (e.g., us, de, in)❌ Nous

sortBy Options:

  • featured
  • priceLowtoHigh
  • priceHightoLow
  • avgCustomerReview
  • newestArrivals
  • bestSellers

countryIso Supported Values:

au, be, br, ca, cn, eg, fr, de, in, ie, it, jp, mx, nl, pl, sa, sg, za, es, se, tr, ae, gb, us


🛠️ How It Works

  1. The actor accepts search input such as query and filters.
  2. It fetches the Amazon search result page using a headless request method.
  3. It parses the HTML to extract structured data about each product.
  4. It returns the result in JSON format and stores it in the Apify dataset.

📤 Sample Output

{
"results": [
{
"asin": "B0BZXLMM3H",
"title": "Under ArmourMen's Charged Surge 4 Sneaker",
"url": "https://www.amazon.com/Under-Armour-Charged-Surge-Running/dp/B0BZXLMM3H",
"image": "https://m.media-amazon.com/images/I/51QbiMp2w4L._AC_UL650_.jpg",
"price": "$45.95",
"rating": "4.5 out of 5 stars",
"reviews": "4,675",
"delivery": "FREE delivery Sun, Jun 8",
"sponsored": false,
"prime": true,
"extraInfo": "Or fastest delivery Tomorrow, Jun 4"
}
],
"pagination": {
"currentPage": 1,
"itemsPerPage": 48,
"totalResults": 2000,
"totalAvailablePages": 42,
"paginationLinks": [
{
"text": "2",
"href": "/s?k=shoes&s=featured&page=2",
"isCurrentPage": false,
"isNavigationLink": false
},
{
"text": "Next",
"href": "/s?k=shoes&s=featured&page=2",
"isCurrentPage": false,
"isNavigationLink": true
}
]
},
"relatedSearch": [
{
"text": "shoes for women",
"url": "https://www.amazon.com/s?k=shoes+for+women"
}
]
}

🚀 Deployment

This actor is deployed on Apify platform and can be used directly via:

  • Apify Console
  • Apify API
  • Apify Scheduler (for automation)

Support

If you have any questions or encounter any issues, please consult the Apify documentation or reach out to us through one of the following channels: