/vgn-prices

A simple web scraper to extract prices from www.vgn.de/tickets to JSON, CSV and Markdown.

Primary LanguageJavaScript

VGN Prices

A simple web scraper to extract prices from www.vgn.de/tickets to JSON, CSV and Markdown.

Usage

Use results ...

The repo includes the latest results, so you don't have to run the script yourself.

... or scrap yourself

git clone https://github.com/justusjonas74/vgn-prices
cd vgn-prices
npm install 
npm run scraper # generates prices.json and prices.csv
npm run markdown # generates prices.md  based on prices.json

Supported Products

Actually only products with a price table on their web page are supported, cause that's the scraping source.

Included

Not included

Licence

Source code is licensed under MIT license. No license and no guarantees implied on the produced data, produce and use on your own risk.