# COA insurance brokers in Rhône-Alpes with contacts

**Use case:** 

COA insurance brokers in Rhône-Alpes (dept 69) — filtered B2B leads with email, phone and address from ORIAS. CRM-ready export for local outreach.

## Input

```json
{
  "mode": "catalog",
  "categories": [
    "COA"
  ],
  "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.