Seloger France $1💰 Powerful Filters + Deep Search
Pricing
from $1.00 / 1,000 results
Seloger France $1💰 Powerful Filters + Deep Search
From $1/1K. Scrape property listings from seloger.com. Supports buy and rent searches with location, price, rooms, and property type filters. Extracts price, area, rooms, energy class, coordinates, images, agent info, transport lines, and descriptions.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
AbotAPI
Maintained by CommunityActor stats
0
Bookmarked
38
Total users
19
Monthly active users
7.3 hours
Issues response
20 minutes ago
Last modified
Categories
Share
SeLoger France Property Scraper
Scrape property listings from seloger.com, France's leading property listings site. Supports buy and rent searches with location, price, rooms, and property type filters. Extracts price, area, rooms, energy class, coordinates, images, agent info, transport lines, and descriptions.
Features
- Full France coverage - search by commune, department, or region using SeLoger location codes
- Buy & Rent - supports both transaction types with all SeLoger filters
- Rich structured data - price, price/m2, rooms, bedrooms, area, energy class, transport, agent, floorplans
- Coordinates - latitude/longitude for every listing via geo API
- ~35 listings per page with automatic pagination (up to 20 pages default)
Quick Start
Buy apartments in Paris
{"mode": "url","urls": ["https://www.seloger.com/classified-search?distributionTypes=Buy&estateTypes=Apartment&locations=AD08FR31096"],"maxItems": 100}
Search mode - houses in Toulouse under 500k
{"mode": "search","distributionType": "Buy","estateTypes": ["House"],"location": "AD08FR31555","priceMax": 500000,"maxItems": 200}
Rent in Lyon with 3+ rooms
{"mode": "search","distributionType": "Rent","estateTypes": ["Apartment", "House"],"location": "AD08FR69123","roomsMin": 3}
Large scrape with proxy
{"mode": "url","urls": ["https://www.seloger.com/classified-search?distributionTypes=Buy&estateTypes=House,Apartment&locations=AD08FR31096"],"maxItems": 0,"maxPages": 20,"proxy": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "FR"}}
Location Codes
SeLoger uses geographic ID codes for locations:
| Level | Prefix | Example | Description |
|---|---|---|---|
| Country | AD02 | AD02FR1 | France |
| Region | AD04 | AD04FR5 | Ile-de-France |
| Department | AD06 | AD06FR76 | Paris department |
| Commune | AD08 | AD08FR31096 | Paris (city) |
| Neighborhood | NBH2 | NBH2FR63 | Patay-Massena |
To find a location code, search on seloger.com and copy the locations= parameter from the URL.
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
mode | string | url | url (use provided URLs) or search (build from filters) |
urls | array | - | SeLoger search URLs (/classified-search or /classified-map) |
distributionType | string | Buy | Buy or Rent (search mode) |
estateTypes | array | ["House", "Apartment"] | Property types (search mode) |
location | string | - | SeLoger location code (search mode) |
priceMin | integer | - | Minimum price in EUR |
priceMax | integer | - | Maximum price in EUR |
roomsMin | integer | - | Minimum number of rooms |
bedroomsMin | integer | - | Minimum number of bedrooms |
spaceMin | integer | - | Minimum area in m2 |
maxItems | integer | 50 | Max listings to scrape (0=unlimited) |
maxPages | integer | 20 | Max search result pages (~35 listings/page) |
getDetails | boolean | false | Fetch full descriptions from detail pages (slower) |
proxy | object | none | Proxy config. FR residential recommended for reliability |
Send results into your apps (MCP connectors)
Optionally pipe the scraped results into the apps you already use, via Model Context Protocol (MCP) connectors. This is an extra delivery step after the scrape — the Apify dataset is never changed.
What gets written to the connector: a condensed, human-readable summary of each record — not the full JSON. Each item becomes one entry with a title and its key fields flattened to plain text. The complete record always stays in the Apify dataset.
- Authorize a connector once under Apify → Settings → Integrations (Notion, Linear, Airtable, or Apify).
- Select it in the "Pipe results into your apps" input field. (If the picker is empty, you haven't authorized a connector yet.)
- For Notion, also set
notionParentPageUrlto the page where items should be created.
The connection is mediated by Apify's MCP proxy, so this actor never sees your third-party credentials. Leave the field empty to skip.
Output Fields
| Field | Type | Description |
|---|---|---|
id | string | SeLoger listing ID (e.g. "26HYJAJHL23Q") |
legacy_id | string | Numeric legacy ID |
title | string | Listing title (e.g. "Appartement a vendre") |
headline | string | Agent headline |
description | string | Listing description (truncated in search, full with getDetails) |
price | string | Formatted price (e.g. "343 765 EUR") |
price_numeric | integer | Price as number |
price_per_m2 | string | Price per square meter |
currency | string | Always "EUR" |
distribution_type | string | BUY or RENT |
property_type | string | APARTMENT, HOUSE |
property_type_label | string | French label (e.g. "Appartement") |
rooms | integer | Number of rooms |
bedrooms | integer | Number of bedrooms |
area_m2 | number | Living area in m2 |
floor | string | Floor info |
city | string | City name |
zipcode | string | Postal code |
district | string | District/neighborhood name |
country | string | Always "FRA" |
latitude | number | Property latitude |
longitude | number | Property longitude |
transport | array | Nearby transport lines (e.g. ["METRO:6", "BUS:25"]) |
energy_class | string | Energy performance certificate (A-G) |
agent_name | string | Property agent/agency name |
agent_phone | string | Agent phone number |
agent_address | string | Agency address |
is_exclusive | boolean | Exclusive listing |
is_new | boolean | New listing |
has_3d_visit | boolean | 3D virtual tour available |
images | array | Property image URLs (up to 15) |
floorplans | array | Floorplan image URLs |
image_count | integer | Total images available |
url | string | Full listing URL |
portal | string | Source portal (seloger, selogerneuf) |
created_at | string | Listing creation date (ISO 8601) |
updated_at | string | Last update date (ISO 8601) |
source | string | Always "seloger.com" |