[Solved] How can I determine the name of the website by scraping the webpage?


You can look for the tag in the .

For example, one can use something like: response.xpath('//title')

2

solved How can I determine the name of the website by scraping the webpage?