# TikTok Made Me Buy It: Viral Product Scraper

**Use case:** 

Search TikTok for trending products with hashtags like TikTok Made Me Buy It. Returns view counts, engagement, and creator handles. For ecom research.

## Input

```json
{
  "mode": "search_keyword",
  "queries": [
    "tiktok made me buy it",
    "amazon finds"
  ],
  "hashtags": [],
  "songUrls": [],
  "region": "US",
  "maxResults": 50,
  "sortBy": "relevance"
}
```

## Output

```json
{
  "url": {
    "label": "Video",
    "format": "string"
  },
  "authorHandle": {
    "label": "Author",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "songName": {
    "label": "Song",
    "format": "string"
  },
  "viewCount": {
    "label": "Views",
    "format": "integer"
  },
  "likeCount": {
    "label": "Likes",
    "format": "integer"
  },
  "commentCount": {
    "label": "Comments",
    "format": "integer"
  },
  "shareCount": {
    "label": "Shares",
    "format": "integer"
  },
  "saveCount": {
    "label": "Saves",
    "format": "integer"
  },
  "engagementRate": {
    "label": "Engage %",
    "format": "number"
  },
  "viralityScore": {
    "label": "Views/hr",
    "format": "number"
  },
  "ageHours": {
    "label": "Age (h)",
    "format": "number"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  },
  "duration": {
    "label": "Sec",
    "format": "integer"
  },
  "thumbnailUrl": {
    "label": "Thumb",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "sourceQuery": {
    "label": "Source",
    "format": "string"
  },
  "mode": {
    "label": "Mode",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Trends Scraper [NO COOKIES] ✅](https://apify.com/unseenuser/tiktok-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/tiktok-search-scraper) to learn more, explore other use cases, and run it yourself.