curl --request POST \
--url https://api.brightdata.com/datasets/v3/scrape \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"input": [
{
"keyword": "<string>",
"url": "<string>",
"pages_to_search": 123
}
]
}
'[
{
"title": "Wireless Gaming Controller for Console",
"url": "https://www.amazon.com/dp/B0D22334IJ",
"asin": "B0D22334IJ",
"price": 59.99,
"currency": "USD",
"rating": 4.6,
"reviews_count": 28400,
"seller_name": "GameTech Store",
"brand": "GameTech",
"availability": "In Stock",
"main_image": "https://m.media-amazon.com/images/I/example-controller.jpg",
"description": "Ergonomic wireless controller with custom button mapping and vibration feedback.",
"category": "Video Games > Accessories > Controllers"
}
]
curl --request POST \
--url https://api.brightdata.com/datasets/v3/scrape \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"input": [
{
"keyword": "<string>",
"url": "<string>",
"pages_to_search": 123
}
]
}
'[
{
"title": "Wireless Gaming Controller for Console",
"url": "https://www.amazon.com/dp/B0D22334IJ",
"asin": "B0D22334IJ",
"price": 59.99,
"currency": "USD",
"rating": 4.6,
"reviews_count": 28400,
"seller_name": "GameTech Store",
"brand": "GameTech",
"availability": "In Stock",
"main_image": "https://m.media-amazon.com/images/I/example-controller.jpg",
"description": "Ergonomic wireless controller with custom button mapping and vibration feedback.",
"category": "Video Games > Accessories > Controllers"
}
]
gd_lwdb4vjm1ehb499uxs to collect Products Search by URL data.Show properties
{
"input": [
{
"keyword": "X-box",
"url": "https://www.amazon.com",
"pages_to_search": 2
}
]
}
[
{
"title": "Wireless Gaming Controller for Console",
"url": "https://www.amazon.com/dp/B0D22334IJ",
"asin": "B0D22334IJ",
"price": 59.99,
"currency": "USD",
"rating": 4.6,
"reviews_count": 28400,
"seller_name": "GameTech Store",
"brand": "GameTech",
"availability": "In Stock",
"main_image": "https://m.media-amazon.com/images/I/example-controller.jpg",
"description": "Ergonomic wireless controller with custom button mapping and vibration feedback.",
"category": "Video Games > Accessories > Controllers"
}
]
Was this page helpful?