🏯 Tiktok Scraper (Pay Per Result) avatar

🏯 Tiktok Scraper (Pay Per Result)

Try for free

Pay $0.20 for 1,000 posts

View all Actors
🏯 Tiktok Scraper (Pay Per Result)

🏯 Tiktok Scraper (Pay Per Result)

apidojo/tiktok-scraper
Try for free

Pay $0.20 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:

Developer
Maintained by Community
Actor metrics
  • 132 monthly users
  • 11 stars
  • 95.1% runs succeeded
  • 2.9 hours response time
  • Created in Dec 2023
  • Modified about 22 hours ago