VOOZH about

URL: https://apify.com/natasha.lekh/gas-prices-scraper/api

⇱ Free Gas Prices Scraper API [DEPRECATED] Β· Apify


πŸ‘ Gas Prices Scraper avatar

Gas Prices Scraper

Deprecated

Pricing

$10.00/month + usage

Go to Apify Store

Gas Prices Scraper

Deprecated

β›½ Find lowest gas prices and timestamps of price updates from gas stations in your area. Scrape gas station addresses, gas company names, open/closed status, website, reviews (stars), postal code and more. Download data scraped from Google Maps in various formats including HTML, JSON, and Excel.

Pricing

$10.00/month + usage

Rating

0.0

(0)

Developer

πŸ‘ Natasha Lekh

Natasha Lekh

Maintained by Apify

Actor stats

6

Bookmarked

393

Total users

1

Monthly active users

8 months ago

Last modified

Categories

Share

You might also like

Gasbuddy Scraper | Gas Price Scraper

stanvanrooy6/gasbuddy-scraper

Scrape real-time gas prices and station information from GasBuddy.

34

Enrich Google Maps Dataset with Contacts

compass/enrich-google-maps-dataset-with-contacts

Enrich Google Maps Dataset with Contacts. Scrape websites of Google Maps places for contact details and get email addresses, website, location, address, zipcode, phone number, social media links. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

1.7K

3.1

(9)

URL Metadata Crawler

easyapi/url-metadata-crawler

Extracting comprehensive metadata from web pages. Gather vital information like meta tags, favicons, Open Graph tags, and more, all while enjoying flexible options for customization. Perfect for SEO specialists, developers, and content creators looking to enhance their web presence! 🌐

Free Google Maps Scraper - Low-cost & Extensive

blueorion/free-google-maps-scraper-extensive

Reliable Actor to Extract Google Maps data using Free Credit or $3 per 1000 results. Extensive Data Outputs include `addresses`, `coordinates`, `reviews`, `menus`, `opening hours`, `gas station info`, `EV charging station info`, `tours and activities`, `admission and tickets`, and `hotel deals`

195

4.9

(5)

Google Maps Scraper βœ… $1.5/1k places

x_guru/google-maps-scraper

Scrape Google Maps places from $1.5/1k results. Get business names, addresses, phones, websites, ratings, reviews, images, opening hours, GPS coordinates, categories, Place IDs, and optional public website emails from keywords, URLs, Place IDs, or map areas.

πŸ‘ User avatar

Hundevmode Labs

13

5.0

(1)

FuelPrices | Pay Per Result, Easy to Use, No Cookies

johnvc/fuelprices

Get live fuel prices, diesel, and gas price data. Pay only for the results you need - no subscriptions, no commitments. Perfect for tracking local fuel costs, building comparison apps, or analyzing price trends. Pay per usage: no setup, no minimums, no subscriptions.

EIA Energy Data Scraper

parseforge/eia-energy-data-scraper

Scrape US energy prices from the Energy Information Administration. Get weekly crude oil spot prices, gasoline prices by state, and diesel prices by region. Includes current, historical, and year-over-year price comparisons.

EPA Fuel Economy Vehicle Data Scraper

compute-edge/fuel-economy-scraper

Extract EPA fuel economy data from fueleconomy.gov for any year, make, and model. Returns MPG ratings (city/highway/combined), CO2 emissions, fuel type, electric range, annual fuel cost, transmission, drive type, and vehicle class. Covers all vehicles from 1984-2026 including EVs and hybrids.

Google Maps Extractor

compass/google-maps-extractor

Extract data from hundreds of places fast. Scrape Google Maps by keyword, category, location, URLs & other filters. Get addresses, contact info, opening hours, popular times, prices, menus & more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

84K

4.8

(204)

Free Google Maps Scraper - Simplified Version

blueorion/free-google-maps-scraper-simplified

Simplified version of "Free Google Maps Scraper - Low-cost & Extensive". FASTER & CHEAPER.

390

3.3

(5)

You can access the Gas Prices Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "location": "New York",
< "maxCrawledPlacesPerSearch": 10
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/natasha.lekh~gas-prices-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Free Gas Prices Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Gas Prices Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/natasha.lekh~gas-prices-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/natasha.lekh~gas-prices-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/natasha.lekh~gas-prices-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Gas Prices Scraper API programmatically via the Apify API.

You can choose from:

Gas Prices Scraper API in Python

Gas Prices Scraper API in JavaScript

Gas Prices Scraper API through CLI

Gas Prices Scraper OpenAPI definition

You can start Gas Prices Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Gas Prices Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Gas Prices Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.