TikTok Live Search Scraper
Pricing
from $4.99 / 1,000 results
Go to Apify Store
TikTok Live Search Scraper
Search TikTok live rooms by keyword and export room info, owner data, and engagement metrics with timestamps.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
PowerAI
Maintained by Community
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Search TikTok live rooms by keyword and export one row per live result.
Key Features
- Required keyword input
- Collect up to your chosen maximum number of live rows; continues with pagination until that limit or until there are no more results
- Automatically handles pagination fields (
cursor,has_more) and carriessearch_idfromlog_pb.impr_idfor follow-up pages - Typical fields include
live_info.raw_data(full upstream room payload),live_info.room_info, and key room metadata such as title, viewers, owner, start time, likes, and tags - Each record includes scrapedAt (ISO 8601)
Why Use It?
- Practical: Find active live rooms around a topic quickly
- Structured: JSON rows for analysis and downstream workflows
- Reliable: Built-in cursor pagination support
Great For
- Live trend discovery
- Competitive live monitoring
- Topic-based creator research
Input Parameters
| Parameter | Required | Description |
|---|---|---|
keyword | Yes | Search keyword for live rooms. |
maxResults | No | Maximum rows to collect (default: 48). |
Output
Each dataset row is one live result object plus scrapedAt.
| Field | Description |
|---|---|
live_info.raw_data | Full upstream room JSON as a string (very detailed, nested). |
live_info.room_info | Extra room flags (for example has_commerce_goods, is_battle). |
live_info.raw_data.id | Live room ID (inside raw_data). |
live_info.raw_data.title | Live title text. |
live_info.raw_data.user_count | Current viewer count snapshot. |
live_info.raw_data.owner | Broadcaster profile block (nickname, avatars, IDs, followers, etc.). |
live_info.raw_data.start_time | Live start timestamp (epoch seconds). |
live_info.raw_data.like_count | Total likes snapshot. |
live_info.raw_data.hashtag / game_tag | Category and game tags when present. |
live_info.raw_data.stream_snapshot | Snapshot image metadata and URLs when present. |
live_info.raw_data.asr_summary | Auto speech summary metadata (when provided). |
scrapedAt | Collection timestamp (ISO 8601). |
Sample record
{"live_info": {"raw_data": "{\"id\":7620682868826295060,\"title\":\"🦝Hola ! Bienvenidos a TikTok\",\"user_count\":396,\"owner\":{\"nickname\":\"HamidAp🔥🦝\",\"display_id\":\"hamidpinto\"},\"start_time\":1774328526,\"like_count\":325281,\"asr_summary\":{\"id\":7620734251231709970,\"summary\":\"Garena Free Fire update and event talk\"}}","room_info": {"has_commerce_goods": false,"is_battle": false}},"scrapedAt": "2026-03-24T08:36:54.343Z"}
Notes
- Upstream response fields are deep and may vary by room and region.
- Respect TikTok terms and applicable laws when using scraped data.