curl --request POST \
--url https://api.brightdata.com/datasets/v3/scrape \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"input": [
{
"url": "<string>",
"num_of_reviews": 123
}
]
}
'[
{
"url": "https://www.facebook.com/PepsiCo/reviews/",
"review_id": "pfbid02abc123def456",
"reviewer_name": "John Smith",
"reviewer_url": "https://www.facebook.com/john.smith.123",
"rating": 5,
"review_text": "Great company with excellent products and customer service.",
"date_posted": "2026-03-15T14:30:00.000Z",
"num_likes": 3,
"company_name": "PepsiCo",
"company_url": "https://www.facebook.com/PepsiCo",
"company_rating": 4.2,
"total_reviews": 1250
}
]
curl --request POST \
--url https://api.brightdata.com/datasets/v3/scrape \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"input": [
{
"url": "<string>",
"num_of_reviews": 123
}
]
}
'[
{
"url": "https://www.facebook.com/PepsiCo/reviews/",
"review_id": "pfbid02abc123def456",
"reviewer_name": "John Smith",
"reviewer_url": "https://www.facebook.com/john.smith.123",
"rating": 5,
"review_text": "Great company with excellent products and customer service.",
"date_posted": "2026-03-15T14:30:00.000Z",
"num_likes": 3,
"company_name": "PepsiCo",
"company_url": "https://www.facebook.com/PepsiCo",
"company_rating": 4.2,
"total_reviews": 1250
}
]
gd_m0dtqpiu1mbcyc2g86 to collect Facebook company reviews data.Show properties
{
"input": [
{"url": "https://www.facebook.com/PepsiCo/reviews/", "num_of_reviews": 50},
{"url": "https://www.facebook.com/CocaCola/reviews/"}
]
}
[
{
"url": "https://www.facebook.com/PepsiCo/reviews/",
"review_id": "pfbid02abc123def456",
"reviewer_name": "John Smith",
"reviewer_url": "https://www.facebook.com/john.smith.123",
"rating": 5,
"review_text": "Great company with excellent products and customer service.",
"date_posted": "2026-03-15T14:30:00.000Z",
"num_likes": 3,
"company_name": "PepsiCo",
"company_url": "https://www.facebook.com/PepsiCo",
"company_rating": 4.2,
"total_reviews": 1250
}
]
Was this page helpful?