This Scrapy project is designed to scrape Florida compensation claims data from www.jcc.state.fl.us.
- Scrapy==2.11.0
- Selenium==4.15.2
-
Clone the repository:
git clone [email protected]:EhsanSafir/Florida-Compensation-Scraper.git cd <repository-directory>
-
Install dependencies using pip:
pip install -r requirements.txt
To run the scraper, use the following command:
scrapy crawl spider -a start_page=<start_page_number> -a end_page=<end_page_number>