Baidu Videos Scraper
Pricing
from $1.99 / 1,000 search results
Baidu Videos Scraper
Scrape video search results from Baidu (China's #1 search engine). Extracts video titles, sources, durations, view counts, thumbnails, and embed URLs. Supports pagination and Baidu redirect resolution.
Pricing
from $1.99 / 1,000 search results
Rating
0.0
(0)
Developer
Search API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
Scrape video search results from Baidu (China's #1 search engine). Extracts video titles, sources, durations, view counts, thumbnails, and embed URLs. Supports pagination and Baidu redirect resolution.
What this Actor collects
Each dataset item represents one Baidu video result, with the resolved source URL, title, publisher, duration, thumbnail, publication data, and search context when available.
- Uses the input limits and filters below to control the crawl.
- Stores source-backed fields defined by the 49-field dataset schema.
- Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.
Use cases
- Video discovery
- Publisher and topic monitoring
- Media-catalog enrichment
Input
Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | — | Video search query |
startUrls | array | No | — | Pre-built Baidu video search URLs |
maxItems | integer | No | 50 | Maximum number of videos to scrape |
maxPages | integer | No | 5 | Maximum number of pagination pages to follow |
resolveRedirects | boolean | No | true | Follow Baidu /link?url=... redirects to get the real source URL |
market | string | No | "zh-CN" | Locale tag (e.g. zh-CN) |
proxyConfiguration | object | No | — | Proxy configuration for the scraper |
Example input
{"query": "人工智能 教程","maxItems": 20,"maxPages": 3,"proxyConfiguration": {"useApifyProxy": true},"resolveRedirects": true,"market": "zh-CN"}
Output
The default dataset contains one item per video result. The following are the most useful fields; availability varies with the source card.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
title | string | Title |
source | string | Source |
duration | string | Duration |
viewCount | string | View Count |
thumbnail | string | Thumbnail |
scrapedAt | string | Scraped At |
type | string | Type |
description | string | Description |
snippet | string | Snippet |
url | string | URL |
link | string | Link |
query | string | Query |
searchQuery | string | Search Query |
resultType | string | Result Type |
page | integer | Page |
Example dataset item
This compact example is taken from local Actor storage. Long text and nested collections are shortened for documentation only.
{"position": 1,"title": "【国家AI精品课程】零基础玩转生成式AI,全网...","duration": "05:25","thumbnail": "https://t14.baidu.com/it/u=766950677,1773416044&fm=225&app=113&size=f256,170&n=0&f=JPEG&fmt=auto?s=1A65F9040FB08BED026570160300A0D8&sec=1784912400&t=d200ddd7a812ce761d59137bcd5ddd…","scrapedAt": "2026-07-23T14:12:21.788Z","type": "video","description": "哔哩哔哩 · 2025-9-17","snippet": "哔哩哔哩 · 2025-9-17","url": "https://www.bilibili.com/video/BV13CptzMEWF?p=37","link": "https://www.bilibili.com/video/BV13CptzMEWF?p=37","query": "人工智能 教程","searchQuery": "人工智能 教程"}