Skip to main content
POST
Update Settings
Update the configuration of your TikTok Video Scraper squid. Pass crawler-specific settings inside the params object.

Headers

string
required
Your API authentication token. Value: Token YOUR_API_KEY
string
required
Must be application/json. Value: application/json

Body

object
Crawler-specific settings. See fields below.

Settings Fields

integer
Number of related videos to also scrape for each task URL. Leave empty or set to 0 to disable. Example: 5
Set max_related_videos_per_post to expand your dataset — for each input URL, the scraper will also collect that many related videos. Results from related videos have is_related: true and include a related_to_video_id field.

Code Examples

Response

201