TheirStack — List the BUYING-INTENT topics detected for a company from its job p
TheirStack — List the BUYING-INTENT topics detected for a company from its job posts (each with confidence, mention count, first/last dates). Pass ONE of `company_domain` (preferred), `company_name`, `company_linkedin_url`; optional `keyword_slug_or` to check specific topics (slugs from theirstack/tech-catalog with keyword_type_not=technology), `confidence_or`, `limit`. The qualification signal before outreach: is this account showing intent for what you sell?
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/buying-intents
| Category | Company and compliance |
|---|---|
| Provider host | vaaya.ai |
| 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.25 | 309 ms |
Example input (from the provider)
{
"body": {
"company_domain": "stripe.com",
"limit": 10
},
"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": {
"minLength": 2,
"type": "string"
},
"company_id": {
"minLength": 1,
"type": "string"
},
"company_linkedin_url": {
"minLength": 2,
"type": "string"
},
"company_name": {
"minLength": 1,
"type": "string"
},
"confidence_or": {
"items": {
"enum": [
"low",
"medium",
"high"
],
"type": "string"
},
"type": "array"
},
"keyword_category_slug_or": {
"items": {
"type": "string"
},
"type": "array"
},
"keyword_slug_or": {
"items": {
"type": "string"
},
"type": "array"
},
"last_date_found_gte": {
"type": "string"
},
"limit": {
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"min_jobs": {
"minimum": 0,
"type": "integer"
},
"page": {
"minimum": 0,
"type": "integer"
}
},
"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"
}