Glasser
Jobs API

Provided by LeadMagic

Job Postings Search with Hiring Signals

$0.025 per result, up to $1.25answers within 40s

Open job postings matching included or excluded titles, hiring companies, countries or a location text, seniority, remote flag and a posting window. Each row carries the title, the hiring company with website and LinkedIn URL, location, seniority, salary estimate, posting dates and application URL; use it to spot which companies are hiring for what. Up to 25 rows per call; an empty result is free.

Contract snapshot: 2026-09-17. Inspect in Glasser for current terms.

json
{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "integer",
      "maximum": 25,
      "minimum": 1
    },
    "titles": {
      "type": "object",
      "properties": {
        "exclude": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 100,
            "minLength": 1
          },
          "maxItems": 10,
          "minItems": 1
        },
        "include": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 100,
            "minLength": 1
          },
          "maxItems": 10,
          "minItems": 1
        }
      },
      "additionalProperties": false
    },
    "location": {
      "type": "object",
      "properties": {
        "text": {
          "type": "string",
          "maxLength": 200,
          "minLength": 1
        },
        "countries": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 8,
            "minLength": 1
          },
          "maxItems": 10,
          "minItems": 1
        }
      },
      "additionalProperties": false
    },
    "companies": {
      "type": "object",
      "properties": {
        "include": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 200,
            "minLength": 1
          },
          "maxItems": 10,
          "minItems": 1
        }
      },
      "additionalProperties": false
    },
    "hasRemote": {
      "type": "boolean"
    },
    "seniority": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 50,
        "minLength": 1
      },
      "maxItems": 5,
      "minItems": 1
    },
    "postedWithin": {
      "type": "integer",
      "maximum": 365,
      "minimum": 1
    }
  },
  "additionalProperties": false
}

How to run it

Two fields identify it: the Provider and the endpoint key. The key looks like a path because it usually mirrors the Provider's own, but it is an opaque identifier — not a URL you can open. The same provider:endpoint pair is what your Policy lists.

Once: paste this into your agent's chat. The Skill installs the CLI and logs in by itself. For an agent that cannot use a shell, connect it over MCP instead.

Setup prompt
set up https://glasser.ai/SKILL.md

Then ask for this Endpoint:

Agent prompt
Run the LeadMagic Endpoint /v3/jobs/search on Glasser with input {"limit":3,"titles":{"include":["Software Engineer"]},"location":{"countries":["US"]},"postedWithin":30}

What each outcome charges

No resultThe Provider answered: nothing matched.$0.00
Provider errorThe Provider failed to answer.$0.00
Timed outThe deadline won.$0.00
Internal failureOur defect.$0.00
Method POSTVersion 1Provider documentation ↗