> ## Documentation Index
> Fetch the complete documentation index at: https://kainotomia-aa039c7f.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Info entreprise

🧠 Agent concerné : Elio

# LIMOVA - Récupération d'Informations d'Entreprise LinkedIn Automation

## Route

### Récupérer les informations d'une entreprise

**POST** `/linkedinAutomation/companies/info`

Récupère les informations d'une entreprise LinkedIn.

**Corps de requête :**

```json theme={null}
{
  "type": "object",
  "properties": {
    "company_url": {
      "type": "string"
    },
    "country": {
      "type": "string",
      "default": "FR"
    }
  },
  "required": ["company_url"]
}
```

**Coût :** 10 Token(s)

**Réponse :**

```json theme={null}
{
  "$ref": "#/components/schemas/CompanyInfoResponse"
}
```
