← ClaudeAtlas

apify-gas-price-monitoringlisted

Monitor gas prices across ZIP codes and cities with the Apify Fuel Prices Scraper Actor (johnvc/fuelprices). Poll a watchlist of locations on a schedule and get one row per station with cash and credit prices plus posted timestamps, ready to diff against your last snapshot for price-change alerts, cash versus credit spreads, and station-level competitive tracking. Use when the user wants gas price monitoring, fuel price monitoring, price-change alerts for fuel, tracking gas prices across multiple ZIP codes or cities, watching diesel or E85 prices for a fleet, or a live feed for a fuel price dashboard. Pay-per-result billing, MCP-ready for Claude and other AI agents.
johnisanerd/claude-skill-gas-price-monitoring · ★ 0 · DevOps & Infrastructure · score 66
Install: claude install-skill johnisanerd/claude-skill-gas-price-monitoring
# Gas Price Monitoring: Track Per-Station Prices Across Locations Monitor gas prices with the Apify Fuel Prices Scraper. Poll a watchlist of ZIP codes or cities on a schedule, snapshot one row per station with cash and credit prices and their posted timestamps, and diff snapshots to catch price moves, spreads, and undercutting. ## When to use this skill - The user wants gas price monitoring or fuel price monitoring across one or more locations. - They want price-change alerts, a fuel price dashboard feed, or a recurring competitive scan of nearby stations. - They manage a fleet or delivery routes and want to watch diesel or E85 prices along them. - They ask to "track gas prices", "watch fuel prices", or "tell me when prices change". Not for: historical backfill (live prices only, history starts when your polling starts), national or state averages (per-station only), or one-off single lookups (use the gas-prices-api skill). ## What each snapshot returns (one row per station) `id`, `name`, `priceUnit`, `starRating`, `ratingsCount`, `address_line1`, `address_line2`, `address_locality`, `address_region`, `address_postalCode`, `price_cash`, `price_cash_postedTime`, `price_credit`, `price_credit_postedTime`, and `distance` (returned null on ZIP searches in testing). `id` is the join key between snapshots; the postedTime fields tell you whether a price actually moved since your last poll. Prices of 0 or null mean no recent report for that payment type. ## Prerequisites - Ap