VOOZH about

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

⇱ πŸ‘€ TikTok Discover Scraper API Β· Apify


Pricing

from $1.50 / 1,000 results

Go to Apify Store

TikTok Discover Scraper

Scrape TikTok Discover data. Just add one or more hashtags and the scraper will extract related videos, tag breadcrumbs, similar trends, and subtopics. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

Pricing

from $1.50 / 1,000 results

Rating

5.0

(5)

Developer

πŸ‘ Clockworks

Clockworks

Maintained by Apify

Actor stats

27

Bookmarked

570

Total users

27

Monthly active users

4 hours ago

Last modified

Share

You might also like

TikTok Trends Scraper

clockworks/tiktok-trends-scraper

Scrape TikTok Trends data. Just add one or more channels and the scraper will extract related videos, posts, authors, music, and channel information. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

2.4K

4.5

TikTok Hashtag Analytics

clockworks/tiktok-ads-scraper

Scrape TikTok hashtag analytics data. Just add one or more hashtags, and the scraper will extract posts' text, details, country, longevity, audience interests, scores, countries, labels, and age range. Export scraped data, run the scraper via API, schedule runs, or integrate it with other tools.

838

4.2

TikTok Hashtag Scraper

clockworks/tiktok-hashtag-scraper

Scrape TikTok hashtag data. Just add one or more hashtags and extract TikTok videos with that hashtag: URLs, likes, country of creation, video and music metadata, TikTok creator data. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

14K

4.8

TikTok Explore Scraper

clockworks/tiktok-explore-scraper

Extract data from TikTok explore categories including post, author, video, and music data. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

266

4.1

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 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 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

298

5.0

TikTok Trending Videos Scraper

alien_force/tiktok-trending-videos-tracker

Easily extract trending TikTok videos with comprehensive data, including video statistics, creator profiles, and engagement details. Filter by country, time period, and sort criteria. Perfect for influencer analysis, trend tracking, and social media research. Fast, accurate, and insightful!

245

5.0

Tiktok Search Scraper

epctex/tiktok-search-scraper

Unleash the power of data extraction with our advanced TikTok Search Scraper. Gather videos, hashtags, posts, URLs, share numbers, followers, hearts, names, music-related data, and more. Download data in various formats including HTML, JSON, CSV, Excel, or XML.

Tiktok Trending Videos Scraper

api-empire/tiktok-trending-videos-scraper

Tiktok Trending Videos Scraper extracts real-time trending videos from TikTok. Capture views, likes, shares, captions, hashtags, creators, and metadata. Ideal for research, content planning, trend analysis, and workflows needing structured TikTok trending video insights.

24

5.0

You can access the TikTok Discover 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'
<{
< "hashtags": [
< "tokyo"
< ]
<}
<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-discover-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

πŸ‘€ TikTok Discover Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the TikTok Discover 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-discover-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-discover-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-discover-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 Discover Scraper API programmatically via the Apify API.

You can choose from:

TikTok Discover Scraper API in Python

TikTok Discover Scraper API in JavaScript

TikTok Discover Scraper API through CLI

TikTok Discover Scraper OpenAPI definition

You can start TikTok Discover 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 Discover Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the TikTok Discover 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.