Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Scraper

Overview

The Data Scraper project is designed to fetch and extract data from various web sources. The extracted data can be stored in different formats such as CSV, JSON, or directly into databases for further analysis and usage.

Features

  • Scrape data from websites
  • Parse HTML content using BeautifulSoup
  • Store extracted data in CSV or JSON format
  • Configurable settings for different websites
  • Error handling and logging

Requirements

  • Python 3.7+
  • requests
  • BeautifulSoup4
  • pandas
  • selenium

Source

This repository provides data crawled from web:

Structure

├── Great School
│   ├── GreatSchool.ipynb
├── Realtor
│   ├── Realtor.ipynb
├──USNews
│    ├── USNews.ipynb
├──requirements.txt
└──README.md

Installation

To get started with the project, follow these steps:

  1. Clone the repository:

    $ git clone https://github.com/toanuitt/Scrape-data.git
  2. Navigate to the project directory:

    $ cd Scrape-data
  3. Install the required packages:

    $ pip install -r requirements.txt

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages