Playground

Retrieve App Store privacy disclosures API playground

Returns the app privacy cards shown on the App Store page, including data categories and purposes.

GETapiKey1 credit/requestappstore.privacyResponseDoc

Selected endpoint

GET /appstore/privacy/{id}

Returns the app privacy cards shown on the App Store page, including data categories and purposes.

Group
AppStore
Authentication
apiKey
Credit cost
1 credit/request
Path parameters
1
Query parameters
2
Body parameters
0
MCP tool
appstore.privacy
MCP URL
https://mcp.crawlora.net/mcp
GETapiKey1 credit/requestprivacyResponseDoc

Retrieve App Store privacy disclosures

Returns the app privacy cards shown on the App Store page, including data categories and purposes.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

MCP tool

MCP URL
https://mcp.crawlora.net/mcp
Tool name
appstore.privacy

Path parameters

Query parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "id": "6448311069",
    "tracking": false,
    "linked_to_you": [
      "Contact Info"
    ],
    "not_linked_to_you": [
      "Identifiers"
    ]
  }
}