Discover/notgoingtouni.co.uk API
live

notgoingtouni.co.uk APInotgoingtouni.co.uk

Access apprenticeship and training opportunities from NotGoingToUni.co.uk via 6 endpoints. Search by sector, company, location, and type with full detail retrieval.

Endpoints
6
Updated
3mo ago
Try it
Page number for pagination.
Sort order for results.
Opportunity type slug to filter results (e.g. 'advanced-apprenticeship'). Use slugs from l
Sector slug to filter results (e.g. 'engineering', 'it-technology'). Use slugs from list_s
Company slug to filter results. Use slugs from list_companies.
Search keyword to filter by job title or description.
Location name to filter results (e.g. 'London', 'Manchester').
Number of results per page.
api.parse.bot/scraper/4823c7f8-30d6-43d3-a733-01c2eee806fa/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/4823c7f8-30d6-43d3-a733-01c2eee806fa/search_opportunities?page=1&keyword=engineering&per_page=21' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for apprenticeship and training opportunities with optional filters. Returns paginated results sorted by relevance or recency.

Input
ParamTypeDescription
pageintegerPage number for pagination.
sortstringSort order for results.
typestringOpportunity type slug to filter results (e.g. 'advanced-apprenticeship'). Use slugs from list_opportunity_types.
sectorstringSector slug to filter results (e.g. 'engineering', 'it-technology'). Use slugs from list_sectors.
companystringCompany slug to filter results. Use slugs from list_companies.
keywordstringSearch keyword to filter by job title or description.
locationstringLocation name to filter results (e.g. 'London', 'Manchester').
per_pageintegerNumber of results per page.
Response
{
  "type": "object",
  "fields": {
    "jobs": "array of opportunity objects with title, company_logo, sector, location, slug, url, is_featured",
    "page": "integer current page number",
    "total": "integer total number of matching opportunities",
    "has_more": "boolean indicating if more pages are available",
    "per_page": "integer results per page",
    "meta_title": "string summary title from the site",
    "next_page_url": "string URL for next page or null"
  },
  "sample": {
    "data": {
      "jobs": [
        {
          "url": "https://notgoingtouni.co.uk/opportunities-details/wtw-apprenticeship-insight-event-redhill-11848",
          "slug": "wtw-apprenticeship-insight-event-redhill-11848",
          "title": "WTW Apprenticeship Insight Event - Redhill",
          "sector": "Law & Insurance",
          "location": "Redhill, Surrey",
          "is_featured": true,
          "company_logo": "https://notgoingtouni.co.uk/public/uploads/provider/wtw.webp"
        }
      ],
      "page": 1,
      "total": 250,
      "has_more": true,
      "per_page": 21,
      "meta_title": "250 job opportunities",
      "next_page_url": "https://notgoingtouni.co.uk/opportunities?getOpportuny=true&perPage=21&page=2&keyword=engineering"
    },
    "status": "success"
  }
}

About the notgoingtouni.co.uk API

The NotGoingToUni API provides access to apprenticeship and training listings from notgoingtouni.co.uk across 6 endpoints. search_opportunities lets you query live postings by keyword, location, sector, company, and opportunity type, returning paginated results with title, company logo, sector, location, slug, and featured status. Companion endpoints expose sector lists, company directories, opportunity type taxonomies, and full per-listing detail including deadlines and descriptions.

Search and Filter Opportunities

The search_opportunities endpoint accepts up to eight optional parameters — keyword, location, sector, company, type, page, per_page, and sort — and returns a paginated list of opportunity objects. Each result includes title, company_logo, sector, location, slug, url, and is_featured. The response also surfaces total, has_more, and next_page_url for straightforward cursor-based traversal. Sector and type slugs for filtering can be discovered from the list_sectors and list_opportunity_types endpoints respectively; company slugs come from list_companies.

Detail and Taxonomy Endpoints

