Skip to main content
This tutorial walks you through sending a synchronous request to each Bright Data TikTok Scraper API endpoint. By the end, you’ll have working examples for profiles, posts, TikTok Shop, comments, and posts by profile.

Prerequisites

Request structure

Every synchronous request follows the same pattern:
The only thing that changes between endpoints is the dataset_id and the input URL format.
Synchronous requests support up to 20 URLs and have a 1-minute timeout. If the request takes longer, the API automatically returns a snapshot_id instead. See async requests.

How to scrape TikTok profiles

Dataset ID: gd_l1villgoiiidt09ci
You should see a 200 response. This takes 10-30 seconds.
Full Profiles response schema

How to scrape TikTok posts

Dataset ID: gd_lu702nij2f790tmv9h
Full Posts response schema

How to scrape TikTok Shop

Dataset ID: gd_m45m1u911dsa4274pi
Full TikTok Shop response schema

How to scrape TikTok comments

Dataset ID: gd_lkf2st302ap89utw5k
Full Comments response schema

Posts by Profile Fast API

Dataset ID: gd_m7n5v2gq296pex2f5m
Full Posts by Profile Fast API response schema

Quick reference: dataset IDs

Output formats

Control the response format with the format query parameter:

Next steps

Async batch requests

Scrape hundreds of URLs in a single batch job.

API reference

Full parameter and response field reference.