--- title: pageByHandle - Storefront API description: Find a page by its handle. api_version: 2025-01 api_name: storefront type: query api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2025-01/queries/pageByHandle' md: 'https://shopify.dev/docs/api/storefront/2025-01/queries/pageByHandle.md' --- # page​By​Handle query Deprecated. Use [page](https://shopify.dev/docs/api/admin-graphql/latest/queries/page) instead. Find a page by its handle. ## Arguments * handle [String!](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) required The handle of the page. *** ## Possible returns * Page [Page](https://shopify.dev/docs/api/storefront/2025-01/objects/Page) Shopify merchants can create pages to hold static HTML content. Each Page object represents a custom page on the online store. *** ## Examples * ### pageByHandle reference ## Query Reference ```graphql { pageByHandle(handle) { # pageByHandle fields } } ```