find_cheapest_gas_stations_nearby
Find five nearby gas stations in Korea sorted by price from low to high near an address or place, with fuel type and radius filters.
Instructions
Finds the 5 cheapest gas stations near a specific location using Fuel Station Compass(주유소 나침반).
This tool searches for gas stations within the specified radius using Opinet API and returns the top 5 cheapest options sorted by price.
Args: location: Location address or place name (e.g., "Gangnam Station", "Seoul Gangnam-gu Teheran-ro 212") fuel_type: Fuel type code - B027: Gasoline(default), D047: Diesel, K015: Kerosene, C004: LPG radius: Search radius in meters (max 5000, default: 1000)
Returns: location: Search location name gas_stations: Top 5 cheapest gas stations [ { "name": Station name, "brand": Brand name, "price": Price in KRW, "distance": Distance from location in meters }, ... ]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| radius | No | ||
| location | Yes | ||
| fuel_type | No | B027 |