π― Tiktok Scraper (Pay Per Result)
Pay $0.30 for 1,000 posts
π― Tiktok Scraper (Pay Per Result)
Pay $0.30 for 1,000 posts
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!
You can access the π― Tiktok Scraper (Pay Per Result) programmatically from your own Python 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 ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_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 "customMapFunction": "(object) => { return {...object} }",
25}
26
27# Run the Actor and wait for it to finish
28run = client.actor("apidojo/tiktok-scraper").call(run_input=run_input)
29
30# Fetch and print Actor results from the run's dataset (if there are any)
31print("πΎ Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
32for item in client.dataset(run["defaultDatasetId"]).iterate_items():
33 print(item)
34
35# π 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:
Actor Metrics
220 monthly users
-
39 stars
>99% runs succeeded
3.4 hours response time
Created in Dec 2023
Modified 19 hours ago