Gas Prices Scraper - US Fuel Price Tracker avatar

Gas Prices Scraper - US Fuel Price Tracker

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Gas Prices Scraper - US Fuel Price Tracker

Gas Prices Scraper - US Fuel Price Tracker

Track US gas prices by state and metro area. Get current, yesterday, week/month/year ago averages for Regular, Mid-Grade, Premium, and Diesel. Data from AAA.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Track US gas prices by state and metro area. Get current averages plus historical comparisons for Regular, Mid-Grade, Premium, and Diesel fuel.

What it does

Scrapes AAA's official gas price data for all 50 US states + DC. Returns current average prices at both state and metro-area level, along with yesterday, last week, last month, and last year comparisons.

Input

FieldTypeDescription
statesstring[]State codes to scrape (e.g. ["CA", "TX"]). Leave empty for all states.
includeMetrosbooleanInclude metro-area price breakdowns (default: true)
includeNationalbooleanInclude US national average (default: true)

Output

Each result includes:

{
"area": "Los Angeles-Long Beach",
"state": "CA",
"type": "metro",
"regularCurrent": 6.024,
"midgradeCurrent": 6.26,
"premiumCurrent": 6.421,
"dieselCurrent": 7.343,
"regularYesterday": 6.049,
"midgradeYesterday": 6.279,
"premiumYesterday": 6.448,
"dieselYesterday": 7.351,
"regularWeekAgo": 6.144,
"regularMonthAgo": 6.177,
"regularYearAgo": 4.693,
"yearOverYearChange": 1.331,
"scrapedAt": "2026-06-03T12:00:00Z"
}

Use cases

  • Price monitoring — Track fuel costs across states and metro areas over time
  • Fleet management — Find cheapest fuel regions for logistics and trucking
  • Travel planning — Compare gas prices along your route
  • Market research — Analyze regional fuel price trends and year-over-year changes
  • Dashboards — Feed gas price data into BI tools and reports

Data types

  • national — US national average
  • state — State-level average (e.g. "CA State Average")
  • metro — Metro-area average (e.g. "Los Angeles-Long Beach", "San Francisco")

Data source

All data comes from AAA Gas Prices, the most trusted gas price source in the United States.