Seloger.fr Real Estate Scraper
Pricing
from $10.00 / 1,000 results
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.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrapes real-estate classifieds from Seloger.com — France's largest property listings site. For each search-result URL, returns one record per classified card with title, price, price-per-m², address, agency, property facts, and image URLs.
Input
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
searchUrls | array of strings | yes | — | Seloger classified-search URLs (build them in the Seloger UI, copy URL) |
maxPagesPerUrl | integer | no | 1 | Seloger returns ~30 ads/page |
proxyConfiguration | proxy object | no | no proxy | DataDome usually resolves cleanly from datacenter IPs in our testing |
headless | boolean | no | false | UC Mode is more stealthy with a virtual display |
Example input
{"searchUrls": ["https://www.seloger.com/classified-search?distributionTypes=Buy&estateTypes=Apartment&locations=AD08FR13100","https://www.seloger.com/classified-search?distributionTypes=Rent&estateTypes=House&locations=AD08FR75056"],"maxPagesPerUrl": 3}
Output
Each classified is pushed to the default dataset as a separate item:
{"title": "Beautiful 3-room apartment in central Marseille","url": "https://www.seloger.com/annonces/achat/appartement/marseille-1er-13/...","images": ["https://v.seloger.com/s/cdn/x/visuels/.../photo1.jpg","https://v.seloger.com/s/cdn/x/visuels/.../photo2.jpg"],"price": "Prix : 350 000 €","price_per_m2": "5 384 €/m²","property_facts": ["3 pièces", "65 m²", "2 chambres"],"address": "Marseille 1er, 13001","agency": "Century 21 Marseille","_searchUrl": "https://www.seloger.com/classified-search?distributionTypes=Buy..."}
The _searchUrl field is the only thing added by the actor — everything else is parsed from the SERP card.
A summary is written to the key-value store under RUN_SUMMARY:
{"total_ads": 90,"urls_requested": ["..."],"urls_failed": [],"max_pages_per_url": 3,"elapsed_seconds": 42.1}
Building Seloger search URLs
Use Seloger's own UI to compose your search filters, then copy the resulting URL. Common query parameters:
distributionTypes=BuyorRentestateTypes=ApartmentorHouseorBuildingetc.locations=AD08FR13100— Seloger location codes; use the search UI to pick thempriceMin,priceMax,surfaceMin,surfaceMax,rooms