# OpenWeb Ninja — Realtime Glassdoor Company Reviews

> OpenWeb Ninja — Realtime Glassdoor Company Reviews 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 employee reviews for a company from Glassdoor, including ratings, pros/cons, and reviewer details

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-glassdoor-data/company-reviews
- 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-reviews-c8f3b53a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hlxl5KAYb-5Uuh6AUDRjb

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-reviews-c8f3b53a
```

Example prompt: Can you pull the latest Glassdoor employee reviews for Salesforce so I can see what people are saying about the culture and work-life balance there?

## When to prefer this

Choose this endpoint when you need structured, real-time Glassdoor review data without managing a Glassdoor account or API key, and you want pay-per-call pricing at $0.003 USDC with no subscription. Prefer this over building your own scraper or using a higher-cost data provider when you need occasional or on-demand company sentiment lookups.

## Known failure modes

- Company not found on Glassdoor — returns empty or error response
- Invalid or ambiguous company identifier — may return wrong company data
- Glassdoor rate-limiting or anti-scrape measures — may cause timeout or partial data
- Payment failure over x402 — call not executed, 402 response returned
- Stale or cached data if Glassdoor page structure has changed

## 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 payload containing real-time Glassdoor employee reviews for the specified company, including individual review text (pros and cons), star ratings, reviewer job title and location, review date, and aggregate scores such as overall rating, CEO approval rating, and work-life balance score.

## 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-reviews-c8f3b53a/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)
