VOOZH about

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

⇱ TikTok Hashtag Analytics API Β· Apify


Pricing

from $2.50 / 1,000 results

Go to Apify Store

TikTok Hashtag Analytics

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.

Pricing

from $2.50 / 1,000 results

Rating

4.2

(6)

Developer

πŸ‘ Clockworks

Clockworks

Maintained by Apify

Actor stats

24

Bookmarked

849

Total users

32

Monthly active users

3 hours ago

Last modified

Share

You might also like

TikTok Discover Scraper

clockworks/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.

567

5.0

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

267

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.

199K

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

epctex/tiktok-hashtag-scraper

Experience the power of our state-of-the-art TikTok scraper, meticulously designed to fetch videos, hashtags, shares, followers, hearts, names, posts, URLs, and music data. Obtain comprehensive insights with ease, and choose your preferred data format: be it HTML, JSON, CSV, Excel, or XML.

You can access the TikTok Hashtag Analytics 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": [
< "usa"
< ],
< "adsCountryCode": ""
<}
<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-ads-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

TikTok Hashtag Analytics API

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

You can choose from:

TikTok Hashtag Analytics API in Python

TikTok Hashtag Analytics API in JavaScript

TikTok Hashtag Analytics API through CLI

TikTok Hashtag Analytics OpenAPI definition

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

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