Skip to content

Web Scraping information from TripAdvisor for hotels, restaurants, and attractions in Egypt using BeautifulSoup library.

Notifications You must be signed in to change notification settings

Salmaishak/Web-Scrapping-Using-Beautiful-Soup

Repository files navigation

Web Scraping Using Beautiful Soup

This repository contains Python scripts that scrape information from TripAdvisor for hotels, restaurants, and attractions in Egypt using BeautifulSoup library. Data was scraped for attractions, hotels and restaurants for the six most popular Egyptian cities (Cairo, Alexandria, Giza, Luxor, Hurghada and Sharm El-Sheikh). Around four thousand places were collected.

Requirements

To run scripts, you'll need:

  • Python 3x
  • BeautifulSoup Library
  • Requests Library

You can install these libraries using pip. To install BeautifulSoup and requests, run the following command:
pip install beautifulsoup4 requests

Data

  • Hotels
  • Restaurants
  • Attractions

About

Web Scraping information from TripAdvisor for hotels, restaurants, and attractions in Egypt using BeautifulSoup library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages