# Scrape TikTok Creative Partners video agency listings

**Use case:** 

Monitor TikTok Creative Exchange partners for video production with language packages and service offerings.

## Input

```json
{
  "query": "video",
  "orderBy": "2",
  "startUrls": [
    {
      "url": "https://ads.tiktok.com/creativeexchange/partner-discovery/7172198582135619585"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "partnerId": {
    "label": "Partner id"
  },
  "partnerName": {
    "label": "Partner name"
  },
  "partnerEntityName": {
    "label": "Partner entity name"
  },
  "landingPageUrl": {
    "label": "Landing page url"
  },
  "region": {
    "label": "Region"
  },
  "supportedRegions": {
    "label": "Supported regions"
  },
  "supportedMarkets": {
    "label": "Supported markets"
  },
  "languageCreativeAssetsSupported": {
    "label": "Language creative assets supported"
  },
  "languageSpokenByCompany": {
    "label": "Language spoken by company"
  },
  "expertiseCategories": {
    "label": "Expertise categories"
  },
  "serviceTypes": {
    "label": "Service types"
  },
  "servicePackages": {
    "label": "Service packages"
  },
  "supportedServicePackages": {
    "label": "Supported service packages"
  },
  "servicePackageIds": {
    "label": "Service package ids"
  },
  "supportedBusinessTypes": {
    "label": "Supported business types"
  },
  "businessType": {
    "label": "Business type"
  },
  "segment": {
    "label": "Segment"
  },
  "minPrice": {
    "label": "Min price"
  },
  "isAvailable": {
    "label": "Is available"
  },
  "unavailableReason": {
    "label": "Unavailable reason"
  },
  "isCsfTopPartner": {
    "label": "Is csf top partner"
  },
  "isTestPartner": {
    "label": "Is test partner"
  },
  "hasFreePack": {
    "label": "Has free pack"
  },
  "supportSubscription": {
    "label": "Support subscription"
  },
  "profileStatus": {
    "label": "Profile status"
  },
  "profilePhoto": {
    "label": "Profile photo"
  },
  "description": {
    "label": "Description"
  },
  "sizzleReel": {
    "label": "Sizzle reel"
  },
  "sizzleInfo": {
    "label": "Sizzle info"
  },
  "previousVideoSample": {
    "label": "Previous video sample"
  },
  "previousVideoInfos": {
    "label": "Previous video infos"
  },
  "marketingMaterialUrls": {
    "label": "Marketing material urls"
  },
  "testimonials": {
    "label": "Testimonials"
  },
  "contacts": {
    "label": "Contacts"
  },
  "tags": {
    "label": "Tags"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Creative Partners Scraper](https://apify.com/lexis-solutions/tiktok-creative-partners-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/tiktok-creative-partners-scraper) to learn more, explore other use cases, and run it yourself.