SEEK is a major employment marketplace across Asia-Pacific (Australia, New Zealand, Hong Kong, Indonesia, Malaysia, the Philippines, Singapore, and Thailand, via various SEEK Group brands). Its developer site describes a GraphQL API aimed at developers integrating recruitment software with SEEK: posting jobs, exporting candidate applications, letting candidates pre-fill forms with a SEEK profile, and viewing ad performance. Access follows a staged process: you submit an integration request, test with read-only Playground credentials, then request live credentials once SEEK validates your integration. The documentation we read doesn't describe an endpoint for searching or retrieving public job listings. CleanJobData is a self-serve job data API over employer ATS platforms. It does not include SEEK's listings.
| Feature | CleanJobData | SEEK |
|---|---|---|
| What the API is for | Querying job listings and company data | Job posting, application export, Apply with SEEK, ad performance for recruitment software |
| Public job search endpoint | Yes — GET /jobs | None described in SEEK's developer documentation we read |
| Access model | Self-serve — instant API key | Integration request, Playground testing, then live credentials after validation (seven-stage process per SEEK) |
| API format | REST JSON | GraphQL |
| Regions | 60+ countries | Asia-Pacific markets (AU, NZ, HK, ID, MY, PH, SG, TH) |
| Pricing | Public flat monthly plans | Not published |
| Free tier | 300 req/mo (3,000 with a backlink) — no card | Playground credentials with mock data for testing |
| Plan | CleanJobData | SEEK |
|---|---|---|
| Free | 300 req/mo (3,000 with a backlink) — no card | Read-only Playground for testing |
| Starter | $97/mo — 50,000 requests | N/A — no self-serve data plans found |
| Pro | $297/mo — 200,000 requests | N/A |
If you build recruitment software that posts jobs to SEEK or pulls in applications, the SEEK API and its partner process are the route. If you want queryable job listings, SEEK doesn't document a public search API, and CleanJobData is a live self-serve option, though it does not contain SEEK's listings.
Not one we could find. SEEK's developer documentation focuses on job posting, exporting candidate applications, Apply with SEEK, and ad performance for integrating recruitment software. It doesn't describe an endpoint for searching or retrieving public listings.
Per SEEK's developer site, you submit an integration request form or contact a Partner Manager, test with read-only Playground credentials, then request live credentials after SEEK validates your integration. SEEK describes it as a seven-stage process.
SEEK's docs list Australia, Hong Kong, Indonesia, Malaysia, New Zealand, the Philippines, Singapore, and Thailand through various SEEK Group brands.
No. CleanJobData sources from employer ATS platforms such as Greenhouse, Lever, Ashby, Workable, and Workday. To see our coverage for a market, query it, for example GET https://api.cleanjobdata.com/jobs?title=engineer&remote=true with a Bearer token, or try the playground.