Seek Scraper: Jobs in 8 APAC Countries, 40 Fields

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.

Open on Apify → Try it now
Pricing
$0.003/job
RAM
128MB
Coverage
8 APAC countries
Fields per job
10+
Proxy
Apify datacenter
Anti-Bot
TLS + IP rotation

What you can scrape

Primary use cases

API example

# 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

Integrations

Output fields

FieldTypeExample
titlestringSenior Backend Engineer
companystringAtlassian
locationstringSydney NSW
countrystringAU
salary_mininteger140000
salary_maxinteger180000
salary_currencystringAUD
company_industrystringInformation Technology
classificationstringInformation & Communication Technology
company_perksstring[]["Stock options","Hybrid work"]

Related Actors

Open on Apify → Try it now (free tier available)