GithubHelp home page GithubHelp logo

web-scraping-parallel-computing's Introduction

Web Scraping implementing Parallel Computing

This project was developed as the final assignment for a class in Parallel Computing at HUS. The focus of the project is on utilizing parallel computing techniques to enhance the process of web scraping. The goal is to extract large amounts of data from web pages in a shorter amount of time, by dividing the workload among multiple processes running in parallel. The use of parallel computing in web scraping has become increasingly important, as the amount of data available on the web continues to grow rapidly. This project aims to demonstrate the benefits of parallel computing for web scraping, and to provide a practical example of its implementation.

To be more specific, the project was implemented to extract job listings related to the Java programming language from the itviec.com website using web scraping techniques. The extracted data included job titles, company names, locations, and other relevant information. The use of parallel computing in this project allowed for a faster and more efficient scraping process, enabling a larger volume of data to be extracted in a shorter period of time. I also use time library to calculate the time taken to scrape all the job listings there are. All of the jobs scraped will be saved to a .csv file.

Python libraries used:

  • requests
  • BeautifulSoup
  • multiprocessing
  • time (optional)

web-scraping-parallel-computing's People

Contributors

annguyen18 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.