Admin

DSIG

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

  1. Google Places API β€” already in Vercel (GOOGLE_PLACES_API_KEY). Copy that value into config.php.
  2. Hunter.io β€” sign up at hunter.io/users/sign_up. Free tier: 25 finds + 50 verifications/mo. Get API key from Settings β†’ API.
  3. Tomba β€” sign up at app.tomba.io/auth/register. Free tier: 75 finds + 50 verifications/mo. Get API key + secret from Dashboard β†’ API.
  4. Prospeo β€” sign up at app.prospeo.io/signup. Free tier: 75 enrichments/mo. Get API key from Settings.
  5. Numverify β€” sign up at numverify.com/product. Free tier: 100 line-type checks/mo.
  6. Foursquare β€” sign up at foursquare.com/developers/signup. Free tier: 10K/mo (drops to 500 on June 1, 2026).
  7. OSM Overpass β€” no signup needed. Just be courteous (we cap at 8K req/day).
  8. 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.