Scholarshipportal: Search Scholarships
Scholarshipportal via Parse · education
Search for scholarships with filters for study level, country, discipline, and keyword. Returns paginated results. Each scholarship includes grant details, deadline, provider info, and a URL slug for fetching full details via get_scholarship_details. Pagination is offset-based; advance by incrementing offset by limit. Search scholarships, academic programmes, universities, and get reference data (countries, disciplines) from StudyPortals/ScholarshipPortal. Fulfilled by Parse from scholarshipportal.com.
- b2b-directory
- education
- jobs
- parse
- platform-key
- scholarshipportal
- scholarshipportal-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- education
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/d8ac1888-45af-4a2b-9aee-a54938204f94/search_scholarships
- Interface artifact
- sha256:902dd9e8ef2f96bc782e0b148482c734e6f506fdd58fd75224eed5a8f8826f18
- Manifest digest
- sha256:873488cd4f2897230796a25ff32ce47c848fe055770518d6dff83ea205a1b062
Request fields
- limit (integer): Maximum number of results to return per request.
- query (string): Search keyword to filter scholarships by title or description.
- offset (integer): Pagination offset (number of results to skip).
- country_iso (string): Two-letter ISO country code to filter by destination country (e.g. CA, US, GB, NL). Discoverable via get_countries_list.
- study_level (string): Study level filter. Accepted values: master, bachelor, phd.: Allowed values: master, bachelor, phd
- discipline_ids (string): Comma-separated numeric discipline IDs to filter by field of study. Discoverable via get_disciplines_list.
Example queries
- {"limit":"5","query":"engineering","offset":"0","country_iso":"US","study_level":"master","discipline_ids":"23"}