Baidu Videos Scraper avatar

Baidu Videos Scraper

Pricing

from $1.99 / 1,000 search results

Go to Apify Store
Baidu Videos Scraper

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

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

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.

FieldTypeRequiredDefaultDescription
querystringYesVideo search query
startUrlsarrayNoPre-built Baidu video search URLs
maxItemsintegerNo50Maximum number of videos to scrape
maxPagesintegerNo5Maximum number of pagination pages to follow
resolveRedirectsbooleanNotrueFollow Baidu /link?url=... redirects to get the real source URL
marketstringNo"zh-CN"Locale tag (e.g. zh-CN)
proxyConfigurationobjectNoProxy 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.

FieldTypeDescription
positionintegerPosition
titlestringTitle
sourcestringSource
durationstringDuration
viewCountstringView Count
thumbnailstringThumbnail
scrapedAtstringScraped At
typestringType
descriptionstringDescription
snippetstringSnippet
urlstringURL
linkstringLink
querystringQuery
searchQuerystringSearch Query
resultTypestringResult Type
pageintegerPage

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": "人工智能 教程"
}