← toolkit.bot

How to Use OpenAlex to Find Free PDFs and Convert to EPUB

June 19, 2026  ·  6 min read

OpenAlex is the fastest-growing free alternative to Scopus and Web of Science — 250 million scholarly works, completely free, with a powerful API. No institutional access required. When you find papers worth reading, converting the PDF to EPUB makes them far more comfortable on any e-reader.

What is OpenAlex?

OpenAlex (openalex.org) was launched in 2022 by OurResearch as a replacement for Microsoft Academic Graph. Key features:

  1. Go to openalex.org
  2. Search by title, author, topic, or institution
  3. Filter results by Open Access to show only freely downloadable papers
  4. Click any paper → look for the green PDF button or Open Access link
  5. Download the PDF directly

OpenAlex shows the open-access version for roughly 50% of papers — the same coverage as Unpaywall (which powers OpenAlex's OA detection).

Converting to EPUB

  1. Go to pdf2epub.toolkit.bot
  2. Upload the PDF found via OpenAlex
  3. Wait ~30 seconds
  4. Download the EPUB and transfer to your e-reader

Using the OpenAlex API for bulk PDF discovery

The OpenAlex API is free and powerful for systematic literature workflows:

# Find open-access papers on a topic with PDF links
https://api.openalex.org/works?filter=topic.id:T11475,open_access.is_oa:true&per-page=50

Each API result includes open_access.oa_url — the direct PDF link. A short Python script can download all PDFs, and the toolkit.bot API can convert them to EPUB in bulk. This is useful for systematic reviews needing full-text access to hundreds of papers.

OpenAlex vs Scopus and Web of Science

OpenAlexScopusWeb of Science
CostFreeSubscriptionSubscription
Records250M+90M+~90M
Open access PDFsYes (via Unpaywall)PartialPartial
API accessFree, generous limitsPaid APIPaid API
Formal h-indexAccepted at some institutionsGold standardGold standard
Best forDiscovery, OA systematic reviews, API workflowsCitation analysis, formal metricsHistorical coverage, impact factors

Frequently asked questions

What is OpenAlex?

OpenAlex is a free, open-source scholarly graph of 250+ million research works, built by OurResearch (the same team behind Unpaywall). It was created in 2022 as a replacement for the discontinued Microsoft Academic Graph, designed to be the open-science alternative to Scopus and Web of Science. OpenAlex is completely free — no subscription, no institutional access needed. It provides a web interface (openalex.org) and a free API for programmatic access.

How does OpenAlex compare to Scopus and Web of Science?

OpenAlex covers more records (250M+) than either Scopus (90M+) or Web of Science (~90M) because it indexes preprints, grey literature, and smaller publishers not covered by the commercial databases. It's less curated — quality varies more than in Scopus/WoS. For researchers without institutional access to Scopus or WoS, OpenAlex is an excellent free alternative for literature searches and citation analysis. For h-index calculations used in formal evaluation, Scopus or WoS are still preferred by most institutions.

Does OpenAlex provide PDF downloads?

OpenAlex shows open-access status for every paper and links to free PDF versions where available. Look for the 'Open Access' tag and PDF link on any paper page. OpenAlex uses data from Unpaywall, so it finds the same legal free PDFs. For papers without free access, OpenAlex shows the publisher link (institutional access required). The API can filter results to only open-access papers — useful for systematic reviews where you need full-text access to all papers.

Can I use OpenAlex API for systematic literature reviews?

Yes — OpenAlex has a free REST API (api.openalex.org) with generous rate limits. You can filter by topic, year, citations, open-access status, institution, and funder. It returns full metadata including open-access PDF URLs. Many researchers use OpenAlex API alongside R packages (openalexR) or Python clients (pyalex) for automated literature searching. This is particularly useful for systematic reviews where you need to search thousands of papers programmatically.

Is OpenAlex data reliable enough for academic citation analysis?

OpenAlex is increasingly reliable for most citation analysis purposes. It's used by many universities and funding agencies. Some limitations: citation counts may differ slightly from Scopus/WoS (different coverage), disambiguation of author names can have occasional errors, and some specialized journals may have incomplete coverage. For informal analysis, literature discovery, and systematic reviews, OpenAlex is excellent. For formal h-index reporting or journal ranking (used in hiring/tenure decisions), institutions typically require Scopus or WoS.

Related: Unpaywall PDF to EPUB · Scopus PDF to EPUB · Semantic Scholar PDF to EPUB · PDF to EPUB for researchers