Glasser
Jobs API

Provided by Crustdata

Search Job Listings by One Filter Condition (Crustdata)

$0.009 per result, up to $0.40answers within 40s

Find job listings by exactly one native field condition — the job title, its category, a location or the hiring employer — and choose which fields each listing returns. Every listing carries the employer's core firmographics and the full posting text. Twenty listings per page, paginated with a cursor.

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

json
{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "filters"
  ],
  "properties": {
    "limit": {
      "type": "integer",
      "maximum": 20,
      "minimum": 1
    },
    "cursor": {
      "type": "string",
      "maxLength": 4096,
      "minLength": 1
    },
    "fields": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 512,
        "minLength": 1
      },
      "maxItems": 20
    },
    "filters": {
      "type": "object",
      "required": [
        "field",
        "type",
        "value"
      ],
      "properties": {
        "type": {
          "enum": [
            "=",
            "!=",
            "<",
            "=<",
            ">",
            "=>",
            "in",
            "not_in",
            "(.)",
            "[.]"
          ],
          "type": "string"
        },
        "field": {
          "type": "string",
          "maxLength": 200,
          "minLength": 1
        },
        "value": {
          "anyOf": [
            {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "anyOf": [
                    {
                      "type": "number"
                    },
                    {
                      "enum": [
                        "Infinity",
                        "-Infinity",
                        "NaN"
                      ],
                      "type": "string"
                    }
                  ]
                },
                {
                  "type": "boolean"
                }
              ]
            },
            {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "enum": [
                          "Infinity",
                          "-Infinity",
                          "NaN"
                        ],
                        "type": "string"
                      }
                    ]
                  },
                  {
                    "type": "boolean"
                  }
                ]
              },
              "maxItems": 20,
              "minItems": 1
            }
          ]
        }
      },
      "additionalProperties": false
    }
  },
  "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 Crustdata Endpoint /job/search on Glasser with input {"limit":5,"filters":{"type":"(.)","field":"job_details.title","value":"engineer"}}

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 2Provider documentation ↗