TikTok 2 min read

How to See How Much a TikTok Shop is Making Daily (And Build Your Own FastMoss/Kalodata)

Learn how to estimate daily sales of any TikTok Shop product using Scrape Creators. Build your own FastMoss or Kalodata style tracker fast.

by
Image of Goli bottle with estimated daily revenue

You ever wonder how much money a TikTok Shop product is making per day?

Well guess what, it’s actually super easy to estimate, and I’ll show you how to build your own version of FastMoss or Kalodata using public data and Scrape Creators.

Let’s dive in.

The Basic Idea

  1. Get the product URL
  2. Call the Scrape Creators endpoint to get the stock + price
  3. Store it in your DB
  4. 24 hours later, call it again
  5. Subtract yesterday’s stock from today’s
  6. Multiply by the price
  7. Bada bing, bada boom: daily sales estimate

Example Product

Let’s use this product, from popular store, Goli Nutrition:

https://www.tiktok.com/shop/pdp/goli-ashwagandha-gummies…

How to Do It

All we’d need to do is make a GET request to Scrape Creators like this:

https://api.scrapecreators.com/v1/tiktok/product?url=https://www.tiktok.com/shop/pdp/goli-ashwagandha-gummies-with-vitamin-d-ksm-66-vegan-non-gmo/1729587769570529799

Check out the docs for more information.

Then get the stock and price_val

(Note: price_val is a string, so you’ll want to convert it into a float first)

Just store stock and price in your DB every day per product. Do a simple subtraction the next day to get:

const unitsSold = yesterday.stock - today.stock;
const revenue = unitsSold * today.price;

Done ✅

Why This Is Useful

  • Find winning products
  • TikTok creators can search for what’s selling well and make videos on those products
  • Spy on competitors
  • Validate product demand before selling
  • Track TikTok Shop trends
  • Build a FastMoss competitor
  • Attract brands & creators with actual sales data

Want to Build This at Scale?

Scrape Creators makes it dead simple to scale this out. Just loop through product URLs, record daily stats, and you’ve got a mini FastMoss/Kalodata.

Start with this endpoint: https://docs.scrapecreators.com/v1/tiktok/product

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