Jobherder quick match ($2
Jobherder quick match ($2.50): the single best current role for this candidate, with a tailored CV and cover letter, in minutes.
2500000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-12
updated
Provider
jobherder.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x6f5e9009157eceb33713af63057293b97cbf6415",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "2500000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"cv_base64": "<base64-encoded PDF or DOCX>",
"cv_type": "application/pdf",
"profile": {
"cfg_email": "[email protected]",
"cfg_industries": "technology",
"cfg_local_country": "Germany",
"cfg_location": "Berlin, Germany",
"cfg_location_preference": "Fully remote EU",
"cfg_name": "Ada Lovelace",
"cfg_seniority_level": "Senior",
"cfg_target_titles": "Backend Engineer, Platform Engineer",
"cfg_want_remote_eu": "yes",
"cfg_want_remote_uk": "no",
"cfg_want_usa": "no",
"cfg_work_style": "remote_only"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"credits_remaining": 0,
"message": "Quick match started. Poll GET /api/v1/searches?run_id=… for status and the match.",
"ok": true,
"plan": "agent_quick",
"run_id": "run_2f9c1a",
"status": "queued",
"target_jobs": 1
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"headers": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"queryParams": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://jobherder.com/api/v1/quick-searches" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://jobherder.com/api/v1/quick-searches");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://jobherder.com/api/v1/quick-searches")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/8190.json, and this resource appears in /discovery/resources and /discovery/search.