# gateway.apiosk.com Prospect Research

> gateway.apiosk.com Prospect Research is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-14).

Looks up company profile data including size, industry, location, founding year, and employee count given a company name, domain, or website URL.

## Facts

- Endpoint: POST https://gateway.apiosk.com/prospect-research/
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gateway-apiosk-com-prospect-research-5ec711f6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Rsl9xoIKkL09xcIhU2hZA

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability gateway-apiosk-com-prospect-research-5ec711f6 -d '<json body>'
```

Example prompt: Can you pull up the company profile for Stripe — I need their industry, employee count, founding year, headquarters location, and LinkedIn from the domain stripe.com?

## When to prefer this

Use this endpoint when you need structured firmographic data (size, industry, location, founding year, employee count) about a company given its name or domain. Prefer this over general web search when you need clean, structured output for CRM enrichment, lead scoring, or pre-call research. Particularly well-suited for B2B sales workflows where domain is known.

## Known failure modes

- Company or domain not found — no matching record in underlying data sources
- Ambiguous company name with no domain provided — may return wrong company
- Website URL malformed or unreachable — lookup may fall back to name-based matching
- Rate limit or payment failure — 402 or 429 response
- Partial data returned — some fields may be null if sources don't have coverage

## How this service works

Research a company by name (or domain) and return a standardized firmographics record merged from the company website and People Data Labs.

## Output

Returns a structured company profile including company name, employee count, size range (e.g. '501-1000'), industry, country, region, city, founding year, LinkedIn URL, website, a short description, and keyword tags. Also includes metadata about which data sources were matched (e.g. People Data Labs).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object"
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gateway-apiosk-com-prospect-research-5ec711f6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
