You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sets the starting job position, used for pagination. Accepts int values, typically working in increments of 25, i.e., 0, 25, ... 125, 150.
keywords
A word or phrase used as the main filter in the search.
location
A country to narrow down the job search. Supported terms are in English, and for Brazil, use Brazil.
f_AL
Filter for jobs with simplified application. Set to true to activate.
f_E
Filter to search for jobs based on Experience Level, with options like Intern, Assistant, Junior, Mid-Senior, Director, and Executive. Accepts int values: 1, 2, 3, 4, 5, 6.
f_JT
Filter to define the Job Type, allowing searches for Full-time, Part-time, Contract, Temporary, Volunteer, Internship, and Other. Accepts string values: F, P, C, T, V, I, O.
f_WT
Filter to define the Work Schedule Model, allowing searches for On-site, Remote, and Hybrid. Accepts int values: 1, 2, 3.
f_JIYN
Filter to limit the jobs to those with fewer than 10 applicants. Set to true to activate.
f_PP
Filter for jobs in a specific City. Accepts the $ID of the city, which is described here.
f_C
Filter for jobs from a specific Company. Accepts the $ID of the company, described here.
f_TPR
Filter for the time since the job was posted. You can set one of the following values: "" for any time or"r86400" for the past 24 hours or"r604800" for the past week or"r2592000" for the past month
Logged-in Account-dependent Parameters
Parameter
Description
f_JIYN
Filter for jobs connected to your Network. Set to true to activate.
HTML Structure
Resource
CSS Selector
Description
Extra
Job
li > div.base-card
Returns a list of all job nodes.
Must be executed within the Node Document context.