ScholarshipsAds Scraper
Pricing
from $3.00 / 1,000 results
ScholarshipsAds Scraper
Scrape scholarships from scholarshipsads.com search. Use a keyword or paste a ScholarshipsAds URL — the URL wins when set.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Marco Rodrigues
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
🌍 ScholarshipsAds Scraper
Want ScholarshipsAds 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.
ScholarshipsAds lists about 12,000 scholarships worldwide. This actor returns up to 2000 rows per run.
💡 Perfect for...
- Students: Export titles, destinations, funding, and deadlines for a country or degree.
- Dashboards: Track new ScholarshipsAds hits without paging the site.
- Market research: Slice global scholarships by nationality, destination, degree, or funding.
- Data analysts: Export structured rows with public scholarship URLs.
- 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live ScholarshipsAds results.
- 📚 RAG Systems: Feed titles, universities, and summaries 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 ScholarshipsAds search, or pick the same filters as the site.
input_urlalways wins when set. - 🎯 Website-Matched Filters: Keyword, nationality, destination, degree, subject, funding, days until deadline, and sort.
- 🌐 Listing cards: Title, university, country, degree, subjects, funding, eligibility, deadline, and summary.
📦 What's inside the data?
id, url, title, university, country, degree, subjects, funding, eligibility, deadline, days_left, summary, image_url
🚀 Quick start
Option A: paste https://www.scholarshipsads.com/search/germany.
Option B: pick a destination, degree, or funding type and set max_results.
Input Example (filters):
{"degree": "masters","funding": "fully-funded","sort": "newest","max_results": 100}
Input Example (URL):
{"input_url": "https://www.scholarshipsads.com/search/germany","max_results": 100}
Output Example:
{"id": "reach-oxford-uk-scholarships-fully-funded","url": "https://www.scholarshipsads.com/reach-oxford-uk-scholarships-fully-funded","title": "Reach Oxford UK Scholarships (Fully Funded)","university": "University of Oxford","country": "UK","degree": null,"subjects": "All Subjects","funding": "Fully Funded","eligibility": "International Students","deadline": "26 Jan 2027","days_left": 139,"summary": "The University of Oxford offers the Reach Oxford Scholarship, a prestigious opportunity designed for talented students from low-income countries who, due to fin…","image_url": "https://www.scholarshipsads.com/files/Featured%20Images/UK/reach-oxford-uk-scholarships.png"}
Output fields:
| Field | Description |
|---|---|
id | Scholarship page slug. |
url | Public scholarship page. |
title | Scholarship title. |
university | Host university when shown. |
country | Host country when shown. |
degree | Degree level when shown. |
subjects | Subject list when shown. |
funding | Funding type when shown. |
eligibility | Who can apply, when shown. |
deadline | Application deadline when shown. |
days_left | Days until the deadline when shown. |
summary | Short listing summary. |
image_url | Listing image when shown. |
📋 Input reference
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
input_url | string | No | — | ScholarshipsAds search or category URL. Overrides every filter. |
query | string | No | — | Same as the site search box. |
nationality | string enum | No | any | Who the scholarship is for. |
country | string enum | No | any | Host country or region. |
degree | string enum | No | any | Bachelor, master's, PhD, and other levels. |
subject | string | No | — | Subject as listed on the site, such as Computer Science. |
funding | string enum | No | any | Fully funded, partial funding, or full tuition. |
expire_min | integer | No | — | Soonest deadline, in days from today (1–200). |
expire_max | integer | No | — | Latest deadline, in days from today (1–200). |
sort | string enum | No | relevance | Relevance, newest, deadline soon, or most viewed. |
max_results | integer | No | 50 | Maximum rows (1–2000). |