🦐 Pipixia Feed Scraper
Pricing
$3.00 / 1,000 results
🦐 Pipixia Feed Scraper
Extract Pipixia feed 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
2 days ago
Last modified
Categories
Share
Pipixia (皮皮虾) Home Feed Video Scraper

Scrape the Pipixia (皮皮虾) recommended home feed — the live stream of trending short videos. Returns clean, structured data for each video: caption, video download URLs, cover image, like / comment / share / play counts, duration, author info, and the share link.
Unofficial. This Actor is not affiliated with, authorized, or endorsed by Pipixia (皮皮虾) or ByteDance. It is an independent tool that retrieves publicly available data via a third-party API. Use it in compliance with Pipixia's terms and all applicable laws; you are responsible for how you use the retrieved data.
What it does
- Trending home feed — pages through Pipixia's recommended video feed. Just
run it: with the default cursor
0it starts from the freshest trending videos and follows the feed's own loadmore cursor untilmaxItemsis reached. - Each video includes direct video download URLs (signed, time-limited) plus a separate original-quality download list, the cover image, and full author and engagement stats.
- Item IDs are de-duplicated within a run.
No login or input is required — a bare run returns the live trending feed.
Input
| Field | Type | Default | Description |
|---|---|---|---|
cursor | string | "0" | Pagination cursor. "0" starts from the freshest trending videos; pagination then proceeds automatically. |
maxItems | integer | 50 | Max total feed videos to scrape (~12 per page). |
proxyConfiguration | object | off | Optional Apify Proxy to vary the source IP. Usually not needed. |
Example input
{"cursor": "0","maxItems": 100}
Output
One dataset item per feed video:
{"itemId": "7609579790093261107","cellId": "7609579790093261107","cellType": 1,"itemType": 2,"content": "搞笑娱乐神评论 ...","shareUrl": "https://h5.pipix.com/ppx/item/7609579790093261107?app_id=1319&app=super","shareTitle": "...的这个内容太有意思了,分享给你","duration": 20.945,"videoWidth": 720,"videoHeight": 1280,"downloadUrls": ["https://v3-dy-o.zjcdn.com/.../video.mp4"],"originVideoDownloadUrls": ["https://v3-dy-o.zjcdn.com/.../origin.mp4"],"coverUrl": "https://p6-ppx-sign.byteimg.com/...webp","coverUrls": ["https://..."],"likeCount": 5842,"commentCount": 656,"shareCount": 270,"playCount": 542835,"viewCount": 835380,"favoriteCount": 724,"author": {"userId": "831695613868621","name": "爱养宠物的皮皮虾3","avatarUrl": "https://...","followersCount": 28919,"followingsCount": 12,"description": "...","gender": 0,"region": "cn","level": 0},"authorName": "爱养宠物的皮皮虾3","cityName": "山东","createTime": 1771743360,"source": "home_feed"}
Notes
- Video download URLs are signed and expire (typically ~7 days); fetch the feed close to when you intend to download.
- Data is sourced live; the upstream edge occasionally rate-limits, so the Actor retries transient blocks with exponential backoff.