# Search TikTok Shop US for best-selling wireless earbuds

**Use case:** 

Find top-selling wireless earbuds on TikTok Shop USA with prices, sales counts, ratings, and store info.

## Input

```json
{
  "query": "wireless earbuds",
  "region": "US",
  "resultsLimit": 20,
  "sortType": "BEST_SELLERS",
  "live": false,
  "cod": false,
  "outputMode": "formatted_filtered"
}
```

## Output

```json
{
  "image": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "product_id": {
    "label": "Product ID",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "object"
  },
  "sales_count": {
    "label": "Sales",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "store_info": {
    "label": "Store",
    "format": "object"
  },
  "search_query": {
    "label": "Query",
    "format": "text"
  },
  "search_region": {
    "label": "Region",
    "format": "text"
  },
  "search_id": {
    "label": "Search ID",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Shop Product Search (Mobile API)](https://apify.com/cunning_soil/tiktok-shop-product-search-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/cunning_soil/tiktok-shop-product-search-api) to learn more, explore other use cases, and run it yourself.