Amazon Search Products Scraper
Pricing
$28.99/month + usage
Amazon Search Products Scraper
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
16
3
Last modified
5 months 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:
| Field | Type | Description | Required | Default |
|---|---|---|---|---|
query | string | Keywords to search for products | ✅ Yes | |
category | string | Amazon category to narrow down the search (e.g., electronics, books) | ❌ No | |
sortBy | string | Sort products by different criteria | ❌ No | featured |
lowPrice | integer | Minimum price filter in the search results | ❌ No | |
highPrice | integer | Maximum price filter in the search results | ❌ No | |
page | integer | Page number for pagination (starting from 1) | ❌ No | 1 |
countryIso | string | Two-letter ISO code of the Amazon regional site (e.g., us, de, in) | ❌ No | us |
sortBy Options:
featuredpriceLowtoHighpriceHightoLowavgCustomerReviewnewestArrivalsbestSellers
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
- The actor accepts search input such as query and filters.
- It fetches the Amazon search result page using a headless request method.
- It parses the HTML to extract structured data about each product.
- 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:
- Telegram: @pintoflow
- Email: pintoflowpt@gmail.com
- Apify Platform: You can also contact us directly through this platform.
