Scholarships.com Scraper
Pricing
from $1.00 / 1,000 results
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
Maintained by CommunityActor 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_urlalways 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:
| Field | Description |
|---|---|
id | Scholarship slug. |
url | Public scholarship page. |
title | Scholarship title. |
amount | Award amount when shown. |
deadline | Due date when shown. |
location | Residence state or United States. |
📋 Input reference
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
input_url | string | No | — | Directory or scholarship URL. Overrides every filter. |
query | string | No | — | Word in the scholarship title. |
state | dropdown | No | any | Residence state from the site directory. |
field | dropdown | No | any | Academic major from the site directory. |
deadline | dropdown | No | any | Due-date month. |
max_results | integer | No | 50 | Maximum rows (1–2000). |