Crossref Works Scraper avatar

Crossref Works Scraper

Pricing

from $0.50 / 1,000 work fetcheds

Go to Apify Store
Crossref Works Scraper

Crossref Works Scraper

Scrape scholarly works from Crossref — title, authors, affiliations, journal, DOI, citation count, published date, publisher, subjects, abstract — by search query or DOI. Official API, cursor pagination, no key.

Pricing

from $0.50 / 1,000 work fetcheds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 hours ago

Last modified

Share

Crossref Works Scraper 📚

Search Crossref — the scholarly metadata database behind 150M+ publications — and get clean rows: title, authors, affiliations, journal, DOI, citation count, published date, publisher, subjects, and abstract.

Great for research tools, literature reviews, citation analysis, competitive research intelligence, and academic dashboards. Complements the OpenAlex scraper.

What it does

  • Search by free text, with optional Crossref filters (date, type, …).
  • Lookup full metadata for specific DOIs.
  • Cursor-based pagination through large result sets.

Input

{
"queries": ["machine learning"],
"dois": ["10.1038/nphys1170"],
"filter": "from-pub-date:2024-01-01,type:journal-article",
"mailto": "you@example.com",
"maxItemsPerQuery": 200
}

Output (one row per work)

{
"type": "work",
"doi": "10.1038/nphys1170",
"title": "Quantum computing...",
"journal": "Nature Physics",
"authors": ["Jane Doe", "John Smith"],
"published": "2024-3-15",
"citations": 128,
"publisher": "Springer",
"url": "https://doi.org/10.1038/nphys1170"
}

Notes

  • Uses Crossref's official, open REST API — stable and free.
  • Add your mailto to use Crossref's faster "polite pool".
  • No proxy needed.