VOOZH about

URL: https://apify.com/unfenced-group/seloger-scraper

⇱ SeLoger Scraper β€” French Property Listings Β· Apify


πŸ‘ SeLoger Scraper β€” France Real Estate avatar

SeLoger Scraper β€” France Real Estate

Pricing

from $0.95 / 1,000 listings

Go to Apify Store

SeLoger Scraper β€” France Real Estate

Scrape property listings from seloger.com. Extract price, surface, rooms, location, photos and agency details from French real estate ads.

Pricing

from $0.95 / 1,000 listings

Rating

0.0

(0)

Developer

πŸ‘ Unfenced Group

Unfenced Group

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

2 days ago

Last modified

Share

SeLoger Scraper β€” French Property Listings

πŸ‘ SeLoger Scraper β€” France Real Estate

Extract property listings from seloger.com, France's largest real estate portal. Supports buy and rent searches across all French departments. Paste any search URL from your browser β€” the scraper collects price, surface area, room count, location, EPC rating, agency details, description, virtual visit links and more. No API key or account required.


πŸ’° Pricing

$1.19 per 1,000 results β€” you only pay for successfully retrieved listings.

ResultsCost
100~$0.12
1,000~$1.19
10,000~$11.90
100,000~$119.00

Flat-rate alternatives typically charge $29–$49/month regardless of usage.

Use the Max results cap to control spend exactly.


πŸš€ Quick start

  1. Go to seloger.com and run any search (location, type, price range, etc.)
  2. Copy the URL from your browser's address bar
  3. Paste it into the Search URL field below and click Start

The scraper paginates through all result pages automatically.


βš™οΈ Input

FieldTypeDefaultDescription
searchUrlStringβ€”A seloger.com search URL from your browser. Takes priority over startUrls if both are set.
startUrlsArray[]List of seloger.com search URLs. Use for multi-city or multi-criteria runs.
maxItemsInteger200Maximum total listings to collect. seloger.com caps results at ~1,000 per search URL.
fetchDetailsBooleanfalseFetch each listing's detail page for enriched data: full description, coordinates, price history, co-ownership, energy costs, floor details and higher-res photos. Increases run time and cost.

πŸ“¦ Output

Always present (from search page β€” v3.0 json-html extraction)

