Web Crawling with Python: How to Harvest All URLs from a Website

Опубликовано: 28 Апрель 2026
на канале: François Dufaur-Boidin
5,974
142

We hear less about web crawling than web scraping.
However, the former is just as important as the latter.

To get your first 100 free B2B leads:
https://scrap.id/s/1xY

For a web scraping request:
[email protected]

The Regex used in the video (which can be improved):
w?[a-v|x-z][\w%\+-\.]+\.(org|fr|com|net)

Main sources:
https://www.scrapingbee.com/blog/craw...
"Web Scraping with Python: Collecting More Data From the Modern Web" --- by Ryan Mitchell