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_id": "7553300000000000000",
"description": "This is an example post description #fyp #viral",
"create_time": "2025-01-15T14:30:00.000Z",
"share_count": 45000,
"collect_count": 12000,
"comment_count": 8500,
"play_count": 15000000,
"video_duration": 45,
"hashtags": [
"#fyp",
"#viral"
],
"video_url": "https://v16-webapp-prime.tiktok.com/video/example.mp4",
"profile_username": "examplecreator",
"profile_url": "https://www.tiktok.com/@examplecreator",
"is_verified": true
}
]
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_id": "7553300000000000000",
"description": "This is an example post description #fyp #viral",
"create_time": "2025-01-15T14:30:00.000Z",
"share_count": 45000,
"collect_count": 12000,
"comment_count": 8500,
"play_count": 15000000,
"video_duration": 45,
"hashtags": [
"#fyp",
"#viral"
],
"video_url": "https://v16-webapp-prime.tiktok.com/video/example.mp4",
"profile_username": "examplecreator",
"profile_url": "https://www.tiktok.com/@examplecreator",
"is_verified": true
}
]
gd_lu702nij2f790tmv9h to collect Posts by URL data.[
{
"post_id": "7553300000000000000",
"description": "This is an example post description #fyp #viral",
"create_time": "2025-01-15T14:30:00.000Z",
"share_count": 45000,
"collect_count": 12000,
"comment_count": 8500,
"play_count": 15000000,
"video_duration": 45,
"hashtags": [
"#fyp",
"#viral"
],
"video_url": "https://v16-webapp-prime.tiktok.com/video/example.mp4",
"profile_username": "examplecreator",
"profile_url": "https://www.tiktok.com/@examplecreator",
"is_verified": true
}
]
Was this page helpful?