/install gov-permit-scraper
Gov Permit Scraper — Public Records to Sales Pipeline
Turn government permit databases into enriched B2B lead lists with automated outreach.
Pipeline Overview
- Scrape — Pull new permits from state/county databases
- Filter — Remove irrelevant permits (distributors, manufacturers, renewals)
- Enrich — Find business emails via Brave Search + contact page scraping
- Store — Append to Google Sheets or CSV with deduplication
- Email — Send personalized outreach via Resend/SMTP
- Drip — Follow up at day 3 and day 7
Supported Data Sources
Texas (TABC — Liquor Licenses)
- Source:
https://www.tabc.texas.gov/public-information/new-permits-issued/ - Data: Business name, permit type, address, county, issue date
- Best for: Insurance agents, POS vendors, food service suppliers
Adaptable to Any State
The scraper pattern works for any government permit database:
- Contractor licenses
- Restaurant health permits
- Real estate licenses
- Professional licenses (medical, legal, etc.)
- Business registrations (Secretary of State)
Requirements
- Brave Search API key — for email enrichment
- Resend API key (or SMTP) — for outreach emails
- Google Sheets OAuth (optional) — for lead tracking
Quick Start
# Set environment variables
export BRAVE_API_KEY=your_key
export RESEND_API_KEY=your_key
# Run the TABC pipeline
node scripts/permit-pipeline.js --source tabc --since 2026-03-01
# Dry run (no emails sent)
node scripts/permit-pipeline.js --source tabc --since 2026-03-01 --dry-run
Configuration
Edit scripts/config.json:
source: Which permit database to scrapefilterKeywords: Permit types to excludeenrichmentMethod: brave | deepcrawl | directemailTemplate: Customizable pitch templatesheetId: Google Sheets ID for lead trackingfromEmail: Sender email address
Scripts
scripts/permit-pipeline.js— Main scrape → enrich → email pipelinescripts/config.json— Pipeline configuration
Email Strategy
Initial Outreach (Day 0)
Congratulate on new license, offer relevant service. Keep under 100 words.
Follow-up (Day 3)
Quick bump with one additional value point.
Break-up (Day 7)
Last touch, include social proof or case study link.
References
- See
references/data-sources.mdfor government database URLs by state - See
references/compliance.mdfor CAN-SPAM and cold email legal guidelines
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gov-permit-scraper - 安装完成后,直接呼叫该 Skill 的名称或使用
/gov-permit-scraper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gov Permit Scraper 是什么?
Scrape government permit databases (liquor licenses, business registrations, contractor permits, health permits) to generate B2B sales leads. Enriches raw pe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 275 次。
如何安装 Gov Permit Scraper?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gov-permit-scraper」即可一键安装,无需额外配置。
Gov Permit Scraper 是免费的吗?
是的,Gov Permit Scraper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gov Permit Scraper 支持哪些平台?
Gov Permit Scraper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gov Permit Scraper?
由 merjua14(@merjua14)开发并维护,当前版本 v1.0.0。