<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/GeoRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:GeoRequest"
  },
  "title" : "GeoRequest"
}
-->

# GeoRequest

A single geo entity lookup criterion used in a geo location search request.

```
object GeoRequest
```

## Discussion

The `GeoRequest` object specifies a single geographic entity to look up within a [`GeoSearchPostRequest`](/documentation/Apple-Ads-Platform-API/GeoSearchPostRequest). Both identifiers work for any entity type. Use whichever you already have. Search results return both so you can switch between them freely.

To batch-resolve geo entity eligibility in one call, use multiple `GeoRequest` objects in a single `GeoSearchPostRequest`.

### Example

```json
{
  "id": "123456789",
  "entity": "Locality"
}
```

---

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)