← All projects

Intermediate project · about 50 minutes

HTML Scraper and Link Analyser 🕸️

Parse a web page with regular expressions and the html.parser module, then summarise the links and headings.

Scraping is the gateway to data collection. The sandbox has no network, so the page is provided as a string, exactly as requests.get(url).text would give you.

This is a Pro project. Six portfolio projects are free, so you can see how they work before deciding.

See the free projects