# OpenWeb Ninja — Realtime Glassdoor Company Search

> OpenWeb Ninja — Realtime Glassdoor Company Search 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).

Search Glassdoor for company profiles and employer data in real time by company name or keyword

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-glassdoor-data/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-realtime-glassdoor-company-search-425c0d70
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ydBSim431MwP9O3L2Hl4m

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-realtime-glassdoor-company-search-425c0d70
```

Example prompt: Search Glassdoor for companies matching 'Stripe' and give me their profiles, ratings, and any available overview data.

## When to prefer this

Choose this endpoint when you need real-time Glassdoor employer data without maintaining a Glassdoor API account or scraping infrastructure. It is ideal for agents that need on-demand company lookups for job market research, recruiting intelligence, or employer benchmarking, and where paying $0.003 per call via USDC over x402 is acceptable. Prefer it over manual scraping or authenticated Glassdoor API access when you want zero-setup, pay-per-call simplicity.

## Known failure modes

- No results found if company name is too generic or misspelled
- Payment failure if USDC balance is insufficient or x402 handshake fails
- Rate limiting or blocking if Glassdoor changes its data structure
- Empty response example in schema means field names may vary at runtime
- Ambiguous company names may return multiple unrelated companies

## 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, which typically includes matched company names, Glassdoor company IDs, overall employer ratings, company size, industry, headquarters location, and links to their Glassdoor profiles. Exact fields depend on what Glassdoor surfaces at query time.

## 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-realtime-glassdoor-company-search-425c0d70/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)
