# /uzex/tenders/search

`POST /api/uzex/tenders/search`

Price: 20 credits

List UZEX procurement records of one type — direct and e-direct contracts, competitions, reverse-auction lots and deals, e-shop deals, selections, tenders and their awarded deals — newest first, with the buyer, supplier, amounts, dates, category and region of each record.

## How to use it

Pick the record type first: direct_contract and edirect_contract are signed contracts with the supplier and amount; auction_deal, shop_deal and etender_deal are awards with the winning supplier; competition, auction, selection and tender are open procedures with a submission deadline. Each type takes its own filters and any other filter returns 422: q, buyer_tin, date_from, date_to, price_from and price_to on selection and tender; q, buyer_tin, supplier_tin, price_from and price_to on etender_deal; category_id, region, dates and prices on direct_contract; region and dates on edirect_contract; category_id, region, prices and buyer_type on auction; region on auction_deal; region, year and marketplace on shop_deal; none on competition.

## Parameters

- `access-token` (string, required)

## Request body

- `timeout` (integer) — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)
- `record_type` (string, required) — Procurement record type to list (one of: "direct_contract", "edirect_contract", "competition", "auction", "auction_deal", "shop_deal", "selection", "tender", "etender_deal")
- `count` (integer, required) — Max number of records to return (min: 1; max: 500)
- `offset` (integer) — How many records to skip before the first returned one (default: 0; min: 0)
- `q` (string, nullable) — Keyword in the record title (examples: "kompyuter"; minLength: 1)
- `buyer_tin` (string, nullable) — Buyer tax id (examples: "200837914")
- `supplier_tin` (string, nullable) — Supplier tax id (examples: "311560058")
- `category_id` (integer, nullable) — UZEX product category id (examples: 120182; min: 1)
- `region` (string, nullable) — Buyer region (one of: "andijan", "bukhara", "jizzakh", "kashkadarya", "navoi", "namangan", "karakalpakstan", "samarkand", "surkhandarya", "syrdarya", "tashkent_region", "fergana", "khorezm", "tashkent_city")
- `date_from` (string, nullable) — Earliest date, inclusive: the publication date of contracts, the submission deadline of selections and tenders (examples: "2025-04-01")
- `date_to` (string, nullable) — Latest date, inclusive, on the same date axis as date_from (examples: "2025-04-02")
- `price_from` (number, nullable) — Minimum amount in UZS (examples: 100000000; min: 0)
- `price_to` (number, nullable) — Maximum amount in UZS (examples: 500000000; min: 0)
- `buyer_type` (string, nullable) — Buyer sector (one of: "budget", "corporate")
- `year` (integer, nullable) — Year of shop_deal awards; the current year when omitted (examples: 2025; min: 2015; max: 2100)
- `marketplace` (string, nullable) — Shop section of shop_deal awards: shop (the default when omitted) or national (one of: "shop", "national")

## Response

### 200 — Successful Response

- `@type` (string) (default: "UzexTender")
- `id` (string, required)
- `internal_id` (integer, required)
- `record_type` (string, required)
- `description` (string, nullable)
- `status` (string, nullable)
- `stage` (string, required)
- `procedure` (string, nullable)
- `buyer` (object, nullable)
  - `@type` (string) (default: "UzexParty")
  - `name` (string, nullable)
  - `tin` (string, nullable)
  - `party_type` (string, nullable)
  - `region` (string, nullable)
  - `district` (string, nullable)
  - `address` (string, nullable)
  - `country` (string, nullable)
  - `phone` (string, nullable)
  - `email` (string, nullable)
  - `beneficiary` (string, nullable)
  - `founder` (string, nullable)
  - `director` (string, nullable)
- `suppliers` (array) (default: [])
  - `@type` (string) (default: "UzexParty")
  - `name` (string, nullable)
  - `tin` (string, nullable)
  - `party_type` (string, nullable)
  - `region` (string, nullable)
  - `district` (string, nullable)
  - `address` (string, nullable)
  - `country` (string, nullable)
  - `phone` (string, nullable)
  - `email` (string, nullable)
  - `beneficiary` (string, nullable)
  - `founder` (string, nullable)
  - `director` (string, nullable)
- `value` (object, nullable)
  - `@type` (string) (default: "UzexValue")
  - `amount` (number, nullable)
  - `currency` (string, nullable)
- `initial_value` (object, nullable)
  - `@type` (string) (default: "UzexValue")
  - `amount` (number, nullable)
  - `currency` (string, nullable)
- `best_offer_value` (object, nullable)
  - `@type` (string) (default: "UzexValue")
  - `amount` (number, nullable)
  - `currency` (string, nullable)
