Hi Guys,
I’m very new to data scraping and I am stuck with trying to scrape some details from this website: https://widget.nhsd.healthdirect.org.au/v1/widget/search/detail?widgetId=779e931b-2fb9-4ccb-8170-7bcc190a159d&types=[services_types]%3Ageneral+practice+service&delivery=PHYSICAL&id=21faf9b2-1d8d-45af-aa08-5b9fdee89681
I can collect the columns I want from a row, however the data just repeats the same row over and over. It won’t jump to the next row and capture the data for the columns.
I’m trying to collect the medical practice name, email, phone, fax, web, and address.
Here are my settings:
Type: List
Page:
- Scroll to the bottom of the page.
- Click on ALL elements specified by the selector.
Scrape:
Rows = shows 20 rows which is correct.
Columns = Captures column data from one row accurately.
Nav: Not used
It then just repeats the same row over and over.
Any help would be greatly appreciated.
Thanks