Yad2 Product Search Scraper avatar

Yad2 Product Search Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Yad2 Product Search Scraper

Yad2 Product Search Scraper

Scrape product listings from Yad2.co.il marketplace with ease. This scraper collects titles, prices, conditions, images, seller info, and 19+ fields per listing — perfect for market researchers, resellers, and price intelligence analysts.

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 Product Search Scraper: Extract Market Listings from Yad2.co.il


What Is Yad2.co.il?

Yad2 (יד2) is Israel's largest online marketplace, covering categories from real estate and vehicles to second-hand electronics and consumer goods. Its "Market" section functions similarly to Facebook Marketplace or Craigslist, where both private sellers and small businesses list products. Manually tracking listings — especially for competitive pricing or inventory research — is impractical at scale. The Yad2 Product Search Scraper automates collection of structured product data from any Yad2 Market category or search results page.


Overview

The Yad2 Product Scraper targets Yad2's marketplace collection and search pages, extracting rich listing data into clean, structured records. It is built for:

  • Resellers monitoring second-hand electronics pricing
  • Market researchers analyzing consumer goods supply and demand in Israel
  • Price intelligence tools tracking listing price changes over time
  • Developers building product aggregators or comparison platforms

Core capabilities include configurable item limits per URL, resilient error handling via ignore_url_failures, and support for paginated category pages.


Input Format

The scraper accepts a JSON configuration object with three parameters:

{
"urls": [
"https://www.yad2.co.il/market/collections/mobile-phones?page=2"
],
"ignore_url_failures": true,
"max_items_per_url": 50
}
FieldTypeDefaultDescription
urlsarrayURLs of Yad2 Market product list pages to scrape. Accepts category pages, collection pages, or search result pages. Add one per line or use bulk edit. Example: https://www.yad2.co.il/market/collections/mobile-phones
ignore_url_failuresbooleantrueIf true, the scraper continues running even if individual URLs fail, skipping them instead of stopping the entire run. Recommended for bulk jobs.
max_items_per_urlinteger20Maximum number of product listings to collect per URL. Increase for deeper category coverage (e.g., 50 for broader datasets).

Tip: Use paginated URLs (e.g., ?page=2, ?page=3) as separate entries in the urls array to collect listings beyond the first page.


Output Format

Sample Output Record

{
"id": 8896927105084,
"address": {
"area": {
"id": "69",
"text_heb": "אזור בית שמש והסביבה",
"text_eng": "beit_shemesh_and_surroundings"
},
"city": {
"id": "2610",
"text_heb": "בית שמש",
"text_eng": "Beit Shemesh"
}
},
"category_id": 20,
"condition": {
"id": "2",
"text_heb": "כמו חדש"
},
"cust_id": 8702057,
"images": [
"https://cdn.shopify.com/s/files/1/0590/7860/6908/files/y2_0pa_010592_20260427224549.jpg?v=1777320003",
"https://cdn.shopify.com/s/files/1/0590/7860/6908/files/y2_0pa_010976_20260427225135.jpg?v=1777320003"
],
"is_smb": null,
"is_verified": false,
"order_type_id": 3,
"price": 200,
"previous_price": null,
"product_type": {
"id": "543626",
"text_heb": "אוזניות"
},
"promotions": [],
"tags": [
"כמו חדש",
"במצב מושלם"
],
"title": "אוזניות בלוטוס JBL",
"url_identifier": "אוזניות-בלוטוס-jbl-1",
"ad_id": "47165557-dff0-4231-8635-30ed6d0cc2d3",
"video": null,
"agent": {
"phone": "053-3178238"
},
"from_url": "https://www.yad2.co.il/market/collections/mobile-phones?srsltid=AfmBOor-2AuwxDTNoESombqhgyZ9e96wlI5UiJH01PvRgOyhKPajF9Fq"
}

Each scraped listing returns up to 19 fields:

Core Listing Identity

FieldMeaning
IDUnique internal Yad2 listing identifier
Ad IDAdvertisement ID used in Yad2's ad system — may differ from ID
URL IdentifierSlug or token used to construct the listing's direct URL
TitleProduct title as written by the seller

Pricing

FieldMeaning
PriceCurrent asking price (in ILS ₪)
Previous PricePrice before the most recent reduction — useful for tracking markdowns

Product Details

FieldMeaning
ConditionItem condition (e.g., new, used, refurbished)
Product TypeCategory or type classification assigned by Yad2
Category IDInternal category identifier for the listing's product group
TagsDescriptive tags attached to the listing by the seller or system

Seller & Verification

FieldMeaning
Customer IDIdentifier for the seller's Yad2 account
Is SMBtrue if the seller is a small/medium business rather than a private individual
Is Verifiedtrue if the seller's account has passed Yad2's verification process
AgentAgent or broker information if the listing is managed by a third party

Media

FieldMeaning
ImagesArray of image URLs attached to the listing
VideoVideo URL if the seller uploaded a product video

Listing Behavior & Promotion

FieldMeaning
Order Type IDIndicates the listing's transaction type (e.g., sale, auction)
PromotionsActive promotional boosts or featured placement applied to the listing
AddressLocation associated with the listing (city or region level)

How to Use

  1. Find a category or search page — Browse Yad2 Market and navigate to a category (e.g., /market/collections/mobile-phones) or run a search. Copy the full URL including filters and page number.
  2. Add URLs to input — Paste into the urls array. For multi-page coverage, add each paginated URL separately.
  3. Set item limit — Adjust max_items_per_url based on how many results you need per page (max depends on Yad2's page size, typically 20–40).
  4. Enable failure tolerance — Keep ignore_url_failures: true for multi-URL runs.
  5. Run and export — Download results as JSON, CSV, or Excel.

Common issues:

  • If a URL returns no results, confirm it is a listing/collection page, not a single product detail page.
  • Some filters or query strings may expire (e.g., srsltid tracking tokens) — use clean category URLs when possible for stable runs.

Use Cases & Business Value

  • Competitive pricing: Track mobile phone or electronics prices across hundreds of listings daily
  • Inventory research: Identify supply levels for specific product categories in the Israeli market
  • Price drop alerts: Compare Price vs Previous Price to detect discounts automatically
  • Seller analysis: Filter by Is SMB and Is Verified to distinguish professional sellers from private individuals

Conclusion

The Yad2 Product Search Scraper delivers structured, actionable marketplace data from Israel's most-used classifieds platform. With 19 output fields covering pricing, condition, seller trust signals, and media, it equips analysts, resellers, and developers with the data they need — without manual browsing.