I have a website that I am trying to scrape data from. Each Record is saved in an individual table with the class main_table in a div with class main. There are no distinct identifiers on any of the tables other than their interior text. I can extract data from one table but not all of them (there could be 2000 records or 33). Is there a way to repeat the extract web data step for each record/table on the page when they don't seem to have any unique identifiers to loop through?
I have tried extracting data from the larger div containing all of the tables and this didn't seem to work. But I'm open to getting the data in a different way. I like using the extract as a table because it preserves the two columns that the data is kept in.
Thanks in advance!