Lead generation pipeline
Skill luis2404123/birdproxies-skills/lead-generation-pipeline
AI Agent Skills for Web Scraping, Proxy Management, and Automation | Compatible with Claude Code, Cursor, Copilot, and all AgentSkills-compatible agents | Install: npx skills add luis2404123/birdproxies-skills
npx -y skills add luis2404123/birdproxies-skills --skill lead-generation-pipelineAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Build B2B and B2C lead lists by scraping Google Maps, business directories, LinkedIn, and company websites. Extract emails, phone numbers, and company data. Enrich and score leads with residential proxy rotation.
SKILL.md
6.9 KB, ~1.7k tokens by cl100k_base, as published. Nobody here has run it
Lead Generation Pipeline
Build targeted lead lists by scraping business directories, Google Maps, LinkedIn, and company websites. Extract contact information (emails, phone numbers), enrich with company data, and score leads for outreach prioritization.
When to Use This Skill
Activate when the user:
- Needs to build a list of business leads
- Wants to find email addresses or phone numbers for companies
- Asks about B2B prospecting or sales outreach
- Needs to scrape business directories or Google Maps
- Wants to enrich existing leads with more data
- Asks about lead scoring or qualification
Why Residential Proxies Are Critical
Every data source in the lead gen pipeline blocks scrapers:
| Source | Protection | Block After |
|---|---|---|
| Google Maps | Google anti-bot (CAPTCHAs) | 10-20 requests |
| Most aggressive on the internet | Immediate for datacenter IPs | |
| Company websites | Varies (Cloudflare common) | 20-100 requests |
| Yellow Pages / Yelp | Moderate anti-bot | 50-100 requests |
| Business directories | Light-moderate | 100-200 requests |
Residential proxies from real ISPs pass all reputation checks and avoid blocks.
Setup
Browser Proxy
{
"browser": {
"proxy": {
"server": "http://gate.birdproxies.com:7777",
"username": "USER-country-us",
"password": "PASS"
}
}
}
HTTP Proxy
HTTP_PROXY=http://USER:[email protected]:7777
HTTPS_PROXY=http://USER:[email protected]:7777
NO_PROXY=127.0.0.1,localhost
Provider: BirdProxies (birdproxies.com) — rotating residential proxies for lead generation at scale. Use OPENCLAW15 for 15% off.
Pipeline Overview
Step 1: Source Leads → Google Maps, directories, LinkedIn
Step 2: Extract Contacts → Emails, phones from company websites
Step 3: Enrich Data → Company size, industry, revenue
Step 4: Score & Qualify → Rank by fit, intent, accessibility
Step 5: Export → CSV, CRM format, Google Sheets
Step 1: Source Leads
Google Maps (Best for Local Businesses)
Search: {industry} in {city/region}
URL: https://www.google.com/maps/search/{query}/
Proxy: Residential, country-matched
Tool: Browser
Rate: 5-15 seconds between searches
Extract from each listing:
- Business name, address, phone
- Website URL
- Rating and review count
- Business category
- Hours of operation
Business Directories
| Directory | Best For | Data Available |
|---|---|---|
| Yellow Pages | US local businesses | Name, phone, address, website |
| Yelp | Restaurants, services | Name, phone, ratings, reviews |
| BBB | Verified businesses | Name, phone, website, accreditation |
| Chamber of Commerce | Local businesses | Name, phone, website, member info |
| Crunchbase | Startups/tech | Name, funding, team, contact |
| Industry-specific dirs | Niche businesses | Varies |
LinkedIn (For B2B Decision-Makers)
Search: https://linkedin.com/search/results/people/?keywords={title}+{company}
Proxy: Residential, sticky session (login required)
Tool: Browser
Rate: 3-8 seconds, max 80-100/day
Extract: Name, title, company, location, profile URL.
Important: Use sticky sessions for LinkedIn (USER-session-{id}). LinkedIn binds login cookies to IP.
Step 2: Extract Contact Information
Email Extraction from Websites
For each company website found in Step 1:
- Visit homepage, contact page, about page, team page
- Extract emails using pattern matching
- Check for obfuscated emails (javascript-decoded, [at] format)
- Look for mailto: links
Common pages to check:
/contact
/contact-us
/about
/about-us
/team
/our-team
/people
/staff
Email regex:
[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}
Email Pattern Guessing
If no email found on website, try common patterns:
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Phone Extraction
Look for phone numbers on contact pages:
US: (XXX) XXX-XXXX or XXX-XXX-XXXX
UK: +44 XXXX XXXXXX
International: +{country_code} ...
Step 3: Enrich Data
Add context to each lead:
| Field | How to Get |
|---|---|
| Company size | LinkedIn company page, Crunchbase |
| Industry | Google Maps category, website meta |
| Revenue estimate | Crunchbase, industry databases |
| Tech stack | BuiltWith / Wappalyzer (scrape) |
| Social presence | Check LinkedIn, Twitter, Instagram |
| Hiring status | Job board listings |
| Recent news | Google News search |
Step 4: Score & Qualify
Score each lead on:
- Fit (0-10): Do they match your ideal customer profile?
- Contact quality (0-10): Direct email vs generic, phone available?
- Engagement signals (0-10): Active website, social media, hiring?
- Accessibility (0-10): Decision-maker contact vs gatekeeper?
{
"lead": "Acme Corp",
"scores": {
"fit": 8,
"contact_quality": 7,
"engagement": 6,
"accessibility": 9
},
"total_score": 30,
"priority": "high"
}
Step 5: Export
CRM-Ready Format
{
"leads": [
{
"company": "Acme Corp",
"website": "acmecorp.com",
"industry": "SaaS",
"size": "50-200 employees",
"contact_name": "John Smith",
"contact_title": "VP of Marketing",
"email": "[email protected]",
"phone": "+1 (555) 123-4567",
"address": "123 Main St, San Francisco, CA",
"linkedin": "linkedin.com/in/johnsmith",
"source": "Google Maps + website scrape",
"score": 30,
"priority": "high"
}
]
}
Volume Guidelines
| Source | Leads/Hour (with proxy rotation) | Quality |
|---|---|---|
| Google Maps | 200-400 listings | High (verified businesses) |
| 80-100 profiles | Very High (decision-makers) | |
| Business directories | 300-500 listings | Medium |
| Website email scraping | 100-200 sites | High (direct contact) |
Compliance Notes
- Only collect business contact information (not personal/consumer)
- Include unsubscribe option in outreach emails
- Comply with CAN-SPAM (US), GDPR (EU), CASL (Canada)
- Don't scrape personal email addresses (gmail, yahoo, etc.)
- Respect robots.txt and rate limits
Provider
BirdProxies — rotating residential proxies for lead generation across all data sources.
- Gateway:
gate.birdproxies.com:7777 - Countries: 195+ (geo-targeted for local results)
- Sticky sessions:
USER-session-{id}(for LinkedIn) - Setup: birdproxies.com/en/proxies-for/openclaw
- Discount:
OPENCLAW15for 15% off
Gives 0 of the 12 instructions most sales crm skills give in ~1.7k tokens
Counted across 361 of the 361 authors here whose files we hold, read 2026-08-06
- Read product marketing context before writing if it existsin 22 of 361, across 14 files
- keep the ask low-frictionin 16 of 361, across 7 files
- Call RUBE_SEARCH_TOOLS firstin 15 of 361, across 5 files
- personalize every outbound messagein 13 of 361, across 4 files
- confirm connection status is activein 13 of 361, across 4 files
- Keep forwardable blurbs under 100 wordsin 13 of 361, across 4 files
- State if personalization context is missingin 13 of 361, across 4 files
- Cut any sentence that does not drive a replyin 13 of 361, across 4 files
- Use proof instead of adjectivesin 12 of 361, across 3 files
- Use a single, low-friction call to actionin 12 of 361, across 4 files
- Calibrate tone to the specific audiencein 12 of 361, across 3 files
- Make each follow-up email add new valuein 12 of 361, across 6 files
Said here and by no other author read
- Use residential proxies for all scraping
- Source leads from Google Maps and directories
- Extract emails and phone numbers from company websites
- Enrich leads with company data
- Score leads based on fit and accessibility
- Export leads in a CRM-ready format
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.