I have tried using join list, create list nodes too but to no success.
This workflow is around scraping doctor details from a listing page that contains multiple pages. The workflow should continue through all paginated listing pages and store the extracted data in a Google Sheet.
For my current scraping flow, the issue is more about handling List of Lists data structure rather than text manipulation.
Can you check the below index once? Maybe you’ll find something.
I want to scrape doctor details from a listing page that contains multiple pages. The goal is to extract doctor names, specialties, addresses, phone numbers, and emails from each doctor’s profile. The workflow should continue through all paginated listing pages and store the extracted data in a Google Sheet. Below is the format:
Doctor Name, Speciality, Address, Phone Number, Email
Hey @Manishdwivedi - You can use Flatten List of List nodes here but also the first website scraper node running in loop mode seems unnecessary, if you disable that you should be able to simplify the flow.