VOOZH about

URL: https://apify.com/sian.agency/seek-jobs-scraper

โ‡ฑ SEEK Jobs Scraper โ€“ Australia & NZ Job Listings Data ยท Apify


๐Ÿ‘ SEEK Jobs Scraper โ€” Australia & NZ Job Data avatar

SEEK Jobs Scraper โ€” Australia & NZ Job Data

Pricing

from $1.41 / 1,000 job listing extracteds

Go to Apify Store

SEEK Jobs Scraper โ€” Australia & NZ Job Data

SEEK job scraper for Australia & New Zealand. Extract job listings by keyword, location or search URL: title, company, salary, location, work type, classification, posting date and full description โ€” clean JSON/CSV. No code, no SEEK API key needed.

Pricing

from $1.41 / 1,000 job listing extracteds

Rating

0.0

(0)

Developer

๐Ÿ‘ SIรN Oรœ

SIรN Oรœ

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

6 days ago

Last modified

Share

SEEK Jobs Scraper โ€” Australia & NZ Job Listings Data ๐Ÿฆ˜

๐Ÿ‘ SIรN Agency Store
๐Ÿ‘ Jobs Search API
๐Ÿ‘ Glassdoor Data Scraper
๐Ÿ‘ Upwork Jobs Scraper

๐ŸŽ‰ Turn any SEEK search into a clean job dataset โ€” keyword, location & URL search, full descriptions, salaries, and 30+ fields per job

Built for recruiters, talent-sourcers, market researchers, and job-aggregator builders across Australia & New Zealand


๐Ÿ“‹ Overview

Need SEEK job data without copy-pasting? This scraper turns any SEEK (seek.com.au / seek.co.nz) search into a clean, structured dataset โ€” by keyword and location, by a pasted search URL, or by job ID for full detail โ€” exported as JSON, CSV or Excel.

Why thousands of professionals choose us:

  • โœ… Every field that matters: title, company, salary, location, work type, classification, posting date, full description, bullet points, company profile & more
  • โšก Two speeds: fast bulk Overview for thousands of listings, or rich Detail with the complete job description
  • ๐ŸŽฏ SEEK's own filters: work type, salary range, classification, work arrangement, sort order โ€” preserved from a pasted search URL or set directly
  • ๐Ÿ’ฐ Pay only for results: transparent pay-per-job pricing, no charge for invalid input, generous free tier
  • ๐Ÿ’Ž AU + NZ in one tool: seek.com.au and seek.co.nz, no account or API key required
  • โœจ Detail extras: contact phone number (when published), company profile, share link and salary currency

โœจ Features

  • ๐Ÿ” Keyword + location search โ€” search like you would on SEEK ("developer" in "Sydney NSW")
  • ๐Ÿ”— Paste-a-URL mode โ€” drop in any SEEK search URL and keep all its filters
  • ๐Ÿ†” Job-ID mode โ€” fetch exact jobs by ID or URL for the full description
  • โšก Bulk Overview โ€” thousands of listings, paginated automatically
  • ๐Ÿ”Ž Full Detail โ€” complete HTML job description, salary + currency, company profile
  • ๐ŸŽ›๏ธ Native filters โ€” work type, salary range, classification, work arrangement, sort order
  • ๐ŸŒ AU & NZ โ€” switch between seek.com.au and seek.co.nz
  • ๐Ÿ“ค Clean exports โ€” JSON, CSV and Excel, ready for analysis or your CRM

๐ŸŽฌ Quick Start

Provide a keyword and a location, pick a mode, and run. Results stream into your dataset and are ready to download in seconds.

curl-X POST "https://api.apify.com/v2/acts/sian.agency~seek-jobs-scraper/runs?token=YOUR_TOKEN"\
-H"Content-Type: application/json"\
-d'{"scrapeMode":"overview","keywords":"developer","where":"Sydney NSW","maxResults":50}'

