prospeccao-b2b-comercio-local
Prospeccao B2B de comercio local (Google Places + WhatsApp + registro).
npx skills add Hermes-brasil/hermes-brasil --skill prospeccao-b2b-comercio-local --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Prospecção B2B — Comércio Local > Pipeline automatizado de prospecção B2B para comércio local. > Cobre coleta → qualificação → envio → registro → follow-up. > Nichos: clínicas, salões, pet shops, restaurantes, mercados, lojas, oficinas, franquias. ## Visão geral do fluxo ``` 1. COLETA: Google Places API → nomes, endereços, telefones, sites, avaliações 2. DEDUP: consultar banco ANTES de inserir (zero duplicatas) 3. FILTRO: manter só comércios com WhatsApp OU Instagram OU site 4. ENVIO: WhatsApp (Evolution API) com delay entre mensagens 5. REGISTRO: SQLite + planilha (Google Sheets) 6. RESUMO: relatório no Telegram ``` ## 1. Coleta — Google Places API (New) — RECOMENDADO Muito mais rápido e confiável que browser: ```bash curl -s "https://places.googleapis.com/v1/places:searchText?key={API_KEY}" \ -H "Content-Type: application/json" \ -H "X-Goog-FieldMask: places.displayName,places.formattedAddress,places.nationalPhoneNumber,places.rating,places.websiteUri" \ -d '{"textQuery":"auto pecas em Pirituba Sao Paulo","maxResultCount":10}' ``` **⚠️ Header OBRIGATÓRIO:** `X-Goog-FieldMask` — sem ele retorna erro 400. ### Setup (uma única vez) 1. `console.cloud.google.com` → ativar **Places A
- Visão geral do fluxo
- 1. Coleta — Google Places API (New) — RECOMENDADO
- Setup (uma única vez)
- 2. Dedup — Consultar banco ANTES de adicionar
- 3. Filtro — WhatsApp OU Instagram OU Site
- 4. Envio via WhatsApp (Evolution API)
- 5. Registro no SQLite
- 6. Abordagem de porta (presencial — alto diferencial)
- Pitfalls
- Quando usar
curl -s "https://places.googleapis.com/v1/places:searchText?key={API_KEY}" \What does the prospeccao-b2b-comercio-local skill do?
Prospeccao B2B de comercio local (Google Places + WhatsApp + registro).
How do I install it?
Run `npx skills add Hermes-brasil/hermes-brasil --skill prospeccao-b2b-comercio-local --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From Hermes-brasil/hermes-brasil, a repository with 61 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
