Immoscout24 Scraper avatar

Immoscout24 Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Immoscout24 Scraper

Immoscout24 Scraper

Extract property listings from immobilienscout24.de, Germany's #1 real estate platform with 9,000+ active listings per city. Get fully-detailed listings including price, GPS coordinates, amenities, images, agent contacts, and more.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

ImmobilienScout24 Scraper

Extract property listings from immobilienscout24.de, Germany's #1 real estate platform with 9,000+ active listings per city. Get fully-detailed listings including price, GPS coordinates, amenities, images, agent contacts, and more.

Why This Scraper?

  • 35+ fields per listing — price, address, coordinates, rooms, area, balcony, elevator, kitchen, agent, images, project info
  • GPS coordinates — ~95% of listings include latitude/longitude for map visualization
  • Fast — bulk extraction from search results, no need to visit individual property pages
  • Reliable — automatic session rotation, retry logic, and German residential proxy support
  • Buy & Rent — apartments and houses across all German cities

Data You Get

FieldExample
Title"Lichtdurchflutete 3-Zimmer-Wohnung mit Balkon"
Price561.000 € (numeric + display)
Address"Daumstraße 53, Haselhorst, Berlin"
Coordinates52.55113, 13.22466
Rooms3
Living Area77.9 m²
Construction Year2028
AmenitiesBalcony, elevator, kitchen, garden, cellar, barrier-free
CommissionCommission-free or not
ImagesUp to 10+ photo URLs per listing
FloorplanFloorplan URL when available
AgentName, phone, company, logo
ProjectNew development name, URL, price range, unit count
Tags["Provisionsfrei", "Balkon/Terrasse", "Aufzug"]
DatesPublished, modified, created

How to Use

Search by Location (default)

Pick a state from the dropdown, then type any city or town name:

{
"locations": [
{ "state": "berlin", "city": "Berlin" }
],
"listingType": "buy",
"propertyType": "apartment",
"maxPages": 10
}

Multiple Cities

{
"locations": [
{ "state": "berlin", "city": "Berlin" },
{ "state": "bayern", "city": "München" },
{ "state": "hamburg", "city": "Hamburg" },
{ "state": "nordrhein-westfalen", "city": "Köln" },
{ "state": "hessen", "city": "Frankfurt am Main" }
],
"maxPages": 50
}

Direct URLs

Paste any ImmobilienScout24 search URL with your own filters:

{
"mode": "url",
"urls": [
"https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-kaufen?price=-500000&livingspace=50.0-&numberofrooms=2.0-"
],
"maxPages": 20
}

Input Parameters

ParameterTypeDefaultDescription
modestring"location""location" to search by city, "url" for direct URLs
locationsarrayBerlinPick state from dropdown + type city name
urlsstring[]Search URLs with filters (url mode)
listingTypestring"buy""buy" or "rent"
propertyTypestring"apartment""apartment" or "house"
maxPagesnumber2Max pages per location (20 listings/page)
maxListingsnumberunlimitedMax total listings to collect
rotateSessionsbooleantrueFresh browser session per page
requestDelaynumber[][2, 5]Delay range between pages (seconds)
proxyobjectoffProxy config (German residential recommended)

Output Example

{
"id": "123456789",
"url": "https://www.immobilienscout24.de/expose/123456789",
"listingType": "buy",
"propertyType": "apartment",
"title": "Helle 3-Zimmer-Wohnung mit Balkon",
"addressFull": "Musterstraße 12, Mitte, Berlin",
"street": "Musterstraße",
"postcode": "10115",
"city": "Berlin",
"quarter": "Mitte",
"latitude": 52.5320,
"longitude": 13.3850,
"priceValue": 450000,
"priceCurrency": "EUR",
"priceDisplay": "450.000 €",
"rooms": 3,
"livingSpace": 85.5,
"constructionYear": 2024,
"balcony": true,
"lift": true,
"garden": false,
"hasCourtage": false,
"imageCount": 5,
"images": ["https://pictures.immobilienscout24.de/listings/..."],
"contactCompany": "Beispiel Immobilien GmbH",
"contactPhone": "030 1234567",
"projectName": null,
"tags": ["Provisionsfrei", "Balkon/Terrasse", "Aufzug"],
"isNew": true,
"datePublished": "2026-03-01T10:00:00.000+01:00",
"scrapedAt": "2026-03-25T12:00:00.000Z"
}