X

x402-gateway · Tools Jobs

by x402-gateway

POSTBase

$0.002

per call · USD Coin on Base

Job Search: Search live job postings by keywords and locations. Returns structured results: title, company, location, apply URL, work types, employment type, seniority, industry, salary, and description. Supports onsite/remote/hybrid preferences. One call covers the whole market for a keyword + location pair. Pay per call in USDC on Base via x402 — POST https://x402.freeq.one/tools/jobs.

Endpoint

POST https://x402.freeq.one/tools/jobs

4

Calls / 30d

2

Unique payers / 30d

Aug 26

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://x402.freeq.one/tools/jobs", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "keywords": {
      "description": "Search terms, e.g. ['software engineer', 'rust']",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "searches": {
      "description": "Search criteria list: {location: string (city/region/country), work_type: 'onsite'|'remote'|'hybrid'|''}",
      "items": {
        "properties": {
          "location": {
            "type": "string"
          },
          "work_type": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "type": "array"
    }
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://x402.freeq.one/tools/jobs" \
  -H "Content-Type: application/json" \
  -d '{"keywords":{"description":"Search terms, e.g. ['software engineer', 'rust']","items":{"type":"string"},"type":"array"},"searches":{"description":"Search criteria list: {location: string (city/region/country), work_type: 'onsite'|'remote'|'hybrid'|''}","items":{"properties":{"location":{"type":"string"},"work_type":{"type":"string"}},"type":"object"},"type":"array"}}' \
  -H "X-PAYMENT: <signed x402 payment>"

Payment details

Pay to0x90b0dc893406d6ea63bb077ed59f5e8340f98d84
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from x402-gateway & similar services