Skip to Content

Yad2 product data API

ShopAPIS returns structured Yad2 classifieds data — listing title, free-text description, asking price in Israeli new shekels, condition, location, seller type and image set — as clean JSON across secondhand goods, appliances, furniture, fashion and autos. Yad2 (owned by Axel Springer) is Israel’s leading C2C classifieds platform and the country’s #4 e-commerce and shopping site (Similarweb, yad2.co.il ). Its dominance in second-hand goods, appliances and vehicles makes it the richest source of Israeli used-market price signals, and third-party scrapers already exist as a parse-feasibility signal (Apify Yad2 scraper ).

Classifieds data differs sharply from marketplace retail: each listing is individual, free-text and seller-priced, so the value is in normalizing noisy human-written posts into structured, comparable records.

Why Yad2 data is hard to get

Yad2 is C2C classifieds, so every listing is unique, free-text and seller-set — there is no SKU, no canonical price, and listings render dynamically in Hebrew behind bot defense. Yad2 exposes no official public API; only unofficial scrapers exist. The hard part is extracting the asking price, condition, location and seller type from Hebrew free text, handling right-to-left layout, and de-duplicating reposted listings. ShopAPIS normalizes each listing into structured fields — parsing price, condition, location and category out of the description — so unstructured Israeli classifieds become usable second-hand price signals.

Data fields returned

  • Listing — listing ID, title, free-text description, category path
  • Pricing — asking price, currency (ILS), negotiable flag
  • Condition — new / used / refurbished as parsed from the listing
  • Location — city/area, region, geo where present
  • Seller — seller type (private / dealer), seller name, listed-since
  • Attributes — vertical-specific fields (mileage, rooms, brand) parsed from text
  • Media — image set
  • Status — active / sold / expired

Sample response

{ "platform": "yad2", "country": "IL", "listing_id": "YD-8841273", "url": "https://www.yad2.co.il/item/yd-8841273", "title": "מקרר Samsung 4 דלתות נירוסטה", "description": "מקרר סמסונג 4 דלתות, נירוסטה, שנתיים בשימוש, מצב מעולה, איסוף עצמי מתל אביב.", "category": ["מוצרי חשמל", "מקררים", "Samsung"], "asking_price": 2400, "currency": "ILS", "negotiable": true, "condition": "Used", "location": { "city": "Tel Aviv", "region": "Center" }, "seller": { "type": "private", "name": "Yossi", "listed_since": "2026-05-20" }, "attributes": { "brand": "Samsung", "doors": 4, "finish": "Stainless Steel" }, "status": "active", "images": ["https://img.yad2.co.il/.../samsung-fridge.jpg"] }

Markets and domains covered

Yad2 operates a single Israeli platform at yad2.co.il (Israel, ILS), in Hebrew with right-to-left layout, spanning goods, appliances, furniture, fashion, vehicles and property. ShopAPIS resolves listings by URL or by listing ID and returns the asking price in shekels with parsed condition, location and seller type. The same classifieds schema covers every vertical.

Use cases

Yad2 listings are Hebrew free text. ShopAPIS parses asking price, condition, location and seller type out of each post so right-to-left classifieds become structured records.

Last updated on