CORE Open Access Scraper - Papers, Abstracts, Authors & PDFs avatar

CORE Open Access Scraper - Papers, Abstracts, Authors & PDFs

Under maintenance

Pricing

from $0.50 / 1,000 results

Go to Apify Store
CORE Open Access Scraper - Papers, Abstracts, Authors & PDFs

CORE Open Access Scraper - Papers, Abstracts, Authors & PDFs

Under maintenance

$0.5/1K πŸ”₯ CORE scraper! 300M+ open-access papers with abstracts, authors & PDF links. No key. JSON, CSV, Excel or API in seconds. Build RAG corpora & literature reviews ⚑

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

CORE Open Access Papers Scraper

Scrape 300M+ open-access research papers from CORE, the world's largest aggregator of open-access research. Search any topic and get clean, structured JSON with titles, abstracts, authors, DOIs, publication years, publishers, fields of study, citation counts and direct PDF download links β€” ready for literature reviews, RAG pipelines and bibliometric analysis.

No API key. No login. No proxy required.


Why this actor

CORE indexes papers from more than 10,000 repositories and journals worldwide β€” university archives, arXiv mirrors, institutional repositories and open-access publishers. This actor turns that index into a spreadsheet or a JSON feed in seconds.

  • Zero configuration β€” type a search query, press Start.
  • PDF links included β€” most records carry a direct download_url to the open-access full text.
  • Datacenter-clean β€” the public CORE search endpoint answers without proxies, so runs stay cheap.
  • Permissive output β€” every field is nullable, so one odd repository record never fails your run.

Pricing

Roughly $0.50 per 1,000 papers on the Apify platform (compute units only β€” no proxy costs, no API subscription). A 100-paper test run costs a few cents.


Use cases

  • Literature review β€” pull every paper matching a topic, then sort by year or citation count in Excel.
  • Open access research β€” build a list of freely downloadable PDFs on a subject, with no paywall friction.
  • RAG corpora β€” harvest titles + abstracts + full-text links to feed a retrieval-augmented generation pipeline or a custom research assistant.
  • Bibliometrics β€” analyse publication trends, prolific authors, repository coverage and citation distributions across a field.

Input

FieldTypeDefaultDescription
modeselectsearchScraping mode. search runs your queries against the CORE index.
queriesarray["machine learning", "climate change"]One or more free-text queries. CORE query syntax is supported, e.g. title:(deep learning) AND yearPublished>2020.
maxItemsinteger100Maximum total papers across all queries (max 1000).

Example input

{
"mode": "search",
"queries": ["quantum computing", "CRISPR gene editing"],
"maxItems": 500
}

Output

One dataset item per paper.

{
"core_id": "171513974",
"title": "Learning curves for decision making in supervised machine learning: a survey",
"abstract": "Learning curves are a concept from social sciences that has been adopted in the context of machine learning...",
"authors": ["van Rijn J.N.", "Mohr F."],
"year": 2024,
"published_date": "2024-01-01T00:00:00+00:00",
"doi": "10.1007/s10994-024-06619-7",
"publisher": null,
"document_type": null,
"language": "English",
"fields_of_study": ["Computer Science"],
"citation_count": 0,
"download_url": "https://core.ac.uk/download/641684400.pdf",
"full_text_url": null,
"data_providers": ["Intellectum (Universidad de La Sabana)"],
"url": "https://core.ac.uk/works/171513974",
"source": "core",
"scraped_at": "2026-07-28T12:00:00+00:00"
}

Field reference

FieldDescription
core_idCORE work identifier
titlePaper title
abstractAbstract, capped at 5,000 characters
authorsList of author names
yearPublication year
published_datePublication date, ISO-8601
doiDigital Object Identifier
publisherPublisher name, when reported
document_typeDocument type, when reported
languageLanguage name
fields_of_studySubject / discipline labels
citation_countCitations known to CORE
download_urlDirect open-access PDF link
full_text_urlAlternative full-text location
data_providersRepositories that supplied the record
urlCanonical CORE page
sourceAlways core
scraped_atUTC scrape timestamp

Every field is nullable β€” coverage varies by source repository.


Notes and limits

  • Results are paginated 50 per request; maxItems caps the total.
  • CORE's public endpoint occasionally rate-limits; the actor retries with backoff.
  • Full text bodies are not exposed to public API users β€” use download_url for the PDF.
  • Data is aggregated open-access metadata, published by CORE for reuse.


Support

Issues and feature requests: open an issue on the actor page.