VOOZH about

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

⇱ TikTok Profile Scraper - cheap and fast API Β· Apify


πŸ‘ TikTok Profile Scraper - User detail avatar

TikTok Profile Scraper - User detail

Pricing

$1.50 / 1,000 results

Go to Apify Store

TikTok Profile Scraper - User detail

Scrape TikTok profiles & posts fast and affordably! Get usernames, followers, bios, videos, captions & more for just $1.5 per 1,000 results. Perfect for marketers, researchers & devs. Start scraping now! πŸš€

Pricing

$1.50 / 1,000 results

Rating

5.0

(2)

Developer

πŸ‘ The Netaji

The Netaji

Maintained by Community

Actor stats

16

Bookmarked

329

Total users

25

Monthly active users

4 months ago

Last modified

Share

You might also like

Best Tiktok Followers Scraper

scrape-creators/best-tiktok-followers-scraper

Scrape the followers of any public TikTok account. Get usernames, profile URLs, bios, follower counts, and more. Just enter one or more TikTok usernames and extract their followers in bulk. Perfect for influencer research, lead gen, or audience analysis.

πŸ‘ User avatar

Scrape Creators

968

4.5

Tiktok Profile Scraper

scrapapi/tiktok-profile-scraper

Scrape TikTok profile data in seconds πŸŽ΅πŸ‘€ Extract usernames, bios, followers, following, likes, profile links, videos, and more from public profiles. Perfect for influencer research, competitor analysis, audience insights, and creator discovery. Get valuable TikTok data fast πŸš€

TikTok Post Scraper

thenetaji/tiktok-post-scraper

Scrape TikTok profiles and posts effortlessly with our fast and affordable scraperβ€”just $1 per 1,000 profiles! Get bio, stats, and content in seconds. Perfect for research, analytics, and growth hacking.

186

5.0

TikTok User Profile Scraper

api-empire/tiktok-user-profile-scraper

🎯 TikTok User Profile Scraper (tiktok-user-profile-scraper) extracts usernames, bios, followers, likes, video counts, links, verified status & more. πŸ“Š Export CSV/JSON for influencer discovery, lead gen, competitor analysis & growth. ⚑ Fast, reliable, API-ready.

Tiktok User Followers

monumental_world/tiktok-api-user-followers

Get TikTok user followers.

Tiktok User Followers

patient_discovery/tiktok-api-user-followers

Get TikTok user followers.

98

Tiktok Profile Scraper

api-empire/tiktok-profile-scraper

The TikTok Profile Scraper extracts public TikTok profile data, including usernames, bios, followers, following counts, likes, and profile URLs. Ideal for marketers, analysts, and researchers to track influencer metrics, study engagement, and build accurate audience insights efficiently.

TikTok Followers Scraper (No Cookie)

datadoping/tiktok-followers-scraper

Scrape TikTok followers with full profile data. Get usernames, bios, stats, and more. Supports bulk input, pagination, and fast export. Ideal for lead gen, influencer research, and analytics.

Tiktok Profile Scraper

scrapers-hub/tiktok-profile-scraper

TikTok profile scraper to extract profile data, followers, bios, and stats from TikTok accounts πŸ“ŠπŸŽ΅ Perfect for influencer research, lead generation, and competitor analysis. Fast, accurate, and scalable.

You can access the TikTok Profile Scraper - User detail 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'
<{
< "urls": [
< {
< "url": "https://www.tiktok.com/@addisonre"
< },
< {
< "url": "https://www.tiktok.com/@estelle.diary/video/7528195989270842655"
< },
< {
< "url": "https://www.tiktok.com/@khaby.lame"
< },
< {
< "url": "https://www.tiktok.com/@aliassafari1/video/7515041580957551890"
< }
< ],
< "proxy": {
< "useApifyProxy": true,
< "apifyProxyGroups": [],
< "apifyProxyCountry": ""
< }
<}
<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/thenetaji~tiktok-profile-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

TikTok Profile Scraper - cheap and fast API

Below, you can find a list of relevant HTTP API endpoints for calling the TikTok Profile Scraper - User detail 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/thenetaji~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/thenetaji~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/thenetaji~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 - User detail API programmatically via the Apify API.

You can choose from:

TikTok Profile Scraper - User detail API in Python

TikTok Profile Scraper - User detail API in JavaScript

TikTok Profile Scraper - User detail API through CLI

TikTok Profile Scraper - User detail OpenAPI definition

You can start TikTok Profile Scraper - User detail 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 - User detail 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 - User detail 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.