Skip to content

python code for doing web scraping and getting some data.

License

Notifications You must be signed in to change notification settings

Amal-Saber/Web-Scraping-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.

Web scraping project(pararius website)

Description

The goal in this project is to write a python script to do scraping for “pararius website“ and get some data from it .

The required data

  1. get the data on all apartment posts in Amsterdam. What data do I need? [price, area, number of rooms, address, if the apartment furniture or not]

  2. save the scraped data in a CSV file

Tools and tech I used

Tech

  • python
  • beautifulsoup
  • requests library
  • markdown
  • git

Tools

  • VS code
  • Github
  • Exel

How to install and use this project?

  1. Download the script
  2. Download python
  3. Install [beautifulsoup4, requests]
 pip install beautifulsoup4
 pip install requests 

License

MIT

Releases

No releases published

Packages

No packages published

Languages