# OpenWeb Ninja — Glassdoor Company Interviews Data

> OpenWeb Ninja — Glassdoor Company Interviews Data 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 interview data for a specific company from Glassdoor, including interview questions, experiences, and outcomes.

## Facts

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

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-interviews-data-be0f3b61
```

Example prompt: Can you pull the latest Glassdoor interview data for Microsoft — I want to see what questions candidates have been asked and how they'd rate the difficulty of the process?

## When to prefer this

Use this endpoint when you need real-time, structured Glassdoor interview data for a specific company without managing a Glassdoor account or API key. Prefer this over manual scraping or static datasets when recency matters — e.g. for interview prep, recruiting benchmarking, or HR research. The x402 micropayment model at $0.003/call makes it cost-effective for occasional lookups without subscription overhead.

## Known failure modes

- Company not found on Glassdoor returns empty or error response
- Glassdoor rate limiting or anti-scraping measures may cause failures
- Malformed or missing company identifier returns 400-level error
- Payment failure via x402 (insufficient USDC balance) blocks the request
- Glassdoor page structure changes may cause temporary parsing failures

## 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

A JSON object containing real-time Glassdoor interview data for the specified company, including individual interview experiences, questions asked, interview difficulty ratings, outcome distributions (offer/no offer/declined), and candidate-reported process descriptions.

## 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-interviews-data-be0f3b61/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)
