I have a database in Stata (I know it's complicated to use Stata and Python, but there's no problem as I can export the database to Excel)
Now, this database has Name, Surname, Date of birth as variables, and I want to use the data from this database to do webscrapping.
The url has a field of Name, Surname, Date of birth and a button to consult.
That's why I'm looking for this process to be done for the previously mentioned database.
By putting the above information, the page generates a tab with information that I want to collect.
Is it possible to do this with Python and ScrapySpider?