Tiktok Comments Scraper avatar
Tiktok Comments Scraper
Try for free

3 days trial then $15.00/month - No credit card required now

View all Actors
Tiktok Comments Scraper

Tiktok Comments Scraper

epctex/tiktok-comment-scraper
Try for free

3 days trial then $15.00/month - No credit card required now

Effortlessly scrape Tiktok data: comments, users, and all the other insights. Overcome API limitations, and ensure real-time monitoring for seamless extraction.

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/@deborahyowa/video/7173615947603922181?is_copy_url=1&is_from_webapp=v1",
9    "https://www.tiktok.com/@argenby/video/7171782248281165058?is_copy_url=1&is_from_webapp=v1",
10    "https://www.tiktok.com/@cznburak/video/7161858444830461190?is_copy_url=1&is_from_webapp=v1"
11  ],
12  "endPage": 2,
13  "maxItems": 10,
14  "proxy": {
15    "useApifyProxy": true
16  }
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/epctex~tiktok-comment-scraper/runs?token=$API_TOKEN" \
23  -X POST \
24  -d @input.json \
25  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 23 monthly users
  • 4 stars
  • 94.9% runs succeeded
  • 4.4 hours response time
  • Created in Aug 2023
  • Modified 2 days ago