OpenAlex Academic Research Scraper avatar

OpenAlex Academic Research Scraper

Pricing

from $5.40 / 1,000 results

Go to Apify Store
OpenAlex Academic Research Scraper

OpenAlex Academic Research Scraper

Search 250M+ scholarly works, authors, institutions, and concepts from the OpenAlex API. Get titles, authors, citations, open access status, PDFs, and concepts. No API key required.

Pricing

from $5.40 / 1,000 results

Rating

0.0

(0)

Developer

Cynix Dev

Cynix Dev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Search 250M+ scholarly works, authors, institutions, and concepts from the OpenAlex database. No API key required.

OpenAlex

What it does

This actor queries the OpenAlex API — the fully open replacement for Microsoft Academic Graph and a complement to Scopus/Web of Science — and returns structured rows for any entity:

  • Works: research papers with title, authors, journal, DOI, citations, concepts, open-access PDF
  • Authors: scholars with institutional affiliation and citation counts
  • Institutions: universities/research orgs with publication output
  • Concepts: research topics with publication counts

Example Inputs

Search for most-cited LLM papers

{
"mode": "search",
"entityType": "works",
"searchQuery": "large language model",
"maxResults": 25,
"sortBy": "cited_by_count:desc"
}

Recent CRISPR papers in a date range

{
"mode": "search",
"entityType": "works",
"searchQuery": "crispr gene editing",
"yearFrom": 2022,
"yearTo": 2024,
"maxResults": 50,
"sortBy": "publication_date:desc"
}

Get a specific paper by OpenAlex ID

{
"mode": "workId",
"entityType": "works",
"workId": "W2741809807"
}

Find an institution's publication profile

{
"mode": "search",
"entityType": "institutions",
"searchQuery": "MIT Massachusetts Institute of Technology",
"maxResults": 5
}

Output

Each record contains:

FieldDescription
entity_typeworks / authors / institutions / concepts
idCanonical OpenAlex ID
display_nameTitle or entity name
publication_yearYear published
cited_by_countCitation count
doiDigital Object Identifier
typeDocument type or entity subtype
authorsSemicolon-separated author names
journalJournal/venue or affiliation
open_accessOpen Access status (gold, green, hybrid)
pdf_urlLink to open-access full text
conceptsSemicolon-separated research topics

Data Source

OpenAlex — a fully open catalog of global scholarly research, released under CC0 1.0 (public domain). Covers 250M+ works from 1960 to present.

Use Cases

  • Literature reviews: find highly-cited papers on any topic
  • Citation analysis: track influence and impact of research
  • Academic prospecting: identify top authors in a field
  • Institution benchmarking: compare research output across universities
  • RAG / knowledge bases: feed structured research metadata into AI pipelines
  • Pharma / biotech: discover clinical-relevant literature

Rate Limits

OpenAlex requests clients to keep requests under 10/second. This actor respects that with a built-in 150ms delay between page requests. For large paginated searches it pauses gracefully on 429 responses.

Limitations

  • Coverage is strongest 1996-present, with full-text backfill earlier
  • Some works lack author disambiguation (merged author records)
  • cited_by_count reflects OpenAlex's citation index, not Scopus/WoS