TheirStack — Search job postings across thousands of career sites and job boards
TheirStack — Search job postings across thousands of career sites and job boards (hiring signals, recruiting, market research). REQUIRED: `limit` (1-10, vendor bills per job returned) plus at least one of `posted_at_max_age_days`, `posted_at_gte`/`lte`, `company_domain_or`, `company_linkedin_url_or`, `company_name_or`. Rich filters: `job_title_or`, `job_description_pattern_or` (regex), `job_technology_slug_or` (case-sensitive slugs — resolve via theirstack/tech-catalog), `job_country_code_or` (…
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://vaaya.ai/api/run/theirstack/jobs
| Category | Code and developer |
|---|---|
| Provider host | vaaya.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 15 from 3 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.4 | 365 ms |
Example input (from the provider)
{
"body": {
"job_title_or": [
"founding engineer"
],
"limit": 1,
"posted_at_max_age_days": 7
},
"bodyType": "json",
"method": "POST",
"pathParams": {},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"company_domain_or": {
"items": {
"type": "string"
},
"type": "array"
},
"company_linkedin_url_or": {
"items": {
"type": "string"
},
"type": "array"
},
"company_name_or": {
"items": {
"type": "string"
},
"type": "array"
},
"employment_statuses_or": {
"items": {
"type": "string"
},
"type": "array"
},
"job_country_code_or": {
"items": {
"maxLength": 2,
"minLength": 2,
"type": "string"
},
"type": "array"
},
"job_description_pattern_or": {
"items": {
"type": "string"
},
"type": "array"
},
"job_seniority_or": {
"items": {
"type": "string"
},
"type": "array"
},
"job_technology_slug_or": {
"items": {
"type": "string"
},
"type": "array"
},
"job_title_or": {
"items": {
"type": "string"
},
"type": "array"
},
"limit": {
"maximum": 10,
"minimum": 1,
"type": "integer"
},
"max_salary_usd": {
"minimum": 0,
"type": "number"
},
"min_salary_usd": {
"minimum": 0,
"type": "number"
},
"page": {
"minimum": 0,
"type": "integer"
},
"posted_at_gte": {
"type": "string"
},
"posted_at_lte": {
"type": "string"
},
"posted_at_max_age_days": {
"minimum": 0,
"type": "integer"
},
"remote": {
"type": [
"boolean",
"null"
]
}
},
"required": [
"limit"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"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"
}