System Health
Loading…
Free-Tier Usage (Current Month / Today)
| Provider | Used | Quota | Capacity | Status |
|---|
🏆 Multi-Business Owners (call once, close N deals)
Same person owns multiple prospects. Highest combined deal value first.
| Owner | Businesses | Combined Est Deal | Action |
|---|---|---|---|
| — click Recompute to find multi-business owners — | |||
📞 Recent Call Activity
| When | Caller | Business | Owner | Disposition | Notes |
|---|---|---|---|---|---|
| No call activity yet. | |||||
Free API Signup Checklist
- Google Places API — already in Vercel (
GOOGLE_PLACES_API_KEY). Copy that value intoconfig.php. - Hunter.io — sign up at hunter.io/users/sign_up. Free tier: 25 finds + 50 verifications/mo. Get API key from Settings → API.
- Tomba — sign up at app.tomba.io/auth/register. Free tier: 75 finds + 50 verifications/mo. Get API key + secret from Dashboard → API.
- Prospeo — sign up at app.prospeo.io/signup. Free tier: 75 enrichments/mo. Get API key from Settings.
- Numverify — sign up at numverify.com/product. Free tier: 100 line-type checks/mo.
- Foursquare — sign up at foursquare.com/developers/signup. Free tier: 10K/mo (drops to 500 on June 1, 2026).
- OSM Overpass — no signup needed. Just be courteous (we cap at 8K req/day).
- Anthropic API — already have key. Used for LLM cross-reference (~$0.005 per business).
Database Schema
Run this once via cPanel → phpMyAdmin → Import. Or paste into the SQL tab.
See db/schema.sql in the project files (upload via FTP, then import via cPanel phpMyAdmin).
Cron Job Setup (cPanel)
cPanel → Cron Jobs → Add New Cron Job. Run every 5 minutes:
*/5 * * * * /usr/bin/php /home/USERNAME/public_html/prospects/cron/process-queue.php >/dev/null 2>&1
Replace USERNAME with your cPanel username.