← ClaudeAtlas

scraperapi-lead-enrichmentlisted

Use this skill whenever the user wants to enrich a contact or company and build a profile. Trigger on: "enrich this lead", "find info about [person or company]", "build a contact card for X", "look up [company]", "I have this LinkedIn URL, find more about them", "find the email for [person] at [company]", "research this contact", "who is [name]", "tell me about [company]", "I have an email, can you find more details". Accepts any seed input — a name, company name, LinkedIn URL, email address, domain, or any combination. Executes ScraperAPI calls directly to search Google and fetch web pages, then synthesizes all findings into a structured contact card covering person fields (name, title, email, phone, LinkedIn, location, social) and company fields (domain, revenue, funding, employee count, founded year, HQ, tech stack, key investors, recent news, competitors).
scraperapi/scraperapi-skills · ★ 9 · AI & Automation · score 78
Install: claude install-skill scraperapi/scraperapi-skills
# Lead Enrichment Given any seed information about a person or company, call ScraperAPI directly to search the web and fetch relevant pages, then synthesize everything into a structured contact card. **You — Claude — execute the API calls** using the ScraperAPI MCP tools. Do not generate code for the user; run the searches yourself and report findings as you go. --- ## Phase 1 — Analyze the Seed Before running any searches, state clearly what you already know and what you're looking for. Categorize the seed: | Seed type | Information gaps to fill | |-----------|--------------------------| | Person name (+ optional company) | Title, email, phone, location, company details | | Company name | Website, description, size, funding, contact info | | Profile URL (LinkedIn, Crunchbase, etc.) | Fetch directly; then fill remaining gaps | | Email address | Owner name, company, company details | | Domain / website | Company info, key contacts, funding | Announce before searching: *"Starting with: [what I have]. Will search for: [what's missing]."* --- ## Phase 2 — Discovery Searches Run searches by *what you're looking for*, not by which site to target. Google will surface whatever sources exist — company website, Crunchbase, Wikipedia, news, directories, LinkedIn, G2, etc. Collect all promising URLs from `organic_results[].link` and carry them into Phase 3. **Search tool:** Call `mcp__ScraperAPI__google_search` with `query`, `num: 10`, and `countryCode: "us"`. Read snippets ca