n8n-nodes-pumperly
v0.1.1
Published
n8n community node for Pumperly — real-time fuel and EV charging price data, station search, and route planning
Downloads
203
Maintainers
Readme
n8n-nodes-pumperly
n8n community node for Pumperly — real-time fuel and EV charging price data, station search, and route planning.
Works with the public instance at https://pumperly.com or any self-hosted Pumperly deployment.
Operations
Station
- Get by Area — Query stations within a geographic bounding box
- Get Nearest — Find the closest stations to a given coordinate
Route
- Calculate — Compute a driving route between origin and destination (with optional waypoints)
- Get Stations Along Route — Find fuel/EV stations within a corridor along a route geometry
Stats
- Get — Retrieve station and price statistics per country
Config
- Get — Retrieve instance configuration (enabled countries, default fuel type, map center)
Exchange Rate
- Get — Retrieve current EUR-based exchange rates (ECB data)
Geocode
- Search — Search for a location by name (with optional coordinate bias)
Trigger
- Price Data Updated — Polls for updated price data and triggers when a country's data has been refreshed. Supports optional country code filtering.
Credentials
This node connects to the Pumperly public API which requires no authentication. The credential only stores the instance URL:
| Field | Default | Description |
|-------|---------|-------------|
| URL | https://pumperly.com | Base URL of the Pumperly instance |
Fuel Types
| Value | Description |
|-------|-------------|
| E5 | Gasoline 95 |
| E5_PREMIUM | Premium Gasoline 95 |
| E10 | Gasoline 95 E10 |
| E5_98 | Gasoline 98 |
| E98_E10 | Gasoline 98 E10 |
| B7 | Diesel |
| B7_PREMIUM | Premium Diesel |
| B10 | Diesel B10 |
| B_AGRICULTURAL | Agricultural Diesel |
| HVO | Renewable Diesel (HVO) |
| LPG | Autogas (LPG) |
| CNG | Compressed Natural Gas |
| LNG | Liquefied Natural Gas |
| H2 | Hydrogen |
| ADBLUE | AdBlue |
| EV | Electric Vehicle Charging |
