# Google Play Policy Deadline Comparison by Buyer Fit

**Use case:** 

Track Google Play policy changes filtered by buyer fit. Receive clear updates on app verticals, sections, and effective deadline dates.

## Input

```json
{
  "searchKeywords": [
    "compare google play policy deadline tracker by buyer fit",
    "google play policy deadline tracker",
    "universal actor portfolio",
    "automation",
    "google-play-policy-center",
    "support-google-com",
    "google-play-policy-scan",
    "changed-policy-item"
  ],
  "taskIntent": "compare-buyer-fit",
  "sourceMode": "startUrls",
  "outputMode": "buyer-ready-records",
  "startUrls": [
    {
      "url": "https://support.google.com/googleplay/android-developer/topic/9858052",
      "sourceId": "GOOGLE-PLAY-POLICY-CENTER",
      "userData": {
        "sourceId": "GOOGLE-PLAY-POLICY-CENTER"
      }
    },
    {
      "url": "https://support.google.com/googleplay/android-developer/answer/13392821",
      "sourceId": "SUPPORT-GOOGLE-COM",
      "userData": {
        "sourceId": "SUPPORT-GOOGLE-COM"
      }
    }
  ],
  "maxItems": 10,
  "perSourceLimit": 25,
  "maxTotalChargeUsd": 5,
  "overallTimeoutSecs": 900,
  "requestTimeoutSecs": 30,
  "maxRequestRetries": 2,
  "sinceLastRun": false,
  "deltaMode": true
}
```

## Output

```json
{
  "marketplace": {
    "label": "Marketplace",
    "format": "string"
  },
  "listingName": {
    "label": "Listing Name",
    "format": "string"
  },
  "listingUrl": {
    "label": "Listing Url",
    "format": "string"
  },
  "signalType": {
    "label": "Signal Type",
    "format": "string"
  },
  "impactSummary": {
    "label": "Impact Summary",
    "format": "string"
  },
  "priorityActions": {
    "label": "Priority Actions",
    "format": "array"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Play Policy Deadline Tracker](https://apify.com/zentrafoundry/google-play-policy-deadline-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/google-play-policy-deadline-tracker) to learn more, explore other use cases, and run it yourself.