# Paris Restaurant SIRENE Scraper

**Use case:** 

Scrape French SIRENE restaurant companies in Paris with SIREN, SIRET, names, addresses, and activity codes.

## Input

```json
{
  "queries": [
    "restaurant paris"
  ],
  "sirens": [
    "552100554"
  ],
  "maxItems": 50,
  "departments": [
    "75"
  ],
  "includeClosed": false,
  "perPage": 25
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "queryType": {
    "label": "Query type"
  },
  "siren": {
    "label": "SIREN"
  },
  "siret": {
    "label": "SIRET"
  },
  "companyName": {
    "label": "Company name"
  },
  "fullName": {
    "label": "Full name"
  },
  "tradeName": {
    "label": "Trade name"
  },
  "legalCategory": {
    "label": "Legal category"
  },
  "legalCategoryLabel": {
    "label": "Legal category label"
  },
  "mainActivityCode": {
    "label": "Activity code"
  },
  "mainActivityLabel": {
    "label": "Activity label"
  },
  "workforceRange": {
    "label": "Workforce range"
  },
  "workforceYear": {
    "label": "Workforce year"
  },
  "companyCreationDate": {
    "label": "Company creation date"
  },
  "establishmentCreationDate": {
    "label": "Establishment creation date"
  },
  "isActiveCompany": {
    "label": "Active company"
  },
  "isActiveEstablishment": {
    "label": "Active establishment"
  },
  "establishmentCount": {
    "label": "Establishments"
  },
  "openEstablishmentCount": {
    "label": "Open establishments"
  },
  "isHeadOffice": {
    "label": "Head office"
  },
  "address": {
    "label": "Address"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "city": {
    "label": "City"
  },
  "department": {
    "label": "Department"
  },
  "region": {
    "label": "Region"
  },
  "geoCoordinates": {
    "label": "Geo coordinates"
  },
  "employeeEmployer": {
    "label": "Employer flag"
  },
  "directors": {
    "label": "Directors"
  },
  "matchingEstablishments": {
    "label": "Matching establishments"
  },
  "source": {
    "label": "Source"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "apiUrl": {
    "label": "API URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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