Search job postings by filters
Search job postings by filters
20000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-17
updated
Provider
stable-jobs-git-ben-test-agentcash-router-pr-241-merit-systems.vercel.app · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xf04220c87894e7CbC0273F38C18195dAB0db5fe5",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {},
"bodyType": "json",
"method": "POST",
"type": "http"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"application_active": {
"description": "Whether the application is still active",
"type": "boolean"
},
"company_domain": {
"description": "Company domain",
"type": "string"
},
"company_exact_website": {
"description": "Exact company website URL",
"type": "string"
},
"company_id": {
"description": "Coresignal company ID",
"type": "number"
},
"company_name": {
"description": "Company name",
"type": "string"
},
"company_professional_network_url": {
"description": "Company LinkedIn URL",
"type": "string"
},
"country": {
"description": "Country code",
"type": "string"
},
"created_at_gte": {
"description": "Created after this date (ISO 8601)",
"type": "string"
},
"created_at_lte": {
"description": "Created before this date (ISO 8601)",
"type": "string"
},
"deleted": {
"description": "Whether the job posting has been deleted",
"type": "boolean"
},
"employment_type": {
"description": "Employment type (e.g. full_time, part_time, contract)",
"type": "string"
},
"industry": {
"description": "Industry",
"type": "string"
},
"keyword_description": {
"description": "Keywords in job description",
"type": "string"
},
"last_updated_gte": {
"description": "Updated after this date (ISO 8601)",
"type": "string"
},
"last_updated_lte": {
"description": "Updated before this date (ISO 8601)",
"type": "string"
},
"location": {
"description": "Job location",
"type": "string"
},
"title": {
"description": "Job title to search for",
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://stable-jobs-git-ben-test-agentcash-router-pr-241-merit-systems.vercel.app/api/coresignal/job-search" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://stable-jobs-git-ben-test-agentcash-router-pr-241-merit-systems.vercel.app/api/coresignal/job-search");
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://stable-jobs-git-ben-test-agentcash-router-pr-241-merit-systems.vercel.app/api/coresignal/job-search")
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/15658.json, and this resource appears in /discovery/resources and /discovery/search.