CareerOne Australia Job Scraper avatar

CareerOne Australia Job Scraper

Pricing

from $0.86 / 1,000 result scrapeds

Go to Apify Store
CareerOne Australia Job Scraper

CareerOne Australia Job Scraper

Scrape job listings from CareerOne.com.au — one of Australia's major job boards. Returns title, company, location, salary range, job type (full/part-time, contract), industry, work rights requirement and full job description.

Pricing

from $0.86 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Unfenced Group

Unfenced Group

Maintained by Community

Actor stats

1

Bookmarked

6

Total users

3

Monthly active users

a day ago

Last modified

Share

CareerOne Australia Job Scraper

Extract job listings from careerone.com.au at scale, in a clean, consistent structure ready for analysis, job boards, recruiting tools and market research. No API key required.


Why this scraper?

🎯 Built for Australia

A dedicated Australian scraper, not a global tool with a country dropdown. Search, locations and currency (AUD) are tuned for careerone.com.au.

📄 Complete job data

Full job title and description, direct listing URL and publish date for every record.

💶 Salary data

Salary information parsed from the listing where the employer publishes it, in AUD. Missing salaries are returned as null, never guessed.

🏢 Company details

Hiring company name plus the profile details the source publishes, such as logo and company page.

📍 Location fields

Structured location data for every listing, ready for filtering and analysis.


Input parameters

ParameterTypeDefaultDescription
searchQuerystring"developer"Job title, skill or keyword to search for (e.g. 'software engineer', 'nurse', 'marketing manager').
locationstring(empty)City or region to filter by (e.g. 'Sydney', 'Melbourne', 'Brisbane'). Leave empty for all of Australia.
maxResultsinteger50Maximum number of job listings to return. Set to 0 for unlimited.
daysOldinteger0Only return jobs posted within this many days. Set to 0 for any time.
fetchDetailsbooleanfalseFetch full job details from individual listing pages.

Output schema

Every field below is present on every record. Fields the source does not publish for a given job are returned as null rather than omitted.

FieldTypeDescription
jobIdstringCareerOne internal listing ID
titlestringJob title
companystringHiring company name
locationstringLocation as displayed
statestringState.
countrystringCountry of the position.
jobTypestringe.g. Full Time, Part Time, Contract
contractTypestringContract type as published.
workModestringWork mode.
categorystringJob category on the source.
occupationstringOccupation.
descriptionHtmlstringFull job description in HTML.
descriptionTextstringFull job description in plain text.
descriptionMarkdownstringDescription markdown.
salaryMinnumberMinimum salary or null
salaryMaxnumberMaximum salary or null
salaryTypestringSalary type.
salaryCurrencystringAlways AUD when present
salaryIsEstimatedbooleanSalary is estimated.
skillsarraySkills listed on the posting.
perksarrayPerks.
educationLevelarrayEducation level.
isSponsoredbooleanIs sponsored.
postedAtstringDate posted
dateLabelstringDate label.
urlstringDirect link to the listing
applyTypeIdnumberApply type id.
searchKeywordstringSearch keyword.
scrapedAtstringTimestamp when this record was scraped.
sourceCountrystringSource country.

Example record

{
"jobId": "72146754",
"title": "Civil Engineer",
"company": "GEN 21 PTY LTD",
"location": "Sydney NSW",
"state": "NSW",
"country": "AU",
"jobType": "Full time",
"contractType": "Permanent",
"workMode": "Onsite / Standard business hours",
"category": "Engineering",
"occupation": "Civil & Structural",
"descriptionHtml": " Job Advertisement: Civil Engineer Company: Gen 21 Pty Ltd Position: Civil Engineer Salary: $90,000 – $120,000 AUD Location: Sydney, NSW Job Type: Full-time About Us Gen 21 Pty Ltd is a dynamic constr …",
"descriptionText": "Job Advertisement: Civil Engineer Company: Gen 21 Pty Ltd Position: Civil Engineer Salary: $90,000 – $120,000 AUD Location: Sydney, NSW Job Type: Full-time About Us Gen 21 Pty Ltd is a dynamic constru …",
"descriptionMarkdown": "Job Advertisement: Civil Engineer Company: Gen 21 Pty Ltd Position: Civil Engineer Salary: $90,000 – $120,000 AUD Location: Sydney, NSW Job Type: Full-time About Us Gen 21 Pty Ltd is a dynamic constru …",
"salaryMin": 80000,
"salaryMax": 100000,
"salaryType": "annual_salary",
"salaryCurrency": "AUD",
"salaryIsEstimated": false,
"skills": [
"Teamwork",
"Microsoft Project",
"AutoCAD",
"Site Management"
],
"perks": [],
"educationLevel": [
"Bachelor's degree"
],
"isSponsored": true,
"postedAt": "2026-06-24 12:03:03",
"dateLabel": "4 weeks ago",
"url": "https://www.careerone.com.au/jobs/civil-engineer/baf1bce6-d8be-49fc-aea5-6b1a3984aa8e",
"applyTypeId": 4,
"searchKeyword": null,
"scrapedAt": "2026-06-24T16:50:37.713Z",
"sourceCountry": "au"
}

Examples

Search for electrician roles in Sydney:

{
"searchQuery": "electrician",
"location": "Sydney",
"maxResults": 100
}

Only jobs from the last 3 days:

{
"searchQuery": "electrician",
"location": "Sydney",
"maxResults": 100,
"daysOld": 3
}

Larger run with a hard cap:

{
"searchQuery": "electrician",
"location": "Sydney",
"maxResults": 500
}

Daily feed (run on a schedule):

{
"searchQuery": "electrician",
"daysOld": 1,
"maxResults": 500
}

Schedule this input to run once a day in the Apify Scheduler — each run returns only jobs posted in the last 24 hours.


💰 Pricing

$0.88 per 1,000 results — you only pay for successfully retrieved listings. Failed retries are never charged.

ResultsCost
100~$0.09
1,000~$0.88
10,000~$8.8
100,000~$88

Flat-rate alternatives typically charge $29–$49/month regardless of usage.

Subscription tiers lower the rate further, down to $0.84 per 1,000 at the highest tier. Use the Max results cap in the input to control your spend exactly.


Performance

Run sizeTypical time
100 resultsunder 1 minute
1,000 results2–4 minutes
10,000 results20–35 minutes

Known limitations

  • Salary is only returned when the employer publishes it — many listings carry null salary fields.
  • Company details vary per listing; the scraper returns what the source publishes and never invents data.
  • Very large result sets are bounded by the source's own paging limits.
  • Listings can be removed by the source at any time, so a small share of URLs may expire shortly after scraping.

Technical details

  • Source: careerone.com.au — Australia job listings
  • Coverage: everything the public search exposes, filterable via the input parameters above
  • Retry: automatic retry on network errors with exponential backoff

Need a custom scraper?

Unfenced Group builds Apify actors for any website — for free.

If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results — we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.

Get in touch: www.unfencedgroup.nl