|
|
|
How to webscrape an interactive website with C#?
|
|
1 points
by pkrzysiek
481 days ago
|
|
Hello, I need to scrape a website (interactive) that has a big list of nested sublists of varying length where at the end, there's a link to copy. What are the tools in c# to scarpe the website that generates that big lists only when you're descending down it and isn't selenium cause it opens a browser and I need something to do this in the background |
|
https://playwright.dev/