Seloger France $1💰 Powerful Filters + Deep Search avatar

Seloger France $1💰 Powerful Filters + Deep Search

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Seloger France $1💰 Powerful Filters + Deep Search

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

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

3

Monthly active users

a day ago

Last modified

Share

SeLoger France Property Scraper

Scrape property listings from seloger.com, France's leading real estate platform. 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:

LevelPrefixExampleDescription
CountryAD02AD02FR1France
RegionAD04AD04FR5Ile-de-France
DepartmentAD06AD06FR76Paris department
CommuneAD08AD08FR31096Paris (city)
NeighborhoodNBH2NBH2FR63Patay-Massena

To find a location code, search on seloger.com and copy the locations= parameter from the URL.

Input Parameters

ParameterTypeDefaultDescription
modestringurlurl (use provided URLs) or search (build from filters)
urlsarray-SeLoger search URLs (/classified-search or /classified-map)
distributionTypestringBuyBuy or Rent (search mode)
estateTypesarray["House", "Apartment"]Property types (search mode)
locationstring-SeLoger location code (search mode)
priceMininteger-Minimum price in EUR
priceMaxinteger-Maximum price in EUR
roomsMininteger-Minimum number of rooms
bedroomsMininteger-Minimum number of bedrooms
spaceMininteger-Minimum area in m2
maxItemsinteger50Max listings to scrape (0=unlimited)
maxPagesinteger20Max search result pages (~35 listings/page)
getDetailsbooleanfalseFetch full descriptions from detail pages (slower)
proxyobjectnoneProxy config. FR residential recommended for reliability

Output Fields

FieldTypeDescription
idstringSeLoger listing ID (e.g. "26HYJAJHL23Q")
legacy_idstringNumeric legacy ID
titlestringListing title (e.g. "Appartement a vendre")
headlinestringAgent headline
descriptionstringListing description (truncated in search, full with getDetails)
pricestringFormatted price (e.g. "343 765 EUR")
price_numericintegerPrice as number
price_per_m2stringPrice per square meter
currencystringAlways "EUR"
distribution_typestringBUY or RENT
property_typestringAPARTMENT, HOUSE
property_type_labelstringFrench label (e.g. "Appartement")
roomsintegerNumber of rooms
bedroomsintegerNumber of bedrooms
area_m2numberLiving area in m2
floorstringFloor info
citystringCity name
zipcodestringPostal code
districtstringDistrict/neighborhood name
countrystringAlways "FRA"
latitudenumberProperty latitude
longitudenumberProperty longitude
transportarrayNearby transport lines (e.g. ["METRO:6", "BUS:25"])
energy_classstringEnergy performance certificate (A-G)
agent_namestringReal estate agent/agency name
agent_phonestringAgent phone number
agent_addressstringAgency address
is_exclusivebooleanExclusive listing
is_newbooleanNew listing
has_3d_visitboolean3D virtual tour available
imagesarrayProperty image URLs (up to 15)
floorplansarrayFloorplan image URLs
image_countintegerTotal images available
urlstringFull listing URL
portalstringSource portal (seloger, selogerneuf)
created_atstringListing creation date (ISO 8601)
updated_atstringLast update date (ISO 8601)
sourcestringAlways "seloger.com"