Description: Write a Python script to scrape job titles and company names from LinkedIn’s public job search page. Use requests and BeautifulSoup to extract data from relevant tags, output to a CSV file, and add a README with dependency installation and usage guidelines.
Difficulty: Beginner
Skills: Python, CSV handling, public API basics.