Install
openclaw skills install edgeiq-lead-researcherEnrich company data from a name, LinkedIn URL, or domain with size, industry, tech stack, news, social links, and contact info via passive HTTP analysis.
openclaw skills install edgeiq-lead-researcherVersion: 1.0.0
Category: Business Intelligence / Lead Generation
Author: EdgeIQ Labs
Python: 3.12+
Lead Researcher takes a company name, LinkedIn URL, or domain as input and returns enriched lead data including company size, industry, tech stack (Wappalyzer-style HTTP header/fingerprint detection), recent news, social links, and contact enrichment.
Output is structured JSON or human-readable formatted text. Pro tier adds CSV export.
| Feature | Free | Lifetime ($39) | Optional Monthly ($7/mo) |
|---|---|---|---|
| Lookups/month | 3 | Unlimited | Unlimited |
| Basic enrichment | ✅ | ✅ | ✅ |
| Tech stack detection | ✅ | ✅ | ✅ |
| News/press articles | — | ✅ | ✅ |
| Social links | — | ✅ | ✅ |
| Contact enrichment | — | Basic | Full |
| CSV export | ✅ | ✅ | ✅ |
| Priority support | ✅ | ✅ | ✅ |
👉 Buy Lifetime — $39 👉 Subscribe Monthly — $7/mo 👉 Subscribe Monthly — $7/mo
python3 /path/to/lead_researcher.py "Acme Corp"
python3 /path/to/lead_researcher.py "https://www.linkedin.com/company/acme-corp"
python3 /path/to/lead_researcher.py "acme.com"
python3 /path/to/lead_researcher.py "acme.com" --format json
python3 /path/to/lead_researcher.py "acme.com" --format csv --output acme_leads.csv
python3 /path/to/lead_researcher.py "acme.com" --tier pro
input — Company name, LinkedIn URL, or domain--format — Output format: text (default) or json--output — File path for CSV export (Pro tier)--tier — Tier override: free, pro, or bundle (default: free behavior)--tavily-key — Override Tavily API key (defaults to env TAVILY_API_KEY)⚠️ Only research companies you have legitimate business interest in. Do not use for spam or unsolicited contact. This tool aggregates publicly available information. Respect robots.txt and terms of service of scraped sources.
The skill performs passive HTTP-based tech fingerprinting:
No active scanning. No port probes. Passive reconnaissance only.
{
"company": "Acme Corp",
"domain": "acme.com",
"size": "50-200",
"industry": "Software",
"description": "...",
"tech_stack": ["WordPress", "Cloudflare", "Google Analytics", "Stripe"],
"news": [{"title": "...", "url": "...", "date": "..."}],
"social": {"linkedin": "...", "twitter": "...", "facebook": "..."},
"contacts": [{"name": "...", "title": "...", "linkedin": "..."}],
"lookup_date": "2026-04-23"
}
edgeiqlabs.com — Security tools, OSINT utilities, and micro-SaaS products for developers and security professionals.