SeLoger Scraper — French Real Estate Listings & Prices
Pricing
Pay per usage
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
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
- Go to the SeLoger Scraper page on Apify
- Click Try for free to open the actor in Apify Console
- Enter a city name (e.g., "paris", "lyon", "marseille")
- Select listing type: For Sale or For Rent
- Optionally filter by property type (apartment, house, etc.)
- Set the maximum number of results you need
- Click Start and wait for the scraper to finish
- Download your data in JSON, CSV, Excel, or HTML format
Input
| Field | Type | Required | Description |
|---|---|---|---|
city | String | No | City name to search (default: "paris"). Examples: "lyon", "marseille", "bordeaux" |
listingType | String | No | "buy" (default) or "rent" |
propertyType | String | No | Filter: "appartement", "maison", "terrain", "parking", "local-commercial", or empty for all |
maxResults | Integer | No | Maximum listings to return (default: 100) |
proxyConfiguration | Object | No | Proxy settings. Residential proxies strongly recommended |
Output
Each listing contains:
| Field | Type | Example |
|---|---|---|
title | String | "Appartement 3 pièces 65 m²" |
price | Number | 450000 |
currency | String | "EUR" |
listingType | String | "buy" |
propertyType | String | "apartment" |
address | String | "Rue de Rivoli" |
city | String | "Paris" |
postalCode | String | "75001" |
surface | Number | 65 |
rooms | Number | 3 |
bedrooms | Number | 2 |
floor | String | "3" |
energyLabel | String | "D" |
agencyName | String | "Century 21 Paris Centre" |
imageUrl | String | Main listing photo URL |
imageUrls | Array | All listing photo URLs |
url | String | Full listing URL on SeLoger |
scrapedAt | String | "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: 10before 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.