VOOZH about

URL: https://apify.com/maximedupre/tiktok-keywords-discovery-tool

โ‡ฑ TikTok Keywords Discovery Tool for Search ยท Apify


Pricing

from $2.65 / 1,000 tiktok suggestions

Go to Apify Store

TikTok Keywords Discovery Tool

Discover TikTok autocomplete keyword suggestions from seed terms. Export source-ranked suggestions, types, language and region hints, and scrape timestamps to CSV, JSON, Excel, API, or integrations.

Pricing

from $2.65 / 1,000 tiktok suggestions

Rating

0.0

(0)

Developer

๐Ÿ‘ Maxime Duprรฉ

Maxime Duprรฉ

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

6

Monthly active users

21 days ago

Last modified

Share

๐Ÿ”Ž TikTok keywords discovery tool for autocomplete suggestions

TikTok Keywords Discovery Tool collects autocomplete keyword suggestions from TikTok search. Add one or more seed terms such as gift ideas, skincare routine, or fitness meals, then export source-ranked TikTok keyword suggestions with the original seed, suggestion text, type, language and region hints, and scrape timestamps.

Use this Actor for TikTok keyword research, content planning, social search research, TikTok SEO briefs, campaign ideation, and repeatable keyword exports. It helps you turn manual TikTok search-box checks into a structured Apify dataset you can download as JSON, CSV, Excel, XML, RSS, or HTML, or send to an API, webhook, scheduler, or integration.

For a small first run, keep the prefilled seeds gift ideas and skincare routine. The default run is intentionally small, so you can inspect the row shape before adding a larger keyword list.

โœ… What this Actor does

  • Searches TikTok autocomplete with one or more seed keywords.
  • Saves one dataset item per keyword suggestion.
  • Keeps TikTok's source order by default.
  • Can sort suggestions alphabetically within each seed keyword.
  • Can remove duplicate suggestions across the run.
  • Adds the original seed keyword and seed position to every row.
  • Adds suggestion type, normalized suggestion text, language, region, and scrape time.
  • Stops at your per-keyword and total result limits.
  • Runs without TikTok login, cookies, or a user-provided API key.

This Actor is focused on TikTok search autocomplete suggestions. It does not scrape TikTok videos, profiles, comments, followers, ads, TikTok Shop products, or search-volume metrics.

๐Ÿ“ฆ Data you can extract

Each output item represents one TikTok autocomplete suggestion. Fields include:

  • seedKeyword and seedKeywordIndex
  • suggestion and normalizedSuggestion
  • suggestionType
  • rank
  • dedupeKey
  • sourcePlatform and sourceSurface
  • sourceQuery
  • language and region
  • scrapedAt

The rank field reflects the order used in the output. With the default source ordering, it follows the order TikTok returned for that seed keyword. With alphabetical ordering, ranks are reassigned after sorting.

๐Ÿš€ Common use cases

  • Build TikTok keyword research exports for content planning.
  • Find autocomplete phrases around a product, niche, creator topic, or audience problem.
  • Compare related TikTok search suggestions across several seed terms.
  • Create content calendars from phrases people may type into TikTok search.
  • Feed TikTok keyword suggestions into spreadsheets, dashboards, or AI workflows.
  • Schedule repeat checks for the same keyword set.
  • Collect clean source-ranked suggestions for social search and TikTok SEO research.

โ–ถ๏ธ How to run it

  1. Add one or more seed keywords in Seed keywords.
  2. Keep Suggestions per keyword at 25 for a quick first run.
  3. Set Total suggestion limit if you want a hard cap across the whole run.
  4. Choose TikTok source order or alphabetical order.
  5. Choose whether to remove duplicate suggestions.
  6. Start the Actor and open the dataset.

For larger jobs, add several related seeds and use the total limit to keep the run size predictable.

๐Ÿ› ๏ธ Input

๐Ÿงช Example input

{
"keywords":["gift ideas","skincare routine"],
"maxSuggestionsPerKeyword":25,
"maxTotalResults":100,
"resultOrder":"source",
"deduplicateSuggestions":true,
"includeSeedEcho":true,
"language":"en",
"region":"US"
}

๐ŸŽฏ Seed keywords

Enter plain TikTok search seeds. Good examples:

  • gift ideas
  • skincare routine
  • fitness meals
  • home office
  • summer outfits

Each seed is queried separately. Empty and duplicate seed values are ignored during normalization.

๐Ÿ“ Limits

Use maxSuggestionsPerKeyword to control how many suggestions can be saved for each seed. Use maxTotalResults when you want a hard cap across the whole run.

๐Ÿงน Sorting and cleanup

resultOrder can keep TikTok's source order or sort suggestions alphabetically. deduplicateSuggestions removes repeated normalized suggestions across all seeds. includeSeedEcho controls whether to keep a suggestion when TikTok returns the same text as the seed keyword.

๐ŸŒ Localization

language and region are hints for the TikTok search surface. TikTok may still return suggestions that mix languages or local interests, depending on what it currently shows for the seed.

๐Ÿ“Š Output example

