Hi,
I am trying to scrape data from a website that shows a Digital Card in a grid format.
Each Digital Membership Card contains information like name, membership ID, QR code image, and expiry date. I am using the Web Scraper extension but I am getting stuck while extracting the data properly.
The main issue is that I am not able to correctly select each field inside the card layout. The QR code image is also not getting extracted properly, and I am only getting text or empty values. Another problem is that the cards are loaded across multiple pages, so pagination is confusing me.
I am also not sure whether I should use a sitemap approach or manually select elements for this type of Digital Membership Card structure.
My goal is to export all Digital Membership Card data into CSV or JSON format, including the QR code image URLs if possible.
If anyone has worked on a similar Digital Membership layout scraping setup, please guide me on the best approach.