# OpenWeb Ninja — Glassdoor Company Overview API

> OpenWeb Ninja — Glassdoor Company Overview API 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).

Fetches real-time company overview data from Glassdoor for a given company, including ratings, reviews summary, CEO approval, culture scores, and other employer profile details.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-jobs-data/glassdoor/company-overview
- 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-overview-api-7ce78224
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_idGvSo9q0_fzZmoHgzudT

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-overview-api-7ce78224
```

Example prompt: Can you pull up the Glassdoor company overview for Microsoft — I want to see their overall rating, CEO approval, work-life balance score, and how many reviews they have?

## When to prefer this

Choose this endpoint when you need structured Glassdoor employer profile data — ratings, culture scores, CEO approval — without an API key or account setup. Ideal for one-off agent tasks requiring real-time employer sentiment data payable per-call in USDC. Prefer over direct Glassdoor scraping (blocked), LinkedIn company data (different signals), or Indeed reviews (different platform culture).

## Known failure modes

- Company not found on Glassdoor — returns empty result or 404-style error
- Ambiguous company name matches multiple Glassdoor listings — may return wrong company
- Glassdoor blocks or rate-limits the underlying scrape — returns error or stale data
- Payment not processed via x402 — returns 402 Payment Required with no data
- Malformed or missing required query parameter — returns validation error

## 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 the Glassdoor company overview for the queried company, typically including: overall company rating, CEO approval percentage, percentage of employees who would recommend the company, culture & values score, work-life balance score, senior management score, compensation & benefits score, career opportunities score, total number of reviews, and general company profile metadata.

## 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-overview-api-7ce78224/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)
