Skip to content

JesusTorre/TripAdvisor_DataMiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TripAdvisor_DataMiner

A project written in Java to get post and comments from TripAdvisor platform.

Details

TripAdvisor has limitations in terms of data collections via an API. Therefore, it is necessary to develop a web scraper with the aim to gather information related to users and travels.

Prerequisites

Basically, our java file uses "jsoup" which is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods. The version of jsoup is provided to be used with our project (.java file).

The number of pages neesd to be checked before running the project. In addition, the link variable changes per each page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages