# Web Access Gateway - Company Search

> Web Access Gateway - Company Search is a paid API for AI agents from web-access-gateway.mattskowronis.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns 5 ranked company and corporate-web results for a given query, supporting market research, vendor discovery, and due diligence workflows.

## Facts

- Endpoint: POST https://web-access-gateway.mattskowronis.workers.dev/v1/company
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/web-access-gateway-company-search-0e55e3d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_o50lMWNm5Gwsz_fbUrfOz

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 web-access-gateway-company-search-0e55e3d3 -d '<json body>'
```

Example prompt: Can you find me the top companies in the enterprise data observability space? I want ranked corporate web results I can use for vendor diligence.

## When to prefer this

Choose this endpoint when you need company-focused, corporate-web results specifically — such as vendor discovery, competitive landscape mapping, or due diligence — rather than general web search. It is optimized to surface corporate and business entity pages rather than news, product listings, or local results. Prefer it over the general web search sibling endpoint when the query is explicitly about companies or organizations rather than topics, events, or products.

## Known failure modes

- Query string empty or exceeds 500 characters — validation error returned
- No relevant company results found for highly niche or obscure queries — may return low-quality or tangentially related results
- Payment not included or insufficient — x402 payment required error
- Rate limiting or gateway timeout for high-frequency requests
- Results may be stale if company web presence has recently changed

## How this service works

Find 5 ranked company and corporate-web results for market research, vendor discovery, and diligence.

## Output

An array of 5 ranked company and corporate-web results, each containing a source URL, title, and relevant excerpt or summary, ordered by relevance to the query. Results are drawn from the public web and focused on corporate presence, company profiles, and business-related pages.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "maxLength": 500,
   "minLength": 1
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/web-access-gateway-company-search-0e55e3d3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from web-access-gateway.mattskowronis.workers.dev](https://www.zero.xyz/host/web-access-gateway.mattskowronis.workers.dev/llms.txt)
