Seek Jobs Search Scraper avatar

Seek Jobs Search Scraper

Pricing

Pay per usage

Go to Apify Store
Seek Jobs Search Scraper

Seek Jobs Search Scraper

Scrape job listings from Seek.com.au, Australia and New Zealand's largest employment marketplace. Extract job titles, companies, locations, salary ranges, work types, and classifications for recruitment intelligence.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Jobs API

Jobs API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract job listings from SEEK - Australia and New Zealand's leading job platform. Collect job titles, companies, locations, and descriptions from APAC markets.

Features

  • Keyword search — find jobs by keyword, search term, or role
  • Location filtering — narrow results to specific cities, regions, or countries

Use Cases

  • Australian and New Zealand job market intelligence — track hiring demand, skill trends, and industry movements across AU and NZ
  • Southeast Asian recruitment analysis — monitor job postings across SEEK's expanding SEA footprint
  • Cross-border hiring in APAC — analyze remote and hybrid roles available across Australia, New Zealand, and Asia
  • Regional salary benchmarking — collect compensation data for roles across different APAC markets

Sample Input

{
"mode": "search",
"keywords": "software engineer",
"location": "Sydney NSW",
"country": "au",
"jobType": "full-time",
"maxJobs": 50,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "AU"
}
}

Sample Output

{
"title": "Senior Software Engineer",
"company": "Atlassian",
"location": "Sydney NSW",
"country": "au",
"jobType": "Full Time",
"jobUrl": "https://www.seek.com.au/job/12345678",
"scrapedAt": "2026-06-20T10:00:00.000Z",
"description": "We are looking for a senior software engineer to join our platform team...",
"jobId": "12345678",
"companyUrl": "https://www.seek.com.au/company/atlassian",
"logoUrl": "https://www.seek.com.au/logo/atlassian.png",
"salary": "$180,000 - $220,000",
"workTypes": "fulltime",
"workArrangements": "hybrid",
"listedAt": "2026-06-15T08:00:00.000Z",
"isVerified": true
}

Input

FieldTypeDefaultRequiredDescription
searchTermstringsoftware engineerJob title or keyword to search for.
keywordsstringAlternative search keywords.
locationstringSydney NSWCity or region to search in (e.g. Sydney, Melbourne, Brisbane). Leave empty for all locations.
maxResultsinteger300Maximum number of job listings to return.
startUrlstringFull SEEK search results URL (overrides searchTerm and location).
workTypestringFilter by employment type: Full Time, Part Time, Contract, Casual.
proxyConfigurationobject{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}Proxy settings. Residential recommended for high volume.

Output

FieldDescription
titleJob title
companyCompany name
locationJob location
countryCountry
jobTypeType of job
jobUrlDirect URL to the job listing
scrapedAtISO timestamp when the job was scraped
descriptionFull job description
jobIdUnique job identifier
companyUrlCompany profile URL
logoUrlCompany logo URL
areaArea
idJob ID
roleIdRole ID
numApplicantsNumber of applicants
resumePercentagePercentage of applicants with resume
coverLetterPercentagePercentage of applicants with cover letter
salarySalary amount
phoneNumbersPhone numbers
emailsContact emails
workTypesWork types
workArrangementsWork arrangements
jobLinkJob link
applyLinkApply link
joblocationInfoLocation information object
contentContent object
classificationInfoClassification information
employerQuestionsEmployer questions
employerVideoEmployer video
listedAtListing date
expiresAtUtcExpiry date
isExternalApplyWhether external apply
isVerifiedWhether verified
hasRoleRequirementsWhether has role requirements

Notes

  • Proxy: Residential proxy is highly recommended — set proxyConfiguration: { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
  • Rate limits: Keep result limits reasonable per run to avoid IP bans
  • Scheduling: Use Apify Scheduler to run this actor on a recurring basis for a consistently fresh dataset