Every search-shaped command takes the same filters, so what you learn on count applies to search, reveal, export and list create.
Value flags
--keywords --title --exclude-title --seniority --department --industry
--country --geography --state --city --company --domain--keywordsis the widest and most reliable filter, comma means OR. Reach for it before--industry.--country,--geographyand--regionare the same filter and accept regions such as Europe, EMEA, DACH, Nordics, APAC, LATAM and GCC.--companymatches a company name,--domainmatches a company domain.
Boolean flags
--has-phone --has-linkedin --has-email --verified-onlyOptions
-n/--limit -o/--output --json -y/--yes --base --grade
Two flags to understand properly
--exclude-titleis fully applied onexportandlist createtoday. Oncount,searchandrevealit is a platform-side gap, and the CLI prints a note rather than silently dropping your filter.--gradepicks between the strict deliverable set (valid, the default) and the wider set that also includes catch-all addresses (valid-plus-catchall). It is wired end to end onrevealandexport, but the platform does not narrow on it yet, so the CLI warns instead of pretending it did.
An unknown flag is a hard error, and a value flag followed by another flag aborts. Both are deliberate: a swallowed flag would send a request you never asked for.