Every API, one clean contract.
163 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
14 APIsE-commerce & Marketplaces
34 APIsReal Estate
11 APIsJobs & Hiring
13 APIsTravel & Lodging
8 APIsSearch & SEO
4 APIsFinance & Data
5 APIsMedia, Film & Knowledge
23 APIsUtilities & AI
19 APIsClassifieds & Second-hand
4 APIsDeveloper Tools
18 APIsSEEK API
livepost/seek/v1/search1 creditSearch SEEK (seek.com.au) job postings by keyword with optional location, salary range, work-type, work-arrangement (remote/hybrid/on-site), date-posted, classification and sort filters. Returns up to 32 jobs per page with title, company, salary, location, dates and a teaser.
{
"keywords": "developer",
"location": "Sydney NSW"
}Try in playground →post/seek/v1/detail1 creditFull posting for one SEEK job by job_id (or a SEEK job URL): title, company, salary, location breakdown (suburb/state/postcode/country), full HTML + plain-text description, work types, work arrangement, classifications, bullet points, posted & expiry dates, apply/share link, and the employer's company profile (industry, size, website, rating, review count).
post/seek/v1/company-jobs1 creditAll public job postings at a specific company on SEEK. Pass the company's numeric advertiser id (the `advertiser_id` field on any search/detail result), its SEEK company slug, a full SEEK company URL, or its name; optionally narrow with the same keyword/location/salary/work-type/date filters as search.
post/seek/v1/classification1 creditBrowse SEEK jobs by classification/category — either a SEEK classification numeric id (e.g. 6281 = Information & Communication Technology) or a category slug ('information-communication-technology', 'healthcare-medical', 'trades-services', 'accounting', 'sales', 'education-training'). Optionally scope by location and the same salary/work-type/date filters as search.
{
"classification": "6281"
}Try in playground →
Social Media
10 APIs