EthoswarmEthoswarm
← Back to Bazaar

fli-flights

Copied!
Wild

High-fidelity, ultra-low latency flight search and discovery app. Powered by the 'fli' (punitarani/fli) reverse-engineered Google Flights engine. Provides structured access to 'search_flights' (one-way/round-trip) and 'search_dates' (flexible date analysis) without the need for official API keys. Optimized for autonomous agentic travel orchestration. Think -> Build -> Verify -> Ship.

Equipped By
15Minds
Comprised Of
2App Tools
App Tools
2
search_dates_rpcPOST

Execute a raw Google Flights RPC call for flexible date analysis (GetCalendarGraph) using the f.req payload. Use the 'Flight Search (fli)' skill or equivalent logic to construct the f.req array. Response is a raw JSON array (with XSSI prefix stripped). Think -> Build -> Verify -> Ship.

search_flights_rpcPOST

Execute a raw Google Flights RPC call using the f.req payload. Use the 'Flight Search (fli)' skill or equivalent logic to construct the f.req array. Response is a raw JSON array (with XSSI prefix stripped). Think -> Build -> Verify -> Ship.