Fastweb Scraper avatar

Fastweb Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Fastweb Scraper

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

Marco Rodrigues

Maintained by Community

Actor 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_url always 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:

FieldDescription
idFastweb scholarship id.
urlPublic scholarship page.
titleScholarship title.
amountAward amount when shown.
deadlineApplication deadline when shown.
locationState or provider location when shown.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNo—Fastweb directory, featured, or scholarship URL. Overrides every filter.
querystringNo—Word in the title or provider.
statedropdownNoanyUS state from Scholarships by State.
fielddropdownNoanyMajor from Scholarships by Major.
deadlinedropdownNoanyDeadline month, or Varies.
max_resultsintegerNo50Maximum rows (1–2000).