Lookup
Returns valid filter values for use in Search and Enrich calls: industries, regions, job functions, and more.
What it does
Returns enumerated values with IDs and display names for ZoomInfo filter fields. Call this before Search or Enrich to ensure you're using accepted parameter values. ZoomInfo uses specific enum values that must match exactly.
Credits
Free. No credits consumed.
When the AI uses it
The AI invokes Lookup automatically when it needs to resolve a filter value before calling Search Companies or Search Contacts. For example, if you ask to search for contacts in a specific industry or region, the model will call Lookup first to get the correct enum values.
Parameters
| Parameter | Required | Description |
|---|---|---|
fieldName | Yes | The filter field to look up. Examples: management-levels, job-functions, metro-regions, industries, technologies |
Example prompt
"What industries does ZoomInfo support for searching?"
"Find me SaaS companies in the Northeast, and use the right region codes."
The second prompt causes the model to call Lookup for metro-regions before calling Search Companies.