# TikTok Shop Creator Sales Insights by Buyer Fit

**Use case:** 

Analyze TikTok Shop affiliate and creator sales data. Receive focused insights on product availability, pricing, and seller information.

## Input

```json
{
  "sourceMode": "sample",
  "mode": "demo",
  "startUrls": [
    {
      "url": "https://shop.tiktok.com/",
      "sourceId": "TIKTOK-SHOP-PUBLIC",
      "userData": {
        "sourceId": "TIKTOK-SHOP-PUBLIC"
      }
    },
    {
      "url": "https://shop.tiktok.com/",
      "sourceId": "TIKTOK-SHOP-CREATOR",
      "userData": {
        "sourceId": "TIKTOK-SHOP-CREATOR"
      }
    },
    {
      "url": "https://shop.tiktok.com/",
      "sourceId": "TIKTOK-SHOP-AFFILIATE",
      "userData": {
        "sourceId": "TIKTOK-SHOP-AFFILIATE"
      }
    }
  ],
  "maxItems": 10,
  "sourceIds": [
    "TIKTOK-SHOP-PUBLIC",
    "TIKTOK-SHOP-CREATOR",
    "TIKTOK-SHOP-AFFILIATE"
  ],
  "pricingEvents": [],
  "sinceLastRun": false,
  "watchlistTerms": [],
  "includeSourceUrls": true,
  "includeMatchReasons": true,
  "outputMode": "buyer-ready-records"
}
```

## Output

```json
{
  "productName": {
    "label": "Product name",
    "format": "string"
  },
  "productIdentifier": {
    "label": "Product identifier",
    "format": "string"
  },
  "currentPrice": {
    "label": "Current price",
    "format": "number"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Shop Affiliate & Creator Sales Scraper](https://apify.com/zentrafoundry/tiktok-shop-affiliate-creator-sales-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/tiktok-shop-affiliate-creator-sales-scraper) to learn more, explore other use cases, and run it yourself.