Seloger.fr Real Estate Scraper avatar

Seloger.fr Real Estate Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Seloger.fr Real Estate Scraper

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

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

FieldTypeRequiredDefaultNotes
searchUrlsarray of stringsyesSeloger classified-search URLs (build them in the Seloger UI, copy URL)
maxPagesPerUrlintegerno1Seloger returns ~30 ads/page
proxyConfigurationproxy objectnono proxyDataDome usually resolves cleanly from datacenter IPs in our testing
headlessbooleannofalseUC 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=Buy or Rent
  • estateTypes=Apartment or House or Building etc.
  • locations=AD08FR13100 — Seloger location codes; use the search UI to pick them
  • priceMin, priceMax, surfaceMin, surfaceMax, rooms