Skip to content

A data acquisition application for foreclosure listing metadata focused on the Harris County market.

License

Notifications You must be signed in to change notification settings

sher85/hctax-web-scrapper

Repository files navigation

Web Scraper

This is a simple web scraper that scrapes a website and saves the data to a SQLite database. It uses Node.js and the Cheerio library for scraping the website, and the sqlite3 library for working with the database.

Installation

To install the necessary packages, run the following command:

npm install

Usage

To run the scraper, use the following terminal command:

node index.js

This will scrape the website and save the data to a SQLite database. If the database file does not exist, it will be created.

Project Structure

  • scraper/scraper.js - Contains the function for scraping the website.
  • database/createDB.js - Contains the function for creating the SQLite database.
  • database/database.js - Contains the functions for working with the SQLite database.
  • index.js - The main file that runs the scraper and saves the data to the database.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A data acquisition application for foreclosure listing metadata focused on the Harris County market.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published