Semantic Scholar Scraper — Papers, Citations & TLDRs avatar

Semantic Scholar Scraper — Papers, Citations & TLDRs

Pricing

from $0.0004 / paper scraped

Go to Apify Store
Semantic Scholar Scraper — Papers, Citations & TLDRs

Semantic Scholar Scraper — Papers, Citations & TLDRs

Bulk-scrape academic papers from Semantic Scholar's 200M+ corpus: title, abstract, AI TLDR summary, authors, venue, year, citation & influential-citation counts, fields of study, DOI/PubMed/arXiv IDs and open-access PDF links. Filter by year, field and citations. Thousands per run. No login, no key.

Pricing

from $0.0004 / paper scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Semantic Scholar Scraper — Papers, Citations

Bulk-scrape academic papers from Semantic Scholar, an AI-powered corpus of 200M+ papers across every field. Get titles, abstracts, authors, venues, years, citation and influential-citation counts, fields of study, cross-IDs (DOI / PubMed / arXiv) and open-access PDF links. Filter by year, field of study and citation count. Thousands of papers per run. No account, no API key.

Features

  • 🔎 Corpus-wide search — 200M+ papers, all disciplines
  • 📈 Citation metrics — total citations + influential citations + reference counts
  • 🎓 Filters — year range, fields of study, minimum citations, open-access-only
  • 🔗 Cross-IDs — DOI, PubMed and arXiv IDs for each paper, plus free PDF links
  • 👥 Authors with IDs
  • 📊 Bulk & token-paginated — scales to tens of thousands of papers per query

What you get

One record per paper:

{
"paperId": "649def34f8be52c8b66281af98ae884c09aef38b",
"title": "…",
"year": 2023,
"authors": [{ "name": "…", "authorId": "1741101" }],
"venue": "NeurIPS",
"citationCount": 1240,
"influentialCitationCount": 210,
"referenceCount": 42,
"fieldsOfStudy": ["Computer Science"],
"doi": "10.…",
"pmid": null,
"arxivId": "1706.03762",
"openAccessPdfUrl": "https://…",
"url": "https://www.semanticscholar.org/paper/…"
}

(abstract included when available.)

Input

{
"query": "graph neural networks",
"yearFrom": "2020",
"fieldsOfStudy": ["Computer Science"],
"minCitationCount": 10,
"maxResults": 5000
}
FieldDescription
queryText search (required).
yearFrom / yearToPublication-year range.
fieldsOfStudyRestrict to fields (Computer Science, Medicine…).
minCitationCountOnly papers with ≥ this many citations.
openAccessOnlyOnly papers with a free PDF.
maxResultsMax papers to return.
apiKeyOptional S2 key for a higher rate limit.

Use cases

  • Literature reviews — every paper on a topic, ranked by citations
  • Citation & impact analysis — find the influential works and authors in a field
  • AI/ML datasets — build corpora of titles + abstracts + metadata
  • Cross-referencing — map papers across DOI, PubMed and arXiv

Pricing

Pay-per-event: a small amount per paper scraped. See the Pricing tab for current rates.

FAQ

Do I need an API key? No. This Actor uses the public Semantic Scholar Academic Graph API with no account required. You can optionally supply an S2 apiKey for a higher rate limit on very large runs.

How many papers can I scrape per run? Set maxResults as high as you need — the API is token-paginated and scales to tens of thousands of papers per query.

Is scraping Semantic Scholar legal? Yes. This Actor uses the official Academic Graph API and returns its openly available metadata as-is, with no login or scraping tricks.

What format is the output? Structured JSON — one record per paper — exportable as JSON, CSV or Excel. Each record includes title, abstract (when available), authors, venue, year, citation and influential-citation counts, fields of study, cross-IDs (DOI/PubMed/arXiv) and open-access PDF links.

Can I filter by year, field or citation count? Yes. Use yearFrom/yearTo for a publication-year range, fieldsOfStudy to restrict disciplines, minCitationCount to keep only well-cited papers, and openAccessOnly for papers with a free PDF.

Building a citation or literature dataset? These other hipersoft scrapers pair well with this one:

Notes

Uses the public Semantic Scholar Academic Graph API. Returns its openly-available metadata as-is. This is an independent tool and is not affiliated with or endorsed by Semantic Scholar or the Allen Institute for AI.