Get Product Detail
curl --request GET \
--url https://scrapebadger.com/v1/amazon/products/{asin} \
--header 'x-api-key: <api-key>'import requests
url = "https://scrapebadger.com/v1/amazon/products/{asin}"
headers = {"x-api-key": "<api-key>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {'x-api-key': '<api-key>'}};
fetch('https://scrapebadger.com/v1/amazon/products/{asin}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://scrapebadger.com/v1/amazon/products/{asin}",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"x-api-key: <api-key>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://scrapebadger.com/v1/amazon/products/{asin}"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("x-api-key", "<api-key>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.get("https://scrapebadger.com/v1/amazon/products/{asin}")
.header("x-api-key", "<api-key>")
.asString();require 'uri'
require 'net/http'
url = URI("https://scrapebadger.com/v1/amazon/products/{asin}")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["x-api-key"] = '<api-key>'
response = http.request(request)
puts response.read_body{
"domain": "com",
"product": {
"asin": "B08N5WRWNW",
"parent_asin": "B08N5M9NMG",
"title": "Echo Dot (4th Gen) Smart speaker with Alexa",
"link": "https://www.amazon.com/dp/B08N5WRWNW",
"brand": "Amazon",
"manufacturer": "Amazon",
"model_number": "B7W64E",
"price": {
"value": 49.99,
"currency": "USD",
"symbol": "$",
"raw": "$49.99"
},
"list_price": {
"value": 59.99,
"currency": "USD",
"symbol": "$",
"raw": "$59.99"
},
"savings_amount": {
"value": 10,
"currency": "USD",
"symbol": "$",
"raw": "$10.00"
},
"discount_percent": 17,
"rating": 4.7,
"ratings_total": 184231,
"rating_breakdown": {
"five_star": 78,
"four_star": 13,
"three_star": 4,
"two_star": 2,
"one_star": 3
},
"bought_past_month": "20K+ bought in past month",
"in_stock": true,
"availability": "In Stock",
"feature_bullets": [
"Meet the Echo Dot - Our most popular smart speaker with a fabric design.",
"Voice control your entertainment - Stream songs from Amazon Music, Apple Music, Spotify."
],
"description": "Echo Dot is our most compact smart speaker that fits perfectly into small spaces.",
"main_image": "https://m.media-amazon.com/images/I/714Rdc+abc.jpg",
"images": [
"https://m.media-amazon.com/images/I/714Rdc+abc.jpg",
"https://m.media-amazon.com/images/I/61abc+def.jpg"
],
"images_count": 6,
"videos": [],
"videos_count": 0,
"has_aplus_content": true,
"variants": [
{
"asin": "B08N5WRWNW",
"attributes": {
"Color": "Charcoal"
},
"price": {
"value": 49.99,
"currency": "USD",
"symbol": "$",
"raw": "$49.99"
},
"is_current": true
},
{
"asin": "B08N5KWB9H",
"attributes": {
"Color": "Glacier White"
},
"price": {
"value": 49.99,
"currency": "USD",
"symbol": "$",
"raw": "$49.99"
},
"is_current": false
}
],
"variant_asins": [
"B08N5WRWNW",
"B08N5KWB9H"
],
"categories": [
{
"name": "Electronics",
"link": "https://www.amazon.com/electronics",
"category_id": "172282"
},
{
"name": "Smart Home",
"link": "https://www.amazon.com/smart-home",
"category_id": "6563140011"
}
],
"bestsellers_rank": [
{
"rank": 334,
"category": "Electronics",
"link": "https://www.amazon.com/gp/bestsellers/electronics"
},
{
"rank": 1,
"category": "Smart Speakers",
"link": "https://www.amazon.com/gp/bestsellers/electronics/smart-speakers"
}
],
"attributes": {
"Connectivity Technology": "Wi-Fi, Bluetooth"
},
"specifications": {
"Item Weight": "12 ounces",
"Product Dimensions": "3.9 x 3.9 x 3.5 inches"
},
"dimensions": "3.9 x 3.9 x 3.5 inches",
"weight": "12 ounces",
"first_available": "October 22, 2020",
"country_of_origin": "China",
"buybox": {
"seller_name": "Amazon.com",
"seller_id": "ATVPDKIKX0DER",
"price": {
"value": 49.99,
"currency": "USD",
"symbol": "$",
"raw": "$49.99"
},
"fulfillment": "Amazon"
},
"sold_by": "Amazon.com",
"ships_from": "Amazon.com",
"fulfilled_by": "Amazon",
"is_amazon_seller": true,
"badges": {
"amazons_choice": true,
"amazons_choice_keyword": "smart speaker",
"best_seller": false,
"prime": true,
"climate_pledge_friendly": true
},
"coupon": {
"text": "Save 5% with coupon",
"discount": "5%"
},
"deal": null,
"delivery": {
"message": "FREE delivery Tomorrow",
"date": "2026-06-04",
"is_free": true
},
"frequently_bought_together": [
"B07FZ8S74R"
],
"also_bought": [
"B07FZ8S74R",
"B08C1W5N87"
],
"answered_questions": 1024,
"top_reviews": [
{
"id": "R1ABCDEF123456",
"title": "Great little speaker",
"body": "Sound quality is excellent for the size.",
"rating": 5,
"verified_purchase": true
}
],
"scraped_utc": 1780531200,
"scraped_at": "2026-06-03T12:00:00Z"
}
}Products
Get Product Detail
Full product detail by ASIN (price, variants, badges, buybox, ranks, …).
GET
/
v1
/
amazon
/
products
/
{asin}
Get Product Detail
curl --request GET \
--url https://scrapebadger.com/v1/amazon/products/{asin} \
--header 'x-api-key: <api-key>'import requests
url = "https://scrapebadger.com/v1/amazon/products/{asin}"
headers = {"x-api-key": "<api-key>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {'x-api-key': '<api-key>'}};
fetch('https://scrapebadger.com/v1/amazon/products/{asin}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://scrapebadger.com/v1/amazon/products/{asin}",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"x-api-key: <api-key>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://scrapebadger.com/v1/amazon/products/{asin}"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("x-api-key", "<api-key>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.get("https://scrapebadger.com/v1/amazon/products/{asin}")
.header("x-api-key", "<api-key>")
.asString();require 'uri'
require 'net/http'
url = URI("https://scrapebadger.com/v1/amazon/products/{asin}")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["x-api-key"] = '<api-key>'
response = http.request(request)
puts response.read_body{
"domain": "com",
"product": {
"asin": "B08N5WRWNW",
"parent_asin": "B08N5M9NMG",
"title": "Echo Dot (4th Gen) Smart speaker with Alexa",
"link": "https://www.amazon.com/dp/B08N5WRWNW",
"brand": "Amazon",
"manufacturer": "Amazon",
"model_number": "B7W64E",
"price": {
"value": 49.99,
"currency": "USD",
"symbol": "$",
"raw": "$49.99"
},
"list_price": {
"value": 59.99,
"currency": "USD",
"symbol": "$",
"raw": "$59.99"
},
"savings_amount": {
"value": 10,
"currency": "USD",
"symbol": "$",
"raw": "$10.00"
},
"discount_percent": 17,
"rating": 4.7,
"ratings_total": 184231,
"rating_breakdown": {
"five_star": 78,
"four_star": 13,
"three_star": 4,
"two_star": 2,
"one_star": 3
},
"bought_past_month": "20K+ bought in past month",
"in_stock": true,
"availability": "In Stock",
"feature_bullets": [
"Meet the Echo Dot - Our most popular smart speaker with a fabric design.",
"Voice control your entertainment - Stream songs from Amazon Music, Apple Music, Spotify."
],
"description": "Echo Dot is our most compact smart speaker that fits perfectly into small spaces.",
"main_image": "https://m.media-amazon.com/images/I/714Rdc+abc.jpg",
"images": [
"https://m.media-amazon.com/images/I/714Rdc+abc.jpg",
"https://m.media-amazon.com/images/I/61abc+def.jpg"
],
"images_count": 6,
"videos": [],
"videos_count": 0,
"has_aplus_content": true,
"variants": [
{
"asin": "B08N5WRWNW",
"attributes": {
"Color": "Charcoal"
},
"price": {
"value": 49.99,
"currency": "USD",
"symbol": "$",
"raw": "$49.99"
},
"is_current": true
},
{
"asin": "B08N5KWB9H",
"attributes": {
"Color": "Glacier White"
},
"price": {
"value": 49.99,
"currency": "USD",
"symbol": "$",
"raw": "$49.99"
},
"is_current": false
}
],
"variant_asins": [
"B08N5WRWNW",
"B08N5KWB9H"
],
"categories": [
{
"name": "Electronics",
"link": "https://www.amazon.com/electronics",
"category_id": "172282"
},
{
"name": "Smart Home",
"link": "https://www.amazon.com/smart-home",
"category_id": "6563140011"
}
],
"bestsellers_rank": [
{
"rank": 334,
"category": "Electronics",
"link": "https://www.amazon.com/gp/bestsellers/electronics"
},
{
"rank": 1,
"category": "Smart Speakers",
"link": "https://www.amazon.com/gp/bestsellers/electronics/smart-speakers"
}
],
"attributes": {
"Connectivity Technology": "Wi-Fi, Bluetooth"
},
"specifications": {
"Item Weight": "12 ounces",
"Product Dimensions": "3.9 x 3.9 x 3.5 inches"
},
"dimensions": "3.9 x 3.9 x 3.5 inches",
"weight": "12 ounces",
"first_available": "October 22, 2020",
"country_of_origin": "China",
"buybox": {
"seller_name": "Amazon.com",
"seller_id": "ATVPDKIKX0DER",
"price": {
"value": 49.99,
"currency": "USD",
"symbol": "$",
"raw": "$49.99"
},
"fulfillment": "Amazon"
},
"sold_by": "Amazon.com",
"ships_from": "Amazon.com",
"fulfilled_by": "Amazon",
"is_amazon_seller": true,
"badges": {
"amazons_choice": true,
"amazons_choice_keyword": "smart speaker",
"best_seller": false,
"prime": true,
"climate_pledge_friendly": true
},
"coupon": {
"text": "Save 5% with coupon",
"discount": "5%"
},
"deal": null,
"delivery": {
"message": "FREE delivery Tomorrow",
"date": "2026-06-04",
"is_free": true
},
"frequently_bought_together": [
"B07FZ8S74R"
],
"also_bought": [
"B07FZ8S74R",
"B08C1W5N87"
],
"answered_questions": 1024,
"top_reviews": [
{
"id": "R1ABCDEF123456",
"title": "Great little speaker",
"body": "Sound quality is excellent for the size.",
"rating": 5,
"verified_purchase": true
}
],
"scraped_utc": 1780531200,
"scraped_at": "2026-06-03T12:00:00Z"
}
}Path Parameters
string
required
The Amazon Standard Identification Number (ASIN) of the product. You can find this in search results or extract it from a product URL (
/dp/{ASIN}).Query Parameters
string
default:"com"
Amazon marketplace TLD or code where the product is listed.Examples:
com, co.uk, de, frstring
Delivery postal/zip code for a localized buybox and delivery estimate.
string
Locale for the product page, e.g.
en_US, de_DE.Response
string
Marketplace domain the product was fetched from.
object
Full product object.
Show Product object
Show Product object
string
Product ASIN.
string
Parent ASIN if the product is a variation child (nullable).
string
Product title.
string
Brand name.
object
Current price with
value, currency, symbol, raw.object
Strikethrough list price.
integer
Discount percentage off list price.
number
Average star rating (0-5).
integer
Total number of ratings.
object
Percentage of ratings per star bucket (
five_star … one_star).array
Bullet-point feature highlights.
array
All product image URLs.
array
Variation children with
asin, attributes, price, is_current.array
Best-seller ranks with
rank, category, link.object
Technical specifications map.
object
Buy Box winner with
seller_name, seller_id, price, fulfillment.object
Badge flags:
amazons_choice, best_seller, prime, climate_pledge_friendly.array
ASINs frequently bought by the same customers.
array
A handful of featured reviews.
string
ISO 8601 timestamp when the product was scraped.
Example Response
{
"domain": "com",
"product": {
"asin": "B08N5WRWNW",
"title": "Echo Dot (4th Gen) Smart speaker with Alexa",
"brand": "Amazon",
"price": { "value": 49.99, "currency": "USD", "symbol": "$", "raw": "$49.99" },
"list_price": { "value": 59.99, "currency": "USD", "symbol": "$", "raw": "$59.99" },
"discount_percent": 17,
"rating": 4.7,
"ratings_total": 184231,
"rating_breakdown": { "five_star": 78, "four_star": 13, "three_star": 4, "two_star": 2, "one_star": 3 },
"feature_bullets": ["Meet the Echo Dot - Our most popular smart speaker."],
"images": ["https://m.media-amazon.com/images/I/714Rdc+abc.jpg"],
"variants": [
{ "asin": "B08N5WRWNW", "attributes": { "Color": "Charcoal" }, "is_current": true }
],
"bestsellers_rank": [
{ "rank": 334, "category": "Electronics", "link": "https://www.amazon.com/gp/bestsellers/electronics" },
{ "rank": 1, "category": "Smart Speakers", "link": "https://www.amazon.com/gp/bestsellers/electronics/smart-speakers" }
],
"specifications": { "Item Weight": "12 ounces" },
"buybox": { "seller_name": "Amazon.com", "seller_id": "ATVPDKIKX0DER", "fulfillment": "Amazon" },
"badges": { "amazons_choice": true, "best_seller": false, "prime": true, "climate_pledge_friendly": true },
"also_bought": ["B07FZ8S74R", "B08C1W5N87"],
"top_reviews": [
{ "id": "R1ABCDEF123456", "title": "Great little speaker", "rating": 5, "verified_purchase": true }
],
"scraped_at": "2026-06-03T12:00:00Z"
}
}
Each product detail request costs 10 credits. Failed requests are not charged.
Authorizations
Path Parameters
The Amazon Standard Identification Number (ASIN) of the product.
Query Parameters
Amazon marketplace TLD or code (com, co.uk, de, ...).
Delivery postal/zip code for a localized buybox.
Locale for the product page, e.g. en_US, de_DE.
⌘I

