π¦ ClawHub
Data Enricher
by @visualdeptcreative
Enrich leads by finding verified emails via contact pages, Instagram, Hunter.io, and patterns, then format data for Notion with deduplication and batching.
TERMINAL
clawhub install data-enricherπ About This Skill
SKILL.md - Data Enricher
Purpose
Enrich leads with email addresses and format data for Notion.Model to Use
Rate Limits
Email Discovery Methods (In Order)
1. Website Contact Page
2. Instagram Bio
3. Hunter.io API
GET https://api.hunter.io/v2/domain-search
?domain={domain}
&api_key={HUNTER_API_KEY}
Response includes:
Only use emails with confidence > 70%
4. Email Pattern Guessing
Common patterns:Email Priority
1. Founder/owner personal email (best) 2. hello@ or hi@ (good) 3. info@ or contact@ (okay) 4. Generic support@ (last resort)Output Format
{
"domain_key": "brandname.com",
"brand_name": "Brand Name",
"niche": "skincare",
"website_url": "https://brandname.com",
"ig_handle": "@brandname",
"followers_est": 15000,
"contact_email": "hello@brandname.com",
"email_confidence": "high",
"email_source": "hunter.io",
"source": "meta_ads",
"status": "new"
}