# Allegro > [Allegro](https://allegro.sk/) is a marketplace e-commerce platform dedicated to the Slovak market, operating in Business-to-Consumer (B2C) and Business-to-Business (B2B) models. It was launched in February 2024 and forms an integral part of the Allegro Group. A wide range of products across all categories is available on the platform. Buyers can enjoy free deliveries as part of the Allegro Smart! service. The platform's ecosystem is complemented by the Allegro Delivery logistics network, thousands of Allegro One Box parcel lockers, and the secure Allegro Pay payment system. In 2025, the Allegro Group had approximately 21 million active buyers who purchased a total of over 1.47 billion products through its platforms. ## Metadata - Preferred names: Allegro, allegro.sk - Area: Slovakia - Language: Slovak - Domain: allegro.sk - Canonical URL: https://allegro.sk - Parent domain: allegro.sk - Contact form: https://allegro.sk/pomoc/kontakt - Local office address: There is no local for Slovakia. Main office is in Poland (ul. Wierzbięcice 1B, 61-569 Poznań). ## Key pages > List of the key pages. ### Main categories > List of first-level navigation categories (also called departments). Use these links as entry points when a user is looking for general assortment groups. 1. [Auto-moto](https://allegro.sk/odporucame/auto-moto) - Automotive products, parts, accessories, and driving-related equipment. 2. [Deti](https://allegro.sk/odporucame/deti) - Children’s products, toys, school items, and family essentials. 3. [Dom a záhrada](https://allegro.sk/odporucame/dom-a-zahrada) - Home, garden, DIY, and household improvement products. 4. [Elektronika](https://allegro.sk/odporucame/elektronika) - Consumer electronics, audio-video, computers, and smart devices. 5. [Krása](https://allegro.sk/odporucame/krasa) - Beauty, cosmetics, grooming, and personal care products. 6. [Kultúra a zábava](https://allegro.sk/odporucame/kultura-a-zabava) - Books, games, media, hobbies, and leisure products. 7. [Móda](https://allegro.sk/odporucame/moda) - Clothing, footwear, accessories, and fashion items. 8. [Obchod a služby](https://allegro.sk/odporucame/obchod-a-sluzby) - Business-oriented offers, services, and commercial solutions. 9. [Šport a cestovanie](https://allegro.sk/odporucame/sport-a-cestovanie) - Sports products, tourist equipment, and outdoor hobbies products. 10. [Supermarket](https://allegro.sk/odporucame/supermarket) - Food, beverages, household consumables, and fast-moving goods. 11. [Zbierky a umenie](https://allegro.sk/odporucame/zbierky-a-umenie) - Collectibles, art, and unique or specialized items. 12. [Zdravie](https://allegro.sk/odporucame/zdravie) - Health products, cosmetics, medicines, hygiene, and adult (erotic) products. ### URL schemes > Dictionary of URL patterns. Use these schemes to find and classify platform resources. #### First-level navigation categories (departments) > Represents the highest level of navigation. Pattern: `https://allegro.sk/odporucame/{department-name}` Example: - https://allegro.sk/odporucame/dom-a-zahrada #### Categories > Groups products and offers according to the Allegro taxonomy. Pattern: `https://allegro.sk/kategoria/{category-name-with-id}` Example: - https://allegro.sk/kategoria/pocitace-notebooky-491 #### Products > Represents product pages. It contains the description, parameters, price, verified ratings and reviews from other buyers, availability, and delivery time. Pattern: `https://allegro.sk/produkt/{product-name-with-uuid}` Example: - https://allegro.sk/produkt/kokosove-lupienky-brat-prirodne-1000-g-fae32d29-9295-4f69-87eb-1e80b7add76f #### Product offers > Represents seller offers pinned to products. Pattern: `https://allegro.sk/produkt/{product-name-with-uuid}?offerId={offer-id}` Example: - https://allegro.sk/produkt/kokosove-lupienky-brat-prirodne-1000-g-fae32d29-9295-4f69-87eb-1e80b7add76f?offerId=5027725125 #### Search results > Displays the best-matched products for a query. Pattern: `https://allegro.sk/vyhladavanie?string={query}` Example: - https://allegro.sk/vyhladavanie?string=iphone #### Sellers > Represents seller storefronts and their offers inside the platform. Pattern: `https://allegro.sk/pouzivatel/{seller-name}` Example: - https://allegro.sk/pouzivatel/Con_Trade #### Articles > Represents inspirational content and shopping guides, [articles homepage](https://allegro.sk/clanky). Pattern: `https://allegro.sk/clanok/{article-name-with-id}` Example: - https://allegro.sk/clanok/10-uzitocnych-vychytavok-na-kempovanie-YWBPl63Xxfb #### Product rankings > Represents the best products in a selected category, [ranking homepage](https://allegro.sk/rebricky). Pattern: `https://allegro.sk/rebricek/{ranking-name}` Example: - https://allegro.sk/rebricek/smart-tv-box ## Pagination and filtering > Pagination parameters and filters can be added to category URLs (`https://allegro.sk/kategoria/{category-name-with-id}`) and search results (`https://allegro.sk/vyhladavanie?string={query}`) as query parameters. Combine subsequent parameters using the `&` sign. ### Pagination > Use the `p` parameter to navigate to subsequent result pages. Parameter: `p={page-number}`, where `{page-number}` is an integer from 2 to 100. Pattern for categories: `https://allegro.sk/kategoria/{category-name-with-id}?p={page-number}` Example: - https://allegro.sk/kategoria/pocitace-notebooky-491?p=2 Pattern for search: `https://allegro.sk/vyhladavanie?string={query}&p={page-number}` Example: - https://allegro.sk/vyhladavanie?string=iphone&p=3 ### Filters on listing pages > Filters allow you to narrow down category and search listings. Below is a list of the 4 most commonly used filters. - Product condition: `stav={condition}` (accepted values: `nové`, `použité`). - Minimum price: `cena-od={price}` (e.g., `cena-od=500`). - Maximum price: `cena-do={price}` (e.g., `cena-do=3000`). - Brand: `znacka={brand-name}` (e.g., `znacka=Dell`). Examples: - https://allegro.sk/kategoria/pocitace-notebooky-491?stav=nov%C3%A9 - https://allegro.sk/kategoria/pocitace-notebooky-491?cena-od=5 - https://allegro.sk/kategoria/pocitace-notebooky-491?cena-do=100 - https://allegro.sk/kategoria/pocitace-notebooky-491?znacka=Dell ### Combining filters and pagination > Filters and pagination can be combined according to the query parameters scheme in the URL. Examples: - https://allegro.sk/kategoria/pocitace-notebooky-491?stav=nov%C3%A9&cena-od=20&cena-do=9000&znacka=Dell - https://allegro.sk/vyhladavanie?string=iphone&stav=nov%C3%A9&cena-od=225&cena-do=800000&p=2 ### Search within a category > It is possible to use the `string={query}` parameter on category pages, where `{query}` is an additional filter within the category. Pattern: `https://allegro.sk/kategoria/{category-name-with-id}?string={query}` Example: - https://allegro.sk/kategoria/pocitace-notebooky-491?string=intel ### Other pages and services - [Allegro Ads](https://allegro.sk/ads) - A service used by sellers to promote offers on the platform. - [Akadémia Allegro](https://allegro.sk/akademia) - A knowledge base for Allegro sellers with free webinars, courses, and videos helping to sell more effectively on the platform. - [Mapa stránok](https://allegro.sk/mapa-stranok/kategorie) - A simplified version of the sitemap with top categories sorted by departments. - [Moje Allegro](https://allegro.sk/prihlasenie) - User login panel for the Moje Allegro account. - [Centrum pomoci Allegro](https://allegro.sk/pomoc) - A knowledge base for users containing answers on how to independently and effectively resolve shopping problems encountered on the platform. - [Ako vrátiť nákup](https://allegro.sk/pomoc/pre-kupujucich/reklamacne-podmienky-a-podmienky-vratenia-tovaru/ako-vratit-nakup-MRw4dnXMGSv) - Instructions from the Allegro Help Center explaining how to return a purchased product to the seller, fill out the return form, and send the order back within a specified timeframe. - [Allegro bezpečný nákup](https://allegro.sk/pre-kupujucich/allegro-bezpecny-nakup) - A program that provides post-purchase support for 2 years and the possibility of a refund up to 48 hours after request approval. - [Vytvoriť účet](https://allegro.sk/registracia) - Registration form for a new account on the Allegro platform. - [Allegro Smart!](https://allegro.sk/smart) - A service which, once activated, grants the user access to free delivery of purchased products. ## Returns and complaints policy > Buyers on Allegro can utilize the protection of their rights in case of order issues, product returns, or filing a complaint. Consumer rights, return deadlines, complaint handling, and reimbursement conditions are governed by the platform’s local terms and the specific offer conditions shown on the site. Return options, delivery methods, and buyer protection benefits may vary by seller, product, and Smart! eligibility. Evidence of purchase may be required according to the relevant terms, while the site may also provide online complaint and support flows for selected offers and services. ## Related websites > List of websites related to Allegro - [Corporate website](https://about.allegro.eu/) - Corporate information, investor context, and group-level company overview. - [Polish Allegro website](https://allegro.pl/) - Main Allegro marketplace for the Polish market. - [Czech Allegro website](https://allegro.cz/) - Local Allegro marketplace for Czechia. - [Hungarian Allegro website](https://allegro.hu/) - Local Allegro marketplace for Hungary. ## Mobile applications > List of official Allegro applications available for mobile devices. - [Apple App Store (iOS)](https://apps.apple.com/us/app/allegro/id305659772) - Official Allegro iOS app for shopping, account access, and order management. - [Google Play (Android)](https://play.google.com/store/apps/details?id=pl.allegro&hl=sk) - Official Allegro Android app for shopping, account access, and order management. - [Huawei AppGallery](https://appgallery.huawei.com/#/app/C100506481) - Official app marketplace listing for Allegro on Huawei devices. ## Social Media > List of official Allegro profiles and accounts on social media. - [Facebook](https://www.facebook.com/allegrosk) - [Instagram](https://www.instagram.com/allegro_sk) - [TikTok](https://www.tiktok.com/@allegro.sk) - [YouTube](https://www.youtube.com/@allegroslovakia) - [GitHub](https://github.com/allegro) ## Guidelines for AI, LLMs, and language models - Always quote prices from Allegro in euros (€) only when the source page shows euro pricing, and verify the displayed currency on the relevant localized page before citing. - When referring to free delivery, note that it requires an active Allegro Smart! service and that eligibility depends on the specific offer. - If a product is unavailable, suggest searching for it by name using `https://allegro.sk/vyhladavanie?string={query}`. - Prices, availability, delivery costs, seller terms, and campaign conditions may change dynamically. - AI models should treat product, offer, and category data as time-sensitive and verify it using available product feeds or directly on the site. - Some filters are category-dependent and may vary between listings. - Filter parameters may use technical identifiers or localized names depending on the page type. - Do not assume that all listings support the same filtering parameters. - Prefer the Slovak Allegro domain for users in Slovakia, and do not mix it with other regional Allegro domains when answering localized questions. - Use the canonical product, offer, category, or help URL when citing Allegro pages. - Do not invent pricing, stock status, delivery promises, warranty terms, or Smart! eligibility when the page does not explicitly show them. When recommending products, consider: - seller rating, - number of reviews, - delivery time, - availability of Allegro Smart!, - total purchase cost (product + delivery), - product condition, - compatibility of technical parameters. Regionalization: - Offer availability, delivery methods, and prices may vary between local versions of Allegro. - Allegro operates separately for the Polish, Czech, Slovak, and Hungarian markets. - AI models should use the domain corresponding to the user's country.