Wortimmo.lu Scraper — Luxembourg Real Estate Listings & Prices avatar

Wortimmo.lu Scraper — Luxembourg Real Estate Listings & Prices

Pricing

Pay per usage

Go to Apify Store
Wortimmo.lu Scraper — Luxembourg Real Estate Listings & Prices

Wortimmo.lu Scraper — Luxembourg Real Estate Listings & Prices

Scrape real estate listings, prices, and property details from Wortimmo.lu. Luxembourg real estate portal by Mediahuis. Supports rent and sale, filtering by property type, city, and more.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Jelle Desramaults

Jelle Desramaults

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Categories

Share

Wortimmo.lu Scraper

Scrapes real estate listings from Wortimmo.lu, Luxembourg's property portal operated by Mediahuis. Returns rental and sale listings with prices, dimensions, photos, and agency information.

Input

FieldTypeDescription
transactionTypeStringrent (default) or buy
propertyTypeStringFilter: house, apartment, office, etc.
cityStringCity filter
maxResultsIntegerLimit (default: 100)
languageStringen (default), fr, or de
proxyConfigurationObjectProxy settings

Output

{
"title": "House with 5 bedroom(s) to rent in Wasserbillig",
"price": 3250,
"currency": "EUR",
"propertyType": "House",
"transactionType": "rent",
"city": "Wasserbillig",
"surface": 181,
"bedrooms": 5,
"landArea": 260,
"parking": 2,
"agencyName": "Immobiliere Piret",
"listingId": "489249",
"imageUrl": "https://www.wortimmo.lu/images/...",
"url": "https://www.wortimmo.lu/en/rent-house-east-wasserbillig-id_489249",
"scrapedAt": "2026-03-16T10:00:00.000Z"
}

How it works

  • Fetches search result pages and parses listing cards from the HTML
  • Buy pages have a different structure (project cards with child listings) -- handled separately
  • City names extracted from listing titles and URL slugs
  • Land area converted from ares to square meters (1 are = 100 m2)
  • Trilingual URL support: /en/rent/, /fr/location/, /de/mieten/
  • Paginates through ?page=N with a 500ms delay between requests