Baidu Search Results Scraper
Pricing
Pay per usage
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Cass Zhu
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Baidu Search Results Scraper — 百度搜索爬虫
Extract organic search results, ads, rich snippets, and related searches from Baidu (百度) — China's dominant search engine with 65%+ market share.
Why Baidu?
Google is inaccessible in China. Baidu is the gateway to China's 1+ billion internet users. Use this scraper for:
- 🔍 SEO Research — Track keyword rankings on China's #1 search engine
- 📊 Competitive Intelligence — Monitor competitor visibility in the Chinese market
- 🌏 Market Analysis — Understand what content ranks for Chinese search queries
- 🤖 AI Training Data — Build Chinese-language datasets from real search results
- 📈 Brand Monitoring — Track your brand's presence in Baidu search
Features
- ✅ Organic Results — Title, URL, description, source domain
- ✅ Rich Snippets — Timestamps, ratings, and other structured data
- ✅ Related Searches — "People also search for" suggestions
- ✅ Proxy Support — Apify residential proxies to avoid IP blocks
- ✅ Deep Pagination — Extract up to 70 results (7 pages × 10 results)
- ✅ URL Decoding — Resolves Baidu redirect links to real destination URLs
- ✅ Chinese + English — Supports both Chinese and English search queries
Input
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | ✅ | — | Search keyword(s). Supports Chinese and English. |
maxResults | integer | — | 50 | Max results (10-70) |
useProxy | boolean | — | true | Use residential proxies to avoid blocking |
Output
Each result includes:
{"title": "Result title","url": "https://destination-site.com/page","baiduRedirectUrl": "https://www.baidu.com/link?url=...","description": "Snippet text from the search result","source": "displayed-source-domain.com","richData": { "time": "2026-05-14" }}
Pricing
$0.005 per result (pay-per-usage). 50 results = $0.25 per run.
Example Use Cases
SEO Keyword Tracking
Track your website's Baidu rankings for target keywords:
{ "query": "site:yoursite.com keyword", "maxResults": 50 }
Competitor Analysis
See who ranks for your target keywords in China:
{ "query": "Chinese competitor brand name", "maxResults": 30 }
Market Research
Understand the search landscape for any Chinese market segment:
{ "query": "新能源汽车 品牌", "maxResults": 70 }
About Baidu
Baidu processes 6+ billion searches per day and dominates China's search market. With Google blocked in China since 2010, Baidu is the primary search engine for Chinese internet users — making this scraper essential for anyone doing business in or researching the Chinese market.
Developer
Built with Python + BeautifulSoup on the Apify platform. Uses residential proxies to ensure reliable data extraction from Baidu's anti-bot systems.