scrape data from website/export to csv

Job ID: 37129690

Budget: $30 – $250 USD

I would like a python script (or similar) that I will run on a windows system to produce two csv files from data found at https://civilinquiry.jud.ct.gov/

System will accept the following parameters:
• Caseupdates filename
• Courtdates filename
• Docket

The system will then parse the following page:
https://civilinquiry.jud.ct.gov/CaseDetail/PublicCaseDetail.aspx?DocketNo=FSTCV206046704S
(the last section is the docket number passed into the script)

And create two CSV files (delete existing if it exists):
Caseupdates: create a csv based on the “Motions / Pleadings / Documents / Case Status” section
• Entry No
• File Date
• Filed By
• Description text
• Description URL

Courtdates: create a csv based on the “Scheduled Court Dates” section:
• Num
• Date
• Time
• Event Description
• Status
Related categories: Python Data Processing Web Scraping