Developers
Three ways to work with ViewJobs data and services. All free for legitimate use; contact support@viewjobs.com.au for anything beyond the limits on each page.
For AI agents
An MCP server for Claude, ChatGPT, Cursor and any MCP client: search live Australian job ads without signing in, and, once connected, manage a profile, job alerts and applications.
Partner regional jobs feed
A read-only JSON feed of live ads for a region, for partner sites that show local jobs. Keys are issued by ViewJobs.
GET https://www.viewjobs.com.au/api/partner/regional-jobs?key=YOUR_FEED_TOKEN&page=1
# or, with the separate header key: curl -H "x-api-key: YOUR_HEADER_KEY" https://www.viewjobs.com.au/api/partner/regional-jobs?page=1
{
"jobs": [
{ "id": "…", "title": "Registered Nurse", "town": "Ballarat", "state": "VIC",
"work_type": "Full Time", "classification": "Healthcare & Medical",
"url": "https://www.viewjobs.com.au/listing/…", "publish_date": "2026-09-01T00:00:00Z" }
],
"page": 1,
"perPage": 1000,
"totalPages": 12,
"totalCount": 11482
}Fetch page 1, then page 2, and so on (up to 1,000 ads per page). Stop when jobs comes back empty or page exceeds totalPages; hourly polling is plenty. Each ad carries id, title, location, town, state, country, postalcode, latitude, longitude, company, company_logo, work_type, work_location, classification, benefits, pay_range_low, pay_range_high, pay_type, featured, publish_date, expiry_date, url (send job seekers here) and description (HTML). Ads are live listings outside 40 km of Sydney, 45 km of Melbourne, 40 km of Brisbane, 15 km of Adelaide and 30 km of Perth. The feed URL carries its own token; the x-api-key header takes the separate key shown when the key was issued or rotated. Keys are issued by ViewJobs — email support@viewjobs.com.au.
Crawl and data policy
Search and answer engines may read and cite every public page. Training crawlers may read hub and marketing pages but not individual ads. Every live ad carries complete JobPosting markup. Read robots.txt, llms.txt and the terms.