DEV Community

Cover image for Seek Jobs Scraper
Ranova
Ranova

Posted on

Seek Jobs Scraper

Disclosure: this post is about our own tool — Seek Jobs Scraper is a paid actor we publish on Apify Store. It was drafted by our automated publishing pipeline with AI assistance and reviewed before publishing.

Search Seek (Australia's largest job board) and get clean, de-duplicated job JSON: title, company, location, salary label and canonical listing URLs. One click, no required fields, no LLM.

What comes back

Every record has the same shape: id, title, url, price, price_text, rating, reviews, location, seller, description.

Fields with no value are left out rather than filled with placeholders, and records are de-duplicated before they reach the dataset.

Input

Input Type What it does
query string Job search keywords, optionally with location: 'python developer in Sydney'
maxResults integer Maximum number of clean results to return (capped at 500)
enrich boolean Adds deterministic enrichment per record: extracted emails, canonical domain and a completeness score
monitor boolean Compares this run with the previous one and flags NEW records only

Running it

Start it from the Apify Console, call it over the REST API, or expose it to an agent as an MCP tool — the dataset is the same either way.


Priced per event (not per hour or subscription) on Seek Jobs Scraper on Apify Store.

Top comments (0)