Z

ziprecruiter.com

Search for jobs hiring in your area using ZipRecruiter's job search engine - the best way to find a job. Find jobs hiring near you and apply with just 1 click.

1action
https://www.ziprecruiter.com/

live · Productivity & Work · JSON · API for agents

Tools 1 tool

landing.searchaction

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.

View tool JSON
{
  "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": "/"
}