https://www.youtube.com/watch?v=aQU9aZ6h_DM&feature=youtu.be

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/074126b5-ade5-4e5a-b330-399ddd7328e9/linkedin.png

Problem breakdown

Task 1: Login to Linkedin (using Selenium library)

Task 2: Search for the profile we want to crawl (using Selenium library)

Task 3: Open the URLs of the profiles (using Beautifulsoup4 library)

Task 4: Scrape the data of 1 Linkedin profile (using Beautifulsoup4 library), and write the data to a .CSV file (using csv module)

Extension use case (capstone project)

Sample 1: Write a script to Automatically connect with all the profile you crawled

Sample 2: Conduct an analysis to Cluster the persona and analyze the pattern of certain persona

Knowledge checkpoints