# Orthogonal Fiber Combined People & Company Search (Paginated)

> Orthogonal Fiber Combined People & Company Search (Paginated) is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Searches both company and people/profile records simultaneously with pagination, returning matched results for both entity types in a single call.

## Facts

- Endpoint: POST https://x402.orthogonal.com/fiber/v1/combined-search/paginated
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orthogonal-fiber-combined-people-company-search-paginated-7e0357b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fFKY1hERsYKdt-FGc5MVJ

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 orthogonal-fiber-combined-people-company-search-paginated-7e0357b7 -d '<json body>'
```

Example prompt: Search for both people and companies in the SaaS industry — find profiles matching 'VP of Engineering' and companies with more than 50 employees, and return the first page of 10 results for each.

## When to prefer this

Use this endpoint when you need to simultaneously discover both companies and individual people/profiles in a single API call with pagination support. It is ideal for B2B prospecting, lead generation, market research, or recruiting scenarios where you need both organizational and individual contact data at once. Prefer this over separate company or profile search endpoints when efficiency matters and both entity types are needed together.

## Known failure modes

- Invalid or missing companyConfig or profileConfig objects returns a validation error
- Malformed searchParams within either config causes query failure
- Exceeding allowed page size limits returns an error
- No matching results returns empty arrays for one or both entity types
- Payment or billing failure prevents the call from completing
- Rate limiting if too many requests are made in quick succession

## How this service works

Combined people and company search with pagination. Returns both companies and profiles matching filters. Charged per result returned. | ERROR: Unable to calculate price.

## Output

Returns a combined paginated response containing both company records and people/profile records that match the respective search configs. Each entity type (company and profile) is returned according to its own search parameters and page size. Pricing is charged per result returned.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "companyConfig": {
   "type": "object",
   "description": "Company search config with searchParams and pageSize"
  },
  "profileConfig": {
   "type": "object",
   "description": "Profile search config with searchParams and pageSize"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orthogonal-fiber-combined-people-company-search-paginated-7e0357b7/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)
