France Real Estate Scraper avatar

France Real Estate Scraper

Pricing

Pay per usage

Go to Apify Store
France Real Estate Scraper

France Real Estate Scraper

Scrape French real estate listings with DVF price comparison

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Ken Digital

Ken Digital

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

16 hours ago

Last modified

Categories

Share

France Real Estate Scraper 🏠

Scrape French real estate listings from multiple public sources and compare prices with official government transaction data (DVF) to find the best deals.

Features

  • Multi-source scraping: LeBonCoin, Bien'ici, SeLoger, PAP, Logic-Immo
  • DVF comparison: Compare listing prices with official Demandes de Valeurs Foncières (government-recorded property transactions)
  • Opportunity scoring: Automatic scoring based on listing price vs. DVF median (score < 0.8 = potential good deal)
  • Geographic enrichment: Coordinates and population data from geo.api.gouv.fr
  • All public data: No login or API keys required

Input

ParameterTypeRequiredDefaultDescription
locationstring-City name or department number (e.g., "Paris", "75", "Lyon")
propertyTypeenumallapartment, house, land, or building
minPriceinteger-Minimum price in euros
maxPriceinteger-Maximum price in euros
minSurfaceinteger-Minimum surface area in m²
maxSurfaceinteger-Maximum surface area in m²
maxResultsinteger100Maximum number of results

Example Input

{
"location": "Lyon",
"propertyType": "apartment",
"maxPrice": 300000,
"minSurface": 40,
"maxResults": 50
}

Output

Each listing in the dataset contains:

FieldDescription
titleListing title
priceAsking price in euros
pricePerSqmPrice per square meter
surfaceSurface area in m²
roomsNumber of rooms
locationCity name
postalCodePostal code
urlLink to original listing
sourceSource website (leboncoin, bienici, seloger, pap, logicimmo)
descriptionListing description (truncated)
dvfMedianPriceDVF median price per m² for the area
opportunityScorePrice ratio vs DVF median (< 0.8 = potential deal)
latitude / longitudeGeographic coordinates
scrapedAtTimestamp of scraping

Understanding the Opportunity Score

  • < 0.6: Potentially excellent deal (40%+ below market median)
  • 0.6 - 0.8: Good deal (20-40% below median)
  • 0.8 - 1.0: Fair price (near market median)
  • 1.0 - 1.2: Slightly above market
  • > 1.2: Above market price

Data Sources

  1. LeBonCoin - France's largest classified ads platform (~28M visits/month)
  2. Bien'ici - Major real estate portal
  3. SeLoger - France's #2 real estate site (~21M visits/month)
  4. PAP (Particulier à Particulier) - Private sellers only, no agencies (~9M visits/month)
  5. Logic-Immo - Part of SeLoger/Aviv group (~6.2M visits/month)
  6. DVF (Demandes de Valeurs Foncières) - Official French government property transaction records from data.gouv.fr
  7. geo.api.gouv.fr - French government geographic API

Notes

  • All data sources are publicly accessible
  • DVF data is from 2024 (latest available)
  • The actor handles API failures gracefully — if one source is down, results from other sources are still returned
  • Rate limiting and retry logic is built in