🍉 Xigua Video Search Scraper avatar

🍉 Xigua Video Search Scraper

Pricing

$3.00 / 1,000 results

Go to Apify Store
🍉 Xigua Video Search Scraper

🍉 Xigua Video Search Scraper

Extract Xigua video search 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

Jackie Chen

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Xigua Video Search Scraper (西瓜视频搜索)

xigua-video-search

Search Xigua Video (西瓜视频, ByteDance's long-form video platform) by keyword and export structured video data: titles, summaries, durations, watch and comment counts, cover images, author info, and direct video IDs/URLs.

Unofficial. Not affiliated with, authorized, or endorsed by Xigua Video / ByteDance. This is an independent tool that retrieves publicly available data via a third-party API. Use it in compliance with Xigua Video's terms of service and applicable law; you are responsible for how you use the data.

What it does

  • Keyword search — give it one or more keywords (Chinese keywords return the most results) and it pages through Xigua's search feed, returning one item per video.
  • Filters out the search feed's separator / ad / empty-content cards and keeps only real video records.
  • Optional sorting (comprehensive / latest / most watched) and duration filtering.

Input

FieldTypeDescription
searchKeywordsarray of stringsKeywords to search for. Default: ["美食"].
maxItemsintegerMax total videos across all keywords. Default 10.
orderTypestringSort: comprehensive / publish_time (latest) / video_play (most watched).
minDurationintegerOptional. Minimum video length in seconds.
maxDurationintegerOptional. Maximum video length in seconds.
proxyConfigurationobjectOptional Apify Proxy config (usually not needed).

Example input

{
"searchKeywords": ["美食"],
"maxItems": 10
}

Output

Each dataset item is a flat video record:

{
"groupId": "6867358073854362123",
"itemId": "6867358073854362123",
"videoId": "v02004a30000bt6redppmnn8nv6uidi0",
"url": "https://www.ixigua.com/6867358073854362123",
"title": "羊腿烤肉鸡爪子,乡村食叔12个户外精彩美食瞬间,你最馋哪个",
"summary": "农村大叔秘制各种户外美食...",
"sourceName": "乡村食叔",
"watchCount": 679819,
"commentCount": 426,
"videoDuration": 377,
"publishTime": 1598943660,
"coverUrl": "https://p26-sign.bdxiguaimg.com/...",
"author": {
"userId": "223935603685203",
"nickname": "乡村食叔",
"avatarUrl": "https://...",
"authInfo": "优质美食领域创作者"
},
"source": "search:美食"
}

Notes

  • Powered by the TikHub API. Provide your TikHub API key as the secret environment variable TIKHUB_API_KEY.
  • Xigua's search feed is paginated by offset; pages often contain only layout cards, so the actor keeps advancing the offset until real video results dry up.