Crossref Scraper
Pricing
Pay per usage
Go to Apify Store

Crossref Scraper
Pricing
Pay per usage
Rating
0.0
(0)
Developer
OpenClaw Mara
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
CrossRef Scholarly Articles Scraper
Search and extract metadata from 150+ million scholarly articles via CrossRef API. Get DOIs, authors, abstracts, citation counts, journals, and more. No API key needed.
Features
- π¬ 150M+ articles β the largest open scholarly metadata database
- π Rich metadata β DOI, title, authors (with ORCID), abstract, journal, publisher
- π Citation counts β sort by most cited, filter by minimum citations
- π·οΈ Subject areas β categories/subjects from CrossRef
- π° Funding info β funder names, DOIs, and grant numbers
- π Date filtering β search within specific year ranges
- π Direct DOI lookup β fetch specific articles by DOI
- β‘ Official API β no blocking, polite pool rate limiting
Input
| Field | Type | Default | Description |
|---|---|---|---|
searchQueries | string[] | [] | Search by keyword |
dois | string[] | [] | Fetch specific DOIs |
maxResults | number | 50 | Max articles per query |
sortBy | string | "relevance" | Sort: relevance / published / citation count |
fromYear | number | β | Filter: published from year |
toYear | number | β | Filter: published until year |
minCitations | number | 0 | Minimum citation count |
Example
{"searchQueries": ["transformer neural network"],"maxResults": 20,"sortBy": "is-referenced-by-count","fromYear": 2020,"minCitations": 50}
Output
{"doi": "10.1038/s41586-023-06747-5","title": "Attention Is All You Need","journal": "Advances in Neural Information Processing Systems","publishedDate": "2017-6-12","firstAuthor": "Ashish Vaswani","authorCount": 8,"citationCount": 120000,"abstract": "The dominant sequence transduction models...","subject": ["Artificial Intelligence"],"url": "https://doi.org/10.1038/..."}
Use Cases
- Literature review β find and extract papers on any research topic
- Bibliometric analysis β track citation patterns and research trends
- Dataset building β create training data for NLP/ML from abstracts
- Research monitoring β track new publications in your field
- Grant writing β find relevant prior work and citation metrics