Jobs
Find Apprenticeship logo

Find Apprenticeship API

findapprenticeship.service.gov.uk

UK apprenticeship search - sectors, keyword/location search, and full vacancy details.

Actions
3
Category
Jobs
Login
Not required
Output
JSON

Call the Find Apprenticeship API

Submit a task, then poll the job until it settles. This example runs act_findapprenticeship_category_browse.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_findapprenticeship_category_browse",
    "params": {}
  }'

3 actions on findapprenticeship.service.gov.uk

Read

  • Browse Categories

    act_findapprenticeship_category_browseread1 credit / call

    Lists all sector categories with route IDs and labels for browsing apprenticeships.

  • Search Listings

    act_findapprenticeship_apprenticeship_search_listingread2 credits / call

    Returns apprenticeships matching keyword, location, sector, and level, paginated as vacancy listings.

    route_ids
    string
    distance
    string
    page_number
    string
    sort
    string
    level
    string
    search
    string
    search_keyword
    string
    location
    string
  • Vacancy Details

    act_findapprenticeship_apprenticeship_detailread1 credit / call

    Returns full detail for a vacancy including title, employer, salary, location, training level, and description.

    vacancy_id
    string · required

Find Apprenticeship API questions

Is there an API for Find Apprenticeship?
Find Apprenticeship does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for findapprenticeship.service.gov.uk. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Find Apprenticeship data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when findapprenticeship.service.gov.uk changes its markup, Anakin updates the action.
Do I need a Find Apprenticeship account?
No. Every Find Apprenticeship action listed here runs anonymously — no account and no credentials required.
What does the Find Apprenticeship API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Jobs APIs

All Jobs sites