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.