# SIREN Scraper by Company Name - French Companies Lookup

**Use case:** 

Run SIREN Scraper by Company Name - French Companies Lookup on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "mode": "call_tool",
  "tool_name": "search_companies",
  "arguments": {
    "query": "Decathlon",
    "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.