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
| Flag | Type | Default | Description |
|---|---|---|---|
--keyword | string | required | Search term for ads |
--country | string | US | Country code filter |
--limit | integer | 50 | Maximum leads to find |
Example
hermes discover fb --keyword "solar installation" --country GB --limit 100Google Ads Discovery
hermes discover google --query "plumber near me" [--limit 50]Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--query | string | required | Search query |
--limit | integer | 50 | Maximum results |
Check Discovery Status
hermes discover status --id 3Output
{
"id": 3,
"leadListId": 1,
"leadCount": 100,
"processedLeads": 76,
"foundLeads": 68,
"searchTerm": "Solar installation",
"status": "completed"
}