# Cloz — Job search in Uzbekistan (cloz.uz) > Cloz is a free job-search platform for Uzbekistan. It aggregates public > Telegram job postings and structures them into a searchable, multi-language > board covering every region of the country. Job seekers search and apply for > free; employers post and promote vacancies. The interface and listings are > available in Uzbek, Russian and English. - Coverage: all 14 regions of Uzbekistan — Tashkent city, Tashkent region, Samarqand, Fergana, Andijan, Namangan, Bukhara, Khorezm, Surxondaryo, Qashqadaryo, Jizzakh, Sirdaryo, Navoiy, and Karakalpakstan. - Languages: Uzbek (uz, default), Russian (ru), English (en). Uzbek is served at the root with no prefix; prefix any path with `/ru` or `/en` for the other two (e.g. `https://cloz.uz/ru/vacancies`). - Vacancy source: public Telegram channels, automatically normalized and classified into 25 industry categories and roughly 700 specific professions. - Cost: free for job seekers — search, resume builder, and applications. - Freshness: new vacancies are crawled and published continuously through the day, so listings reflect the current job market. - Markdown: every page below is also served as Markdown. Send `Accept: text/markdown` and you get the same page as clean Markdown (typically ~90% smaller than the HTML) with the status code preserved. ## Main entry points - [All vacancies](https://cloz.uz/vacancies): every published job, newest first. An individual posting lives at `/vacancies/{slug}` and carries JobPosting structured data. - [Professions](https://cloz.uz/professions): index of every profession we classify. A single one lives at `/professions/{profession}`, for example [waiter jobs](https://cloz.uz/professions/ofitsiant). - Industry categories live at `/categories/{category}`, for example [sales and call-centre jobs](https://cloz.uz/categories/sotuv-savdo-call-markaz-1) or [IT and programming jobs](https://cloz.uz/categories/it-dasturlash-4). The slug is `-`, so it differs per language; there is no `/categories` index page. - [Remote jobs](https://cloz.uz/remote): vacancies that can be done from anywhere. - [Resume builder](https://cloz.uz/resumes/new): free CV creation, exportable as a PDF. - [Sitemap](https://cloz.uz/sitemap.xml): the complete, always-current URL index, split per language. ## Browsing by region Every region is at `/r/{region}`, with its full vacancy list at `/r/{region}/vacancies`. - [Tashkent city](https://cloz.uz/r/tashkent_city) and [its vacancies](https://cloz.uz/r/tashkent_city/vacancies). - Profession within a region — `/r/{region}/professions/{profession}`, e.g. [driver jobs in Tashkent city](https://cloz.uz/r/tashkent_city/professions/haydovchi). - Category within a region — `/r/{region}/categories/{category}`, e.g. [finance jobs in Tashkent city](https://cloz.uz/r/tashkent_city/categories/buxgalteriya-moliya-audit-2). - District within a region — `/r/{region}/districts/{district}`, e.g. [Chilanzar](https://cloz.uz/r/tashkent_city/districts/chilanzar) or [Yunusabad](https://cloz.uz/r/tashkent_city/districts/yunusabad). - Profession within a district — `/r/{region}/districts/{district}/professions/{profession}`, e.g. [waiter jobs in Sergeli](https://cloz.uz/r/tashkent_city/districts/sergeli/professions/ofitsiant). - City within a region — `/r/{region}/cities/{city}`, e.g. [Samarkand city](https://cloz.uz/r/samarkand/cities/samarkand_city) or [Kokand](https://cloz.uz/r/fergana/cities/kokand_city). - Metro station — `/r/tashkent_city/metro/{station}`, e.g. [Chilonzor station](https://cloz.uz/r/tashkent_city/metro/chilonzor). Tashkent city is the only region with a metro. - Region slugs: `tashkent_city`, `tashkent`, `andijan`, `bukhara`, `fergana`, `jizzakh`, `karakalpakstan`, `kashkadarya`, `khorezm`, `namangan`, `navoi`, `samarkand`, `surkhandarya`, `syrdarya`. ## Browsing by who the job suits Cross-cutting filters at `/t/{facet}`, and per region at `/r/{region}/t/{facet}`. - [Jobs for women](https://cloz.uz/t/ayollar-uchun) · [no experience required](https://cloz.uz/t/tajribasiz) · [in Tashkent city, for women](https://cloz.uz/r/tashkent_city/t/ayollar-uchun). - Facet slugs (Uzbek in every language): `ayollar-uchun`, `erkaklar-uchun`, `tajribasiz`, `smenali`, `kunlik-tolov`, `50-plus`, `talabalar-uchun`, `yarim-stavka`. - Regional coverage is data-driven, not every region × facet combination exists. There is no `/t` index page. ## For employers - [Post a vacancy](https://cloz.uz/employer): pricing, promotion options, the employer sign-up, and the built-in applicant tracking for screening candidates and moving them through hiring stages. ## Guides - [How Cloz works](https://cloz.uz/how-it-works): where the vacancies come from and how they are processed. - [FAQ](https://cloz.uz/faq): frequently asked questions from job seekers and employers. - [Blog](https://cloz.uz/blog): career and hiring articles, at `/blog/{slug}` — for example [spotting fake job offers on Telegram](https://cloz.uz/blog/fake-job-offers-telegram). ## Legal - [Privacy policy](https://cloz.uz/privacy-policy): what we collect and why. - [Terms of service](https://cloz.uz/terms-of-service): the rules for using Cloz. - [Moderation rules](https://cloz.uz/moderation-rules): what gets a vacancy rejected or removed. - [Copyright](https://cloz.uz/copyright): source attribution and takedown contact.