๐Ÿš€ Getting Started (3 Simple Steps)

Step 1: Choose your mode

Pick Overview for fast bulk listings or Detail for the full job description.

Step 2: Tell it what to find

Enter keywords + where, paste one or more SEEK search URLs, or list job IDs (Detail).

Step 3: Run and export

Start the actor and download your results as JSON, CSV or Excel.

That's it! In under a minute, you'll have:

  • A clean table of SEEK jobs
  • Salaries, companies and locations
  • Full descriptions ready for analysis

๐Ÿ“ฅ Input Configuration

FieldTypeRequiredDescription
scrapeModestringNooverview (bulk) or detail (full description)
searchModestringNobySearch, bySearchUrl, or byJobId (Detail only)
keywordsstringNoRole / skill to search, e.g. developer
wherestringNoLocation, e.g. Sydney NSW or All Australia
countrystringNoAU (seek.com.au) or NZ (seek.co.nz)
searchUrlsarrayNoOne or more SEEK search URLs (filters preserved)
jobIdsarrayNoJob IDs or URLs to fetch in Detail mode
maxResultsintegerNoMax jobs per run (FREE: 25, PAID: unlimited)
worktype, salaryrange, classification, workarrangement, sortmodestringNoOptional SEEK filters

Example โ€” keyword search:

{
"scrapeMode":"overview",
"keywords":"registered nurse",
"where":"Melbourne VIC",
"maxResults":100
}

Example โ€” paste a search URL:

{
"scrapeMode":"overview",
"searchMode":"bySearchUrl",
"searchUrls":["https://www.seek.com.au/developer-jobs/in-Sydney-NSW"]
}

Example โ€” full detail by job ID:

{
"scrapeMode":"detail",
"searchMode":"byJobId",
"jobIds":["92875670","https://www.seek.com.au/job/92847923"]
}

๐Ÿ“ค Output

Results are saved to the Apify dataset with 30+ fields, including:

FieldTypeDescription
propertyTitlestringJob advertisement title
companystringHiring company / employer
salarystringSalary label as published
currencystringSalary currency (Detail)
locationstringJob location
workTypestringFull time, Part time, Contract, Casual
workArrangementstringOn-site, Remote, Hybrid
classificationstringSEEK industry classification
listingDatestringISO posting date
teaserstringShort abstract
descriptionHtmlstringFull job description HTML (Detail)
bulletPointsarrayHighlight bullet points
phoneNumberstringContact phone, when published (Detail)
companyProfileSlugstringCompany profile (Detail)
shareLinkstringShareable job link (Detail)
urlstringCanonical SEEK job URL

Example:

{
"id":"92875670",
"url":"https://www.seek.com.au/job/92875670",
"propertyTitle":"System Development Engineer",
"company":"Protecht Group",
"location":"Sydney NSW",
"salary":null,
"workType":"Full time",
"workArrangement":"Hybrid",
"classification":"Information & Communication Technology",
"listingDate":"2026-06-21T23:40:25Z",
"teaser":"Design and build scalable APIs and integrations for a global SaaS platform.",
"bulletPoints":["Market leader in enterprise risk management","Hybrid & flexible work"],
"source":"overview"
}

๐Ÿ’ผ Use Cases & Examples

1. Recruitment Market Research

Recruitment agencies tracking demand and competitor hiring across AU & NZ.

Input: keyword + location searches by industry Output: a daily table of open roles, companies and salaries Use: spot hiring trends and pitch the right clients first

2. Salary Benchmarking

HR and compensation teams setting pay bands.

Input: role keywords with salary-range filters Output: salary labels and currency by role and region Use: build defensible, market-anchored salary bands

3. Talent-Pool & Lead Sourcing

Sourcers building lists of hiring companies.

Input: classification + location searches Output: companies actively hiring, with profile links and contact details where published Use: target outreach to companies with live demand

4. Job-Aggregator & Job-Board Feeds

