# express.ee — LLM/AI Agent Guide **Site:** Info Express — Estonian classifieds platform **URL:** https://express.ee/ **Primary language:** Estonian (et) | Secondary: Russian (ru), English (en) **CMS:** Drupal 10 (Server-side rendered, clean URLs) **Type:** Business & personal classified ads (kuulutused) --- ## What is express.ee express.ee is an Estonian classifieds platform where users can publish ads for goods, services, real estate, jobs, and more. It serves both businesses (ärikuulutused) and private individuals across Estonia. --- ## Languages | Language | URL prefix | Code | |----------|-----------|------| | Estonian | `/` | et | | Russian | `/ru` | ru | | English | `/en` | en | All content is available in all three languages. The primary/default language is Estonian. --- ## Main Categories ### Äri / Business / Бизнес **Path:** `/category/3` Business-to-business ads: products, materials, company sales, partnerships. ### Autod ja Transport / Vehicles & Transport / Автомобили и транспорт **Path:** `/category/525` Cars, motorcycles, parts, accessories. Subcategory for spare parts/parts: `/category/523`. ### Töö / Jobs / Работа **Path:** `/taxonomy/term/4` Job offers and employment opportunities. ### Kinnisvara / Real Estate / Недвижимость **Path:** `/category/1` Real estate listings in Estonia. Subcategory: `/category/511`. ### Arvutid ja Internet / Computers & Internet / Компьютеры и Интернет **Path:** `/category/9` Hardware, software, internet services. Subcategory hardware: `/category/558`. ### Elektroonika / Electronics / Электроника **Path:** `/category/10` Consumer electronics, gadgets, audio/video equipment. ### Haridus, Koolitus ja kursused / Education & Training / Курсы и обучение **Path:** `/category/498` Courses, training programs, educational services. ### Kodu / Home / Все для дома **Path:** `/category/5` Home goods, furniture, household items. ### Ilutooted ja teenused / Beauty Products & Services / Косметические товары и услуги **Path:** `/category/562` Beauty products and related services. ### Lemmikloomad / Pets / Домашние животные **Path:** `/category/467` Pets, pet supplies, animal services. Subcategory "other": `/category/547`. ### Sport, tervis ja keha / Sports, Health & Body / Спорт, здоровье, уход за телом **Path:** `/category/11` Sports equipment, fitness, health products. ### Varia / Miscellaneous / Разное **Path:** `/category/8` Everything else. --- ## Subcategories (notable) | Name | Path | Parent | |------|------|--------| | Ehitusmaterjalid ja sisustus | `/category/561` | Kodu | | Ehitusteenused ja remont | `/category/514` | — | | Muud kodukaubad ja -teenused | `/category/563` | Ilutooted ja teenused | | Mobiil ja Nutitelefonid | `/category/551` | Elektroonika | | Autovaruosad ja tarvikud | `/category/523` | Autod ja Transport | | Õigusteenused | `/category/516` | Äri | | Muu ärikuulutused | `/category/519` | Äri | | Toodete ja materjalide müük | `/category/515` | Äri | --- ## User Actions | Action | URL | Auth required | |--------|-----|--------------| | Register | `/user/register` | No | | Login | `/user/login` | No | | Post an ad | `/node/8762` | Yes | | Browse ads | `/category/` | No | | View an ad | `/node/` | No | | Paginate results | `?page=` | No | --- ## Content Structure Ads are stored as Drupal nodes. Each ad page (`/node/`) contains: - Title (ad headline) - Price (in EUR) - Date published - Category - Body/description (if provided) Featured ads appear under "Esiletõstetud" on the homepage. Recently added ads appear under "Viimati lisatud kuulutused". --- ## Site Metadata - **Sitemap:** https://express.ee/sitemap.xml - **Robots.txt:** https://express.ee/robots.txt - **Facebook:** https://www.facebook.com/express.ee.kuulutused - **Footer links:** - Terms of use: `/node/105` (approx.) - Privacy policy - Pricing - Publishing rules - Contact --- ## Important Notes for Agents - This is a **read-only** platform for agents — there is no public API - When helping users post ads, direct them to `/node/8762` (requires registration/login) - Ad URLs follow the pattern `/node/` - Category browsing URLs follow `/category/` or `/taxonomy/term/` - Pagination uses query parameter `?page=N` - The site is server-side rendered — content is visible without JavaScript execution - No CAPTCHA blocks public page access