Global Property Search avatar

Global Property Search

Pricing

Pay per usage

Go to Apify Store
Global Property Search

Global Property Search

The most comprehensive real estate search Actor on Apify. Search property listings in **30+ countries** from **20+ major websites** with a single API call.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Zaher el siddik

Zaher el siddik

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

1

Monthly active users

11 days ago

Last modified

Categories

Share

The most comprehensive real estate search Actor on Apify. Search property listings in 30+ countries from 20+ major websites with a single API call.

Supported Countries & Sites

RegionCountrySites
🇺🇸 AmericasUnited StatesZillow, Realtor.com, Redfin
CanadaRealtor.ca, Redfin
Brazil(coming soon)
Mexico(coming soon)
🇬🇧 UK & IrelandUnited KingdomRightmove, Zoopla
Ireland(coming soon)
🇺 EuropeGermanyImmobilienscout24, Immowelt
FranceSeLoger, Leboncoin
SpainIdealista
ItalyIdealista
PortugalIdealista
NetherlandsFunda
AustriaImmowelt
Switzerland(coming soon)
Sweden(coming soon)
Poland(coming soon)
Greece(coming soon)
�� OceaniaAustraliarealestate.com.au, Domain
New ZealandTrade Me Property
🌍 Middle EastUAEProperty Finder, Bayut
Saudi ArabiaBayut
Egypt(legacy support)
🌏 AsiaIndiaMagicBricks
Singapore(coming soon)
Thailand(coming soon)
🇿🇦 AfricaSouth AfricaProperty24
🇹🇷 TurkeyTurkeySahibinden

Features

  • 30+ countries - The widest international coverage of any property Actor
  • 20+ websites - All major local property portals
  • Auto site selection - Automatically picks the best site for your country
  • Price filtering - Min/max price in local currency
  • Bedroom filtering - Filter by number of bedrooms
  • Property type - Houses, apartments, condos, townhouses, land
  • Pagination - Automatically crawls multiple pages of results
  • Anti-bot stealth - Fingerprinting, human-like delays, cookie consent handling
  • Live alerts - Only report new listings on scheduled runs
  • Webhooks - Slack, Discord, and Email notifications
  • Universal extractor - Smart fallback extraction works even if site layout changes

Quick Start

Search US properties

{
"country": "us",
"city": "Los Angeles",
"category": "sale",
"minPrice": 500000,
"maxPrice": 1500000,
"minBedrooms": 3,
"maxItems": 50
}

Search UK properties

{
"country": "uk",
"city": "London",
"targetSite": "rightmove",
"category": "rent",
"maxPrice": 2000,
"maxItems": 100
}

Search German properties

{
"country": "de",
"city": "Berlin",
"category": "rent",
"maxItems": 50
}

Input Parameters

FieldTypeDescriptionDefault
countrystringCountry code (us, uk, de, fr, es, etc.)us
citystringCity or area to searchNew York
targetSitestringSpecific site or "auto"auto
categorystring"sale" or "rent"sale
propertyTypestringall, house, apartment, condo, townhouse, landall
minPriceintegerMinimum price in local currency-
maxPriceintegerMaximum price in local currency-
minBedroomsintegerMinimum bedrooms0
maxBedroomsintegerMaximum bedrooms-
maxItemsintegerMaximum listings (1-5000)100
maxPagesintegerMax result pages per site (1-20)3
onlyNewListingsbooleanOnly report new listingsfalse
debugbooleanEnable verbose loggingfalse

Output Format

{
"title": "3 Bedroom House in Los Angeles",
"priceRaw": "$950,000",
"currency": "USD",
"areaRaw": "2,100 sqft",
"areaUnit": "sqft",
"bedroomsRaw": "3 beds",
"bathroomsRaw": "2 baths",
"location": "123 Main St, Los Angeles, CA",
"country": "United States",
"countryCode": "us",
"url": "https://www.zillow.com/homedetails/12345",
"imageUrl": "https://...",
"source": "zillow",
"scrapedAt": "2024-01-15T10:30:00.000Z"
}

Proxy Requirements

Some sites have aggressive anti-bot protection. For best results:

Proxy LevelSites
Datacenter (free)Zillow, Rightmove, Zoopla, Redfin
Residential (recommended)Idealista, Immobilienscout24, SeLoger, Funda, Bayut, Property Finder
Residential + CountryLeboncoin, Sahibinden, MagicBricks

Tip: Enable Apify Residential Proxies in your account settings for the widest site coverage. The Actor automatically selects the best proxy for your target country.

Live Alert Mode

Schedule this Actor and enable onlyNewListings to get notified of new properties:

  1. Compares each run with previous results
  2. Only outputs new listings
  3. Sends webhook notifications (Slack, Discord, Email)

Development

npm install
npm start

License

ISC