Python Forum
Issue facing while scraping the data from different websites in single script. - 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: Issue facing while scraping the data from different websites in single script. (/thread-30409.html)



Issue facing while scraping the data from different websites in single script. - Balamani - Oct-20-2020

Hello, I am trying to scrape the data from different websites please help me to scrape the data from multiple websites in single script.
Is there any way to do that?
Is it possible means please provide helpful suggestions to solve that problem.

Thanks in advance Idea


RE: Issue facing while scraping the data from different websites in single script. - Larz60+ - Oct-20-2020

Quote:Is there any way to do that?
Sure, just fetch the new webpage, and use a use another instance of parser.
if you're having difficulty at scraping in general, I'd suggest going through Snippsat's tutorials here:
web scraping part 1
web scraping part 2