Fastweb Scraper
Pricing
from $1.50 / 1,000 results
Fastweb Scraper
Scrape US scholarships from fastweb.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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
🎓 Fastweb Scraper
Want Fastweb US scholarships 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.
Fastweb lists college and trade-school scholarships for US students. This actor returns up to 2000 rows per run from the public directory and featured lists.
💡 Perfect for...
- Students: Export titles, award amounts, and deadlines by state or major.
- Dashboards: Track new Fastweb directory hits without paging the site.
- Market research: Slice US scholarships by state, field, 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 Fastweb 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 Fastweb directory or scholarship URL, or pick the same filters as the site.
input_urlalways wins when set. - 🎯 Website-Matched Filters: Keyword, US state, major / field, and deadline month.
- 🌐 Listing cards: Title, amount, deadline, and location.
📦 What's inside the data?
id, url, title, amount, deadline, location
🚀 Quick start
Option A: paste https://www.fastweb.com/directory/california-scholarships.
Option B: pick a state or major and set max_results.
Input Example (filters):
{"state": "california","field": "computer-science","max_results": 100}
Input Example (URL):
{"input_url": "https://www.fastweb.com/directory/scholarships-for-high-school-seniors","max_results": 100}
Output Example:
{"id": "23886","url": "https://www.fastweb.com/college-scholarships/scholarships/23886-vivienne-camp-scholarship","title": "Vivienne Camp Scholarship","amount": "Up to $4,350","deadline": "Varies","location": "California"}
Output fields:
| Field | Description |
|---|---|
id | Fastweb scholarship id. |
url | Public scholarship page. |
title | Scholarship title. |
amount | Award amount when shown. |
deadline | Application deadline when shown. |
location | State or provider location when shown. |
📋 Input reference
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
input_url | string | No | — | Fastweb directory, featured, or scholarship URL. Overrides every filter. |
query | string | No | — | Word in the title or provider. |
state | dropdown | No | any | US state from Scholarships by State. |
field | dropdown | No | any | Major from Scholarships by Major. |
deadline | dropdown | No | any | Deadline month, or Varies. |
max_results | integer | No | 50 | Maximum rows (1–2000). |