FieldTypeDescription
idStringUnique listing ID from seloger.com
urlStringCanonical URL of the listing detail page
titleStringListing title (e.g. "Appartement")
operationTypeString"sale" or "rent"
propertyTypeStringProperty category lowercased: appartement, maison, studio, terrain, parking, commerce, bureau
priceTextStringPrice as displayed: "311 000 €" or "850 € CC/mois" β€” null if not listed
priceAmountNumberNumeric price value β€” null if not listed
priceCurrencyStringAlways "EUR"
pricePerSqmNumberPrice per square metre β€” null if not available
monthlyPaymentNumberEstimated monthly mortgage payment (seloger calculation) β€” null if not available
cityStringCity name β€” null if not available
postalCodeStringFrench postal code (e.g. "75011") β€” null if not available
neighborhoodStringDistrict/quartier within the city β€” null if not available
departmentStringFrench department name β€” null (populated by fetchDetails)
regionStringFrench region name β€” null
countryStringAlways "FR"
roomsNumberNumber of rooms (pièces) — null if not stated
bedroomsNumberNumber of bedrooms (chambres) β€” null if not stated
bathroomsNumberNumber of bathrooms β€” null if not stated
surfaceTotalNumberTotal surface area in mΒ² β€” null if not stated
surfaceUnitStringAlways "mΒ²"
floorNumberFloor number (0 = ground floor) β€” extracted from listing tags β€” null if not stated
totalFloorsNumberTotal floors in building β€” null if not stated
epcRatingStringDPE energy class A–G β€” null if not available
isExclusiveBooleanWhether the listing is an exclusive mandate
tagsArrayRaw tags from listing: ["4 pièces", "101 m²", "Terrasse", "Parking", ...]
imagesArrayFull photo CDN URLs (https://v.seloger.com/s/width/800/visuels/...)
agencyNameStringAgency or agent name β€” null if not available
agencyIdStringAgency identifier β€” null if not available
agencyPhoneStringAgency contact phone number β€” null if not available
agencyUrlStringAgency website URL β€” null if not available
agencyPageUrlStringSeLoger agency profile page URL β€” null if not available
agencyLogoStringAgency logo image URL β€” null if not available
isPrivateSellerBooleanTrue if listed by a private individual (not an agency)
virtualVisitUrlStringVirtual visit or video tour URL β€” null if not available
descriptionTextStringFull listing description β€” available directly from search page (v3.0 upgrade)
descriptionMarkdownStringSame as descriptionText
publishDateStringPublication date "YYYY-MM-DD" β€” null if not available
publishDateISOStringSame as publishDate
referenceStringAgency internal reference code β€” null
agencyFeesPctNumberAgency fees as % of price (ALUR) β€” null
priceExclFeesNumberPrice excluding agency fees (ALUR) β€” null
priceHistoryArrayPrice change history β€” null
coOwnershipObjectCo-ownership details β€” null
energyCostMinNumberMin estimated annual energy cost (€) β€” null
energyCostMaxNumberMax estimated annual energy cost (€) β€” null
gasRatingStringGES (greenhouse gas) class A–G β€” null
yearOfConstructionNumberYear the building was built β€” null
streetAddressStringStreet name β€” null
coordinatesObject{lat, lng} GPS coordinates β€” null
sourceStringAlways "seloger.com"
scrapedAtStringISO 8601 timestamp of when the listing was collected
contentHashString16-character MD5 fingerprint of id + price + rooms

With fetchDetails: true (enriched from detail page __NEXT_DATA__)

All fields above are set where available, plus:

FieldTypeDescription
streetAddressStringStreet name if available
coordinatesObject{"lat": 48.85, "lng": 2.34} GPS coordinates
priceHistoryArray[{"date": "15 octobre 2023", "newPrice": 311000, "oldPrice": 325000, "changePercent": 4.3, "direction": "down"}]
coOwnershipObject{"lots": 80, "annualCharges": 2000, "hasProcedure": false}
energyCostMinNumberMin estimated annual energy cost in €
energyCostMaxNumberMax estimated annual energy cost in €
gasRatingStringGES class A–G
agencyFeesPctNumberAgency fees % (ALUR regulation)
priceExclFeesNumberPrice excluding agency fees
floorNumberFloor number (enriched if not in tags)
totalFloorsNumberTotal floors in building
yearOfConstructionNumberYear built
referenceStringAgency internal reference code
imagesArrayHigher-resolution photos from detail page gallery

Example output (search page, no fetchDetails)

{
"id":"207269613",
"url":"https://www.seloger.com/annonces/achat/appartement/bordeaux-33/grand-parc-chartrons-paul-doumer/207269613.htm",
"title":"Appartement",
"operationType":"sale",
"propertyType":"appartement",
"priceText":"311 000 €",
"priceAmount":311000,
"priceCurrency":"EUR",
"pricePerSqm":3079,
"monthlyPayment":1735,
"city":"Bordeaux",
"postalCode":"33200",
"neighborhood":"Grand Parc-Chartrons-Paul Doumer",
"department":null,
"region":null,
"country":"FR",
"rooms":4,
"bedrooms":null,
"bathrooms":null,
"surfaceTotal":101,
"surfaceUnit":"mΒ²",
"floor":1,
"totalFloors":5,
"epcRating":"D",
"isExclusive":false,
"tags":["4 pièces","3 chambres","101 m²","Étage 1/5","Terrasse","Parking"],
"images":[
"https://v.seloger.com/s/width/800/visuels/0/a/4/p/0a4p3lsrvjjiwhdrs4y8anegdnya1dd1l9rmo9ork.jpg"
],
"agencyName":"MANSON PROPERTIES",
"agencyId":"453705",
"agencyPhone":"06 82 32 26 68",
"agencyUrl":"http://www.manson-properties.com/",
"agencyPageUrl":"https://www.seloger.com/professionnels/agences-immobilieres/bordeaux-33000/agence-75763/",
"agencyLogo":"https://v.seloger.com/s/width/150/logos/0/d/1/b/0d1b0knhcgd20acjg3ai03v5gcjye7row9yexw6be.jpg",
"isPrivateSeller":false,
"virtualVisitUrl":"https://youtu.be/sksNHRAUeUA",
"descriptionText":"Manson Properties vous prΓ©sente en exclusivitΓ© cet appartement de Type 4 au premier Γ©tage...",
"descriptionMarkdown":"Manson Properties vous prΓ©sente en exclusivitΓ© cet appartement de Type 4 au premier Γ©tage...",
"publishDate":null,
"publishDateISO":null,
"reference":null,
"agencyFeesPct":null,
"priceExclFees":null,
"priceHistory":null,
"coOwnership":null,
"energyCostMin":null,
"energyCostMax":null,
"gasRating":null,
"yearOfConstruction":null,
"streetAddress":null,
"coordinates":null,
"source":"seloger.com",
"scrapedAt":"2026-05-06T12:00:00.000Z",
"contentHash":"a3f8d2c19e4b7f01"
}

πŸ’‘ Examples

Search for apartments for sale in Paris:

{
"searchUrl":"https://www.seloger.com/list.htm?types=1&projects=2&natures=1&places=[{ci:750056}]",
"maxItems":500
}

Search for houses to rent in Lyon under €1,500/month:

{
"searchUrl":"https://www.seloger.com/list.htm?types=2&projects=1&natures=1&places=[{ci:690123}]&px_loyermax=1500",
"maxItems":200,
"fetchDetails":true
}

Scrape multiple cities in one run:

{
"startUrls":[
{"url":"https://www.seloger.com/list.htm?types=1,2&projects=2&places=[{ci:330063}]"},
{"url":"https://www.seloger.com/list.htm?types=1,2&projects=2&places=[{ci:440109}]"},
{"url":"https://www.seloger.com/list.htm?types=1,2&projects=2&places=[{ci:130055}]"}
],
"maxItems":1000
}

Daily feed β€” new listings only (schedule every 24h):

{
"searchUrl":"https://www.seloger.com/list.htm?types=1,2&projects=1,2&places=[{ci:750056}]&dd=1",
"maxItems":200
}

⚠️ Known limitations

  • seloger.com caps search results at approximately 1,000 listings per search URL. For broader coverage, use multiple startUrls with different location filters.
  • bedrooms, bathrooms, coordinates and priceHistory require fetchDetails: true.
  • Price is null for listings marked "Prix sur demande" (price on request).
  • department and region are always null (seloger.com does not expose these in search results).

πŸ”§ Technical details

  • v3.0: Upgraded from CSS selector parsing to window["initialData"] JSON extraction on search pages, and __NEXT_DATA__ Next.js JSON on detail pages. Significantly more stable and data-rich.
  • Handles all seloger.com search URL formats: new /classified-search?..., legacy /list.htm?..., and SEO /immobilier/achat/.../ URLs
  • Cookie-farm pattern: one RESIDENTIAL FR request to homepage bootstraps a DataDome cookie (Max-Age 1 year) reused for the entire run β€” 99% proxy bandwidth saving
  • Circuit breaker: stops after 5 consecutive failures to avoid wasted compute
  • Adaptive Gaussian sleep between requests to mimic organic browsing patterns

πŸ“¬ Additional services

Need a custom data pipeline, scheduled export, or webhook integration? Contact us at info@unfencedgroup.nl.




Input parameters

ParameterTypeDescription
minPriceintegerMinimum listing price (local currency). Leave empty for no minimum.
maxPriceintegerMaximum listing price (local currency). Leave empty for no maximum.
daysOldintegerOnly return listings published within the last N days. Leave empty for
fetchDetailsbooleanIf enabled, each listing's detail page is fetched for the full descrip
maxItemsintegerMaximum total number of listings to collect across all search URLs. se
startUrlsarrayList of seloger.com search URLs to scrape in one run. Each URL is scra
searchUrlstringA seloger.com search URL. Paste the URL from your browser after settin

Output fields

FieldTypeNotes
idβ€”Platform internal ID
urlβ€”Direct link
titleβ€”Job or listing title
operationTypeβ€”Sale or rent
propertyTypeβ€”Property type
priceTextβ€”Price as displayed
priceAmountβ€”Price (numeric)
pricePerSqmβ€”Price per mΒ²
cityβ€”City
postalCodeβ€”Postal code
neighborhoodβ€”Neighbourhood
roomsβ€”Number of rooms
surfaceTotalβ€”Total floor area in mΒ²
floorβ€”Floor level
epcRatingβ€”Energy performance certificate rating
agencyNameβ€”Estate agency name
agencyPhoneβ€”Estate agency phone number
descriptionTextβ€”Full property description
publishDateβ€”Date posted
scrapedAtβ€”ISO 8601 timestamp

Related scrapers

Other scrapers in our Real Estate β€” Western Europe collection:


Run it on a schedule

This actor is built for repeat use. Set it to run daily, weekly, or hourly, and the data keeps flowing without you touching it.

  • Schedule runs β€” open the actor, go to Schedules, and pick a cadence. Each run only charges you for the results it returns.
  • Connect it to your stack β€” push results straight to Google Sheets, Slack, a webhook, or your database using Apify Integrations. No glue code needed.
  • Pull results via API β€” every run writes a clean dataset you can fetch with one API call, ready for whatever you build on top of it.

Set it once and it runs on its own.


Need a custom scraper?

Unfenced Group builds Apify actors for any website β€” for free.

If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results β€” we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.

Get in touch: www.unfencedgroup.nl

You might also like

SeLoger Scraper β€” French Real Estate Listings & Prices

studio-amba/seloger-scraper

Scrape real estate listings from seloger.com β€” France's #1 property portal. Extract prices, photos, property details, energy labels, and agency info for apartments, houses, and more.

SeLoger French Real Estate Scraper

crawlerbros/seloger-scraper

Scrape SeLoger.com property listings (apartments, houses, sale & rent) in France with title, price, surface, rooms, address, GPS, energy class, images, agency.

10

SeLoger.com French Real Estate Scraper

parseforge/seloger-scraper

Scrape French real estate listings from SeLoger.com β€” apartments, houses, studios and more. Extract price, surface area, rooms, bedrooms, DPE/GES energy ratings, agency info, images and 20+ structured fields. Perfect for investors analyzing the French property market.

Seloger.com Scraper

shahidirfan/seloger-com-scraper

Extract French real estate listings from Seloger with property details, prices & contact info. Perfect for market analysis, pricing strategies & lead generation. Supports residential proxies for reliable scraping. Ideal for real estate professionals & data analysts.

25

5.0

Seloger Property Search Scraper

stealth_mode/seloger-search-scraper

Scrape comprehensive property listings from SeLoger.com, France's leading real estate platform. Extract detailed data including prices, locations, property features, and seller information. Ideal for market analysis, price comparison, investment research, and competitive intelligence in the French.

Seloger.fr Real Estate Scraper

moving_beacon-owner1/seloger-fr-real-estate-scraper

Extracts real estate listings from Seloger.com, France's largest property site. For each search result URL, it returns one record per listing with the title, price, price per square meter, address, agency, property facts, and image URLs.

3

Seloger.com Scraper

lexis-solutions/seloger-scraper

Scrape property listings from SeLogerβ€”including locations, prices, features, and agent info. Ideal for real estate analytics, market research, and portal development. Fast, structured, and customizable extraction from France’s leading property platform.

πŸ‘ User avatar

Lexis Solutions

146

5.0

Seloger Property Details Scraper

stealth_mode/seloger-property-details-scraper

Efficiently scrape detailed property listings from SeLoger.com, France's leading real estate platform. Extract comprehensive data including prices, property features, energy ratings, location details, and seller infor. Perfect for market analysis, investment research, and competitive intelligence.

SeLoger Universal Scraper

scrapifier/seloger-universal-scraper

⚑ Extract unlimited SeLoger listings in seconds! Drop your search URL and get rich, structured real estate data β€” price, surface, rooms, location, DPE & more. Perfect for market analysis, investment scouting, price benchmarking or lead generation. Automate the French property market & stay ahead! 🏑

2

5.0

Seloger France $1πŸ’° Powerful Filters + Deep Search

abotapi/seloger-france-scraper

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.