# Buyer Fit Comparison for Google Sheets Sync

**Use case:** 

This task compares Apify datasets to Google Sheets, delivering top buyer-fit records with source URLs and match reasons for enhanced analysis.

## Input

```json
{
  "sourceMode": "startUrls",
  "startUrls": [
    {
      "url": "https://docs.apify.com/platform/storage/dataset",
      "sourceId": "APIFY-DATASETS",
      "userData": {
        "sourceId": "APIFY-DATASETS"
      }
    },
    {
      "url": "https://developers.google.com/workspace/sheets/api",
      "sourceId": "GOOGLE-SHEETS",
      "userData": {
        "sourceId": "GOOGLE-SHEETS"
      }
    }
  ],
  "maxItems": 10,
  "sourceIds": [
    "APIFY-DATASETS",
    "GOOGLE-SHEETS"
  ],
  "pricingEvents": [],
  "sinceLastRun": false,
  "watchlistTerms": [],
  "includeSourceUrls": true,
  "includeMatchReasons": true,
  "outputMode": "buyer-ready-records"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "buyerName": {
    "label": "Buyer name",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "deadline": {
    "label": "Deadline",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Apify Dataset to Google Sheets Sync](https://apify.com/zentrafoundry/apify-dataset-to-google-sheets-sync) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/apify-dataset-to-google-sheets-sync) to learn more, explore other use cases, and run it yourself.