# Compare Xiaohongshu & Douyin Product Trends

**Use case:** 

Scan Xiaohongshu and Douyin together, filter commercial signals, translate titles, and highlight similar phrases seen across both platforms.

## Input

```json
{
  "sources": [
    "xiaohongshu",
    "douyin"
  ],
  "xiaohongshuCategories": [
    "fashion",
    "beauty",
    "home"
  ],
  "mode": "productTrends",
  "maxResultsPerSource": 30,
  "translateToEnglish": true,
  "matchCrossPlatform": true
}
```

## Output

```json
{
  "trendScore": {
    "label": "Trend score",
    "format": "number"
  },
  "commercialIntentScore": {
    "label": "Commercial intent",
    "format": "number"
  },
  "crossPlatform": {
    "label": "Cross-platform",
    "format": "boolean"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "titleEn": {
    "label": "English title",
    "format": "string"
  },
  "title": {
    "label": "Original title",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "rank": {
    "label": "Source rank",
    "format": "integer"
  },
  "hotValue": {
    "label": "Hot value",
    "format": "number"
  },
  "engagementCount": {
    "label": "Engagement",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Xiaohongshu & Douyin Product Trend Radar](https://apify.com/webdata_labs/xiaohongshu-douyin-trend-radar) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/xiaohongshu-douyin-trend-radar) to learn more, explore other use cases, and run it yourself.