Baidu Search Scraper
Pricing
from $1.99 / 1,000 search results
Baidu Search Scraper
Scrape organic search results from Baidu, China's leading search engine. Extracts page titles, URLs, snippets, source sites, dates, knowledge cards, and related searches. Supports configurable result limits with proxy support.
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
4 days ago
Last modified
Categories
Share
Scrape organic search results from Baidu, China's leading search engine. Extracts page titles, URLs, snippets, source sites, dates, knowledge cards, and related searches. Supports configurable result limits with proxy support.
What this Actor collects
Each dataset item represents one source-backed Baidu organic, rich, paid, or related-search result allowed by the input flags.
- Uses the input limits and filters below to control the crawl.
- Stores source-backed fields defined by the 40-field dataset schema.
- Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.
Use cases
- Search and competitor research
- Ranking and visibility monitoring
- Dataset and workflow 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 | No | — | Keywords to enter in Baidu search. |
startUrls | array | No | — | Optional Baidu search URLs. These take precedence over query. |
maxItems | integer | No | 50 | Maximum unique organic/rich results to output. |
market | string | No | "zh-CN" | Locale tag such as zh-CN or en-US. |
includeAds | boolean | No | false | Include paid or sponsored results when available. |
includeRelated | boolean | No | true | Include Baidu related-search suggestions as separate records. |
maxPages | integer | No | 5 | Maximum number of Baidu result pages to inspect. |
proxyConfiguration | object | No | — | Optional Apify Proxy or custom proxy configuration. |
Example input
{"query": "人工智能","maxItems": 20,"maxPages": 3,"proxyConfiguration": {"useApifyProxy": true},"market": "zh-CN","includeAds": false,"includeRelated": true}
Output
The default dataset contains one item per search result or enabled related-search record. The following are the most useful fields; availability varies by result type.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
title | string | Title |
link | string | Link |
snippet | string | Snippet |
source | string | Source |
date | string | Date |
isAd | boolean | Is Ad |
isOfficial | boolean | Is Official |
market | string | Market |
scrapedAt | string | Scraped At |
type | string | Type |
url | string | URL |
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": "人工智能(中国普通高等学校本科... - 百度百科","link": "https://baike.baidu.com/item/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD/24604211","snippet": "人工智能(Artificial Intelligence),是一门普通高等学校本科专业,属于电子信息类专业,基本修业年限为四年,授予工学学士学位,2019年设立。人工智能专业是一个以计算机科学为基础,由计算机、心理学、哲学等多学科交叉融合的交叉专业、新兴专业,研究开发用于模拟延伸和...详情","source": "百度百科","isAd": false,"isOfficial": false,"market": "zh-CN","scrapedAt": "2026-07-23T13:59:24.528Z","type": "organic","query": "人工智能","searchQuery": "人工智能"}