Madlan.co.il Real Estate Scraper
Pricing
from $5.00 / 1,000 results
Madlan.co.il Real Estate Scraper
Scrape real estate listings (rent & buy) from Madlan.co.il, Israel's largest property listing site. Extracts price, rooms, area, floor, amenities, images, and contact info across 127+ Israeli cities. Fast and reliable 💪
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer

Swerve
Actor stats
1
Bookmarked
8
Total users
3
Monthly active users
4 hours ago
Last modified
Categories
Share
Scrape real estate listings (rent & buy) from Madlan.co.il, Israel's leading property platform powered by Localize.city.
Features
- 127+ Israeli cities — from Tel Aviv to small settlements, all pre-mapped
- Rent & Buy — scrape rental or purchase listings
- Filters — filter by price range and room count
- Multi-city — scrape multiple cities in one run (comma-separated)
- Rich data — price, rooms, area, floor, amenities, images, contact info
- Image CDN — direct image URLs that work without bot protection
- Hebrew + English — city names in both languages
Input
| Field | Type | Description |
|---|---|---|
city | string | City name (Hebrew/English), comma-separated, or "all" |
dealType | string | "rent" or "buy" |
maxItems | integer | Max listings per city (1-500, default 200) |
minPrice | integer | Min price in ILS (optional) |
maxPrice | integer | Max price in ILS (optional) |
minRooms | number | Min rooms (optional) |
maxRooms | number | Max rooms (optional) |
Example Input
{"city": "Tel Aviv, Haifa","dealType": "rent","maxItems": 100,"maxPrice": 8000,"minRooms": 2}
Output
Results are sorted by most recent first (by listing creation date). Each listing includes:
id,url— unique ID and direct link to Madlan listingcity,cityHebrew,neighbourhood,address— location detailsprice,currency— price in ILSrooms,floor,areaSqm— property specscondition— property condition (renovated, new, etc.)parking,hasElevator,hasBalcony,hasSecureRoom— amenitiesimages,floorplanImages— CDN image URLs (no bot protection)contactPhone,contactType— contact info (when available)firstSeen,scrapedAt— timestamps
Supported Cities
All 127+ Israeli cities are supported. Use English or Hebrew names:
Major cities: Tel Aviv, Jerusalem, Haifa, Beer Sheva, Netanya, Ashdod, Rishon LeZion, Petah Tikva, Holon, Bat Yam, Ramat Gan, Herzliya, Kfar Saba, Raanana, Modiin, Rehovot, Ashkelon, Hadera, and many more.
Local Development
npm install# Edit storage/key_value_stores/default/INPUT.jsonnpm start# Results appear in storage/datasets/default/
Deploy to Apify
npm install -g apify-cliapify loginapify push