# OpenWeb Ninja — Realtime Glassdoor Company Overview

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

Fetches real-time company overview data from Glassdoor for a specified company, including ratings, reviews summary, and employer details.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-glassdoor-data/company-overview
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-realtime-glassdoor-company-overview-81d98e23
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3Mp08VxlgZlx-TlGAZLGZ

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-overview-81d98e23
```

Example prompt: Can you pull up the Glassdoor company overview for Salesforce — I want to see their overall rating, CEO approval, and a quick summary of what employees say about working there?

## When to prefer this

Choose this endpoint when you need structured, real-time Glassdoor data without a Glassdoor API account or key. Ideal for agents doing employer research, recruiting intelligence, or workforce sentiment analysis at low per-call cost ($0.003 USDC). Prefer over manual scraping or paid Glassdoor API partnerships when access needs are sporadic and keyless.

## Known failure modes

- Company not found on Glassdoor — returns empty result or 404-equivalent
- Ambiguous company name matching multiple entities — may return wrong company
- Glassdoor data temporarily unavailable — upstream scraping failure
- Rate limiting or anti-bot measures on Glassdoor — intermittent failures
- Payment failure via x402 — call rejected before execution

## 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 structured JSON object containing Glassdoor company overview data, typically including: overall company rating (out of 5), CEO approval rating and percentage, recommend-to-friend rate, company description, industry classification, headquarters location, company size/employee count, founding year, and a summary of pros/cons from employee reviews.

## 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-overview-81d98e23/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)
