Public API

Your careers data, your website

Fetch job listings via a simple REST API and build a fully custom careers page on your own domain.

API key authentication

Generate API keys from your dashboard. Authenticate with a simple X-API-Key header — no OAuth flows, no tokens to refresh.

Job listings with filters

Filter by department, location, employment type, and work model. Paginated responses with up to 100 items per page.

Grouped by department

Get jobs pre-grouped by department in a single request. Perfect for building structured careers page layouts.

UTM tracking built-in

Every job URL and apply link includes UTM parameters automatically, so you can track API-driven traffic in your analytics.

Simple integration

Three endpoints, one header. Fetch company info and filters, list jobs with pagination, or get everything grouped by department. No SDK needed — just fetch.

const response = await fetch(
  'https://api.wayto.tech/api/v1/careers/jobs/',
  {
    headers: {
      'X-API-Key': 'wtt_your_api_key'
    }
  }
);

const { results: jobs } = await response.json();

jobs.forEach(job => {
  console.log(job.title, job.url);
});

Full control over your careers page

Design your careers page exactly how you want. Use your own components, styling, and layout. The API gives you the data — you decide how it looks.

Senior Frontend Developer

Engineering · Warsaw, Poland

Full Time

Product Designer

Design · Remote

Contract

Data Analyst

Engineering · Krakow, Poland

Full Time

Ready to transform your hiring?

Join companies that hire smarter and faster with wayto.tech

No credit card required