# Search French company records on INPI Data

**Use case:** 

Look up registered French companies by name on data.inpi.fr for compliance, KYC, and business intelligence workflows.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://data.inpi.fr/search?advancedSearch=%257B%257D&displayStyle=List&filter=%257B%257D&nbResultsPerPage=20&order=asc&page=1&q=aa&sort=relevance&type=brands"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "query": "capgemini",
  "type": "companies",
  "sort": "relevance",
  "sortType": "desc"
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "sourceFileName": {
    "label": "Source file name"
  },
  "indexationDate": {
    "label": "Indexation date"
  }
}
```

## About this Actor

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