Screenshot Amazon with an API
Amazon challenges automated browsers with bot checks. Stealth mode returns the real storefront and product pages — one request, no browser to run.


Free plan to start · stealth mode for Amazon needs a paid plan
What makes Amazon hard to capture
Amazon shows automated browsers a "Sorry" page or a captcha instead of the storefront, especially on product pages. Stealth mode runs on our own stealth engine, which combines a range of anti-detection tactics and automatically detects when a request is blocked and recovers.
- Bot detection
- Captcha
- Geo content
- Lazy loading
The request that works
curl -X POST https://api.allscreenshots.com/v1/screenshots \
-H "X-API-Key: $ALLSCREENSHOTS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://www.amazon.com",
"stealthMode": true,
"blockAds": true,
"blockCookieBanners": true,
"viewport": {
"width": 1440,
"height": 1000
},
"waitUntil": "domcontentloaded",
"delay": 3500
}' \
--output screenshot.pngStealth mode is a paid feature — not on the free plan. The Starter plan includes an intro allowance of 100 stealth captures per month, and Pro and above include unlimited stealth captures. Read the stealth docs.
FAQ
Can you screenshot Amazon with an API?
Yes. Send an Amazon URL to the Allscreenshots API with stealth mode on and you get back a PNG of the rendered storefront or product page — no browser to run.
Why does Amazon block automated screenshots?
Amazon challenges traffic that looks automated with a "Sorry" page or a captcha, especially on product pages. Stealth mode is built to return the real page.
Can I screenshot an Amazon product page for price monitoring?
Yes. Capture a product page on demand, or use the selector option to crop just the buy box, and pair it with scheduled captures to track changes over time.
Is screenshotting Amazon free?
A reliable Amazon capture uses stealth mode, which is a paid feature — not on the free plan. The Starter plan includes 100 stealth captures per month, and Pro and above include unlimited stealth captures.
Capture Amazon.
And everything else.
Free plan to start. Stealth mode is available from the Starter plan.
Get started free