TikTok Search Suggestions Scraper
Pricing
from $1.50 / 1,000 results
TikTok Search Suggestions Scraper
SEO-flavored Tap into what TikTok users are actually searching for. Extract TikTok's search autocomplete suggestions at scale to power your keyword research, SEO, and content strategy
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer
Ilong Mamman
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
15 days ago
Last modified
Categories
Share
TikTok Search Suggestions Scraper | Extract TikTok Autocomplete Keywords
Pull TikTok's search autocomplete suggestions for any keyword — the exact phrases TikTok recommends as users type. No browser automation, no logins, no manual scrolling. Just paste one or more search terms, pick a region, and get structured JSON keyword data in seconds.
⭐ Fast & Reliable | � Region Targeting | � Bulk Query Support
What Is This Actor?
This Apify actor extracts TikTok search autocomplete suggestions for any query. Perfect for keyword research, SEO, content ideation, trend discovery, and hashtag strategy.
Drop in a single keyword for a quick check or a list of seed terms to build a full keyword map — the scraper handles each query and writes one row per suggestion.
What Data Can You Extract?
The scraper outputs one row per suggestion, so the dataset is ready for direct CSV / Excel / Sheets export. Each row contains:
| Field | Description |
|---|---|
searchTerm | The search term you queried (lets you join rows back to source) |
region | Region code used for the request (e.g. US) |
text | The suggested search phrase returned by TikTok |
position | Rank of the suggestion in the autocomplete list (0-based) |
language | Detected language of the suggestion (e.g. en, vi) |
score | Relevance score TikTok assigns to the suggestion |
Use Cases
- � Keyword Research — Discover the exact phrases TikTok suggests for your seed terms.
- � SEO & Content Ideation — Turn autocomplete data into video topics and captions.
- � Hashtag & Trend Strategy — Spot rising phrases and language variations early.
- 🌍 Localization — Compare suggestions across regions and languages.
- 🤖 Keyword Maps & AI — Feed structured suggestion data into clustering or LLM pipelines.
- 📊 CSV / Sheets Export — Flat one-row-per-suggestion output drops cleanly into spreadsheets.
Input Parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
searchTerms | Array | List of search terms to fetch TikTok suggestions for. | Required |
region | String | Region code used to localize suggestions (e.g. US, GB, VN). | US |
Tip: Each entry in
searchTermscan be a plain string (cats) or an object ({ "searchTerm": "cats" }).
How to Use
1. Single Query
{"searchTerms": ["cats"],"region": "US"}
2. Multiple Queries
{"searchTerms": ["cats", "funny cats", "street food"],"region": "US"}
Output Example
Each suggestion is its own dataset row — perfect for tables, CSV exports, and downstream pipelines.
{"searchTerm": "cats","region": "US","text": "cats funny video","position": 0,"language": "en","score": 0.03659618}
FAQ
Can I scrape multiple keywords at once?
Yes — add multiple terms to the searchTerms array. Each one is processed sequentially with a short delay to avoid rate limiting.
How many suggestions are returned per query? TikTok typically returns around 10 autocomplete suggestions per search term, and every suggestion is written as its own dataset row.
How do I know which keyword each suggestion belongs to?
Every row contains a searchTerm field with the term you searched, so the dataset stays joinable even when you batch many keywords.
Need Help?
Open an issue on the Apify platform or email: vistics99@gmail.com — we respond within 24 hours. ⚡