Discover/job.at API
live

job.at APIjob.at

Access job listings, search facets, autocomplete, categories, and featured jobs from job.at — Austria's StepStone-powered job platform — via 8 structured endpoints.

Endpoints
8
Updated
3mo ago
Try it
Page number for pagination
Job title or keyword to search for (e.g. 'developer', 'Python')
Location to search in (e.g. 'Wien', 'Graz')
api.parse.bot/scraper/da55def2-da19-4f11-8a9d-9f3f53205695/<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/da55def2-da19-4f11-8a9d-9f3f53205695/search_jobs?page=1&query=developer&location=Wien' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 8 totalclick to expand

Search for job listings by keyword and/or location on job.at. Returns paginated results with job summaries including title, company, location, and description snippet.

Input
ParamTypeDescription
pageintegerPage number for pagination
querystringJob title or keyword to search for (e.g. 'developer', 'Python')
locationstringLocation to search in (e.g. 'Wien', 'Graz')
Response
{
  "type": "object",
  "fields": {
    "jobs": "array of job objects with id, title, company, location, date, description_snippet, and url",
    "page": "current page number",
    "total_hits": "total number of matching jobs, or null if not displayed"
  },
  "sample": {
    "data": {
      "jobs": [
        {
          "id": "20402533",
          "url": "https://www.job.at/result?id=20402533",
          "date": null,
          "title": "Business Development Manager:in (m/w/d)",
          "company": "Lithoz GmbH",
          "location": "1060 Wien",
          "description_snippet": "vor 6 Stunden 1060 Wien Business Development Manager:in (m/w/d) ..."
        }
      ],
      "page": 1,
      "total_hits": null
    },
    "status": "success"
  }
}

About the job.at API

The job.at API exposes 8 endpoints covering job search, listing details, filter facets, autocomplete, categories, and featured positions from Austria's job.at platform. The search_jobs endpoint returns paginated results including job ID, title, company, location, posting date, description snippet, and listing URL, making it straightforward to build job aggregators or monitor Austrian labor market activity.

Search and Listing Data

The search_jobs endpoint accepts optional query and location parameters (e.g. 'developer', 'Wien') and returns an array of job objects — each with id, title, company, location, date, description_snippet, and url — alongside page and total_hits. Pagination is controlled by the page parameter. When total result count is not displayed by the platform, total_hits returns null. The get_job_detail endpoint takes a numeric job id from search results and returns the same core fields for that specific listing.

Filters, Facets, and Autocomplete

get_search_result_facets accepts the same query and location inputs as search and returns available filter dimensions — employment type, industry, working hours, and others — each as an array of label/count pairs. This lets you build dynamic filter UIs or analyze the distribution of job types for a given query. The get_location_suggestions and get_keyword_suggestions endpoints provide autocomplete arrays (text and value fields) for location and job title inputs respectively, useful for search-as-you-type implementations.

Categories, Featured Jobs, and Related Titles

get_job_categories requires no inputs and returns all homepage categories, each with a category name, a url, and a subcategories array of name/url objects representing popular job title groupings. get_featured_jobs returns currently promoted listings with id, title, company, location, and url. get_related_job_titles takes a query (and optional location) and returns alternative job titles with direct search URLs — useful for expanding coverage when building job recommendation or alerting systems.

Common use cases
  • Aggregate Austrian job postings by querying search_jobs with keyword and location filters for a niche job board
  • Build a dynamic job filter UI using get_search_result_facets to show employment type and industry breakdowns
  • Implement search-as-you-type location fields using get_location_suggestions autocomplete results
  • Monitor featured/promoted positions on job.at over time using get_featured_jobs
  • Map the Austrian job market taxonomy by extracting all categories and subcategories from get_job_categories
  • Expand job alert coverage by finding synonymous titles via get_related_job_titles for a given role
  • Track job posting volume per category or keyword using total_hits from search_jobs over time
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 job.at have an official developer API?+
job.at does not publish an official public developer API. This Parse API provides structured access to job listing data, search, facets, and autocomplete from the platform.
What does `get_job_detail` return compared to `search_jobs`?+
get_job_detail returns the same core fields as a search result entry — id, url, date, title, company, location, and description_snippet — for a single listing looked up by its numeric ID. It does not return a full job description body or salary data; it reflects what is available from the listing summary page.
Does the API return full job description text or salary information?+
Not currently. Endpoints return a description_snippet (a short excerpt) rather than the full job description body, and salary fields are not exposed. You can fork this API on Parse and revise it to add an endpoint that retrieves the full job detail page content.
What facet categories does `get_search_result_facets` return?+
The endpoint returns filter dimensions such as employment type, industry, and working hours. Each facet is an array of objects with a label string and an integer count (or null if the count is not displayed). Facets are scoped to the query and location you provide.
Is there a way to retrieve job listings by company name or filter by date?+
Not currently. search_jobs filters by query keyword and location only; there is no dedicated company or date-range filter parameter exposed. You can fork this API on Parse and revise it to add company-scoped or date-filtered search endpoints.
Page content last updated . Spec covers 8 endpoints from job.at.
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
job.at API – Austria Job Listings & Search · Parse