# INSEE SIREN Scraper - Find Companies by Executive Name

**Use case:** 

Run INSEE SIREN Scraper - Find Companies by Executive Name on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "mode": "call_tool",
  "tool_name": "find_dirigeants",
  "arguments": {
    "name": "Bernard Arnault",
    "limit": 10
  }
}
```

## Output

```json
{
  "detail": {
    "label": "Result",
    "format": "text"
  },
  "siren": {
    "label": "SIREN",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [MCP Server: French Companies (Pappers + Sirene)](https://apify.com/dltik/mcp-server-pappers) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dltik/mcp-server-pappers) to learn more, explore other use cases, and run it yourself.