# Export CIF financial advisors in France for CRM

**Use case:** 

ORIAS CIF register — investment advisors with email, phone, SIREN and ORIAS number. Clean dataset for outbound and compliance teams.

## Input

```json
{
  "mode": "catalog",
  "categories": [
    "CIF"
  ],
  "exportLevel": "contacts",
  "maxRequestsPerCrawl": 0,
  "includeDetails": true,
  "maxConcurrency": 5,
  "delayBetweenRequests": 1,
  "verboseLogs": false
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "addressFull": {
    "label": "Full Address",
    "format": "string"
  },
  "siren": {
    "label": "SIREN",
    "format": "string"
  },
  "oriasNumber": {
    "label": "ORIAS",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ORIAS Scraper · French Insurance Broker Leads](https://apify.com/corent1robert/orias-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/corent1robert/orias-scraper) to learn more, explore other use cases, and run it yourself.