> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inop.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview: Companies

> v0.0.1

<Note>
  If you're not looking to build API reference, you can export datasets directly from the dashboard.
</Note>

## Overview

Provides detailed company information, including:

* Basic company data (name, size, industry, location).
* Culture scores & diversity insights.
* ESG (Environmental, Social, Governance) ratings.
* Awards & recognitions.
* Company mission, vision, and values.

#### Example Response

```json theme={null}
{
  "company_id": "comp_56789",
  "name": "INOP Tech",
  "industry": "Technology",
  "size": "500-1000 employees",
  "culture_score": 88,
  "esg_rating": "A+",
  "awards": ["Best AI Employer 2024"],
  "mission": "Innovating talent intelligence through AI-driven insights."
}

```
