← Back to Home / Coding Prompts

Python Web Scraper Builder

Builds a BeautifulSoup web scraper.

Write a Python script using requests and BeautifulSoup to scrape all H2 titles and links from the homepage of [URL]. Save the output to a CSV file. Include error handling and rate limiting.