ScholarshipsAds Scraper avatar

ScholarshipsAds Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
ScholarshipsAds Scraper

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

Marco Rodrigues

Maintained by Community

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

FieldDescription
idScholarship page slug.
urlPublic scholarship page.
titleScholarship title.
universityHost university when shown.
countryHost country when shown.
degreeDegree level when shown.
subjectsSubject list when shown.
fundingFunding type when shown.
eligibilityWho can apply, when shown.
deadlineApplication deadline when shown.
days_leftDays until the deadline when shown.
summaryShort listing summary.
image_urlListing image when shown.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNoScholarshipsAds search or category URL. Overrides every filter.
querystringNoSame as the site search box.
nationalitystring enumNoanyWho the scholarship is for.
countrystring enumNoanyHost country or region.
degreestring enumNoanyBachelor, master's, PhD, and other levels.
subjectstringNoSubject as listed on the site, such as Computer Science.
fundingstring enumNoanyFully funded, partial funding, or full tuition.
expire_minintegerNoSoonest deadline, in days from today (1–200).
expire_maxintegerNoLatest deadline, in days from today (1–200).
sortstring enumNorelevanceRelevance, newest, deadline soon, or most viewed.
max_resultsintegerNo50Maximum rows (12000).