Skip to main content
This action allows you to extract job listings from Seek based on a specified search URL. It is useful for aggregating job data for analysis or integration into other systems.
1

Step 1

Navigate to https://www.seek.com.au/ and perform a job search using the available filters.
2

Step 2

Copy the search URL from your browser’s address bar.
3

Step 3

Paste the URL into the input field of this action to extract the job listings.
Ensure that the search URL is correctly formatted to retrieve accurate results.

Inputs

seek_job_search_url
string
required
The URL of the job search on Seek. This field is required.

Parameters

max_results
number
default:2000
The maximum number of results to retrieve per search. The default is 2000.

Output Fields

The action returns a comprehensive set of fields related to each job listing:
Below is the JSON schema for the output fields:
{
    "advertiser": "string",
    "seek_advertiser_id": "string",
    "automatic_inclusion": "boolean",
    "seek_branding_id": "string",
    "branding_logo": "string",
    "bullet_points": "array",
    "classification": "string",
    "classification_id": "string",
    "company_name": "string",
    "seek_company_profile_structured_data_id": "string",
    "display_type": "string",
    "listing_date_display": "string",
    "location": "string",
    "seek_location_id": "string",
    "location_where_value": "string",
    "seek_job_id": "string",
    "seek_job_url": "string",
    "is_premium": "boolean",
    "is_stand_out": "boolean",
    "job_location": "string",
    "job_location_country_code": "string",
    "job_listing_date": "string",
    "seek_role_id": "string",
    "salary_range": "string",
    "sub_classification": "string",
    "sub_classification_description": "string",
    "seek_sub_classification_id": "string",
    "suburb": "string",
    "seek_suburb_id": "string",
    "suburb_where_value": "string",
    "teaser": "string",
    "job_title": "string",
    "tracking": "string",
    "work_type": "string",
    "is_private_advertiser": "boolean"
}