Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 670 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 670 Bytes

Florida Compensation Scraper

This Scrapy project is designed to scrape Florida compensation claims data from www.jcc.state.fl.us.

Requirements

  • Scrapy==2.11.0
  • Selenium==4.15.2

Installation

  1. Clone the repository:

    git clone [email protected]:EhsanSafir/Florida-Compensation-Scraper.git
    cd <repository-directory>
  2. Install dependencies using pip:

    pip install -r requirements.txt

How to Run

To run the scraper, use the following command:

scrapy crawl spider -a start_page=<start_page_number> -a end_page=<end_page_number>