Amazon BizTrend Product Scraper
Under maintenancePricing
from $3.00 / 1,000 results
Amazon BizTrend Product Scraper
Under maintenanceExtract reliable product data from Amazon product pages across multiple Amazon marketplaces. Automatically configures the preferred delivery destination and currency where supported, and collects structured data for price monitoring, stock tracking, competitor analysis, and trend analytics.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Iqbal R
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Amazon BizTrend Product Scraper is an Apify Actor designed to extract reliable product data from Amazon product pages across multiple Amazon marketplaces. It is built for developers, e-commerce businesses, market researchers, and data analysts who need structured product information for price monitoring, stock tracking, competitor analysis, and trend analytics.
The actor supports a wide range of Amazon regions and automatically adapts to marketplace-specific capabilities. Where supported, it can configure the preferred delivery destination and currency before scraping, ensuring location-aware pricing and availability data while gracefully skipping unsupported features.
Features
- Scrape Amazon product pages using product URLs.
- Automatically set the preferred currency before scraping.
- Automatically set the preferred delivery country.
- Extract product pricing information.
- Detect product availability and delivery restrictions.
- Extract seller information.
- Extract product rating and review count.
- Return the product ASIN.
- Consistent structured JSON output.
- Designed for historical tracking and analytics.
Compatibility
Amazon marketplaces provide different customer preference options. Some marketplaces support changing the delivery destination and/or currency, while others do not.
When a feature is not supported by the marketplace, the actor automatically skips that step and continues scraping the product page.
| Domain | Deliver To Country | Currency |
|---|---|---|
| Amazon.com | ✅ | ✅ |
| Amazon.com.au | ✅ | ✅ |
| Amazon.ae | ✅ | ✅ |
| Amazon.co.uk | ✅ | ✅ |
| Amazon.de | ✅ | ✅ |
| Amazon.es | ✅ | ✅ |
| Amazon.fr | ✅ | ✅ |
| Amazon.it | ✅ | ✅ |
| Amazon.co.jp | ✅ | ✅ |
| Amazon.nl | ✅ | ❌ |
| Amazon.sg | ✅ | ✅ |
| Amazon.be | ❌ | ❌ |
| Amazon.br | ❌ | ❌ |
| Amazon.ca | ❌ | ❌ |
| Amazon.eg | ❌ | ❌ |
| Amazon.in | ❌ | ❌ |
| Amazon.ie | ❌ | ❌ |
| Amazon.com.mx | ❌ | ❌ |
| Amazon.pl | ❌ | ❌ |
| Amazon.sa | ❌ | ❌ |
| Amazon.co.za | ❌ | ❌ |
| Amazon.se | ❌ | ❌ |
| Amazon.com.tr | ❌ | ❌ |
Note
- ✅ Supported by the marketplace.
- ❌ Not supported by the marketplace.
- Marketplace capabilities are based on manual testing and may change as Amazon updates its regional websites.
- Amazon.cn is excluded for a reason.
Input Schema
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
startUrls | Array | Yes | - | One or more Amazon product URLs. |
currencyId | String | No | USD | Currency code used when scraping products (e.g. USD, EUR, GBP, JPY, MYR). |
deliverTo | String | No | Australia | Delivery destination used when loading the product page. |
timeout | Integer | No | 10000 | Navigation timeout in milliseconds. |
maxRequestRetries | Integer | No | 5 | Maximum retry attempts for failed requests. |
proxyConfiguration | Object | No | Apify Proxy | Proxy configuration used for requests. Supports Apify Proxy or custom proxy servers to improve reliability and reduce the risk of request blocking. |
Dataset Schema
Each dataset item contains:
| Field | Type | Description |
|---|---|---|
asin | String | Amazon Standard Identification Number. |
url | String | Product URL. |
title | String | Product title. |
currencyCode | String | Selected currency code. |
currencySymbol | String | Currency symbol displayed on Amazon. |
price | Number | Product price. |
deliverToCountry | String | Selected delivery country. |
availability | String | Product availability status. |
seller | String | Product seller. |
rating | Number | Average customer rating. |
reviewCount | Integer | Number of customer reviews. |
hasDeliveryError | Boolean | Indicates whether the product cannot be delivered to the selected location. |
deliveryErrorText | String | Delivery restriction message returned by Amazon. |
currencyUpdated | Boolean | Indicates whether the currency preference was updated. |
deliverToUpdated | Boolean | Indicates whether the delivery country was updated. |
deliverToSkipped | Boolean | Indicates whether the delivery country update was skipped because it was already set correctly. |
scrapedAt | String | ISO 8601 timestamp when the data was collected. |
How to Use
- Open the actor on Apify.
- Add one or more Amazon product URLs to startUrls.
- Select the desired currencyId.
- Select the destination deliverTo country.
- Run the actor.
- Wait until the run is completed.
- Export the dataset as JSON, CSV, Excel, or integrate it using the Apify API.
The collected data can be used for:
- Product price monitoring
- Historical price tracking
- Inventory and availability monitoring
- Seller comparison
- Market research
- Business intelligence dashboards
- Custom analytics pipelines
Conclusion
Amazon BizTrend Product Scraper provides a reliable and consistent way to collect Amazon product data with location-aware pricing and availability. It serves as the data collection layer for market analysis, historical tracking, and future analytics, making it an excellent foundation for e-commerce intelligence, competitor monitoring, and pricing automation.