rendered html scraper
Budget: $50 – $0 USD
I need a c# method to scrape and parse an htm page that is completely rendered by javascript. Simply getting the source code of the page won't work. I need to parse the page as it is rendered in the browser. I have tried a number of solutions but none of them got the rendered html after the javascript runs. The page source doesn't have tables but the rendered page does. I need to parse each TR and TD in the rendered table.