# French Company Financial Data — Revenue Screener

**Use case:** 

Get French company financial data: revenue, headcount, results and key ratios from the official registry. Screen by size, sector and city.

## Input

```json
{
  "queries": [
    "transport"
  ],
  "maxResultsPerQuery": 50,
  "includeOfficers": true,
  "activeOnly": true,
  "requireFinancials": true,
  "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.