# Paris new companies — daily SAS & SARL leads

**Use case:** 

Every new SAS and SARL registered in Paris and the inner suburbs (75, 92, 93, 94), with directors, share capital and the founder's own declared activity already extracted. SCIs and businesses that existed before joining the register are filtered out. Watch mode remembers what it delivered, so a daily schedule never returns the same company twice. No API key needed.

## Input

```json
{
  "lookbackDays": 7,
  "dateFrom": "2026-08-01",
  "dateTo": "2026-08-31",
  "departements": [
    "75",
    "92",
    "93",
    "94"
  ],
  "maxResults": 200,
  "enrich": true,
  "dryRun": false,
  "watchMode": true,
  "watchId": "paris-sas",
  "minScore": 55,
  "targetDepartements": [],
  "targetFormesJuridiques": [
    "société par actions simplifiée",
    "société à responsabilité limitée"
  ],
  "excludeSCI": true,
  "excludePreexistantes": true,
  "fraicheurIdealeJours": 30
}
```

## Output

```json
{
  "denomination": {
    "label": "Dénomination",
    "format": "string"
  },
  "siren": {
    "label": "SIREN",
    "format": "string"
  },
  "siret_siege": {
    "label": "SIRET du siège",
    "format": "string"
  },
  "dirigeant_principal": {
    "label": "Dirigeant principal",
    "format": "string"
  },
  "adresse": {
    "label": "Adresse du siège",
    "format": "string"
  },
  "code_postal": {
    "label": "Code postal",
    "format": "string"
  },
  "ville": {
    "label": "Ville",
    "format": "string"
  },
  "departement_nom": {
    "label": "Nom du département",
    "format": "string"
  },
  "region": {
    "label": "Région",
    "format": "string"
  },
  "forme_juridique": {
    "label": "Forme juridique",
    "format": "string"
  },
  "capital_montant": {
    "label": "Capital social",
    "format": "number"
  },
  "activite_declaree": {
    "label": "Activité déclarée",
    "format": "string"
  },
  "naf_code": {
    "label": "Code NAF/APE",
    "format": "string"
  },
  "naf_libelle": {
    "label": "Activité principale",
    "format": "string"
  },
  "section_activite_libelle": {
    "label": "Libellé de la section",
    "format": "string"
  },
  "tranche_effectif": {
    "label": "Tranche d'effectif",
    "format": "string"
  },
  "date_immatriculation": {
    "label": "Date d'immatriculation",
    "format": "string"
  },
  "anciennete_jours": {
    "label": "Ancienneté (jours)",
    "format": "integer"
  },
  "date_creation_insee": {
    "label": "Date de création INSEE",
    "format": "string"
  },
  "entreprise_preexistante": {
    "label": "Activité préexistante",
    "format": "boolean"
  },
  "score": {
    "label": "Score de pertinence",
    "format": "integer"
  },
  "priorite": {
    "label": "Priorité",
    "format": "string"
  },
  "url_annuaire_entreprises": {
    "label": "Fiche Annuaire des Entreprises",
    "format": "string"
  },
  "url_bodacc": {
    "label": "Lien vers l'annonce",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [🇫🇷 New Companies France — BODACC watch, directors & scoring](https://apify.com/owoyale/nouvelles-entreprises-france.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/owoyale/nouvelles-entreprises-france.md) to learn more, explore other use cases, and run it yourself.


## 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.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/owoyale/nouvelles-entreprises-france.md

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).
