ToolAssay

Job search — find current openings by role, skill or company with location, sala

Job search — find current openings by role, skill or company with location, salary, schedule, qualifications and direct application links.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
647 msmedian answer time
$0.05listed price per call
$0.05price 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://jobs.use.x402atlas.com/search

CategoryCompany and compliance
Provider hostjobs.use.x402atlas.com
Networkseip155:137, eip155:42161, eip155:8453
Payment schemesexact
Self-reported calls, 30 days3 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 647 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "country": "us",
    "language": "en",
    "location": "New York, NY",
    "query": "software 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": {
            "country": {
              "description": "Two-letter country code",
              "pattern": "^[A-Za-z]{2}$",
              "type": "string"
            },
            "language": {
              "description": "Two-letter result language",
              "pattern": "^[A-Za-z]{2}$",
              "type": "string"
            },
            "location": {
              "description": "City, region or country used to localize results",
              "maxLength": 120,
              "type": "string"
            },
            "query": {
              "description": "Role, skill, company or other free-text job search",
              "maxLength": 200,
              "minLength": 1,
              "type": "string"
            }
          },
          "required": [
            "query"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "jobs": {
              "items": {
                "properties": {
                  "apply_options": {
                    "items": {
                      "properties": {
                        "link": {
                          "type": "string"
                        },
                        "title": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "company": {
                    "type": "string"
                  },
                  "description": {
                    "type": "string"
                  },
                  "highlights": {
                    "items": {
                      "properties": {
                        "items": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "title": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "location": {
                    "type": "string"
                  },
                  "position": {
                    "type": "integer"
                  },
                  "posted_at": {
                    "type": "string"
                  },
                  "qualifications": {
                    "type": "string"
                  },
                  "salary": {
                    "type": "string"
                  },
                  "schedule_type": {
                    "type": "string"
                  },
                  "source": {
                    "description": "Original job board or employer source",
                    "type": "string"
                  },
                  "title": {
                    "type": "string"
                  }
                },
                "required": [
                  "title"
                ],
                "type": "object"
              },
              "type": "array"
            },
            "next_page_token": {
              "type": "string"
            },
            "note": {
              "description": "Present only when query is empty and the sample is returned",
              "type": "string"
            },
            "query": {
              "type": "string"
            },
            "searched_at": {
              "format": "date-time",
              "type": "string"
            }
          },
          "required": [
            "query",
            "searched_at",
            "jobs"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON