# French B2B Lead Generator & Local Business Finder

**Use case:** 

Extract 1,000s of active local French business leads. Get addresses, activity codes, and size categories. Official SIRENE data from $4 per 1,000.

## Input

```json
{
  "queries": [
    "boulangerie Paris"
  ],
  "maxResultsPerQuery": 50,
  "includeOfficers": true,
  "activeOnly": true,
  "requireFinancials": false,
  "categorieEntreprise": ""
}
```

## Output

```json
{
  "siren": {
    "label": "SIREN",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "naf_code": {
    "label": "NAF Code",
    "format": "text"
  },
  "naf_label": {
    "label": "Sector",
    "format": "text"
  },
  "category": {
    "label": "Size",
    "format": "text"
  },
  "employee_band": {
    "label": "Employees",
    "format": "text"
  },
  "incorporation_date": {
    "label": "Founded",
    "format": "date"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "postal_code": {
    "label": "Postal Code",
    "format": "text"
  },
  "parse_confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "warnings": {
    "label": "Warnings",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [France Company KYC — SIREN, Officers & Financials | $4/1K](https://apify.com/bovi/companies-france) with a specific input configuration. Visit the [Actor detail page](https://apify.com/bovi/companies-france) to learn more, explore other use cases, and run it yourself.