SSRN Scraper avatar

SSRN Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
SSRN Scraper

SSRN Scraper

Scrape research papers and preprints from ssrn.com. Use the same listing filters as the site or paste a URL — the URL wins when set.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

8 days ago

Last modified

Categories

Share

📚 SSRN Scraper

Want SSRN research papers and preprints in a spreadsheet? This scraper makes it easy.

Use structured filters — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.

SSRN is a large open research library for working papers and early-stage research. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Researchers: Export titles, authors, and abstract snippets for a keyword or network.
  • Dashboards: Track new SSRN hits without paging the site.
  • Market research: Slice preprints by subject network or search phrase.
  • Data analysts: Export structured rows with public paper URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live SSRN results.
  • 📚 RAG Systems: Feed titles, authors, and abstract snippets into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste an SSRN search, network, or paper URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Keyword and subject / network from the homepage picker.
  • 🌐 Listing cards: Title, authors, date, and an abstract snippet when the card shows one.

📦 What's inside the data?

id, url, title, authors, date, abstract

🚀 Quick start

Option A: paste https://www.ssrn.com/. Option B: type a keyword or pick a network and set max_results.

Input Example (filters):

{
"query": "finance",
"subject": "ern",
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.ssrn.com/index.cfm/en/ern/",
"max_results": 100
}

Output Example:

{
"id": "4812937",
"url": "https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4812937",
"title": "Corporate Finance and Market Structure",
"authors": "Jane Example, John Example",
"date": "2026-03-12T00:00:00Z",
"abstract": "We study how early-stage research papers spread across open networks..."
}

Output fields:

FieldDescription
idSSRN paper id.
urlPublic paper page.
titlePaper title.
authorsAuthor names when shown on the card.
datePosted or revised date as a full date and time when shown.
abstractShort abstract text when the card shows one.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNo—SSRN search, network, or paper URL. Overrides every filter.
querystringNo—Same as the site search box.
subjectdropdownNoallResearch network from the homepage picker.
max_resultsintegerNo50Maximum rows (1–2000).