# Pappers.fr Company Scraper – French Business Data (`anyscrap/pappers-page`) Actor

Extract structured company data from Pappers.fr — France's leading business registry.
Get SIREN, legal form, financials, executives & compliance indicators for any French company in one API call.

- **URL**: https://apify.com/anyscrap/pappers-page.md
- **Developed by:** [Anyscrap](https://apify.com/anyscrap) (community)
- **Categories:** Lead generation, Developer tools, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $50.00 / 1,000 company extracteds

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Pappers.fr Company Scraper – French Business Data

Extract structured legal, financial, and executive data for any French company 
from [Pappers.fr](https://www.pappers.fr) — France's most comprehensive free 
business registry.

Built by [AnyScrap](https://anyscrap.dev) · Powered by Playwright · 
Data sourced from INSEE, INPI & BODACC

---

### What you get

One actor run = one company page = up to **40 structured fields**:

- **Identity** — Company name, SIREN, SIRET, Pappers URL
- **Legal** — Legal form, TVA number, RCS/RNE registration status, share capital
- **Location** — Full address, postal code, city
- **Activity** — Declared activity, NAF/APE code and label, sector, collective agreement
- **Workforce** — Employee count range and reference year
- **Financials** — Revenue, gross margin, equity, cash, financial debt (latest available year)
- **Executives** — Current director name, role, and start date
- **Compliance** — Collective proceedings, litigations, sanctions count

---

### Use cases

**B2B lead enrichment** — Have a list of company names or SIRENs from a CRM or 
spreadsheet? Feed each Pappers URL to this actor to enrich your records with 
legal status, size, financials, and executive contact context.

**Due diligence** — Quickly assess a French company before a partnership or 
investment: share capital, legal form, RCS status, compliance indicators, 
and current leadership — all in one structured JSON.

**Sales prospecting** — Combine with a search actor (see 
[Pappers Search Scraper](#)) to generate targeted prospect lists with full 
company profiles.

**Financial screening** — Filter French companies by revenue range, workforce 
size, or compliance status for market analysis or credit scoring workflows.

**CRM automation** — Integrate with Make, Zapier, or n8n via Apify's webhook 
system to automatically enrich new leads as they enter your pipeline.

---

### Input

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `startUrl` | string | ✅ | Full Pappers.fr company URL (e.g. `https://www.pappers.fr/entreprise/hugging-face-822168043`) |
| `proxyConfiguration` | object | ❌ | Apify proxy settings. Defaults to Apify residential proxies (recommended). |

**Example input:**
```json
{
  "startUrl": "https://www.pappers.fr/entreprise/hugging-face-822168043",
  "proxyConfiguration": { "useApifyProxy": true }
}
````

***

### Output

Results are stored in the **default dataset**. Each run produces one record.

**Example output:**

```json
{
  "company_name": "HUGGING FACE",
  "siren": "822 168 043",
  "siret_siege": "822 168 043 00039",
  "status": "Active",
  "legal_form": "SASU, société par actions simplifiée unipersonnelle",
  "tva_number": "FR72822168043",
  "share_capital": "10 000,00 €",
  "rcs_status": "INSCRIT",
  "rcs_court": "PARIS",
  "rcs_number": "822 168 043 R.C.S. Paris",
  "rcs_registration_date": "1981-07-06",
  "rne_status": "INSCRIT",
  "rne_registration_date": "2016-08-25",
  "creation_date": "2016-08-01",
  "fiscal_year_end": "31/12",
  "address": "9 RUE DES COLONNES, 75002 PARIS",
  "postal_code": "75002",
  "city": "PARIS",
  "main_activity": "Conception de services et applications dans le domaine de l'intelligence artificielle. Développement informatique.",
  "naf_code": "62.01Z",
  "naf_label": "Programmation informatique",
  "activity_domain": "Programmation, conseil et autres activités informatiques",
  "collective_agreement": "Bureaux d'études techniques, des cabinets d'ingénieurs-conseils et des sociétés de conseils - IDCC 1486",
  "workforce_range": "Entre 50 et 99 salariés",
  "workforce_year": 2023,
  "revenue": "158K €",
  "gross_margin": "263K €",
  "equity": "65 200 €",
  "cash": "6 430 €",
  "financial_debt": "319K €",
  "financial_year": 2018,
  "main_executive_name": "Hugging Face",
  "main_executive_role": "Président",
  "main_executive_since": "2025-06-20",
  "collective_proceedings": 0,
  "litigations": 0,
  "sanctions": 0,
  "website": null,
  "pappers_url": "https://www.pappers.fr/entreprise/hugging-face-822168043"
}
```

***

### Cost estimate

This actor uses **Pay Per Event** pricing: **$0.05 per company page**.

| Volume | Estimated cost |
|--------|---------------|
| 10 companies | ~$0.50 |
| 100 companies | ~$5.00 |
| 1 000 companies | ~$50.00 |

*Compute and proxy costs are included. No hidden fees.*

***

### How to find a company's Pappers URL

1. Go to [pappers.fr](https://www.pappers.fr)
2. Search by company name or SIREN number
3. Click the company result — copy the full URL from your browser
4. The URL format is always: `https://www.pappers.fr/entreprise/{slug}-{siren}`

***

### Limitations

- **One page per run** — this actor scrapes a single company detail page.
  To scrape multiple companies, use the [Apify batch input feature](https://docs.apify.com/platform/actors/running/input-and-output#batching)
  or chain with [Pappers Search Scraper](#).
- **Public data only** — contact details (phone, email), shareholder data,
  and real estate information require a Pappers account and are not extracted.
- **Financial data availability** — Pappers only shows financials for companies
  that have filed accounts publicly. Small companies may opt for confidentiality.
- **French companies only** — Pappers covers entities registered in France.

***

### About AnyScrap

This actor is built and maintained by **AnyScrap**, an AI-powered web scraping
platform. AnyScrap automatically generates and executes custom scrapers for any
website using large language models.

→ [anyscrap.dev](https://anyscrap.dev) · Need to scrape a site that isn't covered?
Get in touch.

# Actor input Schema

## `startUrl` (type: `string`):

The URL to scrape. Default: https://www.pappers.fr/entreprise/hugging-face-822168043

## `proxyConfiguration` (type: `object`):

Proxy settings. Apify residential proxies are recommended.

## Actor input object example

```json
{
  "startUrl": "https://www.pappers.fr/entreprise/hugging-face-822168043",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("anyscrap/pappers-page").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("anyscrap/pappers-page").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call anyscrap/pappers-page --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=anyscrap/pappers-page",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Pappers.fr Company Scraper – French Business Data",
        "description": "Extract structured company data from Pappers.fr — France's leading business registry. \nGet SIREN, legal form, financials, executives & compliance indicators for any French company in one API call.",
        "version": "0.0",
        "x-build-id": "mw7kvOQVS5haoNRp9"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/anyscrap~pappers-page/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-anyscrap-pappers-page",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/anyscrap~pappers-page/runs": {
            "post": {
                "operationId": "runs-sync-anyscrap-pappers-page",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/anyscrap~pappers-page/run-sync": {
            "post": {
                "operationId": "run-sync-anyscrap-pappers-page",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "startUrl"
                ],
                "properties": {
                    "startUrl": {
                        "title": "Start URL",
                        "type": "string",
                        "description": "The URL to scrape. Default: https://www.pappers.fr/entreprise/hugging-face-822168043",
                        "default": "https://www.pappers.fr/entreprise/hugging-face-822168043"
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxy settings. Apify residential proxies are recommended.",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
