# RocketReach Company Search via x402.orthogonal.com

> RocketReach Company Search via x402.orthogonal.com is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Search for companies by name, domain, industry, location, employee count, revenue, and other filters, returning paginated results from the RocketReach database.

## Facts

- Endpoint: POST https://x402.orthogonal.com/rocketreach/searchCompany
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rocketreach-company-search-via-x402-orthogonal-com-c80b5661
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jh75h2McAheKnkboGalF3

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 rocketreach-company-search-via-x402-orthogonal-com-c80b5661 -d '<json body>'
```

Example prompt: Search RocketReach for software companies in San Francisco with 50 to 200 employees and revenue between $10M and $50M — give me the first page of 25 results.

## When to prefer this

Use this endpoint when you need to search and discover companies at scale using structured filters like industry, location, employee size, or revenue. It is backed by RocketReach's extensive B2B database, making it ideal for lead generation, market research, and competitive intelligence. Prefer this over general web search when you need structured, filterable company data rather than unstructured information.

## Known failure modes

- Invalid or missing query object returns a 400 bad request error
- Exceeding the max page_size of 100 results in a validation error
- Insufficient export credits cause a payment or quota error
- Overly broad queries may return irrelevant results or timeout
- Invalid filter field names are silently ignored or return empty results
- Rate limiting may occur with rapid successive calls

## How this service works

Search for companies by name, domain, industry, location, size, revenue, and more. Returns paginated results. Consumes 1 export credit per page.

## Output

A paginated list of company profiles matching the search filters, including fields such as company name, domain, industry, headquarters location, employee count, and revenue. Each call returns up to 100 results per page and consumes 1 export credit.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "object",
   "description": "Search query with filters like name, domain, industry, location, num_employees, revenue, etc."
  },
  "start": {
   "type": "integer",
   "description": "Pagination start offset"
  },
  "page_size": {
   "type": "integer",
   "description": "Number of results per page (max 100)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rocketreach-company-search-via-x402-orthogonal-com-c80b5661/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
