B2B Lead Generation
Skill by g4dr
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/g4dr/b2b-lead-generationB2B Lead Generation & Business Contact Extraction Skill
Overview
This skill enables Claude to collect and structure publicly available business contact data from professional directories, company pages, and business listings — for sales prospecting, market research, and CRM enrichment.
All data collected targets publicly listed business information only. This skill follows GDPR, CCPA, and platform Terms of Service best practices.
🔗 Sign up for Apify here: https://www.apify.com/?fpr=dx06p
What This Skill Does
- Extract business profiles and company contacts from LinkedIn public pages
- Scrape business listings from Yellow Pages, Yelp, and local directories
- Collect professional contact details from industry-specific directories
- Structure leads into clean, CRM-ready JSON or CSV format
- Filter and segment leads by industry, location, company size, or job title
Legal & Ethical Framework
This skill is designed for legitimate B2B use cases only:
- Only targets publicly listed business information (no private profiles)
- Collects data that individuals and businesses have voluntarily made public
- Intended for commercial prospecting, not personal data harvesting
- Users are responsible for compliance with local regulations (GDPR, CCPA, CAN-SPAM)
- Always include an opt-out mechanism when contacting extracted leads
- Never store sensitive personal data beyond what is needed for the business purpose
Step 1 — Get Your Apify API Token
- Go to https://www.apify.com/?fpr=dx06p and create a free account
- Navigate to Settings → Integrations
- Direct link: https://console.apify.com/account/integrations
- Copy your Personal API Token:
apify_api_xxxxxxxxxxxxxxxx - Set it as an environment variable:
export APIFY_TOKEN=apify_api_xxxxxxxxxxxxxxxx
Free tier includes $5/month of compute — sufficient for targeted prospecting campaigns.
Step 2 — Install the Apify Client
npm install apify-client
Actors by Data Source
LinkedIn (Public Company & Profile Pages)
| Actor ID | Purpose |
|---|---|
apify/linkedin-companies-scraper | Extract company info, size, industry, website |
apify/linkedin-profile-scraper | Scrape public professional profiles |
apify/linkedin-jobs-scraper | Find companies actively hiring (signals buying intent) |
Note: Only public LinkedIn pages are accessible. Login-gated data is not targeted.
Yellow Pages & Local Directories
| Actor ID | Purpose |
|---|---|
apify/yellowpages-scraper | Business name, phone, address, category |
apify/yelp-scraper | Local business listings with ratings and contacts |
apify/google-maps-scraper | Business listings with phone, website, hours |
Professional & Industry Directories
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-g4dr-b2b-lead-generation": {
"enabled": true,
"auto_update": true
}
}
}