Logic Immo Real Estate Scraper avatar

Logic Immo Real Estate Scraper

Pricing

Pay per usage

Go to Apify Store
Logic Immo Real Estate Scraper

Logic Immo Real Estate Scraper

Extracts property listings from Logic-Immo.com, including price, description, property type, surface area, energy class, images, and agency contact details.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Parsedom Inc

Parsedom Inc

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Extract property listings from Logic-Immo.com — one of France's largest real estate portals with 2M+ monthly visits. Give it a search (listing) page URL or a single property detail page URL and get back structured data: price, description, property type, surface area, energy class, photos, and agency contact details for every matching listing.

✨ Features

  • Property listing extraction — get price, description, property type, room counts, surface area, energy class, photo gallery, and agency/contact details for each listing
  • Pagination support — automatically pages through every matching search result, not just the first page, until maxItems is reached
  • Cache support — skips listings already scraped in a previous run so repeated runs return new listings instead of duplicates
  • Proxy support — route requests through Apify Proxy (datacenter or residential) if needed

🔧 Input Configuration

FieldTypeRequiredDefaultDescription
startUrlsarrayhttps://www.logic-immo.com/classified-search?distributionTypes=Buy&estateTypes=House,Apartment&locations=AD08FR11058Logic-Immo.com search (listing) page URLs or single property detail page URLs
maxItemsinteger5Maximum number of listings to scrape per search start URL
sessionCookiestringRecommended(empty)Browser session cookie required to get past Logic-Immo.com's bot protection — see Session Cookie below
enableCachebooleanfalseSkip listings already scraped in a previous run; turn on to avoid re-scraping duplicates
proxyConfigurationobject{ "useApifyProxy": false }Proxy settings used for all requests

Supported URL types:

  • Search / listing pages — e.g. https://www.logic-immo.com/classified-search?distributionTypes=Buy&estateTypes=House,Apartment&locations=AD08FR11058 — scraped for all matching listings, up to maxItems
  • Detail pages — e.g. https://www.logic-immo.com/detail-vente-268385969.htm — scraped for that single listing

Any other URL (wrong domain, or a Logic-Immo page that is neither a search nor a detail page) is discarded and logged as a warning.

Logic-Immo.com blocks automated requests with bot-detection (DataDome). To get past it, the Actor needs a valid browser session cookie supplied via the sessionCookie input field. Without one, runs will fail after a few retries.

How to get one:

Follow the steps in this video: https://www.youtube.com/watch?v=BY3KH4j2nhA

Or from network tab:

  1. Open logic-immo.com in your browser and browse to any search results page.
  2. Open DevTools (F12 or right-click → Inspect) and switch to the Network tab.
  3. Click any request made to logic-immo.com (e.g. one to serp-bff/search).
  4. In the request's Headers, find the cookie header and copy its full value (or just the datadome=... part).
  5. Paste it into the sessionCookie input field.

The cookie expires periodically (from a few hours up to about a day). If a run that previously worked starts failing with "zero results" errors, grab a fresh cookie and re-run.

📦 Output

The dataset has one view, Overview, showing the key columns (title, price, property type, room counts, living space, energy class, location, URL) for every scraped listing. Each item also contains the full set of fields shown below.

Sample output:

