Crossref Scraper β€” Scholarly Works, DOIs & Citations avatar

Crossref Scraper β€” Scholarly Works, DOIs & Citations

Pricing

from $0.0005 / work scraped

Go to Apify Store
Crossref Scraper β€” Scholarly Works, DOIs & Citations

Crossref Scraper β€” Scholarly Works, DOIs & Citations

Bulk-scrape scholarly works from Crossref's 150M+ record index: DOI, title, authors (with ORCID), journal, publisher, publication date, citation count, references, ISSN, subjects and abstract. Full-text search, date and type filters, thousands of results per run. No setup.

Pricing

from $0.0005 / work scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Crossref Scraper β€” Scholarly Works, DOIs, Citations & Metadata

Bulk-scrape scholarly metadata from Crossref, the DOI registry indexing 150M+ works across virtually every academic publisher. Get DOIs, titles, authors (with ORCID), journals, publishers, publication dates, citation counts, references, ISSNs, subjects and abstracts as clean JSON, CSV, Excel or XML. Full-text search plus date and type filters, thousands of results per run. No account, no API key β€” fast and reliable.

Crossref Scraper input β€” search query, date range and type filter in the Apify Console

What does the Crossref Scraper do?

The Crossref Scraper searches the Crossref index and returns rich, structured metadata for every matching scholarly work. Filter by free-text query, publication date range and work type, then export DOIs, citation counts, author lists and abstracts at scale β€” ideal for literature reviews, bibliometrics and building research databases.

Features

  • πŸ”Ž Full-text search β€” across titles, authors, journals and more
  • πŸ“… Date filters β€” from/until publication date
  • πŸ—‚οΈ Type filter β€” journal-article, book-chapter, proceedings-article, dataset, preprint…
  • πŸ”— DOIs + citation counts β€” citation count per work, plus reference counts
  • πŸ‘₯ Authors with ORCID + affiliation
  • 🧾 Abstracts β€” when the publisher deposits them (coverage varies)
  • πŸ“Š Bulk export β€” scales to hundreds of thousands of records per run

What you get

Crossref Scraper output example β€” scholarly works with DOI, authors and citation counts as structured JSON

One record per work:

{
"doi": "10.1089/crispr.2018.29011.rba",
"title": "Cultivating CRISPR",
"type": "journal-article",
"authors": [{ "name": "Rodolphe Barrangou", "given": "Rodolphe", "family": "Barrangou", "orcid": null, "affiliation": [] }],
"journal": "The CRISPR Journal",
"publisher": "SAGE Publications",
"publishedYear": 2018,
"citationCount": 12,
"referenceCount": 0,
"issn": "2573-1599",
"subjects": [],
"url": "https://doi.org/10.1089/crispr.2018.29011.rba",
"abstract": null
}

Output schema

FieldTypeDescription
doistringDigital Object Identifier of the work
titlestringWork title
subtitlestringWork subtitle, if present
typestringWork type, e.g. journal-article, book-chapter, dataset
authorsarrayAuthor objects with name, given/family, ORCID and affiliation
authorCountintegerNumber of authors
journalstringContainer / journal title
publisherstringPublisher name
publishedDatestringPublication date
publishedYearintegerPublication year
volumestringJournal volume
issuestringJournal issue
pagestringPage range
issnstringISSN of the containing publication
citationCountintegerNumber of times the work is referenced by others
referenceCountintegerNumber of references the work cites
subjectsarraySubject / category tags
languagestringLanguage of the work
urlstring (URL)Resolvable DOI link
abstractstringAbstract text, when the publisher deposits one

Input

{
"query": "crispr gene editing",
"fromDate": "2020-01-01",
"type": "journal-article",
"maxResults": 5000
}
FieldTypeDescription
querystringFree-text search (blank = browse by filters only).
fromDate / toDatestringPublication date range.
typestringCrossref work type filter.
hasAbstractOnlybooleanOnly works that include an abstract.
maxResultsintegerMax works to return.
mailtostringYour email β€” used to identify your requests for faster, more reliable access.

Use cases

  • Literature reviews & bibliometrics β€” pull every work on a topic with citation counts.
  • Research databases β€” build DOI/metadata datasets at scale.
  • Citation analysis β€” rank works and authors by impact.
  • Publisher / journal monitoring β€” track new output by type and date.
  • Enrichment β€” resolve DOIs to full metadata for an existing reference list.

How to scrape Crossref data

  1. Add the Crossref Scraper to your Apify account.
  2. Enter a query, or leave it blank and browse by filters.
  3. Optionally set fromDate/toDate, type, hasAbstractOnly and maxResults.
  4. Click Run.
  5. Export the dataset as JSON, CSV, Excel or XML, or pull it via the Apify API.

Need more research data?

FAQ

Do I need an API key or login? No. There's no account, login or API key required. You can optionally add your email via mailto for faster, more reliable access.

How many works can I scrape per run? Set maxResults as high as you need β€” it scales to hundreds of thousands of records per run, so you can pull an entire topic or date range in one go.

How does billing work? You pay only per work you get, so small filtered runs stay cheap. See the Pricing tab for current rates.

What format is the output? Structured JSON β€” one record per work β€” exportable as JSON, CSV, Excel or XML. Each record includes DOI, title, authors with ORCID, journal, publisher, year, citation count, references and (where deposited) an abstract.

Can I filter by date or work type? Yes. Use fromDate/toDate for a publication date range, type to keep only journal-article, book-chapter, dataset, preprint etc., and hasAbstractOnly to return only works that include an abstract.

Is this only public data? Yes. Crossref openly publishes DOI and citation metadata, and this Actor returns only those public records.

Can I connect this to other tools? The Crossref Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

Notes

Original clean-room implementation. Returns Crossref's openly available metadata as-is; you are responsible for compliance with Crossref's terms. Not affiliated with or endorsed by Crossref.