# OpenWeb Ninja — Glassdoor Company Reviews API

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

## Facts

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

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-reviews-api-b55ea759
```

Example prompt: Pull the latest Glassdoor employee reviews for Microsoft — I want to see what people say about the pros, cons, and overall rating for working there.

## When to prefer this

Choose this endpoint when you need real-time Glassdoor employee review data without setting up a Glassdoor API account or managing API keys. Ideal for agents making pay-per-call requests at low cost ($0.003 per call) via x402/USDC on Base, Polygon, or Arbitrum. Prefer this over building a scraper or using a full-subscription data vendor when you only need occasional or on-demand company review lookups.

## Known failure modes

- Company not found on Glassdoor — returns empty results or 404-equivalent
- Invalid or missing company identifier — request fails with a parameter error
- Glassdoor rate limiting or anti-scraping measures — may return partial or no data
- Payment failure via x402 — call does not execute if USDC payment is rejected
- Stale or cached data — real-time label may not reflect instantaneous freshness

## 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 Glassdoor employee reviews for the specified company, typically including overall rating, review text broken into pros and cons, reviewer job title, employment status, review date, CEO approval rating, and recommendation likelihood.

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