---
title: Read the marketplace search detail url
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apps-_id_-marketplacesearchdetail
---

# Read the marketplace search detail url

Get search detail URL for the alternative marketplace.

## URL

GET https://api.appstoreconnect.apple.com/v1/apps/{id}/marketplaceSearchDetail

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List apps response.

## Query Parameters

fields[marketplaceSearchDetails]: Additional fields to include for each marketplace search detail resource returned by the response.

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## Discussion

Discussion Example Request and Response

## See Also

### Managing search URLs

- [Building a searchable catalog for your marketplace app for inclusion in Spotlight](appstoreconnectapi/building-a-searchable-catalog-for-your-marketplace-app-for-inclusion-in-spotlight.md)
- [Add a marketplace search detail url](appstoreconnectapi/post-v1-marketplacesearchdetails.md)
- [Get the marketplace search detail ID for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-marketplacesearchdetail.md)
- [Modify a marketplace search detail url](appstoreconnectapi/patch-v1-marketplacesearchdetails-_id_.md)
- [Delete a marketplace search detail url](appstoreconnectapi/delete-v1-marketplacesearchdetails-_id_.md)
