Semantic Scholar Author Profiles Scraper avatar

Semantic Scholar Author Profiles Scraper

Pricing

from $15.99 / 1,000 result items

Go to Apify Store
Semantic Scholar Author Profiles Scraper

Semantic Scholar Author Profiles Scraper

Scrapes Semantic Scholar author profiles by name search or author ID. Returns name, affiliations, h-index, citation count, paper count, and optionally the full publication list for each author.

Pricing

from $15.99 / 1,000 result items

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

2 days ago

Last modified

Share

ParseForge

Semantic Scholar Author Profiles Scraper

Scrape Semantic Scholar author profiles by name search or author ID, up to a million per run. Every profile returns name, affiliations, h-index, citation count, paper count, and optionally their full publication list. Export to CSV, JSON, Excel, or XML.

Semantic Scholar's official API rate-limits you and requires an API key for bulk access. This Actor reads the public author profiles directly, letting you search by name or fetch by a list of author IDs. You get structured data without managing authentication tokens.

Who uses itWhat they scrape Semantic Scholar for
Research analystsMap the top authors in a field by citation count and h-index.
University administratorsBenchmark faculty research output against peers at other institutions.
PhD studentsFind potential advisors by their publication history and impact metrics.
Recruitment firmsIdentify highly-cited researchers for academic or R&D roles.

What it does

This Actor collects Semantic Scholar author profiles by name search or direct author ID lookup and returns each one as a flat row with metrics and optional paper lists.

  • πŸ” Name search: type an author name like "Yoshua Bengio" and get matching profiles ranked by relevance.
  • πŸ†” Author ID lookup: paste a list of Semantic Scholar author IDs for direct, exact profile retrieval.
  • πŸ“Š Author metrics: h-index, total citation count, and paper count on every profile.
  • πŸ“„ Optional paper lists: toggle to fetch each author's full publication list with titles, years, venues, and citation counts.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Semantic Scholar data

πŸ“ˆ Benchmark research output.

A university dean scrapes author profiles for a list of faculty IDs and compares h-index and citation counts across departments.

πŸ”¬ Find collaborators.

A PhD student searches for authors by name in a niche topic and reviews their recent papers to identify a potential advisor.

🏒 Recruit top talent.

A corporate R&D recruiter pulls profiles for a list of author IDs and filters by citation count to shortlist candidates.

πŸ“Š Build a research landscape.

A bibliometrician searches a broad query, collects the top 500 author profiles, and aggregates metrics to map a field's key contributors.

Why choose this scraper

What you get
No API key requiredReads public profile pages directly, no registration or token management.
Bulk author lookupFeed in a list of author IDs and get all profiles in one run.
Full paper listsOptionally pull every paper for each author with citation counts and venues.
Fixed flat schemaEvery profile arrives as one row, ready for analysis in any tool.

How it compares

This Actor focuses on author profiles and their metrics, while the Academic Paper Scraper searches for individual papers by keyword or DOI.

FeatureParseForgeAcademic Paper Scraper
Author profile scrapingYes, by name search or author IDNot listed
h-index and citation countYesNot listed
Full author publication listYes, optionalNot listed
Paper search by keywordNot listedYes
Paper search by DOINot listedYes
No API key requiredYesYes

Configure the run

Drive the Actor from an author name search or a list of author IDs, and set a maximum number of profiles to collect per run. The Input tab lists every parameter.

A first run with the defaults:

{
"query": "Yoshua Bengio",
"maxItems": 10
}

A larger pull:

{
"query": "Yoshua Bengio",
"maxItems": 200
}

Pricing

Pay-per-result: $0.02134 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$2.13
1,000 results$21.34
10,000 results$213.40

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Semantic Scholar Author Profiles Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Semantic Scholar through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/semantic-scholar-author-profiles-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results for my name search?

Try a more specific query with the full name, or use a known author ID instead. Semantic Scholar's name search can return empty if the query is too broad or misspelled.

The run is taking too long.

If you enabled "Include Papers," each author's full publication list adds significant time. Disable it if you only need profile metrics, or reduce the maximum authors count.

Some author IDs return no data.

Verify the IDs are correct by opening them directly on semanticscholar.org. An ID may be invalid or the profile may have been removed.

I filled both the name search and author IDs fields.

Use only one input method per run. Clear the field you are not using and try again.

The paper list is incomplete for some authors.

Semantic Scholar may not index every paper an author has written. The Actor returns exactly what is listed on the public profile page.

FAQ

QuestionAnswer
Do I need a Semantic Scholar API key?No. This Actor reads the public author profile pages directly, so no API key or registration is required.
How do I find an author's Semantic Scholar ID?Search for the author on semanticscholar.org. Their ID is the number at the end of the URL, e.g., semanticscholar.org/author/Yoshua-Bengio/145235252.
Can I get the full list of papers for each author?Yes. Enable the "Include Papers" option in the input, and each author row will include their full publication list with titles, years, citation counts, and venues.
Does fetching papers slow down the run?Yes, significantly. Each author's paper list requires additional requests. Use it only when you need the publication data.
Can I search by name and use author IDs in the same run?No. Use either the name search field or the author IDs field. If both are filled, the behavior is undefined.
What metrics are included in each profile?Each profile returns the author's name, affiliations, h-index, total citation count, and total paper count.
How many author profiles can I scrape in one run?You can set the maximum up to 1,000,000 authors. The Actor will stop when it reaches that number or runs out of results.
What output formats are supported?You can export your dataset to CSV, JSON, Excel, or XML from the Apify platform.
Is this Actor suitable for systematic reviews?This Actor focuses on author profiles, not paper-level search. For systematic reviews of papers, consider an Actor that searches by keyword or DOI.
Can I filter authors by affiliation or citation count?The Actor collects all matching profiles up to your maximum. Filter by affiliation or citation count after the run using your dataset tool of choice.

Browse the full ParseForge collection for more scrapers.

πŸ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Allen Institute for AI. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.