WhatJobs
APIJob search API for aggregating global job listings
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)
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
People Also Ask about WhatJobs
Tool Info
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