SeLoger Scraper — French Real Estate Listings & Prices avatar

SeLoger Scraper — French Real Estate Listings & Prices

Pricing

Pay per usage

Go to Apify Store
SeLoger Scraper — French Real Estate Listings & Prices

SeLoger Scraper — French Real Estate Listings & Prices

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.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

What does SeLoger Scraper do?

SeLoger Scraper extracts real estate listings from SeLoger.com — France's largest and most popular property portal. It collects prices, property details, photos, energy labels, agency info, and more for apartments, houses, land, and commercial properties across all French cities. No login or cookies required.

Use the Apify platform to run this scraper on a schedule, access results via API, or integrate with tools like Google Sheets, Slack, Zapier, and Make.

Why use SeLoger Scraper?

  • Market research — Track property prices across French cities, compare neighborhoods, and identify market trends
  • Lead generation — Collect real estate agency listings for B2B outreach or partnership opportunities
  • Price monitoring — Set up scheduled runs to track price changes for specific cities or property types
  • Data analysis — Export structured data to CSV, JSON, or Excel for portfolio analysis and investment decisions
  • Competitive intelligence — Monitor competitor listings, pricing strategies, and market positioning

How to scrape SeLoger listings

  1. Go to the SeLoger Scraper page on Apify
  2. Click Try for free to open the actor in Apify Console
  3. Enter a city name (e.g., "paris", "lyon", "marseille")
  4. Select listing type: For Sale or For Rent
  5. Optionally filter by property type (apartment, house, etc.)
  6. Set the maximum number of results you need
  7. Click Start and wait for the scraper to finish
  8. Download your data in JSON, CSV, Excel, or HTML format

Input

FieldTypeRequiredDescription
cityStringNoCity name to search (default: "paris"). Examples: "lyon", "marseille", "bordeaux"
listingTypeStringNo"buy" (default) or "rent"
propertyTypeStringNoFilter: "appartement", "maison", "terrain", "parking", "local-commercial", or empty for all
maxResultsIntegerNoMaximum listings to return (default: 100)
proxyConfigurationObjectNoProxy settings. Residential proxies strongly recommended

Output

Each listing contains:

FieldTypeExample
titleString"Appartement 3 pièces 65 m²"
priceNumber450000
currencyString"EUR"
listingTypeString"buy"
propertyTypeString"apartment"
addressString"Rue de Rivoli"
cityString"Paris"
postalCodeString"75001"
surfaceNumber65
roomsNumber3
bedroomsNumber2
floorString"3"
energyLabelString"D"
agencyNameString"Century 21 Paris Centre"
imageUrlStringMain listing photo URL
imageUrlsArrayAll listing photo URLs
urlStringFull listing URL on SeLoger
scrapedAtString"2026-04-06T10:30:00.000Z"

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

Example output

{
"title": "Appartement 3 pièces 65 m²",
"price": 450000,
"currency": "EUR",
"listingType": "buy",
"propertyType": "apartment",
"address": "Rue de Rivoli",
"city": "Paris 1er",
"postalCode": "75001",
"surface": 65,
"rooms": 3,
"bedrooms": 2,
"floor": "3",
"energyLabel": "D",
"agencyName": "Century 21 Paris Centre",
"imageUrl": "https://v.seloger.com/...",
"imageUrls": ["https://v.seloger.com/...", "https://v.seloger.com/..."],
"url": "https://www.seloger.com/annonces/achat/appartement/paris-1er/123456.htm",
"scrapedAt": "2026-04-06T10:30:00.000Z"
}

How much does it cost to scrape SeLoger?

SeLoger requires browser-based scraping with residential proxies due to its anti-bot protection. Estimated costs:

  • ~50 listings per run: 0.5 compute units ($2.50)
  • ~500 listings across multiple pages: 3 compute units ($15)

Costs vary based on proxy usage and the number of pages scraped. Use the maxResults parameter to control run costs.

Tips for best results

  • Use residential proxies — SeLoger has strong anti-bot protection. Residential proxies are required for reliable scraping
  • Start small — Test with maxResults: 10 before running large jobs
  • Schedule runs — Set up daily or weekly schedules to track market changes
  • Filter by property type — Narrow results to reduce costs and get more relevant data

FAQ and support

Is it legal to scrape SeLoger? This actor extracts publicly available data from SeLoger.com. Users are responsible for ensuring their use complies with applicable laws and the website's terms of service.

Why are some fields empty? Not all listings include every detail (e.g., floor number, energy label). The scraper returns null for missing fields.

The scraper returned 0 results? SeLoger uses heavy anti-bot protection. Make sure you're using residential proxies in the proxy configuration.

Need a custom solution? If you need modifications or a custom scraper, open an issue on the Issues tab or contact the developer.