This project is a simple DuckDuckGo search scraper built using Python, Requests, and BeautifulSoup. The program allows users to enter a search query, fetches the results from DuckDuckGo, and displays the search results in the terminal.
- Scrapes DuckDuckGo's HTML search page to retrieve search results.
- Displays the titles and links of search results.
- Error handling for failed requests.
- Allows users to run continuous queries within a loop.
- Python 3.x installed on your machine.
- Install the required Python packages:
pip install requests beautifulsoup4