live · Productivity & Work · JSON · API for agents
Submit a job search from the homepage search bar. The page navigates to the job search results. Both fields are optional: an empty title matches any title and an empty location matches any location.
{
"name": "landing.search",
"kind": "action",
"impl": "imperative",
"description": "Submit a job search from the homepage search bar. The page navigates to the job search results. Both fields are optional: an empty title matches any title and an empty location matches any location.",
"inputSchema": {
"type": "object",
"properties": {
"title": {
"type": "string",
"description": "Job title or keywords to search for, e.g. \"Software Engineer\". Empty matches any title."
},
"location": {
"type": "string",
"description": "Location to search in, e.g. \"Santa Monica, CA\". Empty matches any location."
}
}
},
"page": "/"
}