Integrate work-study job offers and training programs in France directly into your product. A simple REST API, secured by token, designed for developers and AI agents.
Eight read-only endpoints cover autocomplete, search, detail pages and statistics. Click an endpoint to see its parameters and examples.
/api/v1Self-documented API catalog (public, no token).
Public/api/v1/suggest"Occupation or training" autocomplete for a search bar.
/api/v1/placesLocation autocomplete: regions, departments and municipalities.
/api/v1/searchUnified search for offers + training programs, filterable by location, occupation, training and level.
/api/v1/jobs/latestLatest published work-study offers, with optional location filter.
/api/v1/jobs/{id}Full detail of an offer: contract, employer, location, application.
/api/v1/formations/{id}Full detail of a training program: diploma, RNCP, provider (CFA), schedule.
/api/v1/companies/{siret}Employer profile by SIRET and list of its open work-study offers.
/api/v1/statsAggregated platform statistics (+ counts by occupation).
Every call (except the public catalog) requires a partner token, sent in an HTTP header. Tokens are issued manually by our team.
curl -H "Authorization: Bearer $TOKEN" \
"https://www.superalternance.com/api/v1/search?metier=boulanger&lieu=Lyon"The API is read-only (GET) and returns JSON. CORS is open for direct use from the browser.
The API is self-describing and easy to consume by an assistant or autonomous agent.
Describe your project: we'll get back to you with a token and usage terms.