# Validate SIREN registration on the ORIAS register

**Use case:** 

Check if French companies are registered as ORIAS intermediaries. Paste SIRENs — get registration status, ORIAS number and categories.

## Input

```json
{
  "mode": "validate",
  "categories": [
    "COA"
  ],
  "startUrls": [
    "483472817",
    "32630",
    "999999999"
  ],
  "exportLevel": "contacts",
  "maxRequestsPerCrawl": 25,
  "includeDetails": true,
  "maxConcurrency": 5,
  "delayBetweenRequests": 1,
  "verboseLogs": false
}
```

## Output

```json
{
  "siren": {
    "label": "SIREN",
    "format": "string"
  },
  "oriasNumber": {
    "label": "ORIAS",
    "format": "string"
  },
  "registrationStatus": {
    "label": "Registration",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "isRegistered": {
    "label": "Is registered",
    "format": "boolean"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "checkedAt": {
    "label": "Checked at",
    "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.