OLX'da e'lonlarni qidirish
olx_search_offersSearch live OLX ads with filters for price, condition, location, and seller type to compare competitor listings and check current market prices.
Instructions
Search live OLX listings (public site data, no auth needed) with filters and sorting. Use to look at competitor listings for a product, check current prices, or browse a category/region.
Args: query, category_id, region_id, city_id, district_id, price_from, price_to (UZS), owner_type (private|business), condition (new|used), sort (relevance|newest|price_asc|price_desc), offset, limit (1–50), response_format.
Returns: total matching listings and offers with id, title, price, currency, condition, seller (id, name, business), city/region, created date, promotion flags, photo count, URL; plus has_more/next_offset for pagination (max offset 1000). For aggregated stats use olx_analyze_market instead of paging manually.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Saralash: relevance | newest | price_asc | price_desc | relevance |
| limit | No | ||
| query | No | Qidiruv so'zi, masalan 'iphone 13 128gb' | |
| offset | No | ||
| city_id | No | Shahar ID (olx_find_location orqali toping, masalan 4 = Toshkent) | |
| price_to | No | Maksimal narx (so'mda) | |
| condition | No | Holati: yangi yoki b/u (ko'p kategoriyalarda ishlaydi) | |
| region_id | No | Viloyat ID (olx_find_location orqali toping) | |
| owner_type | No | Faqat xususiy yoki faqat biznes sotuvchilar | |
| price_from | No | Minimal narx (so'mda) | |
| category_id | No | OLX kategoriya ID (masalan 85 = Mobil telefonlar) | |
| district_id | No | Tuman ID | |
| response_format | No | Javob formati: 'markdown' (o'qish uchun) yoki 'json' (to'liq tuzilgan ma'lumot) | markdown |