How to create a LinkedIn job scraper in Python with Crawlee
Introduction
In this article, we will build a web application that scrapes LinkedIn for job postings using Crawlee and Streamlit.
We will create a LinkedIn job scraper in Python using Crawlee for Python to extract the company name, job title, time of posting, and link to the job posting from dynamically received user input through the web application.
One of our community members wrote this blog as a contribution to Crawlee Blog. If you want to contribute blogs like these to Crawlee Blog, please reach out to us on our discord channel.
By the end of this tutorial, you’ll have a fully functional web application that you can use to scrape job postings from LinkedIn.
Let's begin.