Yad2 Property Search Scraper avatar

Yad2 Property Search Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Yad2 Property Search Scraper

Yad2 Property Search Scraper

Scrape property listings from Yad2.co.il — Israel's largest real estate platform. Extract addresses, prices, agent details, tags, metadata, and more from any search URL. Perfect for investors, analysts, and proptech developers.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Stealth mode

Stealth mode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Yad2 Property Search Scraper: Extract Israeli Real Estate Listings at Scale


What Is Yad2.co.il?

Yad2 (יד2) is Israel's most popular classifieds and real estate platform, hosting hundreds of thousands of active property listings across residential, commercial, and land categories. Whether tracking market prices in Tel Aviv or monitoring new listings in the Negev, manually collecting this data is impractical at scale. The Yad2 Property Search Scraper automates extraction from any Yad2 real estate search URL, returning structured records ready for analysis.


Overview

This scraper targets Yad2 property search result pages — not individual listings — and bulk-extracts all visible listing data per page. It is built for:

  • Real estate investors monitoring regional pricing trends
  • Proptech developers feeding listing data into custom platforms
  • Market analysts studying supply, demand, and price movements
  • Agencies tracking competitor listings and agent activity

Key capabilities: configurable item limits per URL, fault-tolerant runs via ignore_url_failures, and support for Yad2's geo-filtered and category-filtered search URLs.


Input Format

The scraper accepts a JSON configuration object with three fields:

{
"urls": [
"https://www.yad2.co.il/realestate/forsale/south?property=1&bBox=29.490631%2C33.300061%2C31.904124%2C36.444639"
],
"ignore_url_failures": true,
"max_items_per_url": 50
}
FieldTypeDefaultDescription
urlsarray of stringsOne or more Yad2 property search/list page URLs to scrape. Supports geo-filtered (bBox), category-filtered, and region-based URLs. Add URLs one by one or use bulk edit.
ignore_url_failuresbooleantrueWhen enabled, the scraper skips failed URLs and continues processing remaining ones instead of stopping the run. Recommended for bulk jobs.
max_items_per_urlinteger20Maximum number of listings to collect per URL. Increase up to 50+ for broader coverage. Applies independently to each URL in the list.

How to get a valid URL:

  1. Go to yad2.co.il/realestate
  2. Apply filters (region, property type, price range, map bounding box)
  3. Copy the full URL from your browser — it contains all filter parameters

Tip: Yad2 supports bounding-box geo-filters via the bBox query parameter (south,west,north,east). Use the map view on Yad2 to define your area, then copy the resulting URL.


Output Format

Sample output

{
"address": {
"region": {
"text": "דרום",
"id": 2
},
"city": {
"text": "אשקלון"
},
"area": {
"text": "אזור אשדוד, אשקלון והסביבה"
},
"neighborhood": {
"text": "נווה הדרים"
},
"street": {
"text": "שביל חודשי השנה"
},
"house": {
"number": 16,
"floor": 1
},
"coords": {
"lon": 34.577586,
"lat": 31.674805
}
},
"subcategory_id": 5,
"category_id": 2,
"ad_type": "commercial",
"price": 1920000,
"token": "liv8x15k",
"additional_details": {
"property": {
"text": "דירה"
},
"rooms_count": 5,
"square_meter": 135,
"property_condition": {
"id": 6
}
},
"meta_data": {
"cover_image": "https://img.yad2.co.il/Pic/202602/22/2_5/o/y2_1pa_010709_20260222164755.jpeg",
"images": [
"https://img.yad2.co.il/Pic/202602/22/2_5/o/y2_1pa_010709_20260222164755.jpeg",
"https://img.yad2.co.il/Pic/202602/22/2_5/o/y2_1pa_010400_20260222164756.jpeg",
"https://img.yad2.co.il/Pic/202602/22/2_5/o/y2_1pa_010791_20260222164748.jpeg",
"https://img.yad2.co.il/Pic/202602/22/2_5/o/y2_1pa_010835_20260222164746.jpeg",
"https://img.yad2.co.il/Pic/202602/22/2_5/o/y2_1pa_010280_20260222164756.jpeg",
"https://img.yad2.co.il/Pic/202602/22/2_5/o/y2_1pa_010930_20260222164809.jpeg",
"https://img.yad2.co.il/Pic/202602/22/2_5/o/y2_1pa_010775_20260222164811.jpeg",
"https://img.yad2.co.il/Pic/202602/22/2_5/o/y2_1pa_010645_20260222164808.jpeg",
"https://img.yad2.co.il/Pic/202602/22/2_5/o/y2_1pa_010589_20260222164809.jpeg",
"https://img.yad2.co.il/Pic/202602/22/2_5/o/y2_1pa_010561_20260222164755.jpeg",
"https://img.yad2.co.il/Pic/202602/22/2_5/o/y2_1pa_010562_20260222164757.jpeg",
"https://img.yad2.co.il/Pic/202602/22/2_5/o/y2_1pa_010746_20260222164759.jpeg"
],
"square_meter_build": 135
},
"customer": {
"agency_name": "RE/MAX Promise",
"agency_logo": "//images.yad2.co.il/Pic/TivMiniSite/72f86814-c373-4f1e-9d61-af1ec5d74416.jpg?t=1778302869821"
},
"tags": [
{
"name": "נכס חדש",
"id": 1101,
"priority": 1
},
{
"name": "חניה",
"id": 1103,
"priority": 1
},
{
"name": "ממ\"ד",
"id": 1109,
"priority": 1
}
],
"price_before_tag": null,
"order_id": 56625721,
"priority": 3,
"packages": {},
"agent": {
"name": "לאון חורסנוב",
"id": 9023036,
"second_name": null,
"is_virtual_phone_number": null,
"agency_name": "RE/MAX Promise",
"agency_logo": "//images.yad2.co.il/Pic/TivMiniSite/72f86814-c373-4f1e-9d61-af1ec5d74416.jpg?t=1778302869821",
"broker_avatar": "https://img.yad2.co.il/Pic/TradeMiniSite/d7cf05a2-8b5d-4980-a7c8-01d28c939654.jpeg?t=1778302869821",
"second_broker_avatar": null,
"agency_about": "ברוכים הבאים ל-RE/MAX Promise ? משרד התיווך המוביל באשקלון.\nהמשרד שלנו, בניהולו של משה זיו, פועל מתוך חזון ברור: להעניק לכל לקוח את הליווי המקצועי, האישי והאיכותי ביותר בתחום הנדל\"ן. אנו חלק מרשת RE/MAX הבינלאומית ? רשת התיווך הגדולה בעולם ? ונהנים מחשיפה גלובלית, פרסום ארצי, כלים טכנולוגיים מתקדמים, והכשרות מקצועיות מהשורה הראשונה.\nב-RE/MAX Promise תמצאו צוות סוכנים מנוסה, מחויב ואיכותי, המתמחה בשיווק, מכירה והשכרה של דירות, בתים, מגרשים ונדל\"ן מסחרי באשקלון והסביבה. ",
"brokers": [
{
"name": "לאון חורסנוב",
"phone": "053-4234026",
"avatar": "https://img.yad2.co.il/Pic/TradeMiniSite/d7cf05a2-8b5d-4980-a7c8-01d28c939654.jpeg?t=1778302869821",
"id": 764816,
"license_number": "3243913"
}
],
"license_number": "3163108",
"phone": "053-4234026",
"second_phone": null,
"broker_phone": "053-4234026"
}
}

