site-fast-scan

Extract emails and rank contact pages from websites using regular expressions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kael-odin/digital-human-protocol --skill site-fast-scan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: site-fast-scan
Source: https://github.com/kael-odin/digital-human-protocol/tree/main/packages/digital-humans/google-email-hunter/skills/site-fast-scan
Command: npx skills add https://github.com/kael-odin/digital-human-protocol --skill site-fast-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill efficiently extracts emails and identifies contact pages from any given website, streamlining the process of gathering contact information.

Core Features & Use Cases

  • Email Extraction: Extracts verifiable emails from the current site in a single pass.
  • Contact Page Discovery: Discovers and ranks follow-up contact pages.
  • Use Case: Use this Skill to quickly gather email addresses and contact information for potential leads or business partners.

Quick Start

Run the site-fast-scan skill with browser_run and provide the target domain.

Frequently Asked Questions about site-fast-scan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract emails and discover contact pages from a website?

To extract emails and discover contact pages from a website, use a scanning tool that applies regular expressions to match email addresses and heuristic methods to rank pages containing terms like 'contact' or 'support'. This provides a single-pass extraction of verifiable emails and ranked follow-up links.

What is the best way to automate contact information gathering for potential leads?

Automating contact information gathering for leads involves using a website scraping script to quickly extract email addresses from the current site and identify relevant contact pages. This streamlines the process of collecting potential lead or business partner data efficiently.

How does heuristic website scraping identify and rank contact pages?

Heuristic website scraping identifies and ranks contact pages by operating on the assumption that these pages contain specific terms like 'contact', 'support', or 'sales'. It evaluates and ranks follow-up links based on the presence of these keywords.

Can I use regular expressions to extract verifiable emails from a single domain?

Yes, you can use regular expressions to extract verifiable emails from a single domain in one pass. This method matches email address patterns directly within the website content to gather available contact information quickly.

What are the limitations of using regular expressions for email extraction?

Using regular expressions for email extraction is a basic approach that matches patterned text but may not verify email validity or bypass obfuscation methods. It operates effectively on visible text but may miss dynamically loaded contact information.

Do I need browser automation to run website email extraction scripts?

You need browser automation to execute website email extraction scripts, which process the target domain to extract emails and discover contact pages. Running the script with browser automation on the target domain yields the gathered contact information.