Product teams powering a niche job board.

Input: scheduled keyword searches across categories Output: fresh listings with full descriptions for republishing Use: keep an aggregator current without manual entry

5. Labour-Market & Economic Analytics

Analysts and researchers studying the job market.

Input: broad searches across classifications and regions Output: structured time-series of postings, work types and arrangements Use: measure demand, remote-work share and regional shifts

6. Competitive Hiring Intelligence

Strategy teams watching rivals' headcount plans.

Input: company-targeted search URLs Output: every role a competitor is advertising Use: infer roadmap and expansion from hiring signals


๐Ÿ”— Integration Examples

JavaScript/Node.js

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_TOKEN'});
const run =await client.actor('sian.agency/seek-jobs-scraper').call({
scrapeMode:'overview',
keywords:'developer',
where:'Sydney NSW',
});
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items[0]);

Python

from apify_client import ApifyClient
client = ApifyClient('YOUR_TOKEN')
run = client.actor('sian.agency/seek-jobs-scraper').call(
run_input={'scrapeMode':'overview','keywords':'developer','where':'Sydney NSW'}
)
for item in client.dataset(run['defaultDatasetId']).iterate_items():
print(item)

cURL

curl-X POST 'https://api.apify.com/v2/acts/sian.agency~seek-jobs-scraper/runs?token=YOUR_TOKEN'\
-H'Content-Type: application/json'\
-d'{"scrapeMode":"overview","keywords":"developer","where":"Sydney NSW"}'

Automation Workflows (N8N / Zapier / Make)

  1. Trigger: Schedule (e.g. daily) or webhook
  2. HTTP Request: Call the actor API
  3. Process: Handle the JSON results
  4. Action: Save to a sheet, CRM or database, or notify your team

๐Ÿ“Š Performance & Pricing

FREE Tier (Try It Now)

  • Up to 25 jobs per run โ€” full feature access, same quality
  • No credit card required
  • Perfect for testing and small projects

PAID Tier (Production Ready)

  • Unlimited jobs per run
  • Faster processing, no delays
  • Pay-per-result: only charged for jobs actually extracted

๐Ÿ’ฐ Transparent pay-per-job pricing โ€” no charge for invalid input, and the high-volume Overview event is the cheapest way to pull SEEK data at scale.

๐Ÿ”— View current pricing


โ“ Frequently Asked Questions

Q: How many jobs can I extract? A: FREE tier: 25 per run. PAID tier: unlimited.

Q: Does it cover New Zealand too? A: Yes โ€” set country to NZ for seek.co.nz, or AU for seek.com.au.

Q: What's the difference between Overview and Detail? A: Overview is fast bulk listing data. Detail adds the full HTML job description, salary currency, company profile, share link and phone number (when published).

Q: Can I use my own SEEK search filters? A: Yes โ€” paste a SEEK search URL and its filters are preserved, or set work type, salary range, classification, work arrangement and sort order directly.

Q: What output formats are available? A: JSON, CSV and Excel โ€” export directly from the Apify dataset.

Q: Do I need a SEEK account or API key? A: No. Just provide your search and run.

Q: Is this legal? A: We only extract publicly available data. See the legal section below.


๐Ÿ› Troubleshooting

