# Analyze TikTok Ad Spend and Targeting for SaaS Companies

**Use case:** 

Scrape TikTok ads from leading SaaS companies to estimate their ad spend patterns, identify their primary target audiences, and understand their geographic focu

## Input

```json
{
  "query": "crm software",
  "adIds": [],
  "region": "all",
  "startDate": "2023-11-01",
  "endDate": "2024-04-30",
  "sortBy": "impression,desc",
  "quickSearch": true,
  "maxItems": 75,
  "regionFilter": [
    "US",
    "GB",
    "CA"
  ],
  "minImpressions": 2000,
  "industryFilter": [
    "Software",
    "SaaS",
    "Business Services"
  ],
  "languageFilter": [
    "en"
  ],
  "ctaFilter": [],
  "useApifyProxy": true,
  "requestDelaySecs": 1,
  "timezone": "America/New_York"
}
```

## Output

```json
{
  "adId": {
    "label": "Ad ID",
    "format": "text"
  },
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "adType": {
    "label": "Ad Type",
    "format": "text"
  },
  "adImpressions": {
    "label": "Impressions",
    "format": "text"
  },
  "adStartDate": {
    "label": "Start Date",
    "format": "text"
  },
  "adEndDate": {
    "label": "End Date",
    "format": "text"
  },
  "daysActive": {
    "label": "Days Active",
    "format": "number"
  },
  "adUrl": {
    "label": "Ad URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Ads Library Scraper Pro](https://apify.com/crawlerbros/tiktok-ads-library-scraper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/tiktok-ads-library-scraper-pro) to learn more, explore other use cases, and run it yourself.