curl --request POST \
--url https://api.brightdata.com/datasets/v3/scrape \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"input": [
{
"url": "<string>"
}
]
}
'[
{
"post_url": "https://www.tiktok.com/@examplecreator/video/7553300000000000000",
"post_id": "7553300000000000000",
"post_date_created": "2025-01-15T14:30:00.000Z",
"date_created": "2025-01-15T16:45:00.000Z",
"comment_text": "This is amazing content!",
"num_likes": 1250,
"num_replies": 15,
"comment_id": "7553400000000000000",
"comment_url": "https://www.tiktok.com/@examplecreator/video/7553300000000000000?comment=7553400000000000000",
"commenter_user_name": "viewer123",
"commenter_id": "456789012",
"commenter_url": "https://www.tiktok.com/@viewer123"
}
]
curl --request POST \
--url https://api.brightdata.com/datasets/v3/scrape \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"input": [
{
"url": "<string>"
}
]
}
'[
{
"post_url": "https://www.tiktok.com/@examplecreator/video/7553300000000000000",
"post_id": "7553300000000000000",
"post_date_created": "2025-01-15T14:30:00.000Z",
"date_created": "2025-01-15T16:45:00.000Z",
"comment_text": "This is amazing content!",
"num_likes": 1250,
"num_replies": 15,
"comment_id": "7553400000000000000",
"comment_url": "https://www.tiktok.com/@examplecreator/video/7553300000000000000?comment=7553400000000000000",
"commenter_user_name": "viewer123",
"commenter_id": "456789012",
"commenter_url": "https://www.tiktok.com/@viewer123"
}
]
gd_lkf2st302ap89utw5k to collect Comments by URL data.[
{
"post_url": "https://www.tiktok.com/@examplecreator/video/7553300000000000000",
"post_id": "7553300000000000000",
"post_date_created": "2025-01-15T14:30:00.000Z",
"date_created": "2025-01-15T16:45:00.000Z",
"comment_text": "This is amazing content!",
"num_likes": 1250,
"num_replies": 15,
"comment_id": "7553400000000000000",
"comment_url": "https://www.tiktok.com/@examplecreator/video/7553300000000000000?comment=7553400000000000000",
"commenter_user_name": "viewer123",
"commenter_id": "456789012",
"commenter_url": "https://www.tiktok.com/@viewer123"
}
]
Was this page helpful?