# Restaurants à Lyon — registre entreprises Pappers

**Use case:** 

Extrayez la liste des restaurants enregistrés à Lyon depuis Pappers.fr.

## Input

```json
{
  "searchUrls": [
    "https://www.pappers.fr/recherche?q=AMD+RENTAL"
  ],
  "queries": [
    "restaurant lyon"
  ],
  "maxResults": 100,
  "precision": "standard",
  "bases": "entreprises",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "FR"
  }
}
```

## Output

```json
{
  "siren": {
    "label": "SIREN",
    "format": "text"
  },
  "nom_entreprise": {
    "label": "Company Name",
    "format": "text"
  },
  "forme_juridique": {
    "label": "Legal Form",
    "format": "text"
  },
  "etat_administratif_libelle": {
    "label": "Status",
    "format": "text"
  },
  "code_naf": {
    "label": "NAF Code",
    "format": "text"
  },
  "libelle_activite": {
    "label": "Activity",
    "format": "text"
  },
  "adresse": {
    "label": "Address",
    "format": "object"
  },
  "date_creation": {
    "label": "Created",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Pappers.fr Company Scraper](https://apify.com/parsebird/pappers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parsebird/pappers-scraper) to learn more, explore other use cases, and run it yourself.