--- title: Search and predictive search are now available on Storefront API - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/search-and-predictive-search-are-now-available-on-storefront-api md: https://shopify.dev/changelog/search-and-predictive-search-are-now-available-on-storefront-api.md --- [Back to Developer changelog](https://shopify.dev/changelog) July 1, 2023 Tags: * API # Search and predictive search are now available on Storefront API You can now use `search` and `predictiveSearch` queries in the GraphQL Storefront API to enable natural language search on your custom storefronts. The [search](https://shopify.dev/docs/api/storefront/latest/queries/search) API returns the most releavant search results among product, page and article resource types. Merchants can use the [Shopify Search & Discovery app](https://apps.shopify.com/search-and-discovery) to change the default value of the resource types and customize search results. The [predictiveSearch](https://shopify.dev/docs/api/storefront/latest/queries/predictiveSearch) API helps you implement a predictive search dropdown interface where suggested results are displayed immediately as buyers type into the search bar. Learn more about new search APIs on [Shopify.dev](https://shopify.dev/docs/custom-storefronts/building-with-the-storefront-api/search-discovery).