Service: Search Apprenticeships
Service via Parse · jobs
Full-text search over apprenticeship vacancies with filters for keyword, location, distance, levels, categories, and more. Returns paginated results sorted by the specified criteria. Paginates via page_number. Each result is a summary; use get_apprenticeship_detail with the vacancyReference for full information. Search and extract apprenticeship vacancies from the UK GOV Find an Apprenticeship service. Fulfilled by Parse from findapprenticeship.service.gov.uk.
- education
- findapprenticeship-service-gov-uk
- government-public
- jobs
- parse
- platform-key
- service
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- jobs
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/29d077ec-2cda-42fc-9194-e7cd0737aa6d/search_apprenticeships
- Interface artifact
- sha256:a0742c623452c3c2b657e2a5bdd8af3e466e7fefd54e19b327686638108e9285
- Manifest digest
- sha256:89fe2e790ed1646384fa5612c25c12f373a956cc51e90ae398ef86981b1de2e0
Request fields
- sort (string): Sort order for results.: Allowed values: AgeAsc, ClosingAsc, SalaryDesc, ExpectedStartDateAsc
- distance (string): Radius in miles from location.: Allowed values: 2, 5, 10, 15, 20, 30, 40, all
- location (string): City or postcode to search near.
- level_ids (string): Comma-separated apprenticeship level IDs: 2, 3, 4, 5, 6, 7.
- route_ids (string): Comma-separated job category IDs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15.
- page_number (integer): Page number of results.
- search_term (string): Job title or company name to search for.
- exclude_national (boolean): Hide companies recruiting nationally.
- apprenticeship_types (string): Comma-separated types: Foundation, Standard.
- disability_confident (boolean): Only show disability confident companies.
Example queries
- {"sort":"AgeAsc","distance":"2","location":"London","level_ids":"3","route_ids":"7","page_number":"1","search_term":"software","exclude_national":"False","apprenticeship_types":"Standard","disability_confident":"False"}