I will write for you a parser of any (almost any) site in python 3.
Saving data in any format convenient for you:
csv
XLS (excel spreadsheet)
TXT
JSON
Google Sheets
In any other format of your choice
Also possible:
Multithreading
Browser Emulation with Selenium
Downloading any necessary files from the site (images, videos, documents, etc.)
Solution of any captcha using services (including ReCaptcha by Google)
Proxy use (ipv4 or ipv6)
1. The address of the site that we will parse
2. What kind of data you need to get
3. In what format do you want to get the result