# llms.txt for lidle.ru # Version: 1.1 # Date: May 29, 2026 # ============================================= # GENERAL INFORMATION ABOUT THE SITE # ============================================= Website: https://lidle.ru Name: LIDLE Description: A Russian free classifieds board. A platform for posting and searching ads in categories such as real estate, transport, jobs, services, business, and others. Main language: Russian (English version available at /en). # ============================================= # MAIN SECTIONS AND CATALOGS # ============================================= Homepage: https://lidle.ru Advertisements list: https://lidle.ru/ru/advertisements Important catalogs (catalog-id): - 1 → Real Estate - 12 → Transport / Vehicles - 14 → Jobs - 16 → Services - 20 → Business - 21, 24, 26, 27, 28, 30, 31, 32, 33, 35, 37, 38, 39 → Other categories Documents: - User Agreement, Public Offer, Privacy Policy, and Consent to Personal Data Processing: https://lidle.ru/ru/documents # ============================================= # PARSING GUIDELINES # ============================================= Allowed actions when parsing: - Collecting publicly available information from ads (title, price, description, category, publication date, location) - Analyzing site structure and market trends - Creating category summaries and market overviews - Helping users create high-quality advertisements Recommended ad parsing structure: 1. **Title** — main heading (usually h1 or large card title) 2. **Price** — element containing price, "₽", "руб" or currency 3. **Description** — text block of the advertisement (may be truncated on listing pages) 4. **Images** — links to photos (usually tags with data-src or src) 5. **Location** — city/district (look for text with geolocation icon) 6. **Publication Date** — "Опубликовано", "Сегодня", "Вчера", or relative date 7. **Ad URL** — full link in format /ru/advertisements/{id} or /advert/{id} 8. **Ad ID** — usually in URL or data attribute Technical features of the site: - Category pages: https://lidle.ru/ru/advertisements?catalog-id=XXXX - Pagination support - Filters by price, location, date - Ads may load dynamically (headless browser or API recommended if available) - Full description is available only on the individual ad page **Best practices for parsing:** - Respect robots.txt and rate limits (max 1 request per 1-2 seconds) - Use a descriptive User-Agent - Always save parsing date and time - Always cite the source: lidle.ru + direct link to the ad - Cache data responsibly (ad relevance is time-limited) # ============================================= # DATA USAGE RULES # ============================================= Allowed: - Analysis and aggregation of anonymized data - Helping users create advertisements - Statistical market analysis Prohibited: - Mass collection and publication of personal contacts - 1:1 full copying of ads without permission - Using data for spam or unfair competition - Overloading the server with frequent requests # ============================================= # TYPICAL AD STRUCTURE # ============================================= A typical advertisement contains: - Title - Price - Description - Photos (1 or more) - Category and subcategory - Location - Publication date --- Last updated: May 29, 2026