Scrape job listings from Seek (Australia, New Zealand), JobStreet (Singapore, Malaysia, Indonesia, Philippines) and JobsDB (Hong Kong, Thailand). Returns 40 fields per job: salary_min, salary_max, salary_currency, full description, contact email and phone, company profile with industry, size, description and perks, classifications and sub_classification, employer screening questions and job_alive checks. One unified scraper for the Seek group across APAC.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~seek-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "country": "au", "searchUrls": ["https://au.seek.com/software-engineer-jobs"], "maxResults": 100, "includeJobDetails": true }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/seek-scraper
| Field | Type | Example |
|---|---|---|
| title | string | Senior Backend Engineer |
| company | string | Atlassian |
| location | string | Sydney NSW |
| country | string | AU |
| salary_min | integer | 140000 |
| salary_max | integer | 180000 |
| salary_currency | string | AUD |
| company_industry | string | Information Technology |
| classification | string | Information & Communication Technology |
| company_perks | string[] | ["Stock options","Hybrid work"] |