VOOZH about

URL: https://apify.com/clockworks/tiktok-profile-scraper/api

⇱ β™ͺ Tiktok Profile Scraper API Β· Apify


Pricing

from $2.50 / 1,000 results

Go to Apify Store

TikTok Profile Scraper

Extract data from TikTok profiles and videos they post. Get TikTok profile data, URLs, numbers of shares, followers, comments, hearts, video and music metadata. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

Pricing

from $2.50 / 1,000 results

Rating

4.7

(45)

Developer

πŸ‘ Clockworks

Clockworks

Maintained by Apify

Actor stats

735

Bookmarked

28K

Total users

3.7K

Monthly active users

5 days

Issues response

4 hours ago

Last modified

Share

You might also like

TikTok Profile Scraper POSTS

scraping_solutions/tiktok-profile-scraper-posts

Extract data from TikTok profiles and videos they post. Get TikTok profile data, URLs, numbers of shares, followers, comments, hearts, video and music metadata. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

πŸ‘ User avatar

Scraping Solutions

297

5.0

TikTok Scraper

clockworks/tiktok-scraper

Extract data from TikTok videos, hashtags, and users. Use URLs or search queries to scrape TikTok profiles, hashtags, posts, URLs, shares, followers, hearts, names, video, and music-related data. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

198K

4.8

TikTok Video Scraper

clockworks/tiktok-video-scraper

Extract data from chosen tiktoks. Just add a TikTok URL and get TikTok video and profile data: URLs, numbers of shares, followers, hashtags, hearts, video, and music metadata. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

11K

4.4

TikTok Profile Scraper

getdataforu/tiktok-profile-scraper

Extract data from TikTok profiles and videos they post. Get TikTok profile data, URLs, numbers of shares, followers, comments, hearts, video and music metadata. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

1

5.0

Tiktok Profile Scraper Posts rent

scraping_solutions/tiktok-profile-scraper-posts-rent

Extract data from TikTok profiles and videos they post. Get TikTok profile data, URLs, numbers of shares, followers, comments, hearts, video and music metadata. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

πŸ‘ User avatar

Scraping Solutions

21

5.0

TikTok Comments Scraper

clockworks/tiktok-comments-scraper

Extract TikTok comments. Just add a TikTok URL and get TikTok video and profile data: comments, URLs, numbers of shares, followers, hashtags, hearts, video, and music metadata. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

33K

4.6

TikTok Comments Scrapper

getdataforu/tiktok-comments-scrapper

Extract TikTok comments. Just add a TikTok URL and get TikTok video and profile data: comments, URLs, numbers of shares, followers, hashtags, hearts, video, and music metadata. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

15

5.0

Best Tiktok Profile Scraper

scrape-creators/best-tiktok-profile-scraper

Scrape TikTok profiles and videos: get followers, shares, comments, hearts, links, video/music metadata. Export data, run via API, schedule jobs, monitor runs, and integrate with your tools.

πŸ‘ User avatar

Scrape Creators

522

1.0

Best Tiktok Video Scraper

scrape-creators/best-tiktok-video-scraper

Extract data from chosen tiktoks. Just add a TikTok URL and get TikTok video and profile data: URLs, numbers of shares, followers, hashtags, hearts, video, and music metadata. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

πŸ‘ User avatar

Scrape Creators

463

4.3

🏯 Tiktok Profile Scraper (Pay Per Result)

apidojo/tiktok-profile-scraper

Scrape TikTok user profiles at 425 posts/sec with 98% success, no proxy needed. Get followers, bio, badges, full video history & engagement. Username or URL input. Export JSON/CSV, API ready. Perfect for influencer research, lead gen & brand deals. $0.30 per 1K posts.

3.3K

4.7

You can access the TikTok Profile Scraper 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.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "profiles": [
< "apifyoffice"
< ]
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/clockworks~tiktok-profile-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

β™ͺ Tiktok Profile Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the TikTok Profile Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/clockworks~tiktok-profile-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/clockworks~tiktok-profile-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/clockworks~tiktok-profile-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the TikTok Profile Scraper API programmatically via the Apify API.

You can choose from:

TikTok Profile Scraper API in Python

TikTok Profile Scraper API in JavaScript

TikTok Profile Scraper API through CLI

TikTok Profile Scraper OpenAPI definition

You can start TikTok Profile Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The TikTok Profile Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the TikTok Profile Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.