Baidu Search Scraper avatar

Baidu Search Scraper

Pricing

from $1.99 / 1,000 search results

Go to Apify Store
Baidu Search Scraper

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

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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.

FieldTypeRequiredDefaultDescription
querystringNoKeywords to enter in Baidu search.
startUrlsarrayNoOptional Baidu search URLs. These take precedence over query.
maxItemsintegerNo50Maximum unique organic/rich results to output.
marketstringNo"zh-CN"Locale tag such as zh-CN or en-US.
includeAdsbooleanNofalseInclude paid or sponsored results when available.
includeRelatedbooleanNotrueInclude Baidu related-search suggestions as separate records.
maxPagesintegerNo5Maximum number of Baidu result pages to inspect.
proxyConfigurationobjectNoOptional 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.

FieldTypeDescription
positionintegerPosition
titlestringTitle
linkstringLink
snippetstringSnippet
sourcestringSource
datestringDate
isAdbooleanIs Ad
isOfficialbooleanIs Official
marketstringMarket
scrapedAtstringScraped At
typestringType
urlstringURL
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": "人工智能(中国普通高等学校本科... - 百度百科",
"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": "人工智能"
}