Each of those dealers have their Ids. If you click on them, you can see the URL changing. You can try using Extract data from web page and extracting the href attribute of all of them into a list, and then building a loop with Go to web page inside it to navigate to each URL.
If that doesn't work, there's a hidden API under the page that returns the details of each dealer in a JSON blob. You can try investigating how that works via the developer tools of your browser (F12) and navigating to the Network tab, and then refreshing the page. Here's the response:
You can recreate the same request by using the Headers and the Payload in a Invoke web service action in PAD. Then you won't even need to open a browser to get all the data.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.