Domains
Forms
- SKILL.md50.0%
- scripts50.0%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When user wants Airbnb search results, vacation rental listings, or scrape Airbnb by destination (e.g. "find rentals on Airbnb", "Airbnb destination search").
https://www.airbnb.com/s/{destination}/homes?{params} and wait for stable loadeval "$(python scripts/search-listing.py)" to parse SSR-embedded niobeClientData JSONcursor param from returned cursors array until total_pages or emptyStructured JSON of Airbnb listings with pagination cursors; enables bulk collection of rental data for market research or price monitoring.
Use Cases
A travel market analyst wants to study short-term rental supply in Lisbon. They open the Airbnb search page for Lisbon, then use this skill to extract all available listings with prices, ratings, and coordinates across multiple pages. The structured data is exported for supply-density and pricing analysis, saving hours of manual browsing and enabling data-driven market reports.
A price-monitoring operator tracks competitor vacation rentals in Bali. Using the skill's cursor pagination, they script daily extraction of new Airbnb listings with badges like "Guest favorite" and price qualifiers. The collected dataset feeds a dashboard that alerts on price drops and availability changes, automating competitive intelligence without manual page-by-page checks.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File