{
"id": "26T5K714VM9Q",
"legacyId": "274762405",
"url": "https://www.logic-immo.com/detail-vente-274762405.htm",
"title": "Maison à vendre",
"headline": "MAISON DE VILLE AU CALME",
"description": "GUIPAVAS, à 700m du centre, dans une rue calme, cette maison des années 60 parfaitement entretenue est composée au rez-de-chaussée d'une entrée, cuisine, salon-séjour...",
"propertyType": "Maison",
"distributionType": "BUY",
"price": 240350,
"priceFormatted": "240 350 €",
"pricePerSqm": "1 794 €/m²",
"rooms": 7,
"bedrooms": 4,
"livingSpaceSqm": 134,
"plotSpaceSqm": 655,
"keyFacts": ["7 pièces", "4 chambres", "134 m²", "655 m² de terrain"],
"energyClass": "F",
"yearOfConstruction": 1964,
"location": {
"country": "FRA",
"city": "Guipavas",
"zipCode": "29490",
"district": "Habitat Epars",
"isAddressPublished": false
},
"images": [
{
"url": "https://mms.logic-immo.com/9/1/a/8/91a8c8f3-bc4c-4830-8b36-8b067fc6c0a9.jpg",
"alt": "Maison à vendre 240 350 € 7 pièces 4 chambres 134 m² 655 m² de terrain",
"room": "HOUSE_FACADE"
},
{
"url": "https://mms.logic-immo.com/4/2/2/e/422e2414-4c6b-434c-a8da-1e2895f6afb2.jpg",
"alt": null,
"room": "LIVING_ROOM"
}
],
"hasVirtualTour": true,
"hasFloorPlans": false,
"provider": {
"name": "Votr'Immo",
"type": "AGENCY",
"isPrivateOwner": false,
"website": "http://www.votrimmo.com/",
"phoneNumbers": ["0257541843"],
"address": "11 rue Louis Nicolle, 29470 Plougastel-Daoulas",
"profileUrl": "https://www.logic-immo.com/agences-immobilieres/RS1ZKHGdTjU5cAaubZPrbz",
"rating": 4.9,
"reviewsCount": 251
},
"tags": {
"isExclusive": false,
"has3DVisit": true,
"hasBrokerageFee": false,
"isNew": true
},
"status": "Published",
"createdAt": "2026-07-11T10:08:00Z",
"updatedAt": "2026-07-12T18:31:12.884Z",
"scrapedAt": "2026-07-17T09:00:00.000Z"
}

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

📊 Data Table

FieldDescription
title / headline / descriptionListing title, marketing headline, and full description
propertyType / distributionTypee.g. "Maison", "Appartement" and whether it's for sale or rent
price / priceFormatted / pricePerSqmAsking price, formatted price, and price per square meter
rooms / bedroomsNumber of rooms and bedrooms
livingSpaceSqm / plotSpaceSqmLiving space and plot size in square meters
energyClass / yearOfConstructionEnergy performance rating and construction year
locationCountry, city, zip code, and district
imagesPhoto gallery with URL and room classification (kitchen, bedroom, etc.)
hasVirtualTour / hasFloorPlansWhether a 3D tour or floor plans are available
providerAgency or private seller name, type, website, phone numbers, and rating
tagsExclusive listing, 3D visit, brokerage fee, and "new listing" flags
urlPublic URL of the listing

💡 Uses of This Data

  • Price monitoring for properties in a specific city, region, or price range
  • Feeding a real estate aggregator or comparison site with fresh listings
  • Market research on property types, price-per-m², and energy ratings by area
  • Lead generation — identifying private sellers vs. agency-listed properties
  • Tracking new listings and exclusive properties as they come to market

🚀 How to Use

  1. Sign up for a free Apify account — includes $5 monthly credit.
  2. Open the actor page and click Try for free.
  3. Fill in the Input fields (a search or detail page URL is required, and a sessionCookie — see Session Cookie above).
  4. Click Start and wait for the run to complete.
  5. Download results from the Output tab in JSON, CSV, or Excel format.

You can also run this actor via the Apify API or integrate it directly into your workflows using Zapier, Make, or n8n.

⚠️ Limitations & Known Issues

  • Bot detection (DataDome) — Logic-Immo.com blocks automated requests unless a valid sessionCookie is supplied (see above). Without one, runs fail after a few retries with a "zero results" error.
  • Cookie expiry — the session cookie is time-limited and needs to be refreshed periodically; a run that fails after previously working usually just needs a fresh cookie.
  • Page markup changes — Detail page extraction relies on structured data embedded in the page; a site redesign may require an update.

📝 Notes

  • Proxy is optional — a proxy alone does not bypass the bot protection (a valid sessionCookie is what matters), but it can still help avoid IP-based rate limiting on large-scale runs.
  • API integration — This actor can be called as an API from any automation platform (Zapier, Make, n8n, custom scripts).

💬 Support & Contact

Need help or a custom scraper?

You can also find more of our actors on the Apify Store.