# French DVF Real Estate Sale Prices by Commune

> French DVF Real Estate Sale Prices by Commune is a paid API for AI agents from api.x-402.online, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Returns real French real-estate sale transactions (DVF) for a given commune by INSEE code and year, including date, price, surface area, and property type.

## Facts

- Endpoint: POST https://api.x-402.online/v1/fr/valeurs-foncieres
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/french-dvf-real-estate-sale-prices-by-commune-f3aa814c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_d47puzn422a0CyQw1qee6

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability french-dvf-real-estate-sale-prices-by-commune-f3aa814c -d '<json body>'
```

Example prompt: Can you pull up all the real estate sales from the DVF for commune INSEE code 69123 (Lyon 3rd) for the year 2022 — I want to see the sale prices, surface areas, and property types?

## When to prefer this

Use this endpoint when you need raw, individual DVF transaction records for a specific French commune and year — ideal for building price histories, feeding AVM models, or auditing sales. Prefer this over the AVM or investment scorecard endpoints when you want granular transaction-level data rather than aggregated estimates.

## Known failure modes

- Missing or invalid INSEE code returns an error or empty result
- Invalid or out-of-range year returns no data
- Commune with no recorded sales in the given year returns an empty list
- Payment failure (insufficient USDC balance) blocks the request
- Rate limiting or network timeout returns a 402 or 5xx error

## Output

A list of real property sale transactions for the specified French commune and year, each including the transaction date, sale price (in euros), surface area (in m²), and property type (apartment, house, land, etc.), sourced directly from the official French DVF (Demandes de Valeurs Foncières) registry.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/french-dvf-real-estate-sale-prices-by-commune-f3aa814c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x-402.online](https://www.zero.xyz/host/api.x-402.online/llms.txt)
