Find more posts tagged with
Sort by:
1 - 9 of
91

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/.
hi @RaffiH oh in that case why don't you just contact the company on their website and ask their permission? That way you can be sure.
Scott
@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
Thank you very much @sgenzer but why is it not possible to loop Get Page? I just need the text on the website.