SkillAgentSearch skills...

Google EmailScraper

Scraper that searches Google based on a query and scrapes all emails found on each page.

Install / Use

npx skills add kennyledet/Google-EmailScraper

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Google-EmailScraper

This is a scraper that searches Google based on a query and scrapes all emails found on each page Google finds.

Requirements

  • Python 2.6+

Instructions

To use this scraper, you'll need to run main.py with Python and pass in the following arguments

  • -query (this is what we're telling Google to search for)
  • -pages (number of Google search results pages we should scrape)
  • -o (output filename)

Example

python main.py -query "adoption agency email" -pages 10 -o emails.csv

Related Skills

View on GitHub
GitHub Stars113
CategoryDevelopment
Updated9d ago
Forks32

Languages

Python

Security Score

80/100

Audited on Jul 30, 2026

No findings