curl --request POST \
--url https://api.brightdata.com/datasets/v3/scrape \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"input": [
{
"url": "<string>",
"bought_past_month": 123
}
]
}
'[
{
"title": "Bluetooth Portable Speaker Waterproof",
"url": "https://www.amazon.de/-/en/dp/B078TNNZK3",
"asin": "B078TNNZK3",
"price": 59.99,
"currency": "EUR",
"rating": 4.5,
"reviews_count": 23400,
"seller_name": "AudioWorld DE",
"brand": "SoundMax",
"availability": "In Stock",
"main_image": "https://m.media-amazon.com/images/I/example-global.jpg",
"description": "Waterproof portable speaker with 360-degree sound and 12-hour battery.",
"category": "Electronics > Audio > Speakers",
"country_domain": "amazon.de"
}
]
curl --request POST \
--url https://api.brightdata.com/datasets/v3/scrape \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"input": [
{
"url": "<string>",
"bought_past_month": 123
}
]
}
'[
{
"title": "Bluetooth Portable Speaker Waterproof",
"url": "https://www.amazon.de/-/en/dp/B078TNNZK3",
"asin": "B078TNNZK3",
"price": 59.99,
"currency": "EUR",
"rating": 4.5,
"reviews_count": 23400,
"seller_name": "AudioWorld DE",
"brand": "SoundMax",
"availability": "In Stock",
"main_image": "https://m.media-amazon.com/images/I/example-global.jpg",
"description": "Waterproof portable speaker with 360-degree sound and 12-hour battery.",
"category": "Electronics > Audio > Speakers",
"country_domain": "amazon.de"
}
]
gd_lwhideng15g8jg63s7 to collect Products Global by URL data.Show properties
{
"input": [
{"url": "https://www.amazon.de/-/en/dp/B078TNNZK3"},
{"url": "https://www.amazon.co.jp/dp/B0CWV9YTLV"}
]
}
[
{
"title": "Bluetooth Portable Speaker Waterproof",
"url": "https://www.amazon.de/-/en/dp/B078TNNZK3",
"asin": "B078TNNZK3",
"price": 59.99,
"currency": "EUR",
"rating": 4.5,
"reviews_count": 23400,
"seller_name": "AudioWorld DE",
"brand": "SoundMax",
"availability": "In Stock",
"main_image": "https://m.media-amazon.com/images/I/example-global.jpg",
"description": "Waterproof portable speaker with 360-degree sound and 12-hour battery.",
"category": "Electronics > Audio > Speakers",
"country_domain": "amazon.de"
}
]
Was this page helpful?