Yad2 Product Search Scraper
Pricing
from $3.00 / 1,000 results
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
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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}
| Field | Type | Default | Description |
|---|---|---|---|
urls | array | — | URLs 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_failures | boolean | true | If 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_url | integer | 20 | Maximum 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 theurlsarray 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
| Field | Meaning |
|---|---|
ID | Unique internal Yad2 listing identifier |
Ad ID | Advertisement ID used in Yad2's ad system — may differ from ID |
URL Identifier | Slug or token used to construct the listing's direct URL |
Title | Product title as written by the seller |
Pricing
| Field | Meaning |
|---|---|
Price | Current asking price (in ILS ₪) |
Previous Price | Price before the most recent reduction — useful for tracking markdowns |
Product Details
| Field | Meaning |
|---|---|
Condition | Item condition (e.g., new, used, refurbished) |
Product Type | Category or type classification assigned by Yad2 |
Category ID | Internal category identifier for the listing's product group |
Tags | Descriptive tags attached to the listing by the seller or system |
Seller & Verification
| Field | Meaning |
|---|---|
Customer ID | Identifier for the seller's Yad2 account |
Is SMB | true if the seller is a small/medium business rather than a private individual |
Is Verified | true if the seller's account has passed Yad2's verification process |
Agent | Agent or broker information if the listing is managed by a third party |
Media
| Field | Meaning |
|---|---|
Images | Array of image URLs attached to the listing |
Video | Video URL if the seller uploaded a product video |
Listing Behavior & Promotion
| Field | Meaning |
|---|---|
Order Type ID | Indicates the listing's transaction type (e.g., sale, auction) |
Promotions | Active promotional boosts or featured placement applied to the listing |
Address | Location associated with the listing (city or region level) |
How to Use
- 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. - Add URLs to input — Paste into the
urlsarray. For multi-page coverage, add each paginated URL separately. - Set item limit — Adjust
max_items_per_urlbased on how many results you need per page (max depends on Yad2's page size, typically 20–40). - Enable failure tolerance — Keep
ignore_url_failures: truefor multi-URL runs. - 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.,
srsltidtracking 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
PricevsPrevious Priceto detect discounts automatically - Seller analysis: Filter by
Is SMBandIs Verifiedto 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.