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

# Recommandations reseau

🧠 Agent concerné : Elio

# LIMOVA - Récupération des Recommandations Réseau LinkedIn Automation

## Route

### Récupérer les recommandations réseau

**POST** `/linkedinAutomation/network/recommendations`

Récupère les recommandations de connexions du réseau.

**Corps de requête :**

```json theme={null}
{
  "type": "object",
  "properties": {
    "total_results": {
      "type": "number",
      "default": 10
    },
    "country": {
      "type": "string",
      "default": "FR"
    }
  }
}
```

**Coût :** 20 Token(s) + 0.6 Token(s) par résultat

**Réponse :**

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