> For the complete documentation index, see [llms.txt](https://docs.intellizence.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intellizence.com/company-api/company-data.md).

# Company Data

**GET <https://api.intellizence.com/api/v1/company/\\>\<INTELLIZENCE\_COMPANY\_ID>**

Replace INTELLIZENCE\_COMPANY\_ID with the company id that you would like to get the details

**Response body**

```
{
    "status": 200,
    "company": {
        "id": "IN000163",
        "name": "Shopify",
        "domain": "www.shopify.com",
        "industries": [
            "technology"
        ],
        "industrySegments": [
            "e-commerce"
        ],
        "location": "Ottawa,Ontario,Canada",
        "stockExchanges": [
            "NYSE"
        ],
        "tickers": [
            "SHOP"
        ],
        "type": "Public",
        "employeeCount": "10,000+"
    }
}
```
