VOOZH about

URL: https://apify.com/dami_studio/openalex-scraper

⇱ OpenAlex Scraper - 250M+ Scholarly Works Β· Apify


πŸ‘ OpenAlex Scholarly Works Scraper avatar

OpenAlex Scholarly Works Scraper

Pricing

$2.00 / 1,000 work returneds

Go to Apify Store

OpenAlex Scholarly Works Scraper

Searches OpenAlex (250M+ scholarly works) by keyword and returns structured records: title, authors, institutions, venue, year, citation count, concepts, open-access link, and the full reconstructed abstract for literature reviews.

Pricing

$2.00 / 1,000 work returneds

Rating

5.0

(1)

Developer

πŸ‘ Dami's Studio

Dami's Studio

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

3 days ago

Last modified

Share

Search the OpenAlex catalog of 250M+ scholarly works and get clean, structured records β€” no API key, no login. OpenAlex is a free, open index of scholarship (an open replacement for Microsoft Academic Graph / Scopus).

This actor calls the public OpenAlex works endpoint, walks results with cursor pagination (the reliable way past the first couple hundred), reconstructs each abstract from its inverted index into readable text, and returns one flat row per work.

It is a polite API citizen: every request carries a contact mailto (both as a query param and in the User-Agent), which routes traffic to OpenAlex's faster, more reliable "polite pool".

Input

FieldTypeDefaultDescription
querystringβ€” (required)Keywords to search (title, abstract, fulltext), e.g. machine learning.
sortstringrelevancerelevance, citations (most cited first), or date (newest first).
fromDatestringβ€”Optional YYYY-MM-DD; only works published on/after this date.
filterstringβ€”Optional raw OpenAlex filter, e.g. type:article,is_oa:true. Merged with fromDate.
maxItemsinteger100Max works to return (50 fetched per page via cursor).
proxyConfigurationobject{ "useApifyProxy": false }Optional. Not needed β€” OpenAlex is a clean public API.

Example input

{
"query":"crispr",
"sort":"citations",
"fromDate":"2020-01-01",
"maxItems":120
}

Output

One row per work:

{
"ok":true,
"openalexId":"https://openalex.org/W...",
"doi":"https://doi.org/10....",
"title":"…",
"authors":["Jane Doe","John Roe"],
"institutions":["Some University"],
"year":2021,
"publicationDate":"2021-05-03",
"type":"article",
"venue":"Nature",
"citations":1234,
"concepts":["Biology","Genetics"],
"isOpenAccess":true,
"oaUrl":"https://…pdf",
"abstract":"Reconstructed abstract text…",
"url":"https://openalex.org/W..."
}

abstract is rebuilt from OpenAlex's abstract_inverted_index; when no abstract is indexed it is null. Results are deduplicated by openalexId.

Diagnostics & billing

On failure or no results, the actor pushes a single diagnostic row (ok:false) with an errorCode (BAD_INPUT, NO_RESULTS, RATE_LIMITED, SERVER_ERROR, NETWORK) instead of failing silently. Only successful work rows are charged (one work unit each) β€” diagnostics and empty results are never billed.

Data source

Data comes from OpenAlex, released under CC0. Please cite OpenAlex when you use it.

You might also like

OpenAlex Works Scraper

powerai/openalex-works-scraper

Collect scholarly works from OpenAlex search results by URL, with automatic pagination and structured data (title, authors, venue, citations, PDF link).

OpenAlex Scraper

gio21/openalex-scraper

Scrape OpenAlex - the free open catalog of scholarly works (250M+ papers, 100M+ authors, 100K institutions). Search across works, authors, institutions, concepts, journals. Returns title, abstract, authors, citations, DOI, OA status, and more.

OpenAlex Scraper - Scholarly Works, Authors & Citations Graph

jungle_synthesizer/openalex-works-crawler

Scrape OpenAlex, the open scholarly graph with 250M+ works, 100M+ authors, and 120K+ institutions. Extract titles, abstracts, authors, ORCIDs, institutions, concepts, citations, open-access flags, and grants.

πŸ‘ User avatar

BowTiedRaccoon

3

πŸ“š OpenAlex Scraper - Academic Papers & Citation Data

benthepythondev/openalex-scraper

OpenAlex Scraper to search 250M+ academic papers via the free OpenAlex API. Extract title, authors, institutions, year, venue, DOI, citation count, open-access status, concepts and PDF links. Filter by year and open access. For literature reviews, citation analysis and AI/RAG datasets.

OpenAlex Scraper

crawlerbros/openalex-scraper

Scrape OpenAlex the free, open catalog of 250M+ scholarly works, authors, institutions, and concepts. Search papers, authors, or fetch by OpenAlex ID / DOI. Pulls citations, open-access status, abstracts, authorships, journals, topics, and more.

OpenAlex Scholarly Works Scraper

parseforge/openalex-scraper

Export academic works, authors, institutions, sources, and concepts from OpenAlexs open catalog of 250M+ scholarly records. Successor to Microsoft Academic Graph. Filter by author, concept, year, open access status, or affiliation.

14

5.0

OpenAlex Scholarly Data Extractor

xtracto/openalex-scholarly

Extract scholarly works, authors, institutions, journals, publishers, and funders from OpenAlex β€” one record per row. 316M+ works. Public data, no key.

πŸ‘ User avatar

Farhan Febrian Nauval

1