VOOZH about

URL: https://apify.com/themineworks/openalex-scholarly-works

โ‡ฑ OpenAlex Scraper - Scholarly Works, Authors & Citations ยท Apify


๐Ÿ‘ OpenAlex Scraper - Scholarly Works, Authors & Citations avatar

OpenAlex Scraper - Scholarly Works, Authors & Citations

Pricing

Pay per usage

Go to Apify Store

OpenAlex Scraper - Scholarly Works, Authors & Citations

Affordable OpenAlex scraper: scholarly works, authors & citations. $2/1,000 results, 25 free, pay-per-result, no subscription. Works in Claude, ChatGPT & any MCP-compatible AI agent.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ The Mine Works

The Mine Works

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

OpenAlex Scholarly Works Scraper โ€” Papers, Authors, Citations & Venues

Search 250M+ scholarly works from OpenAlex โ€” the open index of the world's research โ€” and get clean, structured JSON back. Filter by topic, year, citation count, open-access status and work type, and pull authors, institutions, venues, citations, concepts and reconstructed abstracts. Built for research and competitive intelligence, literature reviews, bibliometrics, R&D landscaping, and AI/RAG pipelines over scientific text. You only pay for works actually delivered.

Keywords: OpenAlex API, scholarly data, research papers scraper, citation data, bibliometrics, literature review automation, academic search API, science intelligence, paper metadata.


Why this actor

OpenAlex is the free, open successor to Microsoft Academic Graph โ€” a complete index of papers, authors, institutions, venues and citations. Its API is powerful but returns deeply structured records (nested authorships, inverted-index abstracts, scored concepts) and uses cursor pagination. This actor flattens all of that into one clean record per work:

  • Full-text search across titles, abstracts and fulltext.
  • Filters โ€” publication year range, minimum citations, work type, open-access only.
  • Flat, analysis-ready output โ€” title, DOI, year, type, authors, institutions, venue, citation count, open-access status, top concepts, language and a direct link.
  • Reconstructed abstracts โ€” OpenAlex stores abstracts as an inverted index; this actor rebuilds readable abstract text on request.
  • Fully open, no API key โ€” official OpenAlex API, joined to its fast "polite pool."

What you can build with it

  • R&D and competitive intelligence โ€” map who is publishing on a technology, where, and how often it is cited.
  • Literature reviews โ€” assemble a filtered, citation-ranked corpus on a topic in seconds.
  • Bibliometrics & trends โ€” quantify research output by year, institution or concept.
  • Talent & partner scouting โ€” find the most-cited authors and institutions in a field.
  • AI / RAG pipelines โ€” ingest titles and abstracts as grounded scientific context.

Input

FieldTypeDefaultDescription
searchTermstringlarge language modelsFull-text search. Empty = all.
fromYear / toYearintegerโ€”Publication-year bounds.
minCitationsintegerโ€”Minimum citation count.
workTypeenumโ€”article, review, preprint, book, dataset, etc.
openAccessOnlybooleanfalseOnly open-access works.
includeAbstractbooleanfalseReconstruct and include abstract text.
maxResultsinteger100Max works, most-cited first.

Example input

{
"searchTerm":"perovskite solar cells",
"fromYear":2022,
"minCitations":25,
"openAccessOnly":true,
"includeAbstract":true,
"maxResults":200
}

Output

Each work is one dataset record:

{
"openalex_id":"https://openalex.org/W2064815984",
"doi":"https://doi.org/10.1126/science.1231143",
"title":"Multiplex Genome Engineering Using CRISPR/Cas Systems",
"publication_year":2013,
"type":"article",
"cited_by_count":15686,
"authors":["Le Cong","F. Ann Ran"],
"author_institutions":["Broad Institute","MIT"],
"venue":"Science",
"is_open_access":false,
"oa_status":"closed",
"concepts":["CRISPR","Genome editing","Cas9"],
"language":"en",
"openalex_url":"https://openalex.org/W2064815984",
"scraped_at":"2026-06-10T15:00:00.000Z"
}

abstract is included when includeAbstract is on. A final {"_type": "summary"} record reports how many works were returned and how many matched in total.


Pricing

Your first 25 works are free โ€” every Apify account, no card, no trial clock. After that it is a flat $0.002 per work delivered.

  • First 25 works free per account (lifetime), then $0.002/work ($2 per 1,000)
  • Zero charge on empty runs โ€” a search that matches nothing costs you nothing
  • No monthly minimum, no rental

FAQ

Do I need an API key? No. OpenAlex is fully open; this actor uses its fast polite pool.

How many works are indexed? Over 250 million, across all fields of research.

Can I get abstracts? Yes โ€” turn on includeAbstract and the actor reconstructs readable abstract text from OpenAlex's inverted index.

How do I get the most-cited papers on a topic? Just set searchTerm (and optionally minCitations); results are returned most-cited first.

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 - 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

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 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 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

OpenAlex Academic Research Scraper

gentle_cloud/openalex-research-scraper

Search and extract academic paper metadata from the OpenAlex API. Supports keyword search, author search, institution filter, and citation analysis. Free, no API key required. 250M+ scholarly works.