No results returned

  • Check your keywords and where spelling (use SEEK's own location labels, e.g. "Sydney NSW")
  • Broaden the search or set where to All Australia

Fewer results than expected

  • FREE tier is capped at 25 jobs per run โ€” upgrade for unlimited
  • Lower maxResults only limits the run; raise it to get more

Detail mode returns nothing for an ID

  • The listing may have expired or been removed; verify the job is still live on SEEK

โš–๏ธ Is it legal to scrape data?

Our actors are ethical and do not extract any private user data, such as email addresses, gender, or location. They only extract what the user has chosen to share publicly. We therefore believe that our actors, when used for ethical purposes by Apify users, are safe.

However, you should be aware that your results could contain personal data. Personal data is protected by the GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers.

You can also read Apify's blog post on the legality of web scraping.


โ„ข๏ธ Trademark Disclaimer

SEEKยฎ is a registered trademark of SEEK Limited. This actor is an independent tool and is not affiliated with, endorsed by, or sponsored by SEEK Limited. "SEEK", seek.com.au and seek.co.nz are used only to describe the public website this tool helps you collect publicly available data from. All trademarks are the property of their respective owners.


๐Ÿค Support

๐Ÿ‘ Telegram Support

Join our active support community


Built by SIรN Agency | More Tools

You might also like

SEEK Scraper | Australia & NZ Job Listings with Salary

haketa/seek-scraper

SEEK job scraper & API for Australia & New Zealand: search jobs by keyword, location & category and export title, company, salary, work type, classification, posting date, description and apply URL. Recruitment, salary benchmarking and job-board market data โ€” fast, no login.

Seek Job Scraper (Australia & New Zealand)

codingfrontend/seek-job-scraper

Scrape job listings from Seek (seek.com.au / seek.co.nz) with advanced filtering. Extract job titles, companies, salaries, locations, work types, and full descriptions. Perfect for job market research and salary benchmarking.

๐Ÿ‘ User avatar

Coding Frontned

2

SEEK Job Scraper

epicscrapers/seek-job-scraper

From $0.5/1000 results | Scrapes job listings from SEEK Australia (au.seek.com) with full filter support โ€” keywords, location, salary, work type, classification, and date range. No API!

31

Seek.com.au Job Scraper

automation-lab/seek-scraper

Extract job listings from Seek.com.au โ€” Australia and New Zealand's #1 job board. Filter by keyword, location, work type, and date. Exports to JSON, CSV, or Excel. No API key needed.

๐Ÿ‘ User avatar

Stas Persiianenko

56

SEEK Job Scraper โ€” Australia & New Zealand Job Listings

blackfalcondata/seek-scraper

Scrape SEEK's Australia & New Zealand job boards โ€” seek.com.au and seek.co.nz. Salary and company intelligence, optional applicant-demand signals for low-competition roles, and incremental new/changed detection.

๐Ÿ‘ User avatar

Black Falcon Data

660

5.0

SEEK Australia Jobs Scraper

jungle_synthesizer/seek-australia-jobs-scraper

Search and extract job listings from SEEK Australia by keyword, location, salary range, work type, and category. Returns job titles, companies, salaries, locations, work arrangements, and posting dates. Download as JSON or CSV โ€” no login required.

๐Ÿ‘ User avatar

BowTiedRaccoon

7

SEEK New Zealand Scraper โ€” Jobs from seek.co.nz

unfenced-group/seek-co-nz-scraper

Scrape jobs from SEEK New Zealand (seek.co.nz). Filter by keyword, location, work type, and date. Salary extraction, deduplication, full descriptions.

๐Ÿ‘ User avatar

Unfenced Group

8

Seek Jobs Scraper โ€” Australia & NZ Job Listings, Salary

bovi/seek-jobs-scraper

Scrape job postings from Seek.com.au (Australia) and Seek.co.nz (New Zealand) via the public v5 search API. Get title, company, location, salary, work type, seniority, remote type, teaser, classification, and parse_confidence. Multi-query batch, zero auth, zero proxy required.

๐Ÿ‘ User avatar

Vitalii Bondarev

28

SEEK Scraper - Australian Job Listings and Salary Data

parseforge/seek-scraper

Search and extract job listings from SEEK Australia by keyword, location, salary range, and work type. Collect job titles, companies, salaries, descriptions, and screening questions. Download as CSV, JSON, or Excel โ€” no login needed.

Seek Job Scraper

zerobreak/seek-job-scraper

Searches Seek.com.au by keyword and location and returns structured job listing data including salary, work type, and full descriptions. No scraping code required.