<!--
{
  "availability" : [
    "Search Ads: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple_Ads",
  "identifier" : "/documentation/apple_ads/Get-Product-Pages",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Apple Ads"
    ],
    "preciseIdentifier" : "rest:apple_ads:get:v5-apps-{}-product-pages"
  },
  "title" : "Get Product Pages"
}
-->

# Get Product Pages

Fetches metadata of all your custom product pages.

## Discussion

Use this endpoint to fetch your product page metadata using your `adamId` in the resource path. Use your `productPageId` to [`Create a Creative`](/documentation/apple_ads/Create-a-Creative) obtain a `creativeId`.

### Payload example: Get product pages

The `id` in the response is your `productPageId`, an identifier for your app product page. For example, `45812c9b-c296-43d3-c6a0-c5a02f74bf6e`.

**Request:**

```
GET https://api.searchads.apple.com/api/v5/apps/{adamId}/product-pages
```

**Response:**

```json
    {
      "id": "45812c9b-c296-43d3-c6a0-c5a02f74bf6e",
      "name": "Trip Trek CPP variation 1",
      "state": "VISIBLE",
      "adamId": 899247964,
      "creationTime": "2024-10-25T23:59:59.000",
      "modificationTime": "2024-10-08T17:44:49.718Z"
   }
```

---

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)