---
title: searchTerritory
framework: marketplacekit
role: symbol
role_heading: Instance Property
path: marketplacekit/applibrary/searchterritory
---

# searchTerritory

A country code that the framework uses to filter the search results of apps that aren’t available in that country.

## Declaration

```swift
nonisolated final var searchTerritory: String? { get async }
```

## Discussion

Discussion This property is an optional two-letter country code in the ISO 3166-1 alpha-2 standard that the alternative marketplace sets. For more information, see setSearchTerritory(_:).

## See Also

### Filtering app searches

- [setSearchTerritory(_:)](marketplacekit/applibrary/setsearchterritory(_:).md)
