# Paris Restaurant SIRENE Company Scraper

**Use case:** 

Scrape official French SIRENE restaurant company leads in Paris with SIREN, SIRET, address, activity and status fields.

## Input

```json
{
  "query": "restaurant paris",
  "identifiers": [
    "830998175"
  ],
  "maxItems": 100,
  "resultsPerPage": 25,
  "activeOnly": true,
  "activityCode": "",
  "department": "75",
  "region": "",
  "cityCode": "",
  "postalCode": "",
  "includeExecutives": false,
  "includeMatchingEstablishments": false
}
```

## Output

```json
{
  "siren": {
    "label": "SIREN"
  },
  "siret": {
    "label": "Headquarters SIRET"
  },
  "companyName": {
    "label": "Company name"
  },
  "tradeName": {
    "label": "Trade name"
  },
  "activityCode": {
    "label": "NAF/APE"
  },
  "status": {
    "label": "Status"
  },
  "isActive": {
    "label": "Active"
  },
  "headquartersCity": {
    "label": "City"
  },
  "headquartersPostalCode": {
    "label": "Postal code"
  },
  "headquartersDepartment": {
    "label": "Department"
  },
  "openEstablishments": {
    "label": "Open establishments"
  },
  "sourceUrl": {
    "label": "API URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [France SIRENE Company Scraper](https://apify.com/automation-lab/france-sirene-company-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/france-sirene-company-scraper) to learn more, explore other use cases, and run it yourself.