Fetch job listings via a simple REST API and build a fully custom careers page on your own domain.
Generate API keys from your dashboard. Authenticate with a simple X-API-Key header — no OAuth flows, no tokens to refresh.
Filter by department, location, employment type, and work model. Paginated responses with up to 100 items per page.
Get jobs pre-grouped by department in a single request. Perfect for building structured careers page layouts.
Every job URL and apply link includes UTM parameters automatically, so you can track API-driven traffic in your analytics.
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);
});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
Product Designer
Design · Remote
Data Analyst
Engineering · Krakow, Poland