Amazon Product Research Scraper — Jungle Scout Alternative
Pricing
Pay per usage
Amazon Product Research Scraper — Jungle Scout Alternative
Bulk Amazon product research by ASIN. Get BSR rank, price, reviews, seller count, FBA status, and more. Supports 10 Amazon marketplaces.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Sam Kleespies
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Amazon Competitor Research Scraper — Product & Pricing Intelligence
Stop paying $49/month for Amazon product research. This actor pulls BSR rank, price, review count, seller count, FBA status, and more for any list of ASINs — across 10 Amazon marketplaces — for a fraction of what Jungle Scout and Helium 10 charge.
Built for Amazon FBA sellers, private label brands, arbitrage sellers, and dropshippers who need bulk ASIN data without a bloated subscription.
What It Does
Provide a list of ASINs or Amazon product URLs. The actor visits each product page, extracts structured data, and returns a clean dataset ready for spreadsheet analysis or CRM import.
Key data points extracted:
- Best Seller Rank (BSR) and BSR category
- Current price and currency
- Review count and star rating
- Number of active sellers
- FBA eligibility and Prime status
- Product dimensions and weight
- Brand, category, date first available
- Main product image URL
No account required. No API keys. Run it on demand and pay only for what you use.
Cost Comparison
| Tool | Monthly Cost | ASIN Lookups | BSR Data | Multi-Marketplace |
|---|---|---|---|---|
| Jungle Scout | $49/mo | Unlimited | Yes | Limited |
| Helium 10 | $79/mo | Unlimited | Yes | Limited |
| Keepa | $19/mo | Unlimited | Yes (historical) | Yes |
| This actor | Pay-per-use | Unlimited | Yes | 10 marketplaces |
With pay-per-use pricing, casual researchers and small sellers pay nothing when they are not actively pulling data. No seat fees, no annual commitments.
Supported Marketplaces
| Marketplace | Domain |
|---|---|
| United States | amazon.com |
| United Kingdom | amazon.co.uk |
| Germany | amazon.de |
| France | amazon.fr |
| Italy | amazon.it |
| Spain | amazon.es |
| Canada | amazon.ca |
| Japan | amazon.co.jp |
| India | amazon.in |
| Australia | amazon.com.au |
Switch between marketplaces with a single dropdown — no configuration changes needed.
Input
| Field | Type | Required | Description |
|---|---|---|---|
asins | array | Yes | List of ASINs (e.g. B08N5WRWNW) or full Amazon product URLs |
marketplace | string | No | Amazon domain to scrape. Default: amazon.com |
maxResults | integer | No | Cap on products returned. Default: 100, max: 1000 |
Example input:
{"asins": ["B08N5WRWNW", "B07XJ8C8F5", "B09G9HD6PD"],"marketplace": "amazon.com","maxResults": 100}
You can mix ASINs and full URLs in the same run:
{"asins": ["B08N5WRWNW","https://www.amazon.co.uk/dp/B07XJ8C8F5"],"marketplace": "amazon.co.uk"}
Output Fields
Each product in the dataset contains:
| Field | Type | Example |
|---|---|---|
asin | string | B08N5WRWNW |
title | string | Echo Dot (4th Gen) Smart Speaker |
brand | string | Amazon |
price | number | 49.99 |
currency | string | USD |
bsrRank | number | 3 |
bsrCategory | string | Electronics > Smart Speakers |
reviewCount | number | 284619 |
rating | number | 4.7 |
sellerCount | number | 12 |
isPrime | boolean | true |
isFba | boolean | true |
mainImageUrl | string | https://m.media-amazon.com/images/... |
category | string | Electronics |
dimensions | string | 3.9 x 3.9 x 3.5 inches |
weight | string | 10.72 ounces |
dateFirstAvailable | string | October 22, 2020 |
marketplace | string | amazon.com |
productUrl | string | https://www.amazon.com/dp/B08N5WRWNW |
scrapedAt | string | 2026-03-19T12:00:00Z |
The dataset exports to JSON, CSV, or Excel from the Apify platform with one click.
Use Cases
Amazon FBA Product Research
Validate product ideas before sourcing. Pull BSR rank, review count, and seller count for a shortlist of target ASINs to assess competition level and demand. A BSR under 5,000 in a main category with fewer than 15 sellers and under 500 reviews is a common entry-point benchmark. Get that data in bulk without manually opening each product page.
Competitor Tracking
Monitor competitors' pricing and review velocity over time. Schedule recurring runs against a fixed list of competitor ASINs and feed results into a spreadsheet or BI tool. Spot when a competitor drops price, gains sellers, or loses BSR position.
BSR Monitoring
Track your own products' BSR movements alongside competitors. BSR is a lagging indicator of sales volume — watching it across a category reveals trends before review counts reflect them.
Arbitrage and Dropshipping Research
Arbitrage sellers and dropshippers need fast, bulk lookups to evaluate whether a product is worth adding to their catalog. Paste in 500 ASINs from a wholesale list, set maxResults to 500, and filter the CSV output by price range, seller count, and FBA status.
Private Label Market Entry Analysis
Before committing to a new product line, private label brands use BSR, review count, and seller count to size the market. This actor delivers that data for any number of ASINs across any of the 10 supported marketplaces, making international market comparisons straightforward.
How to Use
- Open the actor on Apify and click Try for free.
- Paste your ASINs into the input field (one per line, or as a JSON array).
- Select your target marketplace.
- Click Start and wait for results.
- Download as CSV or JSON from the Dataset tab.
For scheduled monitoring, use Apify's built-in scheduler to run the actor daily or weekly without manual intervention.
Use via Apify API
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });const run = await client.actor('samstorm/amazon-competitor-research-scraper').call({asins: ['B08N5WRWNW', 'B09G9FPHY6', 'B07XJ8C8F5'],marketplace: 'amazon.com',maxResults: 100,});const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(items);
Frequently Asked Questions
Do I need an Amazon account? No. The actor scrapes public product pages and requires no login.
How many ASINs can I process in one run?
Up to 1,000 per run using the maxResults field. For larger batches, split into multiple runs or contact support for guidance.
Is this a Jungle Scout alternative? Yes. For sellers who only need on-demand ASIN data — not the full keyword research and supplier database features of Jungle Scout — this actor covers the core product research workflow at a fraction of the cost.
Can I track ASINs on Amazon UK or Germany?
Yes. Select amazon.co.uk or amazon.de from the marketplace dropdown. All 10 supported marketplaces return the same output schema.
How fresh is the data? Data is pulled live at the time of each run. There is no cached or historical data — every run reflects current Amazon listings.
Known Limitations
- Apple products: Apple restricts pricing display on Amazon. Apple products may return
$0for price, and empty values for BSR and Prime/FBA fields. This is an Amazon platform restriction, not a scraper bug. - Lazy-loaded fields:
dimensions,weight, anddateFirstAvailableare not always present in the page DOM and may be empty for some products. - CAPTCHAs: Amazon may serve CAPTCHAs during high-volume runs. The actor uses session pooling and residential proxies to minimize this. If you see many failed requests, try lowering
maxResultsor spacing out runs.
Keywords
Amazon product research, Jungle Scout alternative, Helium 10 alternative, Amazon BSR scraper, ASIN scraper, Amazon competitor analysis, FBA product research, Amazon seller tools, BSR rank tracker, Amazon marketplace scraper