
🏯 Tiktok Scraper (Pay Per Result)
Pricing
$0.30 / 1,000 posts

🏯 Tiktok Scraper (Pay Per Result)
The most complete and effective solution for extracting data from TikTok.com. User, Profile, Hashtag, Music, Location, Tag, and many other support is just the beginning. The intelligent algorithm allows TikTok Scraper to retrieve any posts/videos around the platform in the blink of an eye!
5.0 (2)
Pricing
$0.30 / 1,000 posts
108
Total users
1.7k
Monthly users
379
Runs succeeded
97%
Issue response
16 hours
Last modified
3 hours ago
You can access the 🏯 Tiktok Scraper (Pay Per Result) programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1from apify_client import ApifyClient2
3# Initialize the ApifyClient with your Apify API token4# Replace '<YOUR_API_TOKEN>' with your token.5client = ApifyClient("<YOUR_API_TOKEN>")6
7# Prepare the Actor input8run_input = {9 "startUrls": [10 "https://www.tiktok.com/@billieeilish/video/7050551461734042926",11 "https://www.tiktok.com/@gordonramsayofficial",12 "https://www.tiktok.com/search?q=Recipes",13 "https://www.tiktok.com/tag/duet",14 "https://www.tiktok.com/music/original-sound-Newcastle-United-7297730198175402784",15 "https://www.tiktok.com/place/New-York-22535796481546927",16 ],17 "maxItems": 1000,18 "keywords": [19 "Artificial Intelligence",20 "podcast",21 ],22 "dateRange": "DEFAULT",23 "location": "US",24 "sortType": "RELEVANCE",25 "customMapFunction": "(object) => { return {...object} }",26}27
28# Run the Actor and wait for it to finish29run = client.actor("apidojo/tiktok-scraper").call(run_input=run_input)30
31# Fetch and print Actor results from the run's dataset (if there are any)32print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])33for item in client.dataset(run["defaultDatasetId"]).iterate_items():34 print(item)35
36# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start
🏯 Tiktok Scraper (Pay Per Result) API in Python
The Apify API client for Python is the official library that allows you to use 🏯 Tiktok Scraper (Pay Per Result) API in Python, providing convenience functions and automatic retries on errors.
Install the apify-client
$pip install apify-client
Other API clients include: