TikTok/Feed Videos

Feed Videos

GET
https://api.shofo.ai/tiktok/feed

Get videos from TikTok's recommendation feed. Perfect for trend analysis and content discovery.

Pricing

Base cost: $0.0001 per post

  • + Comments: $0.0001/post
  • + Transcript: $0.0001/post (if available)
  • + Video file: $0.0001/post

Parameters

ParameterTypeRequiredDescription
countinteger
Required
Number of videos to retrieve (1-100)

Response Format

{
  "success": true,
  "data": {
    "videos": [
      {
        "video_id": "7123456789012345678",
        "author": "creator_username",
        "description": "Video caption #fyp #viral",
        "play_count": 1500000,
        "like_count": 250000,
        "comment_count": 5000,
        "share_count": 10000,
        "create_time": "2024-01-15T12:00:00Z",
        "duration": 30,
        "hashtags": ["fyp", "viral"],
        "music": {
          "title": "Original Sound",
          "author": "creator_username"
        }
      }
    ],
    "cursor": "1705320000000",
    "has_more": true
  },
  "cost": "$0.0010",
  "request_id": "req_abc123"
}

Use Cases

  • Discover trending content and viral videos in real-time
  • Analyze recommendation algorithm patterns
  • Build content discovery tools and aggregators
  • Track emerging trends before they go mainstream

Try It

GET
https://api.shofo.ai/tiktok/feed
$0.0001

Send a request to see the response