Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Selenium Search Scraper

A Python automation tool that performs web searches and extracts results using Selenium.

๐Ÿš€ Features

  • Takes user input for search query
  • Searches DuckDuckGo automatically
  • Extracts top 5 results (title + link)
  • Opens first result
  • Scrapes headings from the opened page

๐Ÿ› ๏ธ Technologies Used

  • Python
  • Selenium

โ–ถ๏ธ How to Run

  1. Install dependencies: pip install selenium

  2. Run the script: python selenium_search_automation.py

  3. Enter your search query

๐Ÿ’ก Example

Input: python automation

Output:

  • Top search results
  • First result page title
  • Extracted headings

๐Ÿ“Œ Future Improvements

  • Save results to file

  • GUI interface

  • Support for multiple search engines

  • ๐Ÿ“ธ Demo

Terminal Output

Terminal

Opened Page

Browser

About

Automates web search and extracts results using Selenium

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages