Tiktok Search Scraper avatar
Tiktok Search Scraper

Pricing

$35.00/month + usage

Go to Store
Tiktok Search Scraper

Tiktok Search Scraper

Developed by

epctex

epctex

Maintained by Community

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.

5.0 (1)

Pricing

$35.00/month + usage

14

Total users

994

Monthly users

64

Runs succeeded

>99%

Response time

13 hours

Last modified

13 hours ago

You can access the Tiktok Search 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.

1echo '{
2  "search": [
3    "anime",
4    "tiktok"
5  ],
6  "startUrls": [
7    "https://www.tiktok.com/search?q=music&t=1670685477846",
8    "https://www.tiktok.com/search?q=dance&t=1670685484412",
9    "https://www.tiktok.com/search?q=challenge&t=1670685494590"
10  ],
11  "maxItems": 10,
12  "endPage": 1,
13  "extendOutputFunction": "($) => { return {} }",
14  "customMapFunction": "(object) => { return {...object} }",
15  "proxy": {
16    "useApifyProxy": true
17  }
18}' |
19apify call epctex/tiktok-search-scraper --silent --output-dataset

TikTok Data Extractor API through CLI

The Apify CLI is the official tool that allows you to use Tiktok Search Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: