Yad2: Search Cars
Yad2 via Parse · real_estate
Search for cars on Yad2 with optional filters. Returns a paginated list of vehicle listings matching the criteria. Results include pricing, manufacturer, model, year, and seller info. Paginated server-side (40 items per page); advance with page parameter. APIs to search and retrieve details for vehicle and real estate listings on yad2.co.il. Fulfilled by Parse from yad2.co.il.
- automotive
- marketplace
- parse
- platform-key
- real-estate
- yad2
- yad2-co-il
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/665f0deb-f68c-43a6-a1b2-b66e972e5888/search_cars
- Interface artifact
- sha256:a65f47488b76b8833fe93ec66cc16bd25ee3a941291f5630a8eae2507febfd2b
- Manifest digest
- sha256:27575bf878d6e55765e8e0e1603ae8026afc792593b848a3d11864d04dc87bcf
Request fields
- area (string): Area ID for geographic filtering (numeric, e.g. 6 for HaKrayot area, 7 for Jerusalem area).
- page (integer): Page number for pagination.
- model (string): Model ID (numeric, e.g. 10272). Must be used with manufacturer.
- year_max (string): Maximum manufacturing year (e.g. 2026). Combined with year_min into a range filter.
- year_min (string): Minimum manufacturing year (e.g. 2020). Combined with year_max into a range filter.
- price_max (string): Maximum price in ILS (e.g. 100000). Combined with price_min into a range filter.
- price_min (string): Minimum price in ILS (e.g. 50000). Combined with price_max into a range filter.
- manufacturer (string): Manufacturer ID (numeric, e.g. 21 for Hyundai, 40 for Skoda, 30 for Mitsubishi).
Example queries
- {"area":"6","page":"1","model":"10272","year_max":"2026","year_min":"2020","price_max":"100000","price_min":"50000","manufacturer":"21"}