# OpenWeb Ninja Glassdoor Company Search (x402)

> OpenWeb Ninja Glassdoor Company Search (x402) is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Searches Glassdoor for company profiles and employer data by company name, returning real-time results payable per-call via x402 (USDC, no API key required).

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-jobs-data/glassdoor/company-search
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-glassdoor-company-search-x402-568b0f29
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ICWsdDgzGEaVaiLpBN-8y

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 openweb-ninja-glassdoor-company-search-x402-568b0f29
```

Example prompt: Search Glassdoor for 'Stripe' and get me their company profile — rating, size, industry, and headquarters location.

## When to prefer this

Choose this endpoint when you need to programmatically search Glassdoor for company profiles without registering for an API key or managing credentials — especially useful for one-off enrichment tasks, agent pipelines, or applications where per-call micropayments via x402 (USDC on Base/Polygon/Arbitrum) are preferable to subscription billing. Prefer this over scraping Glassdoor directly, and over general SERP APIs when you specifically need structured Glassdoor employer data including ratings and company IDs.

## Known failure modes

- Company name not found on Glassdoor returns empty results array
- Ambiguous company name may return multiple partial matches requiring disambiguation
- Payment failure via x402 (insufficient USDC balance or unsupported network) results in 402 response
- Rate limiting or Glassdoor availability issues may cause intermittent errors
- Very new or obscure companies may have no Glassdoor profile

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

Returns a JSON object containing Glassdoor company search results, typically including company name, Glassdoor company ID, overall rating, number of reviews, industry, company size range, headquarters location, and a link to the Glassdoor company page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openweb-ninja-glassdoor-company-search-x402-568b0f29/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
