How to get Amazon Shop shop page
GET request to /v1/amazon-shop/page with your input. You get clean JSON back in seconds for 2 credits per call — no OAuth, scraping or platform SDKs. List products from an Amazon Shop / influencer storefront page — title, price, and product URL for each item.How to get Amazon Shop shop page (step by step)
- 1
Get a free API key
Create a free Captapi account (100 credits, no card) and generate an API key from the dashboard.
- 2
Call the Amazon Shop Page API
Send an authenticated GET request to /v1/amazon-shop/page with your input. No OAuth, no scraping setup.
- 3
Read the JSON response
Parse the clean JSON response. Pass cache=true for a free 24h cache hit; default is always fresh.
Code example
curl "https://api.captapi.com/v1/amazon-shop/page?url=https%3A%2F%2Fwww.amazon.com%2Fsp%3Fseller%3DA294P4X9EWVXLJ" \
-H "Authorization: Bearer capt_live_..."
# or: -H "x-api-key: capt_live_..."What the response looks like
{
"success": true,
"data": {
"platform": "amazon_shop",
"url": "https://www.amazon.com/sp?seller=A294P4X9EWVXLJ",
"marketplace": "US",
"seller": {
"id": "A294P4X9EWVXLJ"
},
"totalReturned": 5,
"products": [
{
"asin": "B0H8XR7QJY",
"title": "soundcore Nebula X1 Pro with Speaker Floor Stand | Spatial Sound, Dolby Atmos, Optical Zoom, 56000:1 Contrast, Intelligent Setup, Home Outdoor Cinema",
"url": "https://www.amazon.com/soundcore-Nebula-Speaker-Floor-Stand/dp/B0H8XR7QJY/ref=sr_1_1?dib=eyJ2IjoiMSJ9.pSOgATegJgbel08XOr1UCtK2uIYZBvx7uxxdG3HHhgSnHcRhL0MJp1DPfiEjU0_zDGpSB964INID8lL3CMYnVwanLZv5sEW84tdvOg-iyQt7mj_9LBDZJ7O_Ozh37LeGxvAHoh2Qr2SMUxZF03FSn-X1tN9fa6Kt18YdKuaNL14leMHt-ZG4IfrSuvB6qSlteIxlYY6iuKefuKy0VrvdWRiVly5jFsUHX9vKZGAch4A.IPr2KHPQjHajV3ZX5sYcXfQY1dUX7dNgSQCYqBgx2fc&dib_tag=se&m=A294P4X9EWVXLJ&marketplaceID=ATVPDKIKX0DER&nsdOptOutParam=true&qid=1784400520&s=merchant-items&sr=1-1",
"image": "https://m.media-amazon.com/images/I/61ag00U6VHL._AC_UY218_.jpg",
"price": 5498,
"priceFormatted": "USD 5498"
},
{
"asin": "B0GWR23WPV",
"title": "Soundcore AeroFit 2 Pro by Anker, Open-Ear and Active Noise Cancellation Modes, Hi-Res Open Ear Headphones for Commute,Office,Fitness, LDAC, 4-Mic AI Clear Calls,Wireless Bluetooth Earbuds(Renewed)",
"url": "https://www.amazon.com/Soundcore-Open-Ear-Cancellation-Headphones-Bluetooth/dp/B0GWR23WPV/ref=sr_1_2?dib=eyJ2IjoiMSJ9.pSOgATegJgbel08XOr1UCtK2uIYZBvx7uxxdG3HHhgSnHcRhL0MJp1DPfiEjU0_zDGpSB964INID8lL3CMYnVwanLZv5sEW84tdvOg-iyQt7mj_9LBDZJ7O_Ozh37LeGxvAHoh2Qr2SMUxZF03FSn-X1tN9fa6Kt18YdKuaNL14leMHt-ZG4IfrSuvB6qSlteIxlYY6iuKefuKy0VrvdWRiVly5jFsUHX9vKZGAch4A.IPr2KHPQjHajV3ZX5sYcXfQY1dUX7dNgSQCYqBgx2fc&dib_tag=se&m=A294P4X9EWVXLJ&marketplaceID=ATVPDKIKX0DER&nsdOptOutParam=true&qid=1784400520&s=merchant-items&sr=1-2",
"image": "https://m.media-amazon.com/images/I/516ufTBwbpL._AC_UY218_.jpg"
},
{
"asin": "B0H8XR2BB7",
"title": "soundcore Nebula Speaker Floor Stand (Set of 4), Stable Surround Sound Speaker Stand for Home Theater, Compatible with Nebula X1 Pro Speakers",
"url": "https://www.amazon.com/soundcore-Speaker-Surround-Compatible-Speakers/dp/B0H8XR2BB7/ref=sr_1_3?dib=eyJ2IjoiMSJ9.pSOgATegJgbel08XOr1UCtK2uIYZBvx7uxxdG3HHhgSnHcRhL0MJp1DPfiEjU0_zDGpSB964INID8lL3CMYnVwanLZv5sEW84tdvOg-iyQt7mj_9LBDZJ7O_Ozh37LeGxvAHoh2Qr2SMUxZF03FSn-X1tN9fa6Kt18YdKuaNL14leMHt-ZG4IfrSuvB6qSlteIxlYY6iuKefuKy0VrvdWRiVly5jFsUHX9vKZGAch4A.IPr2KHPQjHajV3ZX5sYcXfQY1dUX7dNgSQCYqBgx2fc&dib_tag=se&m=A294P4X9EWVXLJ&marketplaceID=ATVPDKIKX0DER&nsdOptOutParam=true&qid=1784400520&s=merchant-items&sr=1-3",
"image": "https://m.media-amazon.com/images/I/51Go8jaFodL._AC_UY218_.jpg",
"price": 499,
"priceFormatted": "USD 499"
},
{
"asin": "B0H8YF8T2V",
"title": "NEBULA X1 projector with 100\" screen",
"url": "https://www.amazon.com/NEBULA-X1-projector-100-screen/dp/B0H8YF8T2V/ref=sr_1_4?dib=eyJ2IjoiMSJ9.pSOgATegJgbel08XOr1UCtK2uIYZBvx7uxxdG3HHhgSnHcRhL0MJp1DPfiEjU0_zDGpSB964INID8lL3CMYnVwanLZv5sEW84tdvOg-iyQt7mj_9LBDZJ7O_Ozh37LeGxvAHoh2Qr2SMUxZF03FSn-X1tN9fa6Kt18YdKuaNL14leMHt-ZG4IfrSuvB6qSlteIxlYY6iuKefuKy0VrvdWRiVly5jFsUHX9vKZGAch4A.IPr2KHPQjHajV3ZX5sYcXfQY1dUX7dNgSQCYqBgx2fc&dib_tag=se&m=A294P4X9EWVXLJ&marketplaceID=ATVPDKIKX0DER&nsdOptOutParam=true&qid=1784400520&s=merchant-items&sr=1-4",
"image": "https://m.media-amazon.com/images/I/71tGl43E+XL._AC_UY218_.jpg",
"price": 2312.64,
"priceFormatted": "USD 2312.64"
},
{
"asin": "B0H8YQRKZS",
"title": "soundcore nebula P1 projector with 100\" screen",
"url": "https://www.amazon.com/soundcore-nebula-projector-100-screen/dp/B0H8YQRKZS/ref=sr_1_5?dib=eyJ2IjoiMSJ9.pSOgATegJgbel08XOr1UCtK2uIYZBvx7uxxdG3HHhgSnHcRhL0MJp1DPfiEjU0_zDGpSB964INID8lL3CMYnVwanLZv5sEW84tdvOg-iyQt7mj_9LBDZJ7O_Ozh37LeGxvAHoh2Qr2SMUxZF03FSn-X1tN9fa6Kt18YdKuaNL14leMHt-ZG4IfrSuvB6qSlteIxlYY6iuKefuKy0VrvdWRiVly5jFsUHX9vKZGAch4A.IPr2KHPQjHajV3ZX5sYcXfQY1dUX7dNgSQCYqBgx2fc&dib_tag=se&m=A294P4X9EWVXLJ&marketplaceID=ATVPDKIKX0DER&nsdOptOutParam=true&qid=1784400520&s=merchant-items&sr=1-5",
"image": "https://m.media-amazon.com/images/I/7130mBASgZL._AC_UY218_.jpg",
"price": 706.64,
"priceFormatted": "USD 706.64"
}
],
"rawFirstItem": {
"asin": "B0H8XR7QJY",
"title": "soundcore Nebula X1 Pro with Speaker Floor Stand | Spatial Sound, Dolby Atmos, Optical Zoom, 56000:1 Contrast, Intelligent Setup, Home Outdoor Cinema",
"productUrl": "https://www.amazon.com/soundcore-Nebula-Speaker-Floor-Stand/dp/B0H8XR7QJY/ref=sr_1_1?dib=eyJ2IjoiMSJ9.pSOgATegJgbel08XOr1UCtK2uIYZBvx7uxxdG3HHhgSnHcRhL0MJp1DPfiEjU0_zDGpSB964INID8lL3CMYnVwanLZv5sEW84tdvOg-iyQt7mj_9LBDZJ7O_Ozh37LeGxvAHoh2Qr2SMUxZF03FSn-X1tN9fa6Kt18YdKuaNL14leMHt-ZG4IfrSuvB6qSlteIxlYY6iuKefuKy0VrvdWRiVly5jFsUHX9vKZGAch4A.IPr2KHPQjHajV3ZX5sYcXfQY1dUX7dNgSQCYqBgx2fc&dib_tag=se&m=A294P4X9EWVXLJ&marketplaceID=ATVPDKIKX0DER&nsdOptOutParam=true&qid=1784400520&s=merchant-items&sr=1-1",
"imageUrl": "https://m.media-amazon.com/images/I/61ag00U6VHL._AC_UY218_.jpg",
"price": 5498,
"currency": "USD",
"sellerId": "A294P4X9EWVXLJ",
"marketplace": "US",
"isPrime": false,
"isBestSeller": false,
"isSponsored": false,
"scrapedAt": "2026-07-18T18:48:41.125Z"
}
}
}Billing metadata (credits charged, cache hit/miss) is returned in the X-Captapi-Credits and X-Captapi-Cache response headers.
Request parameters
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | Amazon seller storefront URL, seller profile URL, or seller ID. The URL platform must match this endpoint's platform. Do not pass cross-platform URLs, e.g. YouTube to TikTok, Instagram to Facebook, LinkedIn to X/Twitter, or Pinterest to Rumble. |
| marketplace | string | No | Amazon marketplace code. Default US. |
| limit | integer | No | Max items to return (default 20, max 200). Billed per result. |
| cache | boolean | No | Set true to serve from the 24h response cache. Default false — always fetch fresh data. |
Frequently asked questions
What does the Amazon Shop Page API do?
The Amazon Shop Page API lets you list items in bulk with metadata from a public Amazon Shop listing or product using one GET request to /v1/amazon-shop/page. It returns clean JSON — no OAuth or infrastructure setup required.
How many credits does the Amazon Shop Page API cost?
Each successful call costs 2 credits. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh. Failed or empty results are never charged.
Do I need a Amazon Shop API key or OAuth?
No. A single Captapi key works across every platform Captapi supports — YouTube, TikTok, Instagram, Facebook, Twitter/X, Reddit, Threads, Bluesky, Pinterest, LinkedIn, Rumble, Spotify, Kwai, and more. We handle proxies, rate limits, retries, and authentication for you.
Is the Amazon Shop Page API suitable for production use?
Yes. It is a stable REST endpoint with predictable JSON and automatic retries. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh. Use it for analytics, monitoring, and content automation.
Ready to get Amazon Shop shop page?
Start free with 100 credits — no credit card required.
Get your free API key