# Find Emails and Dirigeants for French Companies

**Use case:** 

Contact-finder task that turns French company names or SIRENs into dirigeants and verified emails. Ready to run; drop in your own company list.

## Input

```json
{
  "companies": [
    {
      "query": "Decathlon",
      "website": "decathlon.fr"
    },
    {
      "query": "Michelin",
      "website": "michelin.com"
    },
    "552032534"
  ],
  "discoverEmails": true,
  "maxResultsPerQuery": 1,
  "onlyActiveCompanies": false,
  "pushNotFoundRecords": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "query": {
    "label": "Input query",
    "format": "string"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "name": {
    "label": "Company name",
    "format": "string"
  },
  "siren": {
    "label": "SIREN",
    "format": "string"
  },
  "nafCode": {
    "label": "NAF code",
    "format": "string"
  },
  "employeesRange": {
    "label": "Employees",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "primaryEmail": {
    "label": "Primary email",
    "format": "string"
  },
  "emailPattern": {
    "label": "Email pattern",
    "format": "string"
  },
  "domainHasMx": {
    "label": "Domain has MX",
    "format": "boolean"
  },
  "peopleCount": {
    "label": "Named people",
    "format": "number"
  },
  "hasEmail": {
    "label": "Has email",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [French Company Email Finder 🇫🇷 (SIREN, dirigeants, contacts)](https://apify.com/tagadanar/french-company-contacts) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/french-company-contacts) to learn more, explore other use cases, and run it yourself.