This guide demonstrates how to search for proxy users based on metadata values using both exact matching and range filtering with the Ping Proxies API.
proxy_user_metadata.field_name
to search for proxy users with a specific value in their metadata.
proxy_user_metadata.min_field_name
and proxy_user_metadata.max_field_name
to search for proxy users with metadata values within a specific range.
like_
like_
operator allows you to search for proxy users with metadata fields that match a specific pattern. This is particularly useful for partial text matches.
Example: Find proxy users with email addresses from a specific domain
%
character acts as a wildcard. This query would match names like “John”, “Johnny”, “Johnson”, etc.
exists_
exists_
operator allows you to find proxy users that have a particular metadata field defined, regardless of its value.
Example: Find proxy users that have a department field
not_
not_
operator allows you to find proxy users where a metadata field does not match a specific value.
Example: Find proxy users not in the Marketing department