Automated lead generation and outreach for restaurant sales.
restaurants in [location]| Field | Priority |
|---|---|
| ------- | ---------- |
| Name | Required |
| Address | Required |
| Phone | High |
| Website | High |
| Cuisine type | Medium |
| Hours | Low |
Subject: [Problem headline]
Hi [Name],
[Problem]: Many [restaurant type] owners struggle with [issue].
[Agitate]: Without solving this, you're losing [X] per [week/month].
[Solution]: We help restaurants like yours [benefit].
Best,
[Your name]
Hi [Name]! 👋
Saw your spot - love what you're doing at [Restaurant]!
Quick question: are you currently dealing with [pain point]?
Happy to chat if it makes sense. No pressure!
# Lead enrichment example
from selenium import webdriver
def enrich_restaurant(name, address):
driver = webdriver.Chrome()
search = f"{name} {address} restaurant website"
# Extract from Google results
return {"website": ..., "phone": ...}
Save leads to CSV:
name,address,phone,website,cuisine,status,notes
Restaurant Name,123 Main St,+1-555-1234,https://...,Italian,new,
共 1 个版本
暂无安全检测报告