Hermes Docs
CLI Reference

discover

Find leads from Facebook and Google Ads

hermes discover

Discover leads by searching Facebook and Google Ad libraries.

Facebook Ads Discovery

hermes discover fb --keyword "dentist" [--country US] [--limit 50]

Flags

FlagTypeDefaultDescription
--keywordstringrequiredSearch term for ads
--countrystringUSCountry code filter
--limitinteger50Maximum leads to find

Example

hermes discover fb --keyword "solar installation" --country GB --limit 100
hermes discover google --query "plumber near me" [--limit 50]

Flags

FlagTypeDefaultDescription
--querystringrequiredSearch query
--limitinteger50Maximum results

Check Discovery Status

hermes discover status --id 3

Output

{
  "id": 3,
  "leadListId": 1,
  "leadCount": 100,
  "processedLeads": 76,
  "foundLeads": 68,
  "searchTerm": "Solar installation",
  "status": "completed"
}

On this page