get_opportunity_details accepts a slug from search results and returns the full listing: title, company, description, a structured details object containing fields like opportunity_type, published_on, and deadline, plus the canonical url. The three listing endpoints — list_sectors, list_opportunity_types, and list_companies — each return an array with id, name, slug, and total_openings, giving you a live picture of where active postings are concentrated. list_companies additionally exposes status, object_type, and company_type.

Featured Listings

get_featured_opportunities returns up to eight promoted listings from the site homepage. Each object includes title, company, sector, location, slug, url, live_from, deadline, and is_featured. This endpoint requires no inputs and is useful for surfacing editorially selected roles without running a full search.

Common use cases
  • Build an apprenticeship aggregator filtered by sector slug from list_sectors and location string
  • Monitor deadline fields from get_opportunity_details to alert users before applications close
  • Populate a company profile page using list_companies data alongside their active opening count
  • Track which sectors have the most live postings using total_openings from list_sectors
  • Surface featured apprenticeships on a careers widget using get_featured_opportunities
  • Cross-reference opportunity types via list_opportunity_types to distinguish degree apprenticeships from advanced ones
  • Index full listing descriptions from get_opportunity_details for keyword search or semantic embeddings
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does NotGoingToUni.co.uk offer an official developer API?+
NotGoingToUni.co.uk does not publish a documented public developer API. This Parse API provides structured access to the listings and taxonomy data available on the site.
What does `get_opportunity_details` return beyond what `search_opportunities` provides?+
search_opportunities returns summary fields — title, company_logo, sector, location, slug, url, and is_featured. get_opportunity_details adds the full description text and a structured details object containing opportunity_type, published_on, and deadline, which are not present in search results.
Can I filter search results by both sector and location simultaneously?+
Yes. search_opportunities accepts sector, location, type, company, and keyword as independent optional parameters, and they can be combined in a single request. Use slugs from list_sectors for the sector parameter and plain location name strings such as 'London' for the location parameter.
Does the API return salary or pay rate information for listings?+
Not currently. The API covers opportunity titles, descriptions, deadlines, sectors, companies, and locations, but pay or salary fields are not exposed in the current response shapes. You can fork this API on Parse and revise it to add salary extraction if that field appears in the underlying listing detail.
How many featured opportunities does `get_featured_opportunities` return, and can I request more?+
The endpoint returns up to 8 featured listings as shown on the site homepage. It takes no input parameters, so the result set is fixed to the editorially promoted listings at the time of the request. If you need a broader set of promoted or recently published listings, search_opportunities with the sort parameter is the more flexible option. You can also fork this API on Parse and revise it to expose additional filtering on featured status.
Page content last updated . Spec covers 6 endpoints from notgoingtouni.co.uk.
Related APIs in JobsSee all →
nvidia.com API
nvidia.com API
devex.com API
Search and explore global development opportunities including tenders, grants, job postings, news, organizations, and events all in one place. Find funding details, discover career opportunities, and stay updated on international development initiatives through a single integrated platform.
metacareers.com API
Search and browse Meta job openings across all departments and locations. Filter by keyword, experience level, or role category — including University Graduate and AR/VR specializations — and retrieve comprehensive details for each listing, including job description, requirements, salary range, and application link.
amazon.jobs API
Search and browse Amazon job openings by keywords, location, and category, then view detailed information about specific positions. Filter results across multiple job categories and locations with easy pagination.
cursor.directory API
Search and discover AI cursor rules, MCP servers, and job listings organized by category to enhance your development workflow. Browse detailed information about each rule and server to find the tools and configurations that best fit your needs.
airtasker.com API
Search and browse Airtasker tasks by location, category, price, and keywords, then access detailed task information and user profiles. Get location suggestions and category recommendations to discover available work and service opportunities in your area.
104.com.tw API
Search for jobs across Taiwan's largest job board and retrieve detailed job listings including descriptions, requirements, and company information. Find the right career opportunities by browsing thousands of positions or searching for specific roles that match your skills and interests.
naukri.com API
naukri.com API