Baidu Baike Scraper
Under maintenancePricing
from $1.99 / 1,000 search results
Baidu Baike Scraper
Under maintenanceScrape encyclopedia entries from Baidu Baike (baike.baidu.com), China's largest online encyclopedia. Extracts entry titles, summaries, content sections, infobox data, references, and images. Supports search and direct entry URLs.
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
7 days ago
Last modified
Categories
Share
Scrape encyclopedia entries from Baidu Baike (baike.baidu.com), China's largest online encyclopedia. Extracts entry titles, summaries, content sections, infobox data, references, and images. Supports search and direct entry URLs.
What this Actor collects
Each dataset item represents one Baidu Baike entry, with source-backed article text, structured sections, infobox values, images, references, and entry identifiers.
- Uses the input limits and filters below to control the crawl.
- Stores source-backed fields defined by the 39-field dataset schema.
- Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.
Use cases
- Encyclopedia and background research
- Entity-profile and knowledge-base enrichment
- Monitoring changes to public reference entries
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 Baike search. |
entryUrls | array | No | — | Direct Baidu Baike entry URLs. When provided, query search is skipped. |
maxItems | integer | No | 20 | Maximum number of unique encyclopedia entries to output. |
maxPages | integer | No | 5 | Maximum result pages to inspect for a search query. |
proxyConfiguration | object | No | — | Optional Apify Proxy or custom proxy configuration. |
Example input
{"query": "人工智能","maxItems": 3,"maxPages": 2,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "US"}}
Output
The default dataset contains one item per encyclopedia entry. The following are the most useful fields; availability varies with the source page.
| Field | Type | Description |
|---|---|---|
position | integer | Output position |
title | string | Entry title |
subtitle | string | Entry subtitle |
summary | string | Summary |
category | string | Category |
url | string | Entry URL |
scrapedAt | string | Scrape timestamp |
type | string | Record type |
description | string | Meta description |
source | string | Source |
query | string | Input query |
searchQuery | string | Search query |
contentText | string | Full article text |
wordCount | integer | Article word count |
categories | array | Categories |
keywords | array | Keywords |
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": "人工智能","subtitle": "智能科学与技术专业术语展开42个同名词条","summary": "人工智能(Artificial Intelligence),英文缩写为AI。是研究、开发用于模拟、延伸和扩展人的智能的理论、方法、技术及应用系统的一门新技术科学。人工智能是计算机科学的一个分支,它企图了解智能的实质,并生产出一种新的能以人类智能相似的方式做出反应的智能机器,该领域的研究包括机器人、语言识别、图像识别、自然语言处理和专家系统等 [128]。人…","category": "定义详解","url": "https://baike.baidu.com/item/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD/9180","scrapedAt": "2026-07-23T12:57:48.110Z","type": "encyclopedia","description": "人工智能(Artificial Intelligence),英文缩写为AI。是研究、开发用于模拟、延伸和扩展人的智能的理论、方法、技术及应用系统的一门新技术科学。人工智能是计算机科学的一个分支,它企图了解智能的实质,并生产出一种新的能以人类智能相似的方式做出反应的智能机器,该领域的研究包括机器人、语言识别、图像识别、自然语言处理和专家系统等。人工智能大模型…","source": "baidu-baike","query": "人工智能","searchQuery": "人工智能"}