🦐 Pipixia Video Search Scraper avatar

🦐 Pipixia Video Search Scraper

Pricing

$3.00 / 1,000 results

Go to Apify Store
🦐 Pipixia Video Search Scraper

🦐 Pipixia Video Search Scraper

Extract Pipixia 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

Pipixia (皮皮虾) Video Search Scraper

pipixia-video-search-scraper

Scrape Pipixia (皮皮虾) short videos by keyword search or video ID. Returns clean, structured data for each video: content text, video and cover URLs, play / like / comment / share / favorite counts, duration, dimensions, and author info.

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

  • Keyword search — give one or more keywords; the Actor paginates Pipixia search results for each (by offset) and keeps only video cells. Chinese keywords return the most results.
  • Video by ID — give one or more Pipixia video IDs (the numeric cell_id / item_id) to fetch those videos directly.

Input

FieldTypeDefaultDescription
searchKeywordsstring[]["搞笑"]Keywords to search. Each is paginated independently. Chinese keywords return the most results.
postIdsstring[][]Pipixia video IDs to fetch directly.
maxItemsinteger50Max total videos across all keywords and IDs.
searchTypeenum11 (videos) / 0 (comprehensive).

Example input

{
"searchKeywords": ["搞笑", "猫咪"],
"maxItems": 100,
"searchType": "1"
}

Output

One dataset item per video:

{
"videoId": "7625827929582213395",
"cellId": "7625827929582213395",
"url": "https://h5.pipix.com/ppx/item/7625827929582213395",
"shareUrl": "https://h5.pipix.com/ppx/item/7625827929582213395?...",
"content": "搞笑段子:这就是女朋友跟老婆的区别吧?",
"videoUrl": "https://v3-dy-o.zjcdn.com/.../video.mp4",
"coverUrl": "https://p3-ppx-sign.byteimg.com/...",
"duration": 17.473,
"width": 540,
"height": 960,
"createTime": 1775526425,
"playCount": 608343,
"likeCount": 11647,
"commentCount": 64,
"shareCount": 332,
"favoriteCount": 0,
"impressionCount": 817783,
"author": {
"userId": "2819566023746279",
"nickname": "肥猫影厅",
"avatarUrl": "https://...",
"followersCount": 6990,
"likeCount": 440361,
"description": "..."
},
"source": "search:搞笑"
}

Notes

  • Data is sourced live; Pipixia occasionally rate-limits, so the Actor retries transient blocks with exponential backoff.
  • Search results mix in non-video cells (users / hashtag cards); these are skipped.
  • Video IDs are de-duplicated within a run.