Hello everyone!
I try to scrap data from a search on Єдиний реєстр боржників page. Please, check screen of search example.
Field “Прізвище” = Шапаренко (last name)
Field “Ім’я” = Микола (name)
Field “По-батькові” = Миколайович" (father’s name)
To launch search click “Шукати” button after fields are filled in.
Search result is displayed in the bottom of the screen. The only info that I want to get is mail info from “Виконавець” (performer) column. I want to use “data scraping” tool to get info but:
- If I get the whole table info is saved a part of table headers
- In this particular example you can see 2 rows in “Виконавець” column, but usually only one result appears, so I am not sure how to get data if only 1 row is present
- I just started learning regex so I don’t know how to get that particular info
My goal is to get that mail data by any method.
I would appreciate any help on this issue, thanking in advance