LaunchKit · 2026
Back to Skills

apify-lead-generation

Generates B2B/B2C leads by scraping Google.

0
0 downloads
by @jirispilka

Setup & Installation

openclaw skills install @jirispilka/apify-lead-generation

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install apify-lead-generation

What This Skill Does

Generates B2B and B2C lead lists by running Apify Actors against Google Maps, Instagram, TikTok, Facebook, LinkedIn, YouTube, and Google Search. Takes user-specified targeting criteria, fetches the appropriate actor schema, and exports results as CSV, JSON, or inline chat output.

Consolidates lead scraping across 15+ platforms into a single workflow without requiring separate API integrations for each source.

When to use it

  • Find local restaurant contacts for a food delivery partnership
  • Build an influencer outreach list from Instagram hashtags
  • Extract emails from a list of competitor website URLs
  • Pull Facebook group members showing buying intent for a SaaS product
  • Scrape TikTok creator profiles for a brand sponsorship campaign

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Find 50 gyms in Austin, TX with contact info

AGENT
  1. 1Select compass/crawler-google-places actor for local business search
  2. 2Fetch actor input schema using mcpc to confirm required parameters
  3. 3Ask user for output format preference (CSV, JSON, or quick answer) and result count
  4. 4Run run_actor.js with location and category inputs targeting Austin gyms
  5. 5Summarize lead count, output file path, available fields, and suggest enrichment next steps
OUTPUT

CSV file with 50 gym listings including names, addresses, phone numbers, and websites

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

APIFY_TOKEN environment variable (from Apify account)mcpc CLI tool installed via npm install -g @apify/mcpc