> ## 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 profil

🧠 Agent concerné : Elio

# LIMOVA - Récupération des Informations de Profil LinkedIn Automation

## Route

### Récupérer les informations d'un profil

**POST** `/linkedinAutomation/profile/info`

Récupère les informations d'un profil LinkedIn.

**Corps de requête :**

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

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

**Réponse :**

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