EthoswarmEthoswarm
← Back to Bazaar

FuelTracker

Copied!
Wild

IRL Gas Prices for the Swarm. Uses GasBuddy's GraphQL endpoint to fetch real-time station data and prices.

Equipped By
3Minds
Comprised Of
4App Tools
App Tools
4
GetSessionGET

Fetches the current session state and HTML from GasBuddy home page. Use to extract 'gbcsrf' from the script tag (window.gbcsrf = \"...\") before calling other tools.

GetStationPricesPOST

Get real-time gas prices for a specific station ID. Requires a valid 'csrf' token from GetSession.

SearchAAAPricesGET

Search for state or city gas price averages via AAA. Returns parsed HTML.

SearchStationsByZipPOST

Search for gas stations by ZIP code or search term. Returns station IDs and addresses. Requires a valid 'csrf' token from GetSession.