SeLoger Scraper - France Real Estate Listings avatar

SeLoger Scraper - France Real Estate Listings

Pricing

from $0.70 / 1,000 results

Go to Apify Store
SeLoger Scraper - France Real Estate Listings

SeLoger Scraper - France Real Estate Listings

Find French listings on seloger.com for sale and rent. Search by city, postcode, or neighborhood; filter by property type, price, size, rooms, amenities, energy, furnishing, and availability, then export JSON, CSV, or Excel-ready data with images, links, locations, pricing, and contact details.

Pricing

from $0.70 / 1,000 results

Rating

0.0

(0)

Developer

Iñigo Garcia Olaizola

Iñigo Garcia Olaizola

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

SeLoger.com Real Estate Scraper

Find French homes and commercial properties for sale or rent with the SeLoger.com Real Estate Scraper. Search a city, postcode, department, or neighborhood, apply practical property filters, and receive useful listing data with pricing, location, images, links, property details, and contact information when published.

🏠 What you can do

  • Discover apartments, houses, land, parking, offices, shops, and other property categories.
  • Monitor asking prices, floor area, rooms, bedrooms, plots, and construction years.
  • Find furnished rentals, new builds, investment properties, accessible homes, properties with gardens, parking, pools, balconies, or elevators.
  • Build datasets for market research, investment screening, agency prospecting, relocation research, and rental monitoring.

🚀 Run the actor

Apify Console

  1. Open the SeLoger.com Real Estate Scraper in Apify Console.
  2. Enter a location or keep the prefilled Paris location.
  3. Choose For sale or For rent and add optional filters.
  4. Click Start and open the Dataset tab when the run finishes.

🧭 Input parameters

InputTypeDescription
maxItemsIntegerMaximum listings to save. 0 means unlimited or the maximum allowed by the run. Default: 100.
locationStringCity, postcode, department, or search phrase. Default: Paris.
locationTypeEnumChoose whether the location is a country, region, department, city, district, neighborhood, postalCode, street, or houseNumber.
latitude, longitudeNumberOptional center point for a radius search. Use both together; coordinates take precedence over location.
distanceKmIntegerRadius around the coordinate point in kilometers. Default: 20.
operationbuy | rentSearch for For sale or For rent. Default: buy.
propertyTypeEnumapartmentOrHouse, apartment, house, building, seniorLiving, land, parking, office, shop, restaurantOrHotel, storageOrProduction, agriculture, or other.
propertySubtypesArray of stringsChoose from loft, multiStorey, penthouse, studio, terrace, bungalow, castle, chalet, farmhouse, finca, manorHouse, mansion, multiFamilyHouse, rustico, semiDetachedHouse, singleFamilyHouse, terraceHouse, townHouse, or villa.
minSize, maxSizeIntegerLiving area limits in square metres.
minRooms, maxRoomsIntegerRoom count limits.
minBedrooms, maxBedroomsIntegerBedroom count limits.
minPrice, maxPriceIntegerAsking-price limits in euros.
minFloor, maxFloorIntegerFloor limits.
minPlotSize, maxPlotSizeIntegerPlot-size limits in square metres.
minYearBuilt, maxYearBuiltIntegerConstruction-year limits.
featuresArray of stringsChoose from balcony, elevator, bathtub, windowInBathroom, fittedKitchen, cellar, parking, petsAllowed, pool, accessible, renovationNeeded, garden, or vacant.
energyRatingsArray of stringsChoose one or more ratings: a, b, c, d, e, f, or g.
furnishedfurnished | unfurnishedFurnishing requirement.
projectTypesArray of stringsChoose from newBuild, investment, resale, shortTermRental, shared, foreclosure, lifeAnnuity, stock, or swap.
energyHeatingArray of stringsChoose from collective, heatPump, or solarElectricity.
keywordsStringWords to match in listing search text.
matchAnyKeywordBooleanMatch at least one keyword instead of all keywords. Default: false.
availableFromDate stringLatest rental availability date in YYYY-MM-DD format.
warmRentbasic | totalMatch base rent or total monthly rent.

🧪 Example inputs

Apartments for sale in Paris

{
"location": "Paris",
"operation": "buy",
"propertyType": "apartment",
"minSize": 45,
"maxPrice": 650000,
"minRooms": 2,
"features": ["balcony", "elevator"],
"energyRatings": ["a", "b", "c"],
"maxItems": 100
}

Furnished rentals in Lyon

{
"location": "Lyon",
"operation": "rent",
"propertyType": "apartment",
"minBedrooms": 1,
"maxPrice": 1800,
"furnished": "furnished",
"features": ["petsAllowed", "accessible"],
"availableFrom": "2026-09-01",
"warmRent": "total",
"maxItems": 50
}

Properties within a radius of Paris

{
"latitude": 48.8566,
"longitude": 2.3522,
"distanceKm": 10,
"operation": "buy",
"propertyType": "apartment",
"maxItems": 100
}

📦 Output

Each result contains the information available for a SeLoger property listing. The Overview view highlights useful fields such as:

  • Listing identity, title, description, operation, and listing URL.
  • Numeric price when available and the displayed price label.
  • Area, rooms, bedrooms, property type, energy rating, and features.
  • City, postal code, address, images, agency, contact, and phone information.

Fields may be omitted when SeLoger does not publish them for a listing.

💡 Tips and common recipes

  • Start with maxItems between 25 and 100 while tuning filters.
  • Use a postcode when you need a compact area around a large city.
  • Use latitude, longitude, and distanceKm when you want a radius around a specific point instead of a named location.
  • Use locationType when a name can refer to more than one kind of place, such as a city or region.
  • Combine minPrice and maxPrice with minSize for investment screening.
  • Use furnished, availableFrom, and warmRent: "total" for rental comparisons.
  • Use energyRatings and features to prioritize efficient or accessible properties.

Use the data only for lawful purposes and respect applicable privacy, consumer protection, copyright, and data-protection rules. Do not use listing or contact information for unsolicited spam. Respect the source platform’s terms, robots directives, access limits, and intellectual-property rights. You are responsible for checking that your use case and retention period are allowed in your jurisdiction.

❓ FAQ

You can enter a French city, postcode, department, or descriptive search phrase. For ambiguous names, use locationType to choose a country, region, department, city, district, neighborhood, postal code, street, or house number. If no matching type is selected, the most relevant suggestion is used. Alternatively, provide latitude, longitude, and distanceKm for a radius search.

Can I search both sales and rentals?

Yes. Set operation to buy for sales or rent for rentals.

What happens when a listing has missing fields?

The actor preserves the available listing data and omits fields that were not published for that listing.

Can I export the results?

Yes. Download JSON, CSV, Excel, or other supported formats from the Apify Dataset tab.

How can I get help?

Contact the developer at igolaizola.com/#contact.