serpapi / public-roadmap

Public Roadmap for SerpApi, LLC (https://serpapi.com)
51 stars 4 forks source link

Google Play Store API, Play Product API complete scraping of Data Safety details #1581

Open chrstphrfrtn opened 5 months ago

chrstphrfrtn commented 5 months ago

Currently, the Google Play Store API - Play Product API returns Data Safety details that are on the main app product page only. The data returned usually lacks completeness and includes subtext like: "and 4 others."

  "data_safety": [
    {
      "text": "No data shared with third parties",
      "subtext": "Learn more about how developers declare sharing",
      "link": "https://support.google.com/googleplay?p=data-safety&hl=en"
    },
    {
      "text": "This app may collect these data types",
      "subtext": "Location, Personal info and 4 others"
    },
    {
      "text": "Data is encrypted in transit"
    },

It would be helpful to include the entire Data Safety page of apps found at https://play.google.com/store/apps/datasafety?id=[App Id].

hilmanski commented 5 months ago

Thank ou @chrstphrfrtn . I've tagged this as a feature request since we must scrape a different page to collect this information. Our engineers will take a look and see the possibility of implementing this.