<!--
{
  "availability" : [
    "Search Ads: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple_Ads",
  "identifier" : "/documentation/apple_ads/SearchEntity",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads"
    ],
    "preciseIdentifier" : "data:apple_ads:SearchEntity"
  },
  "title" : "SearchEntity"
}
-->

# SearchEntity

The list of geolocations that includes the geoidentifier and entity type.

```
object SearchEntity
```

## Discussion

Use the [`Search for Geolocations`](/documentation/apple_ads/Search-for-Geolocations) endpoint to fetch a `displayName` for a geolocation.

### Example Search Entity Object

```json
{
  "id": "US|CA|Cupertino",
  "entity": "locality",
  "displayName": "Cupertino, California, United States",
  "countryOrRegion": "US",
  "adminArea": "CA",
  "locality": "Cupertino"
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)