The Trend Intelligence Playbook
Detect trending products 6-12 weeks before mainstream retail using Etsy discovery signals, Pinterest pin velocity, and TikTok Shop virality patterns — the early-warning system for merchandising and buying teams.
The Trend-Detection Lead Time
Etsy, Pinterest, and TikTok Shop reveal trending products 6-12 weeks before they hit mainstream retail. Merchandising and buying teams that read these signals early gain a compounding advantage that's nearly impossible to catch up on.
Five Key Findings
- Etsy "Trending Now" and search velocity precede Amazon by 8-11 weeks for craft/gift/home decor categories.
- Pinterest pin velocity is the strongest signal for interior design trends — 12+ week lead time consistently.
- TikTok Shop virality is fastest but noisiest — 2-6 weeks lead time with 40% false positive rate.
- Combined signal scoring dramatically improves accuracy — Etsy + Pinterest + TikTok cross-signal validation catches 85% of true trends.
- Category-specific patterns exist — beauty trends surface faster than home decor, but home decor trends last 3x longer.
Etsy, Pinterest, TikTok — Each Reveals Different Trends
Each platform surfaces trends at different stages of the discovery-to-mainstream lifecycle. Understanding what each captures is essential for early detection.
| Platform | Lead Time | Signal Type | Best For |
|---|---|---|---|
| Etsy | 8-11 weeks | Search + sales velocity | Craft, gift, home decor |
| 10-14 weeks | Pin + save velocity | Interior, fashion, wedding | |
| TikTok Shop | 2-6 weeks | View + purchase virality | Beauty, gadgets, food |
| Combined | 6-12 weeks | Cross-platform validation | All categories |
What Trend Intelligence Actually Returns
Every Product Data Scrape Trend Signals API call returns structured JSON. Here's what a live response looks like:
// Product Data Scrape — Trend Intelligence API
// GET /v1/trends?category=home_decor&platforms=all&period=7d
{
"category": "home_decor",
"detection_period": "2026-04-08 to 2026-04-15",
"top_trending_products": [
{
"product_theme": "cottagecore ceramic vases",
"combined_score": 94.2,
"etsy_signal": 92,
"pinterest_signal": 96,
"tiktok_signal": 88,
"estimated_mainstream_arrival": "2026-07-01",
"lead_time_weeks": 11
},
{
"product_theme": "boucle accent chairs",
"combined_score": 88.7,
"lead_time_weeks": 9
}
],
"false_positive_filter": "cross_platform_validated",
"scraped_at": "2026-04-15T14:22:00Z"
}
Request sample dataset → — Free 1,000-row sample delivered within 24 hours, scoped to your target categories and platforms.