How to build a URL crawler to map a website using Python

A simple project for learning the fundamentals of web scraping

Ahad Sheriff
The Startup
Published in
4 min readJul 26, 2019

--

Before we start, let’s make sure we understand what web scraping is:

Web scraping is the process of extracting data from websites to present it in a format users can easily make sense of.

--

--