What problem does it solve?
Russian-speaking travellers booking stays in Georgia and the CIS often cannot use Airbnb or Booking, which withdrew or reject Russian cards. This Skill searches Sutochno.ru, a Russian short-term-rental marketplace where owners accept ruble payments via Mir card or bank transfer, and returns structured listing data without requiring login.
Core Features & Use Cases
- Headless browser scraping: Uses Patchright (a Playwright fork) to load server-rendered Sutochno city pages and extract listing cards, since the platform's JSON API is auth-walled.
- Structured output: Returns JSON with listing id, name, area, rubles per night, rating, review count, and URL, deduped by id and sorted by rating then price.
- Client-side filtering: Filter results by minimum rating and maximum nightly price in rubles, with a configurable result limit.
- Use Case: A traveller planning a week in Tbilisi asks for highly rated apartments under 8000 rubles per night; the Skill searches tbilisi.sutochno.ru and returns the top matching listings with direct booking links.
Quick Start
Ask the AI to search Sutochno for apartments in Tbilisi rated 9.0 or higher under 8000 rubles per night and return the results as JSON.