Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pjirsa/skiboatscraper
- Owner: pjirsa
- Created: 2016-07-26T18:24:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T13:00:14.000Z (over 8 years ago)
- Last Synced: 2024-10-30T00:33:53.645Z (about 2 months ago)
- Language: HTML
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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