Python Forum
Unable to Scrape Website - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Unable to Scrape Website (/thread-25135.html)



Unable to Scrape Website - muhamdasim - Mar-21-2020

Hello Fellows.

I would like to scrape the list from the following website using requests.

https://www.dgi.dk/foreninger

I want the text to be in English as well.

Is there anyone who can guide me please about this?


RE: Unable to Scrape Website - Larz60+ - Mar-21-2020

watch the two part tuorial on this forum here:
web scraping part 1
web scraping part 2


RE: Unable to Scrape Website - JohnRaven - Dec-27-2021

Web scraper is a specialized tool designed to accurately and quickly extract data from a web page. You must try this. Thanks