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.
Step 2
Copy the search URL from your browser’s address bar.
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.
The URL of the job search on Seek. This field is required.
Parameters
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:
The name of the advertiser.
Indicates if the job is automatically included.
URL of the branding logo.
Key points of the job listing.
ID of the job classification.
Display type of the job listing.
Indicates if the job is a premium listing.
Indicates if the job is a stand-out listing.
job_location_country_code
Country code of the job location.
Salary range for the job.
seek_company_profile_structured_data_id
Seek company profile structured data ID.
seek_sub_classification_id
Seek sub-classification ID.
Sub-classification of the job.
sub_classification_description
Description of the sub-classification.
Suburb of the job location.
Tracking information for the job listing.
Type of work (e.g., full-time, part-time).
Indicates if the advertiser is private.
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"
}