ImmobilienScout24 Search Scraper avatar
ImmobilienScout24 Search Scraper

Pricing

$19.99/month + usage

Go to Apify Store
ImmobilienScout24 Search Scraper

ImmobilienScout24 Search Scraper

Scrape property listings from ImmobilienScout24.de by providing a search URL, with automatic pagination and comprehensive property information extraction.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

1

Monthly active users

6 days ago

Last modified

Share

🏠 ImmobilienScout24 Search Scraper

This actor allows you to scrape property listings from ImmobilienScout24.de by providing a search URL. It automatically handles pagination and extracts comprehensive property information including prices, property details, location data, and realtor information.

Features

  • URL-based Scraping: Extract property listings by providing a complete ImmobilienScout24 search URL
  • Automatic Pagination: Automatically navigates through pages and loads more listings until reaching the end or max items limit
  • Comprehensive Property Data: Extract detailed information about each property listing including:
    • Property title and unique identifier
    • Price information
    • Property size and room count
    • Location and address details
    • Property images
    • Realtor and company information
  • Rich Media: Includes property images, company logos, and realtor photos
  • Complete Property Details: Access all essential property information for market analysis

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete ImmobilienScout24 search URL to scrape
maxItemsintegerNoMaximum number of listings to fetch
proxyConfigurationobjectNoProxy settings for the actor

Output

The output is a main list of property listing objects, each containing:

  • searchUrl: The original search URL used
  • obid: Unique property identifier
  • detailUrl: URL to the property detail page
  • title: Property title
  • price: Property price
  • area: Property area/size
  • rooms: Number of rooms
  • address: Property address
  • imageUrls: Array of property image URLs
  • companyLogo: URL of the real estate company logo
  • realtorPhoto: URL of the realtor's photo
  • scrapedAt: Timestamp of when the listing was scraped

Example output:

[
{
"searchUrl": "https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-mieten?enteredFrom=one_step_search",
"obid": "12345678",
"detailUrl": "https://www.immobilienscout24.de/expose/12345678",
"title": "Modern 2-room apartment in Berlin-Mitte",
"price": "1,200 €",
"area": "65 m²",
"rooms": "2",
"address": "Berlin-Mitte, 10115 Berlin",
"imageUrls": [
"https://example.com/image1.jpg",
"https://example.com/image2.jpg"
],
"companyLogo": "https://example.com/logo.png",
"realtorPhoto": "https://example.com/realtor.jpg",
"scrapedAt": "2025-01-15T10:30:00.000Z"
},
...
]

Use Cases

  • Real estate market research and analysis
  • Property price tracking and comparison
  • Market trend analysis
  • Property inventory monitoring
  • Real estate investment research
  • Location-based property analysis

Notes

  • Results are automatically paginated until reaching the end or max items limit
  • All property information is extracted directly from the search results
  • Property images and media are included in the output
  • Realtor and company information helps identify listing sources