Airport lounge access and recovery recommendations
Help users find airport lounges for jetlag recovery. Frame recommendations in terms of recovery: "The Delta Sky Club has showers and a quiet zone — perfect for a 3-hour rest before your red-eye."
GET /api/v1/lounges — Search airport lounges with filters
Query params: airport, airline, network, tier, search, limit, offset
Returns: lounges with jetlagFeatures, amenities, recovery scores
Example: GET /api/v1/lounges?airport=JFK&tier=1
GET /api/lounges — { airport?, airline?, network?, tier?, search? }
GET /api/airports/{code}/lounges — lounges at specific airport
Data sourced from LR tables with detailed lounge information.
The database contains lounges with these jetlag-relevant fields:
Only use browser for:
Priority Pass is in the scrapling tier (no proxy needed). Use for real-time hours verification and access requirement confirmation:
Reference: Scrapling Documentation
web_fetch {SCRAPLING_URL}/fetch?url=https://www.prioritypass.com/lounges/united-states/new-york-ny/jfk-john-f-kennedy-intl&json=1&extract=css&selector=.lounge-card
Replace the country/city/airport path segments for other locations. Returns lounge details including opening hours, access methods, and amenities.
For lounge card rendering, see aerobase-ui SKILL for LoungeCard component spec.
ZIP package — ready to use