# Adresse Cadastre France - Géocodage + Cadastre Tout-en-un (`devnaz/adresse-cadastre`) Actor

Convertissez une adresse française en GPS + données cadastrales en une seule requête. Combine API Adresse + API Cadastre (IGN) pour obtenir coordonnées, code INSEE, section cadastrale automatiquement. Workflow complet pour applications immobilières et analyses cadastrales.

- **URL**: https://apify.com/devnaz/adresse-cadastre.md
- **Developed by:** [DevnaZ](https://apify.com/devnaz) (community)
- **Categories:** Automation, Developer tools, Real estate
- **Stats:** 10 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$0.70 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.

- **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 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

## 🏠 Adresse Cadastre France - Géocodage + Cadastre API

**Géocodeur français automatique : convertissez n'importe quelle adresse en France en coordonnées GPS (latitude/longitude) + données cadastrales (section, parcelle, code INSEE) en une seule requête.**

Cet outil de géolocalisation utilise les APIs officielles du gouvernement français (API Adresse data.gouv.fr + IGN Cadastre) pour obtenir des données précises et fiables sur n'importe quelle adresse postale en France.

### 🎯 Cas d'usage

✅ **Géolocalisation immobilière** : Obtenir les coordonnées GPS précises d'un bien
✅ **Analyse cadastrale** : Récupérer section, parcelle, code INSEE, contenance
✅ **Applications cartographiques** : Positionner des biens sur une carte
✅ **Études de marché** : Enrichir vos données adresses avec info géographiques et cadastrales

### 📥 Input

```json
{
  "adresse": "10 Rue de Rivoli, 75001 Paris"
}
```

**Champs :**

- `adresse` (requis) : Adresse française complète

### 📤 Output

```json
{
  "adresse_entree": "10 Rue de Rivoli, 75001 Paris",
  "adresse_formatee": "Rue de Rivoli 75001 Paris",
  "latitude": 48.862527,
  "longitude": 2.335861,
  "ville": "Paris",
  "code_postal": "75001",
  "departement": "75",
  "score": 0.7887,
  "cadastre": {
    "code_insee": "75056",
    "commune": "Paris",
    "section": "AH",
    "feuille": 1,
    "code_dep": "75",
    "code_com": "056",
    "code_arr": "101",
    "com_abs": "000",
    "echelle": "500",
    "edition": 1
  }
}
```

**Données GPS (toujours présentes) :**

- `latitude`, `longitude` : Coordonnées GPS précises
- `adresse_formatee` : Adresse normalisée par l'API gouvernementale
- `ville`, `code_postal`, `departement` : Localisation administrative
- `score` : Score de confiance du géocodage (0-1)

**Données cadastrales (si disponibles) :**

- `code_insee` : Code INSEE de la commune (ex: 75056 = Paris)
- `commune` : Nom de la commune
- `section` : Section cadastrale (ex: AH)
- `feuille` : Numéro de feuille cadastrale
- `code_dep` : Code département (2 chiffres)
- `code_com` : Code commune (3 chiffres)
- `code_arr` : Code arrondissement (3 chiffres, pour Paris/Lyon/Marseille)
- `com_abs` : Code commune absorbée
- `echelle` : Échelle de la carte cadastrale (ex: "500" = 1:500)
- `edition` : Numéro d'édition de la feuille cadastrale
- Si `cadastre: null` → aucune section trouvée (limitation API IGN)

### ⚠️ Limitations

- **Couverture cadastrale** : L'API IGN ne couvre pas toutes les parcelles françaises
- **Zones publiques** : Places, rues, parcs n'ont pas de données cadastrales
- **Paris intra-muros** : Couverture cadastrale limitée dans certains arrondissements
- **Résultat partiel** : Si le cadastre échoue, vous obtenez quand même les données GPS

### 🚀 Performance

- **Rapidité** : ~2-3 secondes par adresse
- **Fiabilité** : 99%+ pour le géocodage, variable pour le cadastre

### 🔒 Proxy

Le proxy Apify est optionnel et généralement non nécessaire (APIs gouvernementales ouvertes).

### 🔗 Actors complémentaires

Enrichissez vos analyses immobilières :

- **[geocodeur-france](https://apify.com/devnaz/geocodeur-france)** → Géocodage adresse simple (si cadastre non nécessaire)
- **[cadastre-france](https://apify.com/devnaz/cadastre-france)** → GPS vers cadastre uniquement
- **[dvf-historique](https://apify.com/devnaz/dvf-historique)** → Historique transactions immobilières
- **[comparateur-immo](https://apify.com/devnaz/comparateur-immo)** → Comparer prix m² entre communes
- **[france-property-estimator](https://apify.com/devnaz/france-property-estimator)** → Estimer prix d'un bien

### 🔍 Mots-clés

Géocodage France, API cadastre France, adresse GPS France, géocodeur français, coordonnées GPS adresse, API adresse France, data.gouv.fr, IGN cadastre, code INSEE, géolocalisation France, convertir adresse GPS, parcelle cadastrale, section cadastrale, API gouvernement français, latitude longitude France, scraper adresse France, geocoding API France, French address geocoding, cadastral data France

***

**🇫🇷 Fait avec ❤️ pour la communauté française**

# Actor input Schema

## `adresse` (type: `string`):

Adresse française complète

## `proxyConfig` (type: `object`):

Proxy Apify (optionnel, non requis pour la plupart des cas)

## Actor input object example

```json
{
  "adresse": "10 Rue de Rivoli, Paris",
  "proxyConfig": {
    "useApifyProxy": false
  }
}
```

# 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 = {
    "adresse": "10 Rue de Rivoli, 75001 Paris"
};

// Run the Actor and wait for it to finish
const run = await client.actor("devnaz/adresse-cadastre").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 = { "adresse": "10 Rue de Rivoli, 75001 Paris" }

# Run the Actor and wait for it to finish
run = client.actor("devnaz/adresse-cadastre").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "adresse": "10 Rue de Rivoli, 75001 Paris"
}' |
apify call devnaz/adresse-cadastre --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,devnaz/adresse-cadastre"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/Ncfr3F789GSYabaZi/builds/Fi1V2EnJrhoLYX7jU/openapi.json
