I’m trying to extract data from this link and I’m encountering a challenge. There are about 30-35 listings on each page, and each listing has a “Contact Us” button that contains the information I need. My goal is to automate the following process:
Click on the “Contact Us” button for a listing to extract the required information.
Return to the listing page.
Repeat the process for the next “Contact Us” button.
Continue this for all listings on the current page.
Move to the next page and repeat the process for all pages.
Could you please guide me on how to achieve this efficiently?
@mkankatala
After clicking the “Contact Us” button, another page displays all the information, including the company name, address, contact number [contact number is sometimes in a link (view phone) that can be viewed by clicking on it], contact person, and cell phone.
I want to extract the data into an excel sheet.