{
"seedKeyword":"gift ideas",
"seedKeywordIndex":1,
"suggestion":"gift ideas for mom",
"normalizedSuggestion":"gift ideas for mom",
"suggestionType":"suggestion",
"rank":1,
"dedupeKey":"gift ideas for mom",
"sourcePlatform":"tiktok",
"sourceSurface":"search_autocomplete",
"sourceQuery":"gift ideas",
"language":"en",
"region":"US",
"scrapedAt":"2026-05-23T00:00:00.000Z"
}

๐Ÿ’ณ Pricing

This Actor uses pay-per-event pricing. You are charged for each TikTok keyword suggestion that is found and saved. The default input is small enough for a low-cost test run.

โš ๏ธ Limits and caveats

  • TikTok autocomplete can change over time and by region.
  • Some seeds can return fewer suggestions than your requested limit.
  • The Actor does not provide search volume, CPC, popularity scores, or trend predictions.
  • Language and region are source hints, not guaranteed filters.
  • TikTok may temporarily return fewer suggestions or no suggestions for a seed.

โ“ FAQ

๐Ÿ” Does this use the official TikTok API?

No. It collects public TikTok autocomplete suggestions shown by TikTok search. You do not need to provide a TikTok account, cookies, or API key.

๐ŸŽฌ Can it scrape TikTok videos or profiles?

No. This Actor is only for TikTok keyword suggestions. Use a TikTok video, profile, transcript, or comments scraper when you need content rows instead of keyword ideas.

๐Ÿ“ˆ Does it return search volume?

No. The output contains suggestions and source order, not search-volume or popularity metrics. This avoids inventing metrics that TikTok does not expose through this search surface.

๐Ÿงบ Can I run many keywords at once?

Yes. Add multiple seed keywords and use the per-keyword and total limits to control the run size.

๐Ÿ“ Changelog

  • 0.1: Initial release.

๐Ÿ†˜ Support

For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h ๐Ÿซก

๐Ÿ”— Other actors

Made with โค๏ธ by Maxime Duprรฉ

You might also like

Amazon Keywords Discovery Tool

maximedupre/amazon-keywords-discovery-tool

Discover Amazon autocomplete keyword suggestions from seed terms. Export source-ranked suggestions, marketplace context, expansion queries, dedupe keys, source URLs, and scrape timestamps.

๐Ÿ‘ User avatar

Maxime Duprรฉ

9

Etsy Keywords Research Tool

maximedupre/etsy-keywords-research-tool

Scrape Etsy autocomplete keyword suggestions from seed terms. Export suggestions, ranks, source queries, locale metadata, search URLs, and timestamps for Etsy SEO research.

๐Ÿ‘ User avatar

Maxime Duprรฉ

9

Pinterest Keyword Scraper

maximedupre/pinterest-keyword-scraper

Collect Pinterest autocomplete keyword suggestions from seed terms or Pinterest search URLs. Export ranked ideas with source URLs, suggestion IDs, and scrape timestamps for SEO, content planning, and research.

๐Ÿ‘ User avatar

Maxime Duprรฉ

10

Google Autocomplete Scraper - Keyword Suggestions at Scale

santhej/google-autocomplete-scraper

Scrape Google Autocomplete suggestions for any seed keyword โ€” the real queries people type. Mine long-tail keywords, questions & content ideas in bulk. 190+ countries. Clean JSON/CSV for SEO & content research. No API keys.

๐Ÿ‘ User avatar

Santhej Kallada

4

5.0

Google Search Autocomplete โ€” Keyword Suggestions Extractor

maged120/google-autocomplete-ppe

Extract the full list of Google autocomplete suggestions for any search query. Returns all suggestions Google shows as you type โ€” ideal for keyword research and content ideation.

TikTok Keywords Discovery Tool ๐ŸŽฏ

easyapi/tiktok-keywords-discovery-tool

๐Ÿ” Discover trending TikTok keywords and search suggestions! Extract valuable insights from TikTok's search algorithm. Perfect for content creators, marketers, and researchers looking to optimize their TikTok strategy and understand trending topics.

Google Autocomplete Scraper โ€” Suggestions

scrape.badger/google-autocomplete-scraper

Scrape Google's autocomplete / suggestions endpoint at scale. Returns up to 10 suggestions per seed, enriched with Knowledge Graph entity_name + thumbnail when Google surfaces them. Supports bulk seeds (one run = many queries). Ideal for SEO keyword research, long-tail discovery, and entity mapping.

16

๐Ÿ” All-in-One Autocomplete Keywords Tool

easyapi/all-in-one-autocomplete-keywords-tool

Discover trending keywords and search suggestions across multiple platforms! Get real-time autocomplete data from Google, Pinterest, Instagram, TikTok, Amazon, and more. Perfect for SEO, content strategy, and market research. Unlock valuable insights with advanced filtering and comprehensive results

Google Autocomplete API | Search & Place Suggestions for Agents

johnvc/google-autocomplete-api

Get Google autocomplete suggestions for any query as structured JSON: the suggestions Google shows as you type. Resolve partial searches and surface place suggestions to feed into a Maps or Places lookup. Fast query and keyword expansion for SEO and AI agents. Pay per suggestion, MCP-ready.