Amazon scraping,
that doesn't break.
An Amazon-first scraping API built on top of 2.3M+ real ASIN extractions.
Send an ASIN. Get clean JSON. Everything between is our problem.
Not Just an API.
A Full Control Plane.
Every Scrava plan ships with a dashboard. Monitor live jobs, watch credits in real time, switch marketplaces, preview results — you can kick the tyres without writing code.
Live Job Monitoring
See every ASIN fetch in real time — success, retry, failure.
Credit Visibility
Running balance, consumption trend and alerts before you hit zero.
API Key Management
Rotate keys per environment, scope access, revoke in a click.
No-Code Try Mode
Paste an ASIN, click Search, inspect the result — before writing a line of code.
Amazon-First.
Production-Grade.
We pulled Scrava out of Nextract's own scraping stack after two years of running production Amazon pipelines for real clients. Every piece is battle-tested.
Built by Operators
Every retry policy, proxy pool and parse rule has been shaped by real client workloads — not a lab demo.
Obsessively Amazon
Not a "scrape anything" framework. Tuned specifically for Amazon's anti-bot behaviour on US and IN marketplaces today.
Predictable Pricing
One flat rate per credit. Proxies, CAPTCHA solving and retries included. Plans are monthly subscriptions — each billing cycle starts with your full tier credit allowance again, so capacity is always predictable.
Send an ASIN.
Get Clean JSON.
Three steps between your request and structured data you can pipe straight into a dashboard.
You POST an ASIN
One ASIN per request or batch thousands. Pick the marketplace (US, IN) and the data points you want back.
Scrava Does the Hard Part
Proxy rotation, CAPTCHA solving, Dog-page retries, throttling and parsing — all behind one API call.
You Get Structured JSON
Title, price, seller, ranks, star breakdown, AI review summary, variants, A+ content, high-res images — normalised and typed.
# Fetch one ASIN curl -X POST https://api.scrava.dev/v1/asin \ -H "Authorization: Bearer $KEY" \ -d '{"asin":"B09GYPYYBQ","marketplace":"IN"}' # Response (trimmed) { "asin": "B09GYPYYBQ", "title": "Marshall Stanmore III...", "brand": "Marshall", "price": 37999, "list_price": 41999, "currency": "INR", "in_stock": true, "stars": 4.4, "reviews_count": 892, "stars_breakdown": { "5star": 0.75, "4star": 0.12, "3star": 0.04 }, "bestseller_ranks": [ { "rank": 7858, "category": "Electronics" } ], "seller": "Clicktech Retail Pvt Ltd", "variants": 3, "ai_review_summary": "Praised for sound..." }
Every Amazon Field
You've Ever Asked For
One ASIN in, a single structured JSON out. Everything below comes from one request — one endpoint, one predictable charge.
Core Product
- Title, ASIN, Brand
- Breadcrumbs
- Description & bullets
- 50+ attribute fields
Pricing & Stock
- Price, list price, MRP
- In-stock flag & text
- Delivery ETA
- Offers & conditions
Reviews & Ratings
- Stars & review count
- 1–5 star breakdown
- Top & international reviews
- AI review summary
Seller & Ranking
- Seller name, ID, rating
- Ships from
- Bestseller ranks
- Amazon's Choice badge
Media & Rich Content
- Gallery, high-res images
- Videos & A+ content
- Brand story
- Product comparison
Variants & Catalogue
- Full variant list + ASINs
- Variant attributes
- Monthly purchase volume
- Visit-store link
Reviews, Q&A and search-results endpoints available on request. Need a custom field? Ask →
Things That Break
DIY Scrapers — We Handle
CAPTCHAs
Solved automatically by our in-house CAPTCHA layer — without queueing, without manual retries, and without third-party solve fees on your invoice.
Rotating Proxies
Residential & datacentre pool rotated per-request, geo-routed to your marketplace. Zero proxy management on your side.
Dog-Page Errors
Amazon's "Sorry, we just need to make sure you're not a robot" screen is auto-detected and retried with different fingerprints until the real page loads.
Rate Limiting & Retries
Per-IP, per-session and per-marketplace throttling keeps you below Amazon's bot thresholds while an exponential-backoff retry layer recovers from transient failures.
Amazon US & India Today.
More on the Way.
We launched with the two marketplaces we know coldest. UK, DE, CA and AE are actively being added — ask and we'll prioritise yours.
Building This In-House
Is a $30K Problem
| Roll Your Own | Generic API | Scrava | |
|---|---|---|---|
| Amazon-tuned parse rules | You build them | Mostly generic | Amazon-only |
| CAPTCHA handling | Third-party cost | Charged per solve | Included |
| Dog-page recovery | Manual | Often fails silently | Auto-retry |
| Monthly credit allowance | — | Varies by vendor | Full tier pool refreshes each billing month |
| INR billing | N/A | USD only | Included |
| Humans who care | You | Ticket queue | Real team |
Straight Answers.
What's a "credit"?
One successful ASIN fetch = one credit. Failed requests (after all auto-retries) are not billed. Review-page and search-page calls may use multiple credits — we'll always tell you up-front.
How do monthly credits work?
Scrava is built around monthly subscriptions: every renewal restores your full tier credit pool for the coming period, so you always know the capacity you are working with. Only successful fetches (after retries) draw credits. See Scrava pricing for tiers and delivery modes.
Can I pay in INR?
Yes. Indian customers are billed in INR, international customers in USD. See Scrava pricing for plans and modes, or we'll auto-detect based on your location.
What concurrency do I get?
Up to 5 concurrent requests on standard subscription tiers. Enterprise engagements can scale to 50+ concurrency with dedicated proxy pools — talk to us.
Can I scrape reviews or search results?
Review and search-page scraping are available on request as add-on endpoints. They typically use more credits per call because of pagination — we'll quote against your actual volume.
What's the data freshness?
Real-time at the moment of the API call — you're hitting Amazon live, not a cached mirror. For recurring monitoring, we can schedule fetches at any cadence you want.
When are non-Amazon platforms coming?
Flipkart, Meesho and Myntra are in the roadmap for E-commerce. Blinkit, Zepto, Instamart and BigBasket are queued for Quick Commerce. If any of these are urgent, we already deliver them as custom pipelines today via Nextract.
Send Us Five ASINs.
Get Clean Data Back.
Send a handful of target ASINs first — we return a real sample, usually within 24 hours, before sign-up, card, or a scope call.