Skip to content

PritamPattnaik360/JobFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JobFinder

Is a Flask web application designed to scrape job postings from LinkedIn based on user-defined parameters, visualize job title distribution, and save scraped data as a CSV file for further analysis.

Summary

The LinkedIn Job Scraper project provides users with a convenient way to gather real-time job postings from LinkedIn's extensive database. With a user-friendly interface built using Flask, users can specify their desired job title, location, and the number of times to scrape, empowering them to access relevant job opportunities quickly and efficiently.

How it works

The LinkedIn Job Scraper provides a straightforward process for users to scrape job postings from LinkedIn: Input Job Details: Users start by entering the job title they are interested in, along with the desired location and the number of times they want to scrape job postings. Scrape Job Postings: Upon submitting the form, the Flask web application sends requests to the LinkedIn job search API using Python's requests library. The responses are then parsed using BeautifulSoup to extract relevant job information from the HTML structure of the LinkedIn pages. Visualize Data: The scraped job data is organized into a pandas DataFrame, allowing users to visualize the distribution of job titles using Plotly, an interactive graphing library. This provides users with insights into the types of job opportunities available based on their search criteria. Save Data for Analysis: Additionally, the scraped job data is automatically saved as a CSV file (Data.csv) within the project directory. This allows users to further analyze the data using external tools or import it into other applications for additional processing or reporting. By following these simple steps, users can efficiently gather real-time job postings from LinkedIn, gain insights into the job market, and save valuable data for future reference or analysis.

Application in Action

JobFinderInAction.mp4

Dependencies Utilized

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors