In this video, we look at how you can scrape LinkedIn profiles using Python Scrapy. We look at how to use Scrapy and a proxy to find the profile for a specific person and then parse the associated profile data, education, job experience etc. The article that goes along with this video: https://scrapeops.io/python-scrapy-playbook/python-scrapy-linkedin-people-scraper/ Basic Scrapy project used in this tutorial: https://github.com/python-scrapy-playbook/basic-scrapy-project Completed Scrapy Project which you can just download and run (after adding your account details!!): https://github.com/python-scrapy-playbook/linkedin-python-scrapy-scraper Link to the ScrapeOps proxy: https://scrapeops.io/proxy-aggregator/ The proxy python library: https://pypi.org/project/scrapeops-scrapy-proxy-sdk 00:00 - Intro 00:44 - Understanding LinkedIn & profile pages 03:35 - Setting up a basic spider 04:40 - Setting up a proxy to by-pass LinkedIn restrictions (anti-bots) 07:05 - Writing our spider code 19:27 - Running our spider 22:40 - Outro