Playground

Retrieve Google Play data safety details API playground

Returns the data safety information displayed on Google Play.

GETapiKey1 credit/requestgoogleplay.dataSafetyResponseDoc

Selected endpoint

GET /googleplay/datasafety

Returns the data safety information displayed on Google Play.

Group
GooglePlay
Authentication
apiKey
Credit cost
1 credit/request
Path parameters
0
Query parameters
2
Body parameters
0
MCP tool
googleplay.datasafety
MCP URL
https://mcp.crawlora.net/mcp
GETapiKey1 credit/requestdataSafetyResponseDoc

Retrieve Google Play data safety details

Returns the data safety information displayed on Google Play.

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
googleplay.datasafety

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": {
    "app_id": "com.openai.chatgpt",
    "data_shared": [
      "Location"
    ],
    "data_collected": [
      "Personal info"
    ]
  }
}