OpenAlex Scraper - Scholarly Works & Citations avatar

OpenAlex Scraper - Scholarly Works & Citations

Pricing

from $0.50 / 1,000 results

Go to Apify Store
OpenAlex Scraper - Scholarly Works & Citations

OpenAlex Scraper - Scholarly Works & Citations

$0.5/1K ๐Ÿ”ฅ Fast OpenAlex scraper! Scholarly works & authors โ€” title, year, citations, institutions & open-access links. No key. JSON, CSV, Excel or API in seconds. Pull thousands for research intel & citation analysis โšก

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

Share

OpenAlex Scraper ๐ŸŽ“

Scrape millions of scholarly works, author profiles and citation data from OpenAlex โ€” by search query, with no API key. Clean, structured JSON built for literature reviews, research intelligence, citation analysis and open-science datasets.

OpenAlex is a fully open index of the global research graph (250M+ works, 90M+ authors, journals, institutions and concepts). This actor turns any keyword search into a tidy dataset you can export to CSV, JSON, Excel or push straight into your data warehouse.


๐Ÿ’ก What you get

Pick a mode and hand it a list of search queries.

Mode: works (papers)

Every record is one scholarly work:

FieldDescription
openalex_idOpenAlex work ID (e.g. W2163605009)
doiClean DOI (e.g. 10.1145/3065386)
titlePaper title
year / publication_dateYear and full publication date
cited_by_countTotal citations
authorsList of author names
institutionsUnique list of affiliated institutions
journalSource / journal / venue name
is_oa / oa_url / pdf_urlOpen-access status and full-text links
conceptsList of topic / concept labels
typeWork type (article, review, dataset, โ€ฆ)

Mode: authors (profiles)

Every record is one author:

FieldDescription
openalex_idOpenAlex author ID
nameAuthor display name
orcidORCID iD (when known)
works_countNumber of works
cited_by_countTotal citations
institutionLast known institution

Every record also carries source: "openalex" and a scraped_at timestamp. All fields are nullable โ€” missing data becomes null rather than breaking your pipeline.


๐Ÿš€ Input

{
"mode": "works",
"queries": ["neural networks", "crispr"],
"maxItems": 100
}
InputTypeDescription
modeselectworks (papers) or authors (profiles). Default works.
queriesarrayOne or more free-text search queries. Results are merged and de-duplicated.
maxItemsintegerTotal records across all queries (1โ€“1000). The budget is split evenly per query.

๐Ÿ“ค Example output (works)

{
"openalex_id": "W2163605009",
"doi": "10.1145/3065386",
"title": "ImageNet classification with deep convolutional neural networks",
"year": 2017,
"publication_date": "2017-05-24",
"cited_by_count": 75715,
"authors": ["Alex Krizhevsky", "Ilya Sutskever", "Geoffrey E. Hinton"],
"institutions": ["Google (United States)", "University of Toronto"],
"journal": "Communications of the ACM",
"is_oa": true,
"oa_url": "http://dl.acm.org/ft_gateway.cfm?id=3065386&type=pdf",
"pdf_url": "http://dl.acm.org/ft_gateway.cfm?id=3065386&type=pdf",
"concepts": ["Softmax function", "Convolutional neural network"],
"type": "article",
"source": "openalex",
"scraped_at": "2026-07-20T21:07:00Z"
}

๐Ÿ’ฐ Pricing

Cheap and predictable โ€” roughly $0.5 per 1,000 records. The actor uses OpenAlex's polite pool for fast, reliable responses and runs on just 512 MB, so most jobs cost a few cents.


๐ŸŽฏ Use cases

  • Literature review โ€” pull every paper on a topic with citations, authors and open-access PDFs.
  • Research intelligence โ€” track who is publishing what, where, and how often it is cited.
  • Citation analysis โ€” rank works and authors by impact across a field.
  • Open science datasets โ€” build reproducible corpora with DOIs and OA links for downstream NLP/ML.


๐Ÿ” Keywords

openalex scraper, scholarly works api, academic paper scraper, citation data, research metadata, open access papers, author profiles, doi lookup, bibliometrics, literature review tool, scholarly search, science of science, research graph, no api key.


This actor uses only the public OpenAlex API and adds a polite contact email for reliability. Data ยฉ OpenAlex, CC0.