Tech Intent Search Results
Poll a tech intent-search job and page through its results. Submit a job first via POST /api/v2/tech/companies/intent-search (“Search Companies by Tech Stack with Intent”, under Company Search), which returns a job_id.
X-API-Key - the only required header for this endpoint.This single endpoint returns both the job status (pending → running → completed / failed), a manifest summary once complete, and one page of result rows. Walk pages by passing the returned next_cursor as ?cursor=.
Check status for completion - not next_cursor. A still-running job can return a null next_cursor simply because later pages haven’t been written yet; only status: "completed" means the full result set is available.
Each row is a company hit (same shape as Search Companies By Tech Stack, with firmographics when enrichment ran) plus an intent block: the verified activity, an LLM reason quoting the exact posting phrases that support the verdict, and the qualified_job itself. The manifest also reports companies_scanned vs companies_qualified so you can see how selective your activity was.
No credits are charged for polling - the job’s credits are billed once, when it completes.
Headers
Path Parameters
The job_id returned by the intent-search submit endpoint.
Query Parameters
Page to read, e.g. page_0001 (use the next_cursor from the previous response). Omit for the first page.
Response
Job status, manifest, and one page of results.
Combined job status + one page of results. Check status for completion (not next_cursor), and walk pages with next_cursor.
pending, running, completed, or failed.
Job summary; populated once the job completes.
Failure reason when status is failed.
Qualified companies in the requested page.
Name of the page returned, e.g. page_0000.
Pass as ?cursor= to fetch the next page; null on the last available page.
Number of rows in this page.