Social Media Scraping 4 min read

How to Detect TikTok Shop Products in Creator Videos

Scrape Creators API now identifies specific TikTok Shop products that creators promote in their videos.

by
new feature: TikTok Shop Product Detection

We’re excited to announce a game-changing update to the Scrape Creators API that will revolutionize how you analyze creator commerce on TikTok.

You can now identify the exact products that creators are promoting in their videos, complete with direct links to TikTok Shop listings.

What’s New: Product Promotion Detection

The latest update adds a powerful new data field to TikTok video responses: shop_product_url.

This field appears when creators include product promotions in their videos, providing direct access to the TikTok Shop listing they’re promoting.

How It Works

When you scrape a TikTok video through the ScrapeCreators API, the response now includes product promotion data:

{
  "is_paid_partnership": false,
  "create_time_utc": "2025-09-03T18:37:38.000Z",
  "url": "https://www.tiktok.com/@branttakes/video/7545933721589910798",
  "shop_product_url": "https://www.tiktok.com/shop/pdp/1729494515984797858",
  "added_sound_music_info": {}
}

The shop_product_url field provides a direct link to the TikTok Shop product page, allowing you to immediately understand what the creator is promoting and analyze the commercial intent behind their content.

Why This Matters for Your Business

Affiliate Marketing Intelligence

For affiliate marketers and agencies, this update provides unprecedented visibility into creator commerce strategies:

  • Competitor Analysis: See exactly what products your competitors’ sponsored creators are promoting
  • Product Research: Identify trending products across different creator niches
  • Commission Tracking: Understand which creators are eligible for commissions on specific products
  • Campaign Optimization: Analyze successful product promotions to inform your own campaigns

E-commerce Research

Retailers and brands can now:

  • Monitor Brand Mentions: Track when and how your products appear in creator content
  • Identify Opportunities: Find creators already promoting similar products in your category
  • Market Intelligence: Understand pricing, positioning, and promotion strategies for competing products
  • Trend Analysis: Spot emerging product trends before they go mainstream

Creator Economy Analysis

Researchers and analysts gain access to:

  • Monetization Patterns: Understand how creators incorporate product promotions into their content
  • Commerce Trends: Track the evolution of social commerce on TikTok
  • Creator Performance: Analyze which types of product promotions generate the most engagement

Technical Implementation

API Response Structure

The product URL appears as a new field in your standard TikTok video scraping response. Here’s what to expect:

When Product Promotion is Present:

{
  "shop_product_url": "https://www.tiktok.com/shop/pdp/[product_id]"
}

When No Product Promotion: The field will be absent or null, keeping response sizes minimal.

Integration Examples

Python Implementation:

import requests

response = requests.get(
    "https://api.scrapecreators.com/v1/tiktok/video",
    params={"url": video_url},
)
data = response.json()

if "shop_product_url" in data:
    print(f"Creator is promoting: {data['shop_product_url']}")

JavaScript Implementation:

const response = await fetch(`/api/tiktok/video?url=${videoUrl}`);
const data = await response.json();

if (data.shop_product_url) {
  console.log("Product promotion detected:", data.shop_product_url);
}

Real-World Use Cases

Case Study: Beauty Brand Monitoring

A cosmetics company can now:

  1. Identify Influencers: Find creators promoting competing beauty products
  2. Analyze Pricing: Compare promoted product prices across different creators
  3. Track Trends: Monitor which beauty products are gaining traction through creator promotions
  4. Outreach Strategy: Identify successful creators for potential partnerships

Case Study: Affiliate Network Management

Affiliate networks can:

  1. Performance Tracking: Monitor which products their creators promote most frequently
  2. Commission Optimization: Understand the relationship between product type and creator engagement
  3. Fraud Detection: Verify that creators are promoting the products they claim
  4. Market Intelligence: Identify high-performing products for network expansion

Enhanced Workflow Integration

Automated Monitoring Workflows

Set up automated systems to:

  • Daily Scans: Monitor specific creators for new product promotions
  • Competitor Alerts: Get notified when competitors’ products appear in creator content
  • Trend Tracking: Build databases of product promotion patterns over time
  • ROI Analysis: Correlate product promotions with engagement metrics

Getting Started

Immediate Access

This feature is available immediately for all Scrape Creators API users. No changes to your existing integration are required – the new field simply appears when relevant.

Testing the Feature

To test the new functionality:

  1. Find a TikTok video with visible product promotion (look for shopping bag icons or “Shop” buttons)
  2. Use the standard video scraping endpoint
  3. Check the response for the shop_product_url field
  4. Use the product URL to scrape detailed product information if needed

API Documentation

Full documentation for the updated response structure is available in the ScrapeCreators API docs. The shop_product_url field follows TikTok’s standard product URL format:

https://www.tiktok.com/shop/pdp/[product_id].

Future Enhancements

This product detection feature is just the beginning. We’re working on additional e-commerce intelligence features:

Coming Soon:

  • Product Metadata: Price, ratings, and seller information directly in video responses
  • Historical Tracking: Monitor product promotion changes over time
  • Bulk Analysis: Batch processing for large-scale creator commerce analysis
  • Enhanced Filtering: Search for videos promoting specific product categories or price ranges

Impact on Creator Economy Analysis

This update represents a significant step forward in understanding the creator economy’s commercial aspects. For the first time, researchers and businesses can systematically analyze the relationship between content creation and product promotion at scale.

The ability to connect specific videos to specific products enables entirely new categories of analysis:

  • Content Performance vs. Product Type: Which products generate the most engagement when promoted?
  • Creator Specialization: Do successful creators focus on specific product categories?
  • Seasonal Patterns: How do product promotions change throughout the year?
  • Cross-Platform Analysis: How do TikTok product promotions compare to other platforms?

FAQ

Frequently asked
questions

Can't find what you're looking for? Email me.

Adrian Horning

Written by

Adrian Horning

Founder of ScrapeCreators. I write about social data APIs, scraper reliability, and turning public creator data into useful products.

Connect

ScrapeCreatorsScrapeCreators

Social Media Scraping API
for Developers

Real-time data from TikTok, Instagram, YouTube, X, Facebook, Reddit, and more.

Real-time Data

Fresh, accurate, always up-to-date.

No Proxies

We handle the infrastructure.

Developer First

Simple API. Powerful results.

TikTok logoInstagram logoYouTube logoX logoFacebook logoReddit logo
{200 OK
"platform": "youtube",
"type": "video",
"title": "Never Gonna Give You Up",
"views": 12504321,
"transcript": "We're no strangers to love...",
}
Success124ms
Purple gift box representing 100 free ScrapeCreators credits

Get 100 credits on us - instantly.

No credit card required. Start building for free.

Try the API, on us.

New developers get 100 free credits automatically when they sign up. No credit card required.

Get started free
Trusted by 10,000+ developers
99.9% uptime
Secure API access