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": "Wireless Noise Cancelling Headphones",
"url": "https://www.amazon.com/dp/B0CHHSFMRL",
"asin": "B0CHHSFMRL",
"price": 249.99,
"currency": "USD",
"rating": 4.6,
"reviews_count": 12450,
"seller_name": "Electronics Hub",
"brand": "SoundTech",
"availability": "In Stock",
"main_image": "https://m.media-amazon.com/images/I/example-product.jpg",
"description": "Premium wireless headphones with active noise cancellation and 40-hour battery life.",
"category": "Electronics > Headphones > Over-Ear"
}
]
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": "Wireless Noise Cancelling Headphones",
"url": "https://www.amazon.com/dp/B0CHHSFMRL",
"asin": "B0CHHSFMRL",
"price": 249.99,
"currency": "USD",
"rating": 4.6,
"reviews_count": 12450,
"seller_name": "Electronics Hub",
"brand": "SoundTech",
"availability": "In Stock",
"main_image": "https://m.media-amazon.com/images/I/example-product.jpg",
"description": "Premium wireless headphones with active noise cancellation and 40-hour battery life.",
"category": "Electronics > Headphones > Over-Ear"
}
]
gd_l7q7dkf244hwjntr0 to collect Products by URL data.Show properties
{
"input": [
{"url": "https://www.amazon.com/dp/B0CHHSFMRL"},
{"url": "https://www.amazon.com/dp/B09V3KXJPB"}
]
}
[
{
"title": "Wireless Noise Cancelling Headphones",
"url": "https://www.amazon.com/dp/B0CHHSFMRL",
"asin": "B0CHHSFMRL",
"price": 249.99,
"currency": "USD",
"rating": 4.6,
"reviews_count": 12450,
"seller_name": "Electronics Hub",
"brand": "SoundTech",
"availability": "In Stock",
"main_image": "https://m.media-amazon.com/images/I/example-product.jpg",
"description": "Premium wireless headphones with active noise cancellation and 40-hour battery life.",
"category": "Electronics > Headphones > Over-Ear"
}
]
Was this page helpful?