Find Contacts banner
ZinebMEFTAH ZinebMEFTAH

Find Contacts

Development community

Description

Enrich contacts.xlsx: replace generic fallback emails (contact@, info@, hello@, team@, jobs@) with named decision-makers found via automated scraping, then web search for anything remaining. Working directory: /path/to/stationf-agent ## How it works Two-pass enrichment: **Pass 1 — Automated (Playwright, no LLM needed)** For each target row, run `contact_finder.py` which visits: 1. The Station F company profile → team section (JSON-LD, LinkedIn links, DOM card patterns) 2. The company website

Installation

Installs to ~/.claude/commands/zinebmeftah-stationf-outreach-agent-find-contacts.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ZinebMEFTAH/stationf-outreach-agent/HEAD/.claude/commands/find-contacts.md -o ~/.claude/commands/zinebmeftah-stationf-outreach-agent-find-contacts.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository