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/groups/532855527252024/posts/2189486054922288/",
"post_id": "2189486054922288",
"user_url": "https://www.facebook.com/people/User/61557299394534/",
"user_username_raw": "EnhleNandie Mhlutshwa",
"content": null,
"date_posted": "2026-03-26T19:05:20.000Z",
"num_comments": 0,
"num_shares": 0,
"group_name": "Job Seekers Community",
"group_id": "532855527252024",
"group_url": "https://www.facebook.com/groups/532855527252024/",
"group_category": "Public group",
"group_logo": "https://...",
"group_members": 226500,
"group_created_at": "2019-07-17T07:27:18.000Z",
"user_is_verified": false,
"attachments": [],
"post_type": "Post",
"likes": null,
"profile_id": "61557299394534"
}
]
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/groups/532855527252024/posts/2189486054922288/",
"post_id": "2189486054922288",
"user_url": "https://www.facebook.com/people/User/61557299394534/",
"user_username_raw": "EnhleNandie Mhlutshwa",
"content": null,
"date_posted": "2026-03-26T19:05:20.000Z",
"num_comments": 0,
"num_shares": 0,
"group_name": "Job Seekers Community",
"group_id": "532855527252024",
"group_url": "https://www.facebook.com/groups/532855527252024/",
"group_category": "Public group",
"group_logo": "https://...",
"group_members": 226500,
"group_created_at": "2019-07-17T07:27:18.000Z",
"user_is_verified": false,
"attachments": [],
"post_type": "Post",
"likes": null,
"profile_id": "61557299394534"
}
]
gd_lz11l67o2cb3r0lkj3 to collect Facebook posts by group data.[
{
"url": "https://www.facebook.com/groups/532855527252024/posts/2189486054922288/",
"post_id": "2189486054922288",
"user_url": "https://www.facebook.com/people/User/61557299394534/",
"user_username_raw": "EnhleNandie Mhlutshwa",
"content": null,
"date_posted": "2026-03-26T19:05:20.000Z",
"num_comments": 0,
"num_shares": 0,
"group_name": "Job Seekers Community",
"group_id": "532855527252024",
"group_url": "https://www.facebook.com/groups/532855527252024/",
"group_category": "Public group",
"group_logo": "https://...",
"group_members": 226500,
"group_created_at": "2019-07-17T07:27:18.000Z",
"user_is_verified": false,
"attachments": [],
"post_type": "Post",
"likes": null,
"profile_id": "61557299394534"
}
]
Was this page helpful?