Logic-Immo Scraper — French Real Estate Listings & Properties avatar

Logic-Immo Scraper — French Real Estate Listings & Properties

Pricing

Pay per usage

Go to Apify Store
Logic-Immo Scraper — French Real Estate Listings & Properties

Logic-Immo Scraper — French Real Estate Listings & Properties

Scrape real estate listings from logic-immo.com — apartments, houses, prices, photos, and details for the French property market.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Jelle Desramaults

Jelle Desramaults

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

7 days ago

Last modified

Categories

Share

Logic-Immo Scraper

Scrapes real estate listings from Logic-Immo.com, a major French property portal covering sales and rentals across France.

Important: this scraper needs residential proxies

Logic-Immo uses DataDome anti-bot protection. You must configure residential proxies (ideally French IPs) for this scraper to work on Apify. Without them, you will hit CAPTCHA challenges on every page.

Input

FieldTypeRequiredDescription
searchUrlStringNoFull Logic-Immo search URL (overrides other params)
listingTypeStringNo"sale" or "rent" (default: "sale")
searchQueryStringNoCity name (e.g., "paris", "lyon")
maxResultsIntegerNoListing limit (default: 100)
scrapeDetailsBooleanNoVisit each listing's detail page for full data (default: false)
proxyConfigurationObjectRequiredResidential proxy config

Output

FieldTypeExample
titleString"Appartement 3 pieces 65 m2"
priceNumber285000
currencyString"EUR"
listingTypeString"sale"
propertyTypeString"apartment"
cityString"Paris"
postalCodeString"75011"
bedroomsNumber2
bathroomsNumber1
surfaceNumber65
landSurfaceNumbernull
imageUrlStringMain listing photo
imageUrlsArrayAll listing photos
descriptionStringListing description
agencyNameString"Century 21 Bastille"
urlString"https://www.logic-immo.com/detail-vente-..."
{
"title": "Appartement 3 pieces 65 m2",
"price": 285000,
"currency": "EUR",
"listingType": "sale",
"propertyType": "apartment",
"city": "Paris",
"postalCode": "75011",
"bedrooms": 2,
"surface": 65,
"agencyName": "Century 21 Bastille",
"url": "https://www.logic-immo.com/detail-vente-appartement-paris-75011-12345.htm",
"scrapedAt": "2026-03-16T10:00:00.000Z"
}

URL patterns

Logic-Immo URLs encode the transaction type, city, and property filters:

  • Sale: /vente-immobilier-paris-75/options/.../page=1/order=update_date_desc
  • Rent: /location-immobilier-lyon-69/options/.../page=1/order=update_date_desc
  • Detail: /detail-vente-appartement-paris-75-12345.htm

Property type is detected from the detail URL path (appartement, maison, terrain, etc.).

Cost

Uses Playwright (headless browser) + residential proxies, so more expensive than HTTP-only scrapers. Budget around $2-5 per 100 listings depending on whether you enable detail page scraping.