Scholarships.com Scraper avatar

Scholarships.com Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Scholarships.com Scraper

Scholarships.com Scraper

Scrape scholarships from scholarships.com. Use the same listing filters as the site or paste a URL — the URL wins when set.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

🎓 Scholarships.com Scraper

Want Scholarships.com listings 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.

Scholarships.com is a free US college scholarship directory. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Students: Export titles, amounts, and due dates by major or residence state.
  • Dashboards: Track new Scholarships.com hits without paging the site.
  • Market research: Slice awards by major, state, or deadline month.
  • Data analysts: Export structured rows with public scholarship URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Scholarships.com results.
  • 📚 RAG Systems: Feed titles, amounts, and deadlines into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste a directory or scholarship URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Keyword, residence state, academic major, and deadline month.
  • 🌐 Listing cards: Title, amount, due date, and location.

📦 What's inside the data?

id, url, title, amount, deadline, location

🚀 Quick start

Option A: paste https://www.scholarships.com/financial-aid/college-scholarships/scholarship-directory/academic-major/computer-science. Option B: pick a major or state and set max_results.

Input Example (filters):

{
"field": "computer-science",
"state": "california",
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.scholarships.com/financial-aid/college-scholarships/scholarship-directory/residence-state/california",
"max_results": 100
}

Output Example:

{
"id": "aauw-american-dissertation-fellowship",
"url": "https://www.scholarships.com/scholarships/aauw-american-dissertation-fellowship",
"title": "AAUW American Dissertation Fellowship",
"amount": "$25,000",
"deadline": "September 30, 2026",
"location": "United States"
}

Output fields:

FieldDescription
idScholarship slug.
urlPublic scholarship page.
titleScholarship title.
amountAward amount when shown.
deadlineDue date when shown.
locationResidence state or United States.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNo—Directory or scholarship URL. Overrides every filter.
querystringNo—Word in the scholarship title.
statedropdownNoanyResidence state from the site directory.
fielddropdownNoanyAcademic major from the site directory.
deadlinedropdownNoanyDue-date month.
max_resultsintegerNo50Maximum rows (1–2000).