Search job postings by filters
Search job postings by filters
Answeringour last check, 2026-09-24
1 of 1checks answered this week
574 msmedian answer time
$0.02listed price per call
$0.02price 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
POST https://stable-jobs-git-ben-test-agentcash-router-pr-241-merit-systems.vercel.app/api/coresignal/job-search
| Category | Code and developer |
|---|---|
| Provider host | stable-jobs-git-ben-test-agentcash-router-pr-241-merit-systems.vercel.app |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 574 ms |
Example input (from the provider)
{
"body": {},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$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"
}