How can i loop the Get Page Operator?
Find more posts tagged with
Sort by:
1 - 9 of
91

sgenzer

hi @RaffiH this is classic webscraping. So the first question I always have to ask is: what is the legality of scraping these pages? Are they under the public domain, or are they proprietary? If it is the latter, you will most likely be violating their Terms of Service.
Scott
@sgenzer Thank you very much for your answer!
I want to analyze the sentiment of different company websites. Also the words they use the most.
This would be a company website I would like to analyze: https://www.breeze-technologies.de/.
I want to analyze the sentiment of different company websites. Also the words they use the most.
This would be a company website I would like to analyze: https://www.breeze-technologies.de/.
@RaffiH then you're in a web crawling scenario - something that we generally do not condone. If you are 100% sure that you have the legal and ethical go-ahead to crawl the site, I'd use a python library like scrapy https://scrapy.org