H

Hirescrape · Tools Jobs

by Hirescrape

POSTBase

$0.17

per call · USD Coin on Base

Scrape jobs from LinkedIn, Indeed, Glassdoor, Google Jobs, ZipRecruiter, Bayt, BDJobs, and Naukri in one call.

Endpoint

POST https://hirescrape.com/api/tools/jobs

4

Calls / 30d

3

Unique payers / 30d

Sep 9

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://hirescrape.com/api/tools/jobs", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "hoursOld": 72,
    "isRemote": true,
    "location": "San Francisco, CA",
    "maxResults": 20,
    "searchTerm": "senior backend engineer",
    "sites": [
      "linkedin",
      "indeed",
      "glassdoor"
    ]
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://hirescrape.com/api/tools/jobs" \
  -H "Content-Type: application/json" \
  -d '{"hoursOld":72,"isRemote":true,"location":"San Francisco, CA","maxResults":20,"searchTerm":"senior backend engineer","sites":["linkedin","indeed","glassdoor"]}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "duration": 12,
  "items": [
    {
      "company": "Acme AI",
      "datePosted": "2026-04-17",
      "description": "Design and build pay-per-call APIs…",
      "jobType": "Full-time",
      "jobUrl": "https://www.linkedin.com/jobs/view/4100000",
      "location": "San Francisco, CA (Remote)",
      "salary": "$180K–$240K",
      "site": "linkedin",
      "title": "Senior Backend Engineer"
    }
  ],
  "payment": {
    "amount": "0.210000",
    "currency": "USD",
    "protocol": "x402"
  },
  "runId": "mo4jobsexample"
}

Payment details

Pay to0xb5194a98dbdbb7028b585db26b972e7f0f3f826a
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 Hirescrape & similar services