Crossref Scholar Scraper avatar

Crossref Scholar Scraper

Pricing

Pay per usage

Go to Apify Store
Crossref Scholar Scraper

Crossref Scholar Scraper

Search 150M+ scholarly publications with author disambiguation, institution normalization, and subject classification. Powered by free Crossref API.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Chris Wakefield

Chris Wakefield

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Categories

Share

Chris The Dev

Crossref Scholar Scraper

Search scholarly publications across 150+ million works via the Crossref REST API with intelligent author disambiguation, institution normalization, and subject classification.

What It Does

  • Search the Crossref database by keyword, author, affiliation, funder, or DOI
  • Normalize author names (J Smith → John Smith) and deduplicate
  • Standardize institution names (MIT → Massachusetts Institute of Technology)
  • Classify publications into broad subject areas (AI, medicine, physics, etc.)
  • Output clean, structured data ready for bibliometric analysis, literature reviews, or knowledge graphs

Input Parameters

ParameterTypeRequiredDescription
searchQuerystringKeywords, author name, DOI, or institution to search
maxResultsintegerNoMaximum results (1–1000, default: 50)
searchFieldstringNoall, title, author, affiliation, funder, or doi
filterTypestringNoFilter by: journal-article, proceedings-article, book, dissertation, etc.
yearFromstringNoFilter from year (e.g., 2020)
yearTostringNoFilter to year (e.g., 2024)
normalizeAuthorsbooleanNoNormalize and deduplicate author names (default: true)
normalizeAffiliationsbooleanNoNormalize institution names (default: true)
emailAddressstringNoYour email for Crossref's Polite Pool (better rate limits)

Example Input

{
"searchQuery": "large language model alignment",
"maxResults": 25,
"searchField": "all",
"filterType": "journal-article",
"yearFrom": "2023",
"normalizeAuthors": true,
"normalizeAffiliations": true
}

Example Output

Each result includes:

  • DOI and resolvable URL
  • Title and abstract
  • Normalized authors (deduplicated, name-expanded)
  • Normalized affiliations (standardized institution names)
  • Normalized journal name
  • Subject areas (AI, medicine, etc.)
  • Citation count (referenced-by count)
  • Publication date, type, publisher, funders, ISSN

Plus aggregated statistics: top subject areas, most cited paper, publication type breakdown.

Use Cases

  • Academic researchers — literature reviews, systematic reviews, citation analysis
  • Bibliometric analysts — impact metrics, research trend analysis, institution benchmarking
  • University libraries — publication tracking, open access monitoring
  • AI/ML companies — building knowledge graphs, training data curation
  • Journal publishers — monitoring publication metrics, competitor analysis
  • Industry R&D — tracking scientific literature in specific domains

Data Source

Powered by the Crossref REST API — a free, open API providing metadata for 150+ million scholarly works. No API key required. Uses the Polite Pool with configurable email for better rate limits.

Pricing

Pay-per-result: $2.00 per 1,000 results. You only pay for the data you retrieve.