get_reputation
Retrieve company reputation data including ratings, review counts, and insights from Glassdoor and Indeed. Credits: 2.0 (light mode) or 3.0 (deep mode with AI extraction)Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
company_names | array | Yes | Company names to look up |
output | string | No | Output format: json (default) or markdown |
mode | string | No | light (default, fast) or deep (full scrape + AI extraction) |
country | string | No | Country filter |
Limits by Mode
| Mode | Max Companies per Call |
|---|---|
light | 15 |
deep | 5 |
Request
Response (JSON mode)
Response Fields
| Field | Type | Description |
|---|---|---|
rating | number | Average rating (1-5 scale) |
review_count | number | Total number of reviews |
insights | array | Key themes from reviews |
Modes
Light Mode (default)
- Fast lookup using search snippets
- Up to 15 companies per call
- 2.0 credits
Deep Mode
- Full page scrape with AI-powered insight extraction
- Richer, more detailed insights
- Up to 5 companies per call
- 3.0 credits (2.0 base + 1.0 AI surcharge)
Notes
- Fresh data is fetched if existing records are older than 90 days
- Results may be cached for faster response and lower credit cost
- New reputation data is persisted for future lookups