Each scraped listing returns a record with the following fields:

Location

FieldMeaning
AddressFull property address including street, city, and neighborhood where available

Listing Classification

FieldMeaning
Category IDTop-level category identifier (e.g., real estate for sale)
Subcategory IDSub-classification within the category (e.g., apartment, land, penthouse)
Ad TypeListing type indicator — distinguishes private sellers from agency/commercial listings

Pricing

FieldMeaning
PriceCurrent listed price in ILS (₪)
Price Before TagOriginal price before a promotional or reduced-price tag was applied — useful for tracking discounts

Listing Identity & Ranking

FieldMeaning
TokenUnique listing identifier used internally by Yad2
Order IDPosition/order of the listing in search results
PriorityListing priority score — higher priority listings may be boosted or featured
PackagesPromotion packages applied to the listing (e.g., highlighted, urgent sale badges)

Enrichment & Context

FieldMeaning
Additional DetailsSupplementary listing attributes such as rooms, floor, size (sqm), parking, etc.
Meta DataPlatform-level metadata including listing creation date, update timestamps, and visibility flags
TagsLabels attached to the listing (e.g., "Price reduced", "New listing", "Exclusive")

Parties

FieldMeaning
CustomerInformation about the listing owner — typically a private seller's anonymized profile
AgentReal estate agent or agency details when the listing is commercially managed, including name and contact info

How to Use

  1. Build your search URL — Use Yad2's search filters and map view, then copy the resulting URL from your browser.
  2. Configure input — Paste your URLs into the urls array. Set max_items_per_url based on how many listings you need.
  3. Run the scraper — Start the actor and monitor the run log for progress or errors.
  4. Export — Download results as JSON, CSV, or Excel for use in spreadsheets, databases, or BI tools.

Best practices:

  • Use multiple region-specific URLs rather than one broad URL to maximize coverage and control item limits per area.
  • Set ignore_url_failures: true for all multi-URL runs.
  • Re-run periodically to capture new listings — Yad2 inventory changes daily.

Use Cases & Business Value

  • Price benchmarking: Compare asking prices across neighborhoods or property types
  • Inventory monitoring: Track how many listings appear in a given area over time
  • Lead generation: Identify newly listed properties or price-reduced opportunities
  • Agent intelligence: Understand which agencies are most active in a given market

The Yad2 Property Search Scraper replaces hours of manual browsing with a single automated run, producing clean, structured data that feeds directly into analysis workflows.


Conclusion

The Yad2 Property Search Scraper is the fastest way to extract structured real estate data from Israel's largest property platform. With flexible URL-based filtering, detailed per-listing output, and fault-tolerant configuration, it delivers reliable data for investment research, market analysis, and proptech applications.