ScavioScavio
ToolsPricing
Sign InsGet Startedg
Quick StartAPI & SDKsEcosystem

Indeed

Indeed Company Reviews API

Get Indeed employee reviews for an employer - title, full text, pros and cons, overall and per-category ratings, reviewer job title, location and current-employee flag, and helpful votes - plus the aggregated rating breakdown and the topic, location and job-title distributions, as JSON. 20 reviews per page. Costs 2 credits per request.

POST/api/v1/indeed/company/reviews

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).

Body

application/json
companystringrequired

indeed.com/cmp/<slug> slug or a full profile URL, 1-200 characters. Slugs are untidy and case-sensitive - Tata-Consultancy-Services-(tcs) is a real one - so copy them from a search row's company_url rather than guessing.

Example: Deloitte

pageinteger

Reviews page, 1-based. 20 reviews per page, and each page is a separate 2-credit request.

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")
results = client.indeed.company_reviews("Deloitte", page=1)
print(results)

Response

"company": "Deloitte",
"name": "Deloitte",
"url": "https://www.indeed.com/cmp/Deloitte/reviews",
"page": 1,
"count": 20,
"total_results": 5208,
"total_ratings": 14307,
"rating": 3.9,
"cons": [],
"job_titles": [],
},
"response_time": 5555,
"credits_used": 2,
"credits_remaining": 4820
}
PreviousIndeed Company ProfileNextGlassdoor Company Search
ScavioScavio

One scraper API for every social, search and ecommerce platform. Built for AI agents.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy