Baidu Scholar Scraper avatar

Baidu Scholar Scraper

Pricing

from $1.99 / 1,000 search results

Go to Apify Store
Baidu Scholar Scraper

Baidu Scholar Scraper

Scrape academic search results from Baidu Xueshu (xueshu.baidu.com), China's leading academic search engine. Extracts paper titles, authors, abstracts, citations, publication info, and links.

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

7 days ago

Last modified

Share

Scrape academic search results from Baidu Xueshu (xueshu.baidu.com), China's leading academic search engine. Extracts paper titles, authors, abstracts, citations, publication info, and links.

What this Actor collects

Each dataset item represents one Baidu Scholar paper result, including available authors, affiliations, publication details, citations, identifiers, and source links.

  • Uses the input limits and filters below to control the crawl.
  • Stores source-backed fields defined by the 34-field dataset schema.
  • Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.

Use cases

  • Academic literature discovery
  • Citation and publication monitoring
  • Research-metadata enrichment

Input

Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.

FieldTypeRequiredDefaultDescription
querystringYesAcademic search query (Chinese or English)
maxItemsintegerNo20Maximum number of papers to scrape
maxPagesintegerNo3Maximum number of pagination pages to follow
maxRequestRetriesintegerNo4Rotate through fresh browser and proxy identities after temporary blocks or zero-card responses.
proxyConfigurationobjectNoProxy configuration for the scraper
debugbooleanNofalseLog sanitized selector counts and link targets when no academic cards are recognized.

Example input

{
"query": "deep learning",
"maxItems": 10,
"maxPages": 2,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
],
"countryCode": "CN"
},
"maxRequestRetries": 4,
"debug": false
}

Output

The default dataset contains one item per academic paper result. The following are the most useful fields; availability varies by publication.

FieldTypeDescription
positionintegerPosition
titlestringPaper Title
authorsstringAuthors
sourcestringSource
citationsintegerCitation Count
yearintegerYear
urlstringURL
scrapedAtstringScraped At
typestringRecord Type
searchQuerystringSearch Query
pageintegerPage
titleHtmlstringPaper Title HTML
abstractstringAbstract
authorListarrayAuthor List
authorDetailsarrayAuthor Details
affiliationsarrayAffiliations

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": "Deep Learning",
"authors": "R. Szeliski",
"source": "Texts in Computer Science",
"citations": 0,
"year": 2022,
"url": "https://xueshu.baidu.com/ndscholar/browse/detail?paperid=152b0j60vb1v06t0f64q08b0rt373900",
"scrapedAt": "2026-07-26T07:32:22.528Z",
"type": "academic",
"searchQuery": "deep learning",
"page": 1,
"titleHtml": "<em>Deep Learning</em>"
}