🍋 Lemon8 Trending Keywords Scraper
Pricing
$3.00 / 1,000 results
🍋 Lemon8 Trending Keywords Scraper
Extract Lemon8 trending keywords data — title, author, engagement, and more. Scrape by keyword, URL or ID. Export to JSON, CSV & Excel, use the API, schedule runs and integrate. No code required.
Pricing
$3.00 / 1,000 results
Rating
0.0
(0)
Developer
Jackie Chen
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Lemon8 Trending / Hot Search Keywords

Fetch Lemon8's live trending / hot search keywords. Returns one clean,
structured item per keyword: the search term, its type, the source that surfaced it
(e.g. hot_recom, recom_search), its group ID, recall source, and labels such as
hot or searched.
Unofficial. This Actor is not affiliated with, authorized, or endorsed by Lemon8 or ByteDance. It is an independent tool that retrieves publicly available data via a third-party API. Use it in compliance with Lemon8's terms and all applicable laws; you are responsible for how you use the retrieved data.
What it does
- Calls Lemon8's hot-search endpoint and returns the current trending keyword list.
- Each keyword comes with its metadata (type, source, group ID, recall source, labels).
- De-duplicates by keyword and ranks the output.
It is a lightweight trend-monitoring tool and a handy keyword-seed feeder for
Lemon8 post / hashtag scrapers: run it on a schedule, then feed the query values
into a search-based scraper.
Input
The endpoint takes no search parameters — a bare run returns data immediately.
| Field | Type | Default | Description |
|---|---|---|---|
maxItems | integer | 50 | Maximum number of trending keywords to return. Lemon8 currently surfaces ~10 hot words per request. |
proxyConfiguration | object | off | Optional Apify Proxy routing for the upstream API calls. Usually not needed. |
Example input
{ "maxItems": 50 }
(Or simply run with no input at all.)
Output
One dataset item per trending keyword:
{"rank": 1,"query": "cute easy hairstyles","type": "plain","source": "hot_recom","groupId": "8432808072882778269","recallSource": "search_again_recall,bg_search_history_recall","labels": ["hot"],"queryLabels": [{ "label_type": "hot", "label_priority": 2, "query_type": "hot" }],"fetchSource": "hot_search_keywords"}
Notes
- Data is sourced live; the upstream edge occasionally rate-limits, so the Actor retries transient blocks with exponential backoff.
- Keywords are de-duplicated within a run.