A Python automation tool that performs web searches and extracts results using Selenium.
- Takes user input for search query
- Searches DuckDuckGo automatically
- Extracts top 5 results (title + link)
- Opens first result
- Scrapes headings from the opened page
- Python
- Selenium
-
Install dependencies: pip install selenium
-
Run the script: python selenium_search_automation.py
-
Enter your search query
Input: python automation
Output:
- Top search results
- First result page title
- Extracted headings
-
Save results to file
-
GUI interface
-
Support for multiple search engines

