Scrape ASPX web page

SEOCodeLab

Power Member
Joined
Jun 18, 2012
Messages
501
Reaction score
397
Hi all,

I wanted to scrape an ASPX webpage, I can code it in python but just wanted to check if there is already a ready made tool and not reinvent the wheel.

thanks
 
I guess this means the site is rendered on the server? Selenium, puppeteer or playwright are always safe bets for any scraping activity. If the data on the site is static you might be able to use a html parser.
 
I have used selenium and bs4 to get all the content I needed. Post can be closed!
 
Back
Top