A very simple process which scrapes the fuel prices of the European Union and shows them on a table.
Python scripts which retrieves the fuel prices of every country of the European Union and stores them on a JSON file. The data is retrieved from the EU Weekly Oil Bulletin. This scrapper runs once a week.
This is the webpage with a script written in JavaScript embedded that shows the data on a table.
Example of file generated by the scrapper.
Well, this could be used as a kind of API.