WhatJobs

API

Job search API for aggregating global job listings

Visit Website

Overview

The WhatJobs API lets developers access aggregated job listings from thousands of global sources. Core endpoints include job search (with filters for keyword, location, industry, salary), job detail retrieval, and trending category endpoints. Responses are JSON-formatted for easy parsing. Use cases: embed real-time listings into career portals, build niche job boards, enhance recruitment tools, or create personalized job alerts. It supports filtering to refine results and includes metadata like company details, job type, and application links to simplify integration.

Example Integration (JavaScript)

script.js JS

fetch('https://www.whatjobs.com/affiliates')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful API
  • JSON response format
  • Global job aggregation
  • Advanced filtering options
  • Affiliate program compatible

Frequently Asked Questions

? Is WhatJobs API free to use?

Yes, it offers a free tier with basic access; paid plans are available for higher volume and advanced features under its affiliate program.

? Does it require an API Key?

Yes, you need to sign up for an affiliate account on WhatJobs to obtain an API key for authentication.

? What is the response format?

The API returns responses in JSON format, including job details like title, company, location, salary range, and direct application links.

Top Alternatives

Indeed API Search Google
LinkedIn Jobs API Search Google
Glassdoor API Search Google

People Also Ask about WhatJobs

WhatJobs vs Indeed APIWhatJobs vs LinkedIn Jobs APIWhatJobs vs Glassdoor API WhatJobs 2025 review

Tool Info

Pricing Freemium
Category Jobs
Platform Public API

Pros

  • Easy to integrate
  • Diverse global job sources
  • Customizable search parameters
  • Supports affiliate monetization

Cons

  • Rate-limited free tier
  • Requires affiliate program compliance
  • Limited advanced features in basic plans

More Jobs Tools