Madlan.co.il Real Estate Scraper avatar

Madlan.co.il Real Estate Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Madlan.co.il Real Estate Scraper

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

Swerve

Maintained by Community

Actor stats

1

Bookmarked

8

Total users

3

Monthly active users

4 hours ago

Last modified

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

FieldTypeDescription
citystringCity name (Hebrew/English), comma-separated, or "all"
dealTypestring"rent" or "buy"
maxItemsintegerMax listings per city (1-500, default 200)
minPriceintegerMin price in ILS (optional)
maxPriceintegerMax price in ILS (optional)
minRoomsnumberMin rooms (optional)
maxRoomsnumberMax 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 listing
  • city, cityHebrew, neighbourhood, address — location details
  • price, currency — price in ILS
  • rooms, floor, areaSqm — property specs
  • condition — property condition (renovated, new, etc.)
  • parking, hasElevator, hasBalcony, hasSecureRoom — amenities
  • images, 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.json
npm start
# Results appear in storage/datasets/default/

Deploy to Apify

npm install -g apify-cli
apify login
apify push