OpenAlex Academic Papers & Authors Tracker avatar

OpenAlex Academic Papers & Authors Tracker

Pricing

from $1.00 / 1,000 item trackeds

Go to Apify Store
OpenAlex Academic Papers & Authors Tracker

OpenAlex Academic Papers & Authors Tracker

Search and collect academic papers, authors, institutions, and journals from OpenAlex — a free, open scholarly knowledge graph with 250M+ works. Filter by year, citation count, open access, and research field. Ideal for academic research, citation analysis, and trend tracking.

Pricing

from $1.00 / 1,000 item trackeds

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

What does OpenAlex Papers Tracker do?

OpenAlex Papers Tracker searches and collects academic research records from OpenAlex — a free, fully open scholarly knowledge graph with 250M+ works, 90M+ authors, and data on institutions, journals, and research concepts. This OpenAlex papers tracker provides structured access to scientific publications data including titles, abstracts, citation counts, open-access status, author affiliations, and venue details. Search by keyword, publication year, citation threshold, or research field, and retrieve clean JSON records ready for analysis — no API key required.

Unlike Semantic Scholar or Google Scholar, OpenAlex exposes a comprehensive, machine-readable academic research API under an open license (CC0), making it the ideal data source for large-scale literature mining, citation network analysis, and research trend tracking.


Why use OpenAlex Papers Tracker?

  • Literature review automation — Search thousands of papers by keyword or concept and pull structured metadata (title, abstract, authors, citations) into a spreadsheet or database in minutes instead of days
  • Citation analysis and impact measurement — Retrieve citation counts, h-index data, and reference graphs for authors or institutions to quantify research impact
  • Research trend tracking — Monitor how publication volume and citation velocity for topics like "large language models", "CRISPR", or "zero-knowledge proofs" evolve year over year
  • Competitive intelligence for R&D teams — Track which institutions and authors are publishing most in your domain, and what venues they target
  • Academic fintech and investment research — Surface cutting-edge scientific publications data in AI, biotech, or crypto to identify emerging technologies before they reach the mainstream

How to use OpenAlex Papers Tracker

  1. Open the actor on Apify and click Try for free
  2. Choose a mode: works (papers), authors, institutions, concepts, or venues
  3. Enter a search query (e.g. "large language models", "blockchain consensus", "CRISPR gene editing")
  4. Apply optional filters: publication_year (e.g. "2023-2024"), cited_by_count (e.g. ">50"), open_access (true/false)
  5. Set sortBy (e.g. "cited_by_count:desc" or "publication_date:desc") and limit (up to 10,000)
  6. Toggle includeAbstract and includeAuthors as needed
  7. Click Start — results are paginated automatically at 200 records per page
  8. Download as JSON / CSV or connect via Apify API

Input

FieldTypeDefaultDescription
modestringworksworks, authors, institutions, concepts, or venues
searchstring—Full-text search query (e.g. "large language models", "CRISPR")
filtersobject—Optional: publication_year ("2023-2024" or "2024"), cited_by_count (">10"), open_access (true/false)
sortBystringcited_by_count:descSort field and direction (e.g. "publication_date:desc")
limitinteger100Max records to fetch (1–10,000)
includeAbstractbooleantrueInclude paper abstract (works mode only)
includeAuthorsbooleantrueInclude author details (works mode only)

Filter examples

GoalFilter config
Papers from 2024 only{ "publication_year": "2024" }
Highly-cited papers (50+ citations){ "cited_by_count": ">50" }
Open-access papers from 2022–2024{ "publication_year": "2022-2024", "open_access": true }

Output

Mode: works — scientific papers

[
{
"id": "W2964093445",
"title": "Attention Is All You Need",
"publication_year": 2017,
"publication_date": "2017-06-12",
"doi": "10.48550/arXiv.1706.03762",
"open_access": true,
"cited_by_count": 142000,
"abstract": "The dominant sequence transduction models are based on complex recurrent or convolutional neural networks...",
"authors": [
{
"author_name": "Ashish Vaswani",
"institution": "Google Brain",
"orcid": "https://orcid.org/0000-0001-5229-0601"
}
],
"venue": "Advances in Neural Information Processing Systems",
"concepts": ["Transformer", "Attention mechanism", "Deep learning"],
"url": "https://openalex.org/W2964093445"
},
{
"id": "W3177828909",
"title": "Language Models are Few-Shot Learners",
"publication_year": 2020,
"publication_date": "2020-05-28",
"doi": "10.48550/arXiv.2005.14165",
"open_access": true,
"cited_by_count": 38000,
"abstract": "We demonstrate that scaling language models greatly improves task-agnostic, few-shot performance...",
"authors": [
{ "author_name": "Tom Brown", "institution": "OpenAI" }
],
"venue": "Advances in Neural Information Processing Systems",
"concepts": ["GPT-3", "Few-shot learning", "Language model"],
"url": "https://openalex.org/W3177828909"
}
]

Data fields

FieldTypeDescription
idstringOpenAlex unique work identifier
titlestringPaper title
publication_yearintegerYear of publication
publication_datestringFull ISO date (YYYY-MM-DD)
doistringDigital Object Identifier
open_accessbooleanWhether the paper is freely available
cited_by_countintegerTotal citation count as of query time
abstractstringPaper abstract (if includeAbstract = true)
authorsarrayAuthor names, institutions, and ORCIDs
venuestringJournal or conference name
conceptsarrayOpenAlex-assigned research concepts / topics
urlstringDirect link to the OpenAlex record

Cost estimation

EventPriceExample
Actor start$0.001One-time per run
Per record returned$0.001—
100 papers$0.101Quick topic overview
1,000 papers$1.001Systematic literature review
10,000 papers$10.001Field-wide trend analysis

FAQ

Do I need an API key or OpenAlex account? No. OpenAlex is a fully open, free API — no registration or API key required. This actor uses the public OpenAlex REST API with a polite crawling rate (3 concurrent requests, 300ms delay) to stay within the recommended usage limits.

What is the difference between works, authors, and institutions modes? In works mode the actor returns individual papers with abstracts and citation counts. In authors mode it returns researcher profiles with h-index, total citations, and affiliated institutions. In institutions mode it returns university and research organization profiles. Use concepts or venues mode to explore topic taxonomies or journal/conference metadata.

How many papers can I retrieve? The limit field supports up to 10,000 records per run. For larger-scale corpus collection (e.g. all papers in a field), run multiple queries with different year filters and merge the results. OpenAlex indexes over 250M works in total.

Disclaimer: This actor accesses publicly available academic research data from the OpenAlex API, which is released under the CC0 1.0 Universal public domain dedication. The developer is not affiliated with OpenAlex or OurResearch. Citation counts and metadata accuracy depend on OpenAlex's underlying data sources.


Keywords: OpenAlex papers tracker, academic research API, scientific publications data, literature review automation, citation analysis, research trend tracker, open access papers, scholarly knowledge graph, OpenAlex API, paper metadata scraper


Feedback

If this actor powers your academic research workflows, a review helps others find it: Leave a review on Apify Store