Given a company name, returns the company's currently open job postings, normali
Given a company name, returns the company's currently open job postings, normalized into a single structured JSON response (title, department, location, posted date, URL).
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1332 msmedian answer time
$0.05listed price per call
$0.05price 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://api.qonoro.ai/v1/hiring-signals/find
| Category | Company and compliance |
|---|---|
| Provider host | api.qonoro.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 1 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.05 | 1332 ms |
Example input (from the provider)
{
"body": {
"company_name": "Stripe",
"domain": "stripe.com"
},
"bodyType": "json",
"inputSchema": {
"properties": {
"buyer_region": {
"description": "Optional privacy-safe buyer region for operational reporting.",
"type": "string"
},
"company_name": {
"description": "Company name to look up open job postings for (e.g. 'Stripe').",
"type": "string"
},
"domain": {
"description": "Optional company domain hint (e.g. 'stripe.com') to improve match accuracy.",
"type": "string"
}
},
"required": [
"company_name"
],
"type": "object"
},
"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": {
"properties": {
"buyer_region": {
"description": "Optional privacy-safe buyer region for operational reporting.",
"type": "string"
},
"company_name": {
"description": "Company name to look up open job postings for (e.g. 'Stripe').",
"type": "string"
},
"domain": {
"description": "Optional company domain hint (e.g. 'stripe.com') to improve match accuracy.",
"type": "string"
}
},
"required": [
"company_name"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"ats_source": {
"nullable": true,
"type": "string"
},
"board_resolved": {
"type": "boolean"
},
"cache_hit": {
"type": "boolean"
},
"company_name": {
"type": "string"
},
"domain": {
"nullable": true,
"type": "string"
},
"job_postings": {
"items": {
"properties": {
"department": {
"nullable": true,
"type": "string"
},
"location": {
"nullable": true,
"type": "string"
},
"posted_date": {
"nullable": true,
"type": "string"
},
"source_ats": {
"type": "string"
},
"title": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"quality_warnings": {
"items": {
"type": "string"
},
"type": "array"
},
"request_id": {
"type": "string"
},
"response_time_ms": {
"nullable": true,
"type": "number"
},
"total_open_roles": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}