We are currently working on an NLP project and in need of a corpus that is intended to be extracted from tripadvisor.com. We are expecting the output as a couple of types: comment and the rating of that comment. My question is:
Is there any crawling tool best for this purpose? It must be easy to use and python is preferred. Beautiful Soup is what I found but I wanted to ask it here for any other recommendations.
Is there any complete tool just for this purpose? I mean a program that is written for tripadvisor.com?
Any other recommendation regarding data(comment/rating) crawling from giant web-sites will be appreciated.
The corpus will be used in sentiment analysis for university research and we need to crawl it as soon as possible. Thanks in advance.