curl --request POST \
--url https://api.brightdata.com/datasets/v3/scrape \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"input": [
{
"url": "<string>"
}
]
}
'[
{
"url": "https://www.facebook.com/share/v/17yf2ZfpHp/",
"post_id": "1528075055988555",
"user_url": "https://www.facebook.com/thetoyinsider",
"user_username_raw": "The Toy Insider",
"content": "Hatchin' Yoshi is our whole personality until further notice. Hitting stores next month!",
"date_posted": "2026-02-14T21:28:45.000Z",
"num_comments": 966,
"num_shares": 3500,
"num_likes_type": [{ "num": 23800, "type": "Like" }],
"profile_id": "100063582250570",
"page_logo": "https://...",
"page_likes": null,
"page_followers": 36000,
"page_is_verified": false,
"attachments": [
{
"attachment_url": "https://...",
"id": "1473877017491895",
"type": "video",
"url": "https://www.facebook.com/reel/1473877017491895",
"video_length": "125767",
"video_url": "https://..."
}
],
"page_url": "https://www.facebook.com/thetoyinsider",
"profile_handle": "thetoyinsider",
"is_sponsored": false,
"video_view_count": 2300000,
"likes": 23800,
"post_type": "Post",
"play_count": null
}
]
curl --request POST \
--url https://api.brightdata.com/datasets/v3/scrape \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"input": [
{
"url": "<string>"
}
]
}
'[
{
"url": "https://www.facebook.com/share/v/17yf2ZfpHp/",
"post_id": "1528075055988555",
"user_url": "https://www.facebook.com/thetoyinsider",
"user_username_raw": "The Toy Insider",
"content": "Hatchin' Yoshi is our whole personality until further notice. Hitting stores next month!",
"date_posted": "2026-02-14T21:28:45.000Z",
"num_comments": 966,
"num_shares": 3500,
"num_likes_type": [{ "num": 23800, "type": "Like" }],
"profile_id": "100063582250570",
"page_logo": "https://...",
"page_likes": null,
"page_followers": 36000,
"page_is_verified": false,
"attachments": [
{
"attachment_url": "https://...",
"id": "1473877017491895",
"type": "video",
"url": "https://www.facebook.com/reel/1473877017491895",
"video_length": "125767",
"video_url": "https://..."
}
],
"page_url": "https://www.facebook.com/thetoyinsider",
"profile_handle": "thetoyinsider",
"is_sponsored": false,
"video_view_count": 2300000,
"likes": 23800,
"post_type": "Post",
"play_count": null
}
]
gd_lyclm1571iy3mv57zw to collect Facebook posts data.[
{
"url": "https://www.facebook.com/share/v/17yf2ZfpHp/",
"post_id": "1528075055988555",
"user_url": "https://www.facebook.com/thetoyinsider",
"user_username_raw": "The Toy Insider",
"content": "Hatchin' Yoshi is our whole personality until further notice. Hitting stores next month!",
"date_posted": "2026-02-14T21:28:45.000Z",
"num_comments": 966,
"num_shares": 3500,
"num_likes_type": [{ "num": 23800, "type": "Like" }],
"profile_id": "100063582250570",
"page_logo": "https://...",
"page_likes": null,
"page_followers": 36000,
"page_is_verified": false,
"attachments": [
{
"attachment_url": "https://...",
"id": "1473877017491895",
"type": "video",
"url": "https://www.facebook.com/reel/1473877017491895",
"video_length": "125767",
"video_url": "https://..."
}
],
"page_url": "https://www.facebook.com/thetoyinsider",
"profile_handle": "thetoyinsider",
"is_sponsored": false,
"video_view_count": 2300000,
"likes": 23800,
"post_type": "Post",
"play_count": null
}
]
Was this page helpful?