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.
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.
access-token string requiredtimeout 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")@type string (default: "UzexTender")id string requiredinternal_id integer requiredrecord_type string requireddescription string nullablestatus string nullablestage string requiredprocedure string nullablebuyer object nullable@type string (default: "UzexParty")name string nullabletin string nullableparty_type string nullableregion string nullabledistrict string nullableaddress string nullablecountry string nullablephone string nullableemail string nullablebeneficiary string nullablefounder string nullabledirector string nullablesuppliers array (default: [])@type string (default: "UzexParty")name string nullabletin string nullableparty_type string nullableregion string nullabledistrict string nullableaddress string nullablecountry string nullablephone string nullableemail string nullablebeneficiary string nullablefounder string nullabledirector string nullablevalue object nullable@type string (default: "UzexValue")amount number nullablecurrency string nullableinitial_value object nullable@type string (default: "UzexValue")amount number nullablecurrency string nullablebest_offer_value object nullable@type string (default: "UzexValue")amount number nullablecurrency string nullabledates object nullable@type string (default: "UzexDates")published_at integer nullabledeadline_at integer nullableprolonged_at integer nullableawarded_at integer nullablecontract_at integer nullablecontract_end_at integer nullableupdated_at integer nullableclarification_until_at integer nullableopening_at integer nullableagreement_at integer nullablecategory string nullableregion string nullabledistrict string nullabledelivery_address string nullabledelivery_days integer nullablecountry string (default: "UZ")url string requireddeal_id string nullablecontract_number string nullablecontract_status string nullabledecree string nullableparticipants_count integer nullabletreasury_status string nullablepayment_status string nullablepayment_terms string nullablepayment_days integer nullableadvance_percent number nullableadvance_value object nullable@type string (default: "UzexValue")amount number nullablecurrency string nullablepledge string nullablepledge_amount number nullablecommission_amount number nullableevaluation_method string nullabletechnical_weight number nullableprice_weight number nullablemin_score integer nullableoffer_form string nullableorganizer string nullablesubmission_address string nullableopening_address string nullableconditions array (default: [])qualification_requirements array (default: [])line_items array (default: [])@type string (default: "UzexItem")position integer nullablecode string nullablename string nullabledescription string nullablecategory string nullablequantity number nullableunit string nullableprice number nullablecost number nullablecurrency string nullablecountry string nullabledelivery_month string nullabledelivery_term object nullable@type string (default: "UzexTerm")value integer requiredunit string nullableguarantee_term object nullable@type string (default: "UzexTerm")value integer requiredunit string nullableadvance number nullablebest_bid_price number nullablebest_bid_cost number nullableattributes object (default: {})* stringfiles array (default: [])@type string (default: "UzexFile")name string nullablepath string nullablekind string nullablesize number nullableuploaded_at integer nullablecontacts array (default: [])@type string (default: "UzexContact")name string nullablejob_title string nullableis_budget boolean nullableis_local_manufacturer boolean nullablehas_bank_guarantee boolean nullableis_prolonged boolean nullableprolonged_days integer nullable422 — A filter was passed for a record type that does not support it Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit 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 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 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 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 Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-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.