# LocationCanonicalInput

Input object

Filter creators by canonical location components produced by the Geo normalization pipeline. Each populated component must match exactly (case-sensitive on the canonical value); omitted components are ignored.

## Fields

| Name | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `city` | `String` | No | — | Canonical city name (e.g. "Portland"). Matches creator.city_canonical exactly. |
| `country` | `String` | No | — | Canonical country name (e.g. "United States"). Matches creator.country_canonical exactly. |
| `region` | `String` | No | — | Canonical region/state name (e.g. "Oregon"). Matches creator.region_canonical exactly. |
