SEEK Job Scraper - Australia & New Zealand Job Listings
Pricing
from $2.00 / 1,000 results
SEEK Job Scraper - Australia & New Zealand Job Listings
Scrape seek.com.au - Australia and New Zealand’s #1 job board, serving 6 countries. Salary data, employer profiles, work type filters, and full job descriptions. Incremental mode detects new and changed listings. Compact output for AI agents and MCP workflows.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Black Falcon Data
Actor stats
1
Bookmarked
42
Total users
18
Monthly active users
a day ago
Last modified
Categories
Share
What does SEEK Job Scraper do?
SEEK Job Scraper extracts structured job data from seekasia.com — including salary data, contact details, company metadata, and full descriptions. It supports keyword search, location filters, and controllable result limits, so you can run the same query consistently over time. The actor also offers detail enrichment (full descriptions, company metadata, and contact information) where the source provides them.
Key features
- Incremental mode — recurring runs emit and charge only for listings that are new or whose tracked content changed. First run builds the baseline state; subsequent runs emit only new or changed records.
- Detail enrichment — full descriptions, company metadata, and contact information where the source provides them.
- Compact mode — AI-agent and MCP-friendly payloads with core fields only.
What data can you extract from seekasia.com?
Each result includes Core listing fields (jobId, seekJobId, title, canonicalUrl, advertiserId, location, locationCountry, and locationState, and more), detail fields when enrichment is enabled (roleId, description, descriptionHtml, descriptionMarkdown, and descriptionLength), contact and apply information (phoneNumber, applyUrl, and extractedEmails), and company metadata (company, companyUrl, companyIndustry, and companySize). In standard mode, all fields are always present — unavailable data points are returned as null, never omitted. In compact mode, only core fields are returned.
Enable detail enrichment in the input to get richer fields such as full descriptions, company metadata, and contact information where the source provides them.
Input
The main inputs are a search keyword, an optional location filter, and a result limit. Additional filters and options are available in the input schema.
Key parameters:
query— Job search keywords (e.g. "software engineer", "accountant"). Use JSON array for multi-query.country— Which SEEK market to search. (default:"AU")location— City, state, or region (e.g. "Sydney", "Melbourne VIC"). Use JSON array for multi-location.startUrls— Direct SEEK search or job detail URLs. Overrides query/location.maxResults— Maximum total job listings to return. 0 = unlimited. Memory is auto-scaled by default (≤100 → 256 MB, ≤200 → 512 MB, 200+ → 1024 MB) but can be overridden manually in run settings. (default:50)maxPages— Maximum SERP pages to scrape per search source. Each page has ~22 jobs. (default:25)sortMode— Sort search results by relevance or date. (default:"relevance")dateRange— Filter by posting date (SEEK date range code, e.g. "1" = last 24h, "3" = last 3 days, "7" = last 7 days, "14" = last 14 days, "31" = last 31 days).workType— Filter by employment type.workArrangement— Filter by work arrangement.classification— SEEK job classification ID (e.g. "6281" = Information & Communication Technology, "1203" = Accounting, "6043" = Healthcare & Medical). Find IDs in SEEK category URLs.subClassification— SEEK job sub-classification ID (e.g. "6287" = Developers/Programmers under ICT). Requires a parent classification to work.- ...and 10 more parameters
Input examples
Basic search — Keyword-driven search with a result cap.
→ Full payload per result — all standard fields populated where the source provides them.
{"query": "software engineer","maxResults": 50}
Filtered search — Narrow results with advanced filters — only matching jobs are returned.
→ Same field set as basic search; fewer, more relevant rows.
{"query": "software engineer","maxResults": 100}
Incremental tracking — Only emit jobs that changed since the previous run with this stateKey.
→ First run builds the baseline state. Subsequent runs emit only records that are new or whose tracked content changed. Set emitUnchanged: true to include unchanged records as well.
{"query": "software engineer","maxResults": 200,"incrementalMode": true,"stateKey": "software-engineer-tracker"}
Compact output for AI agents — Return only core fields for AI-agent and MCP workflows.
→ Small payload with the most important fields — ideal for piping into LLMs without token overhead.
{"query": "software engineer","maxResults": 50,"compact": true}
Output
Each run produces a dataset of structured job records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.
Example job record
{"jobId": "cdce3e87d731956375b8bb69a41dd68c111b49ba0030ef74b0d0502051f7df36","seekJobId": "91576706","title": "Software Engineer – AWS DevOps","canonicalUrl": "https://www.seek.com.au/job/91576706","company": "Paperless Warehousing Pty Ltd","companyUrl": null,"advertiserId": "63532852","location": "Melbourne VIC","locationCountry": "AU","locationState": "Victoria","locationSuburb": "Melbourne","locationPostcode": "3000","salaryText": null,"salaryMin": null,"salaryMax": null,"salaryCurrency": "AUD","salaryType": null,"employmentType": "Full time","workArrangement": "hybrid","category": "Information & Communication Technology","subCategory": "Engineering - Software","roleId": "software-engineer","teaser": "We’re looking for a Software Engineer to build modern, scalable solutions on AWS leveraging AI. Melbourne or Sydney based hybrid Office / WFH.","bulletPoints": ["AWS DevOps","AI led Development","Python & React.js"],"description": "About the Role\n\nUniware Managed Services provides AWS Cloud hosting and web based solutions to customers across the Group who leverage our ERP, WMS and Ecommerce platforms to drive their business.\n\nWe...","descriptionHtml": "<p><strong>About the Role</strong></p><p>Uniware Managed Services provides AWS Cloud hosting and web based solutions to customers across the Group who leverage our ERP, WMS and Ecommerce platforms to...","descriptionMarkdown": "**About the Role**\n\nUniware Managed Services provides AWS Cloud hosting and web based solutions to customers across the Group who leverage our ERP, WMS and Ecommerce platforms to drive their business....","descriptionLength": 1440,"contentQuality": "full","companyIndustry": null,"companySize": null,"companyWebsite": null,"phoneNumber": null,"screeningQuestions": ["Which of the following statements best describes your right to work in Australia?","How many years' experience do you have as a software engineer?","What's your expected annual base salary?"],"applyUrl": "https://www.seek.com.au/job/91576706?tracking=SHR-WEB-SharedJob-anz-1","postedDate": "2026-04-17T02:57:25.644Z","validThrough": "2026-05-17T13:59:59.999Z","contentHash": "b30e2ecf6c1d944562ad075f279f8f2f7e0ba186eb3c1ca64c9b2145f7efd16c","isSponsored": true,"sourceUrl": "https://www.seek.com.au/job/91576706","sourceCountry": "AU","sourceDomain": "www.seek.com.au","searchQuery": "software engineer","searchUrl": "https://www.seek.com.au/jobs?keywords=software+engineer","scrapedAt": "2026-04-18T07:46:39.826Z","fetchedAt": "2026-04-18T07:46:39.826Z","detailFetched": true,"extractedEmails": [],"isRepost": false,"repostOfId": null,"repostDetectedAt": null,"changeType": "NEW","trackedHash": "801d82c09771132f52e16126da6e4a5c891727a3b9b410f1333ccc494fd5e075","firstSeenAt": "2026-04-18T07:46:39.826Z","lastSeenAt": "2026-04-18T07:46:39.826Z","previousSeenAt": null,"expiredAt": null,"stateKey": "live-verify-1776498392431"}
Incremental fields
When incremental: true, each record also carries:
changeType— one ofNEW,UPDATED,UNCHANGED,REAPPEARED,EXPIRED. Default output coversNEW/UPDATED/REAPPEARED; setemitUnchanged: trueoremitExpired: trueto opt into the others.firstSeenAt,lastSeenAt— ISO-8601 timestamps tracking the listing across runs.isRepost,repostOfId,repostDetectedAt— populated when a new listing matches the tracked content of a previously expired one. SetskipReposts: trueto drop detected reposts from the output.
How to scrape seekasia.com
- Go to SEEK Job Scraper in Apify Console.
- Enter a search keyword and optional location filter.
- Set
maxResultsto control how many results you need. - Enable
includeDetailsif you need full descriptions, contact info, or company data. - Click Start and wait for the run to finish.
- Export the dataset as JSON, CSV, or Excel.
Use cases
- Extract job data from seekasia.com for market research and competitive analysis.
- Track salary trends across regions and categories over time.
- Monitor new and changed listings on scheduled runs without processing the full dataset every time.
- Build outreach lists using contact details and apply URLs from listings.
- Research company hiring patterns, employer profiles, and industry distribution.
- Feed structured data into AI agents, MCP tools, and automated pipelines using compact mode.
- Export clean, structured data to dashboards, spreadsheets, or data warehouses.
How much does it cost to scrape seekasia.com?
SEEK Job Scraper uses pay-per-event pricing. You pay a small fee when the run starts and then for each result that is actually produced.
- Run start: $0.01 per run
- Per result: $0.002 per job record
Example costs:
- 10 results: $0.03
- 100 results: $0.21
- 500 results: $1.01
Example: recurring monitoring savings
These examples compare full re-scrapes with incremental runs at different churn rates. Churn is the share of listings that are new or whose tracked content changed since the previous run. Actual churn depends on your query breadth, source activity, and polling frequency — the scenarios below are examples, not predictions.
Example setup: 200 results per run, daily polling (30 runs/month). Event-pricing examples scale linearly with result count.
| Churn rate | Full re-scrape run cost | Incremental run cost | Savings vs full re-scrape | Monthly cost after baseline |
|---|---|---|---|---|
| 5% — stable niche query | $0.41 | $0.03 | $0.38 (93%) | $0.90 |
| 15% — moderate broad query | $0.41 | $0.07 | $0.34 (83%) | $2.10 |
| 30% — high-volume aggregator | $0.41 | $0.13 | $0.28 (68%) | $3.90 |
Full re-scrape monthly cost at daily polling: $12.30. First month with incremental costs $1.28 / $2.44 / $4.18 for the 5% / 15% / 30% scenarios because the first run builds baseline state at full cost before incremental savings apply.
FAQ
How many results can I get from seekasia.com?
The number of results depends on the search query and available listings on seekasia.com. Use the maxResults parameter to control how many results are returned per run.
Does SEEK Job Scraper support recurring monitoring?
Yes. Enable incremental mode to only receive new or changed listings on subsequent runs. This is ideal for scheduled monitoring where you want to track changes over time without re-processing the full dataset.
Can I integrate SEEK Job Scraper with other apps?
Yes. SEEK Job Scraper works with Apify's integrations to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.
Can I use SEEK Job Scraper with the Apify API?
Yes. You can start runs, manage inputs, and retrieve results programmatically through the Apify API. Client libraries are available for JavaScript, Python, and other languages.
Can I use SEEK Job Scraper through an MCP Server?
Yes. Apify provides an MCP Server that lets AI assistants and agents call this actor directly. Use compact mode and descriptionMaxLength to keep payloads manageable for LLM context windows.
Is it legal to scrape seekasia.com?
This actor extracts publicly available data from seekasia.com. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.
Your feedback
If you have questions, need a feature, or found a bug, please open an issue on the actor's page in Apify Console. Your feedback helps us improve.
You might also like
- Adzuna Job Scraper — Scrape adzuna.com - the global job board with 20+ country markets. Structured salary.
- APEC.fr Scraper - French Executive Jobs — Scrape apec.fr - French executive job listings with salary ranges, company, location, skills,.
- Arbeitsagentur Scraper - German Jobs — Scrape arbeitsagentur.de - Germany’s official employment portal with 1M+ listings. Contact data,.
- AutoScout24 Scraper — Scrape autoscout24.com - Europe's largest used car marketplace with 770K+ listings. Structured.
- Bayt.com Scraper - Jobs from the Middle East — Scrape bayt.com - the leading Middle East job board. Salary data, experience requirements.
- Bilbasen Scraper - Denmark’s Car Marketplace — Scrape bilbasen.dk - Denmark’s largest car marketplace. Full vehicle specifications, seller.
- Bumeran Scraper — Scrape bumeran.com.ar - the largest job board across 8 LATAM countries. Work modality, contract.
- Cadremploi Job Scraper — Scrape cadremploi.fr - French management and executive jobs. Salary ranges, apply links.
Getting started with Apify
New to Apify? Create a free account with $5 credit — no credit card required.
- Sign up — $5 platform credit included
- Open this actor and configure your input
- Click Start — export results as JSON, CSV, or Excel
Need more later? See Apify pricing.