Web Scraping to CSV

Job ID: 40050472

Budget: €8 – €30 EUR

I need to create csv-file form webpage search results containing specified information. But first stap to do a search, there will be many pages of results, need to collect info form each page.

URL is https://virre.prh.fi/novus/registeredNotifications?execution=e2s1

Need to set value 01.01.2025 for <input id="startDate"> and value 11.01.2025 for <input id="endDate"> <--I will adjust spider when I do more runs

Correct value for <select id="registrationTypeCode"> is <option value="kltu.U">Perustaminen</option> and <button type="submit">

From search result pages I need to collect information like this sample:
<td><b><a href="/novus/registeredNotifications?execution=e2s2&_eventId=browse&companyId=14911269"> and follow url to collect following data to csv, one datapoint per column.

Spider needs to go through all result pages
Needed data is like this sample - value is between >td> tags:

<tr class="parent-row">
***THIS IS CELL NAME "Nimi"***<td><strong>Nimi</strong></td>
***THIS IS CELL "Nimi" VALUE***<td>Neuvola Anneli Miettinen</td>
***THIS IS CELL NAME "Y-tunnus"***<td><strong>Y-tunnus</strong></td>
***THIS IS CELL "Y-tunnus" VALUE***<td>1212864-2</td>
***THIS IS CELL NAME "Osoite"***<td class="text-right"><strong>Postiosoite</strong></td>
***THIS IS CELL "Osoite" VALUE1***<span>c/o Anneli Miettinen</span>
***THIS IS CELL "Osoite" VALUE2***<span>Kaartokatu 16</span>
***THIS IS CELL "Osoite" VALUE3***<span>96100</span>
***THIS IS CELL "Osoite" VALUE4***<span>Rovaniemi</span>
***THIS IS CELL NAME "Puhelin"***<td class="text-right"><strong>Puhelin</strong></td>
***THIS IS CELL "Puhelin" VALUE***<td>+358445705754, +358445705754</td>
***THIS IS CELL NAME "Email"***<td class="text-right"><strong>Sähköposti</strong></td>
***THIS IS CELL "Email" VALUE***<td>miettinen.anneli(a)gmail.com</td>

please provide me sample file of 5 results so I can verify you get data I need. Then we will negotiate for price of python spider. Kindly note that maximum price tag will be 20 € for task as Python master can do it quicly with beautifulsoup4 and AI help.