- `dates` (object, nullable)
  - `@type` (string) (default: "UzexDates")
  - `published_at` (integer, nullable)
  - `deadline_at` (integer, nullable)
  - `prolonged_at` (integer, nullable)
  - `awarded_at` (integer, nullable)
  - `contract_at` (integer, nullable)
  - `contract_end_at` (integer, nullable)
  - `updated_at` (integer, nullable)
  - `clarification_until_at` (integer, nullable)
  - `opening_at` (integer, nullable)
  - `agreement_at` (integer, nullable)
- `category` (string, nullable)
- `region` (string, nullable)
- `district` (string, nullable)
- `delivery_address` (string, nullable)
- `delivery_days` (integer, nullable)
- `country` (string) (default: "UZ")
- `url` (string, required)
- `deal_id` (string, nullable)
- `contract_number` (string, nullable)
- `contract_status` (string, nullable)
- `decree` (string, nullable)
- `participants_count` (integer, nullable)
- `treasury_status` (string, nullable)
- `payment_status` (string, nullable)
- `payment_terms` (string, nullable)
- `payment_days` (integer, nullable)
- `advance_percent` (number, nullable)
- `advance_value` (object, nullable)
  - `@type` (string) (default: "UzexValue")
  - `amount` (number, nullable)
  - `currency` (string, nullable)
- `pledge` (string, nullable)
- `pledge_amount` (number, nullable)
- `commission_amount` (number, nullable)
- `evaluation_method` (string, nullable)
- `technical_weight` (number, nullable)
- `price_weight` (number, nullable)
- `min_score` (integer, nullable)
- `offer_form` (string, nullable)
- `organizer` (string, nullable)
- `submission_address` (string, nullable)
- `opening_address` (string, nullable)
- `conditions` (array) (default: [])
- `qualification_requirements` (array) (default: [])
- `line_items` (array) (default: [])
  - `@type` (string) (default: "UzexItem")
  - `position` (integer, nullable)
  - `code` (string, nullable)
  - `name` (string, nullable)
  - `description` (string, nullable)
  - `category` (string, nullable)
  - `quantity` (number, nullable)
  - `unit` (string, nullable)
  - `price` (number, nullable)
  - `cost` (number, nullable)
  - `currency` (string, nullable)
  - `country` (string, nullable)
  - `delivery_month` (string, nullable)
  - `delivery_term` (object, nullable)
    - `@type` (string) (default: "UzexTerm")
    - `value` (integer, required)
    - `unit` (string, nullable)
  - `guarantee_term` (object, nullable)
    - `@type` (string) (default: "UzexTerm")
    - `value` (integer, required)
    - `unit` (string, nullable)
  - `advance` (number, nullable)
  - `best_bid_price` (number, nullable)
  - `best_bid_cost` (number, nullable)
  - `attributes` (object) (default: {})
    - `*` (string)
- `files` (array) (default: [])
  - `@type` (string) (default: "UzexFile")
  - `name` (string, nullable)
  - `path` (string, nullable)
  - `kind` (string, nullable)
  - `size` (number, nullable)
  - `uploaded_at` (integer, nullable)
- `contacts` (array) (default: [])
  - `@type` (string) (default: "UzexContact")
  - `name` (string, nullable)
  - `job_title` (string, nullable)
- `is_budget` (boolean, nullable)
- `is_local_manufacturer` (boolean, nullable)
- `has_bank_guarantee` (boolean, nullable)
- `is_prolonged` (boolean, nullable)
- `prolonged_days` (integer, nullable)

## Errors

### 422 — Validation Error

A filter was passed for a record type that does not support it

What to do: Check the fields against this schema. A URN with the wrong prefix is the most common cause.

- `detail` (array)
  - `loc` (array, required)
  - `msg` (string, required)
  - `type` (string, required)
  - `input` (any)
  - `ctx` (object)

### 408

The request ran past its time limit

What to do: Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.

### 412

The entity was not found, or a precondition failed

What to do: Retrying will not help: either the entity does not exist, or the input points at a different one.

### 429

Too many requests: a rate limit or a usage window is exhausted

What to do: When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.

### 500

Something broke on our side

What to do: Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.

### 529

Rate limit reached, or the endpoint is overloaded

What to do: Wait at least 30 seconds, then retry.

## Response envelope

Success: Array of objects (may be empty if no results)

Error: Error may coexist with partial results if it occurs mid-execution. Check X-Error header and status code.

Every response carries these headers:

- `X-Error` — Error message text (present only on error)
- `X-Request-ID` — Unique request identifier
- `X-Execution-Time` — Execution time in seconds
- `X-Result-Count` — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.
- `X-Total-Available-Results` — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.
- `X-Warning` — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.
- `X-Retry-After` — Seconds to wait before retrying. Present only on 429.

