# Parenting & Family Life TikTok Video Scraper

**Use case:** 

Extract TikTok videos from hashtags like #parenting and #momlife. Get detailed metrics including views, likes, sound, and author data.

## Input

```json
{
  "terms": [
    "#parenting",
    "#momlife",
    "#familytiktok"
  ],
  "maxVideosPerTerm": 50,
  "sortBy": "views",
  "minViews": 50000,
  "onlyVerifiedAuthors": false,
  "region": "US",
  "language": "",
  "maxResults": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "foundForTerm": {
    "label": "Found for term",
    "format": "string"
  },
  "description": {
    "label": "Caption",
    "format": "string"
  },
  "playCount": {
    "label": "Views",
    "format": "integer"
  },
  "likeCount": {
    "label": "Likes",
    "format": "integer"
  },
  "commentCount": {
    "label": "Comments",
    "format": "integer"
  },
  "shareCount": {
    "label": "Shares",
    "format": "integer"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "url": {
    "label": "Video URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Hashtag Scraper - Scrape Videos by Tag](https://apify.com/logiover/tiktok-hashtag-video-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/tiktok-hashtag-video-scraper) to learn more, explore other use cases, and run it yourself.