Skip to content

πŸ πŸ“Š Extract real property data from the Maryland State Department of Assessments and Taxation (SDAT) website using this Python script. It employs Selenium, chromedriver-autoinstaller, and other modules for seamless automation. 🐍🌐

Notifications You must be signed in to change notification settings

kawsarlog/maryland_RealProperty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Maryland Real Property Data Extraction

Python Version Selenium Version chromedriver-autoinstaller Version

🐍🏠 Extract real property data effortlessly from the Maryland State Department of Assessments and Taxation (SDAT) website with this Python script. 🌐 It leverages Selenium, chromedriver-autoinstaller, and other modules to automate the process seamlessly. πŸ“ŠπŸ”

Requirements

Python Installation

Install the right Python version from https://www.python.org/downloads/ make Sure to Enable this option

Installation

  1. Clone the repository:

    git clone https://github.com/kawsarlog/maryland_RealProperty.git
  2. Navigate to the project directory:

cd maryland_RealProperty
  1. Install the required dependencies:
pip install selenium==4.9.0
pip install chromedriver-autoinstaller==0.4.0

#Run the script:

python maryland.py

The script will read the input CSV file, extract the real property data from the Maryland SDAT website, and write the output to a CSV file.

Contact For any questions or inquiries, please contact:


Disclaimer

Disclaimer for Web Scraping

This repository contains scripts and code for web scraping purposes. Please be aware of the following:

  1. Educational Purpose: The code provided in this repository is intended solely for educational purposes. It is designed to demonstrate web scraping techniques and is not intended for commercial use or any other non-educational application.

  2. Specific Scope: The scripts included here are specifically designed to scrape data from websites in Maryland. Ensure that your use of this code is appropriate and legal within this context.

  3. Legality: Ensure that your use of this code complies with the laws and regulations of your jurisdiction. Web scraping may be subject to various legal restrictions, and it is your responsibility to understand and adhere to these regulations.

  4. Terms of Service: Many websites have terms of service (ToS) that explicitly prohibit or restrict web scraping. It is your responsibility to review and comply with the ToS of any website you intend to scrape. Violating a website's ToS can result in your IP address being banned or legal action being taken against you.

  5. Ethics: Consider the ethical implications of your web scraping activities. Do not scrape websites in a manner that may cause harm to the website's operations, such as excessive requests that can lead to server overload.

  6. Attribution: If you are using data obtained through web scraping in any publication or project, ensure that you attribute the data source appropriately and give credit where it is due.

  7. Responsibility: The creators of this repository are not responsible for any misuse of the code provided. Use this code at your own risk. The repository is provided "as is" without warranty of any kind, express or implied.

By using the code in this repository, you acknowledge and agree to this disclaimer.

About

πŸ πŸ“Š Extract real property data from the Maryland State Department of Assessments and Taxation (SDAT) website using this Python script. It employs Selenium, chromedriver-autoinstaller, and other modules for seamless automation. 🐍🌐

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published