Careerone Job Scraper

Careerone Job Scraper

Scrape job listings from Careerone.com.au with ease! This actor extracts detailed job information based on customizable search parameters, returning results in structured JSON format. Perfect for lead generation, market research, or job seekers.

JOBSLEAD_GENERATIONDEVELOPER_TOOLSApify

Features

  • Extracts job postings from CareerOne.com.au
  • Filters jobs based on criteria such as salary, location, job type, and more
  • Retrieves company details, salary insights, and job descriptions
  • Supports sorting by relevance or date posted
  • Allows for location-based searches with surrounding area inclusion

Example Usage

1{
2    "searchTerm": "electrician",
3    "sortBy": "Date Posted",
4    "maxResults": 500,
5    "salaryMin": 30000,
6    "salaryMax": 300000,
7    "requireEmail": true,
8    "allowSurrounding": true,
9    "location": "sydney",
10    "dayRange": 30,
11    "contractTypes": [
12        "Contract"
13    ],
14    "jobModes": [
15        "Fifo (Fly-In Fly-Out)"
16    ],
17    "jobTypes": [
18        "Full time"
19    ],
20}

Example Output

1[
2    {
3        "job_title": "Automotive Electrician",
4        "contact_email": "camellia.amiri@nsbmw.com.au,alex.beckefeld@nsbmw.com.au,morris.tisi@nsbmw.com.au,richard.robinson@nsbmw.com.au",
5        "pay_is_estimated": false,
6        "pay_min": "$70000",
7        "pay_max": "$85000",
8        "pay_chart_data": {
9            "market_label": "Automotive Electrician",
10            "average_market_pay": "$89167",
11            "min_market_pay": "$75000",
12            "max_market_pay": "$100000",
13            "job_location": "Sydney NSW"
14        },
15        "pay_is_above_avg": false,
16        "pay_description": null,
17        "job_bullets": [
18            "Install, maintain, and repair electrical wiring and electronic components in motor vehicles.",
19            "Use test equipment to locate electrical and electronic malfunctions.",
20            "Work independently and as part of a team to resolve issues."
21        ],
22        "job_description": " About us: North Shore BMW is a luxury dealership on the North Shore committed to providing exceptional service and quality vehicles to our customers. We pride ourselves on our innovative approach and dedication to excellence. Join our team and be a part of a company that values growth, collaboratio...",
23        "URL": "https://www.careerone.com.au/jobview/automotive-electrician/080fa7ba-6b68-41aa-955a-f9159de6993f",
24        "company_name": "North Shore BMW",
25        "perks": [
26            "Professional development opportunities",
27            "Collaborative work environment"
28        ],
29        "location": "Upper North Shore Sydney",
30        "category": "Engineering",
31        "contract_type": "Permanent",
32        "job_type": "Full time",
33        "industry": [
34            "Other Services"
35        ],
36        "expires_at": "2025-02-27 12:59:59",
37        "created_at": null,
38        "updated_at": null,
39        "apply_questions_count": 0,
40        "skills_details": [
41            "Electrical systems",
42            "Diagnostic skills",
43            "Technical proficiency"
44        ],
45        "certifications": [
46            "Certificate III in Automotive Electrical Technology"
47        ],
48        "is_sponsored": true,
49        "is_resume_mandatory": true,
50        "job_content_reviewed": true,
51        "id": 61510210,
52        "uuid": "080fa7ba-6b68-41aa-955a-f9159de6993f"
53    }
54]

Limitations

  • Applying filters such as "requirePhone" or "requireEmail" does not garuntee that max results will be hit.
  • Some jobs may not include full salary details or contact emails

Error Handling

  • Invalid input parameters are handled with appropriate error messages
  • Logs errors and continues execution for partial data retrieval

Support

For issues, feature requests, or questions about this actor, please create an issue in the repository.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!