# Scrape TikTok Profiles and Videos at Scale

**Use case:** 

Scrape TikTok profiles and videos without login: usernames, bios, follower counts, views, likes, shares, music, and hashtags. Build creator databases, size audi

## Input

```json
{
  "queries": [
    "cooking"
  ],
  "searchType": "users",
  "maxResults": 10,
  "maxResultsPerQuery": 10
}
```

## Output

```json
{
  "description": {
    "label": "Description",
    "format": "text"
  },
  "authorUsername": {
    "label": "Author",
    "format": "text"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "shareCount": {
    "label": "Shares",
    "format": "number"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "duration": {
    "label": "Duration",
    "format": "number"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Scraper - Search Videos, Users & Hashtags](https://apify.com/thirdwatch/tiktok-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/tiktok-scraper) to learn more, explore other use cases, and run it yourself.