Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pjirsa/skiboatscraper

NodeJS script to scrape a screen with boats for sale and produce a JSON and CSV file of that data.
https://github.com/pjirsa/skiboatscraper

Last synced: 8 days ago
JSON representation

NodeJS script to scrape a screen with boats for sale and produce a JSON and CSV file of that data.

Awesome Lists containing this project

README

        

# Ski Boat Scraper
This nodejs script will make a web request to [http://ski-it-again.com]() and scrape a list of boats for sale.
It then converts the list to a json and csv file.
Import the csv file to Excel for advanced filtering and sorting capabilities.

## Installation
- Clone this repo
- Run ``npm install``
- Run ``node app.js``

## Prerequisites
- NodeJS