Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Retrieve Google Play data safety details API Playground
Returns the data safety information displayed on Google Play.
GETapiKey1 credit/requestgoogleplay.dataSafetyResponseDocGooglePlay
Endpoint details
Returns the data safety information displayed on Google Play.
- Method
- GET
- Path
- /googleplay/datasafety
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- GooglePlay
- Parameters
- 3 documented fields
Request parameters
app_id:querylang:queryx-api-key:header
Response schema fields
codedatadata.collected_datadata.collected_data[].datadata.collected_data[].optionaldata.collected_data[].purposedata.collected_data[].typedata.privacy_policy_urldata.security_practicesdata.security_practices[].descriptiondata.security_practices[].practicedata.shared_data
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"app_id": "com.openai.chatgpt",
"data_shared": [
"Location"
],
"data_collected": [
"Personal info"
]
}
}cURL example
curl "https://api.crawlora.net/api/v1/googleplay/datasafety?app_id=<app_id>" \
-H "x-api-key: <api-key>"