ToolAssay

Job postings read straight from a company's own applicant tracking system — Gree

Job postings read straight from a company's own applicant tracking system — Greenhouse, Lever, Ashby, SmartRecruiters, BambooHR or Recruitee. This is the source that job boards scrape, so there are no duplicates, no expired listings and no aggregator lag. Hiring is a demand signal: which teams a company is growing and where.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
374 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://x402-filings.datalayer.workers.dev/v1/jobs/ats

CategoryCompany and compliance
Provider hostx402-filings.datalayer.workers.dev
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days4 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 374 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "ats": "greenhouse",
    "includeDescription": false,
    "limit": 50,
    "remoteOnly": false,
    "slug": "stripe",
    "titleFilter": "engineer"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "ats": {
              "description": "One of greenhouse, lever, ashby, smartrecruiters, bamboohr, recruitee. Required.",
              "examples": [
                "greenhouse"
              ],
              "type": "string"
            },
            "includeDescription": {
              "description": "Include full job description text. Default false.",
              "examples": [
                false
              ],
              "type": "boolean"
            },
            "limit": {
              "description": "Max jobs, 1-200. Default 50.",
              "examples": [
                50
              ],
              "type": "integer"
            },
            "remoteOnly": {
              "description": "Only remote roles.",
              "examples": [
                false
              ],
              "type": "boolean"
            },
            "slug": {
              "description": "The company's board slug, from its careers URL. Required.",
              "examples": [
                "stripe"
              ],
              "type": "string"
            },
            "titleFilter": {
              "description": "Substring match on job title.",
              "examples": [
                "engineer"
              ],
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON