๐Ÿฏ Tiktok Profile Scraper (Pay Per Result) avatar
๐Ÿฏ Tiktok Profile Scraper (Pay Per Result)
Try for free

Pay $0.10 for 1,000 posts

View all Actors
๐Ÿฏ Tiktok Profile Scraper (Pay Per Result)

๐Ÿฏ Tiktok Profile Scraper (Pay Per Result)

apidojo/tiktok-profile-scraper
Try for free

Pay $0.10 for 1,000 posts

Looking for Lead Generation? Intelligence over any TikTok user, or just keep track of any person? The TikTok Profile Scraper is ready for your consumption. This actor is known as the most customized yet stable and effective solution for extracting Profile data from TikTok.com.

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "startUrls": [
8    "https://www.tiktok.com/@gordonramsayofficial",
9    "https://www.tiktok.com/@billieeilish"
10  ],
11  "usernames": [
12    "nike",
13    "selenagomez"
14  ],
15  "maxItems": 1000,
16  "customMapFunction": "(object) => { return {...object} }"
17}
18EOF
19
20# Run the Actor using an HTTP API
21# See the full API reference at https://docs.apify.com/api/v2
22curl "https://api.apify.com/v2/acts/apidojo~tiktok-profile-scraper/runs?token=$API_TOKEN" \
23  -X POST \
24  -d @input.json \
25  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 27 monthly users
  • 3 stars
  • 99.1% runs succeeded
  • 0.99 hours response time
  • Created in Dec 2023
  • Modified about 13 hours ago