# 🔍 Find Products With Weak Reviews to Improve and Launch

**Use case:** 

Find TikTok Shop products with weak ratings to identify market gaps. Launch an improved version and capture demand competitors are failing to meet.

## Input

```json
{
  "queries": [
    "posture corrector",
    "sleep aid",
    "meal prep container"
  ],
  "searchRegion": "US",
  "maxPagesPerQuery": 5,
  "maxProductsPerQuery": 50,
  "maxProductsTotal": 50,
  "maxReviewsPerProduct": 50,
  "includeRawReview": false,
  "includeRawProduct": false,
  "compactNullFields": true,
  "requestTimeoutSec": 30,
  "maxFetchRetries": 3,
  "queryRetryAttempts": 2,
  "allowDirectRescueOnSoftBlock": true,
  "enableBrowserFallback": true,
  "browserFallbackWaitMs": 8000,
  "failOnZeroAfterRetries": false,
  "enableReviewPagination": true,
  "maxReviewPagesPerProduct": 3
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "product_id": {
    "label": "Product id"
  },
  "product_name": {
    "label": "Product name"
  },
  "seller": {
    "label": "Seller"
  },
  "review_rank": {
    "label": "Review rank"
  },
  "review_id": {
    "label": "Review id"
  },
  "rating": {
    "label": "Rating"
  },
  "review_text": {
    "label": "Review text"
  },
  "review_date": {
    "label": "Review date"
  },
  "reviewer_name": {
    "label": "Reviewer name"
  },
  "reviewer_country": {
    "label": "Reviewer country"
  },
  "likes_count": {
    "label": "Likes count"
  },
  "is_verified_purchase": {
    "label": "Is verified purchase"
  },
  "has_media": {
    "label": "Has media"
  },
  "image_count": {
    "label": "Image count"
  },
  "first_image_url": {
    "label": "First image url"
  },
  "image_urls": {
    "label": "Image urls"
  },
  "product_url": {
    "label": "Product url"
  },
  "source_url": {
    "label": "Source url"
  },
  "scraped_at": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Shop Reviews Pro ⭐️](https://apify.com/sentry/tiktok-shop-reviews-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sentry/tiktok-shop-reviews-pro) to learn more, explore other use cases, and run it yourself.