I am attempting to extract data (I believe it is patterned) from this site https://soflbi.com/about/
However, the wizard is only recognizing the first 4 items. Is there any way of me being able to manipulate the selector properties for it to recognize the other line items?
Does anyone have any better alternatives in order to accomplish this:?
Realistically this is more of a ‘conceptual’ inquiry.
Most examples of web data extraction are web pages that have vertical line items. This is one of a horizontal line item, thus I am interested in seeing how it should be manipulated.
I don’t have any .xaml for this example (though I can quickly do it).
I have had a go at scraping the data on this page and without trying really hard was having trouble using the scrape data table. However, what you can do is extract the full text from the website as per the example attached and use string manipulation to get the information out that you require.
I’m sure with a bit more effort you could actually get the required text from the specific tables based on the selector information.