πŸ” TikTok Shadow Ban Checker | $10/1K | Instant Check avatar

πŸ” TikTok Shadow Ban Checker | $10/1K | Instant Check

Pricing

from $10.00 / 1,000 results

Go to Apify Store
πŸ” TikTok Shadow Ban Checker | $10/1K | Instant Check

πŸ” TikTok Shadow Ban Checker | $10/1K | Instant Check

Check if TikTok videos are shadowbanned by analyzing the indexEnabled property. Supports batch URL checking with automatic proxy rotation.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Apivault Labs

Apivault Labs

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

TikTok Shadow Ban Checker

Check if TikTok videos are shadowbanned by analyzing the indexEnabled property. Supports batch checking of multiple URLs with automatic proxy rotation.

Features

  • βœ… Detect shadowbanned TikTok videos
  • 🌍 Get video upload location (geo)
  • πŸ“Š Extract video statistics (views, likes, comments, shares, saves)
  • πŸ‘€ Get author information
  • πŸ”„ Automatic proxy rotation with retries
  • πŸ“¦ Batch processing support

What is Shadow Ban?

A shadowban on TikTok means your video won't appear in search results or on the For You Page, limiting its reach. This Actor checks the indexEnabled property to determine if a video is shadowbanned.

Input

{
"urls": [
"https://www.tiktok.com/@username/video/1234567890",
"https://vm.tiktok.com/shortlink"
],
"maxRetries": 3
}

Input Parameters

  • urls (required) - Array of TikTok video URLs to check. Supports both full URLs and short links (vm.tiktok.com, vt.tiktok.com)
  • maxRetries (optional) - Number of retry attempts per URL with new proxy IP (default: 3, max: 5)

Output

{
"url": "https://www.tiktok.com/@username/video/1234567890",
"shadowbanned": false,
"indexEnabled": true,
"locationCreated": "US",
"description": "Video description text",
"author": {
"nickname": "Display Name",
"uniqueId": "username"
},
"stats": {
"views": 12345,
"likes": 678,
"comments": 90,
"shares": 12,
"saves": 34
},
"videoId": "1234567890",
"createTime": 1234567890
}

Use Cases

  • Monitor your TikTok videos for shadowban status
  • Bulk check multiple videos at once
  • Track video performance and engagement
  • Verify upload location for geo-targeted content
  • Automate shadowban detection for content creators

How It Works

  1. Fetches TikTok video page HTML
  2. Extracts video data from embedded JSON (supports both __UNIVERSAL_DATA_FOR_REHYDRATION__ and legacy SIGI_STATE formats)
  3. Analyzes indexEnabled property to determine shadowban status
  4. Uses Apify residential proxies to avoid rate limiting
  5. Automatically retries failed requests with new proxy IPs

Pricing

  • $0.02 per video check
  • Includes automatic proxy rotation
  • No hidden fees

Notes

  • Short links (vm.tiktok.com, vt.tiktok.com) are automatically resolved
  • Uses residential proxies to avoid TikTok rate limiting
  • Retries with new proxy IP on failure
  • Returns error object if video cannot be checked after all retries

Support

For issues or questions, please contact the developer or open an issue on the Actor's page.

Disclaimer

This Actor is for educational and research purposes. Use responsibly and in accordance with TikTok's Terms of Service.