Skip to content
Eden Engine

TikTok Channel Recent Posts Lookup

omnial/tiktok-profile-scraper

Looks up a TikTok channel's most recent post(s) by username or profile URL and returns each post's view, like, comment, share, and bookmark counts and hashtags, alongside the channel's own follower, following, and video counts and bio -- for creator vetting, competitor tracking, and influencer outreach research.

activeper resultv2
Provider
Web & Business Data Network
Category
social
Provider price
$0.00061425 per result
Latency p50 / p95
— / —
Success rate
Verified

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "anyOf": [
    {
      "required": [
        "startUrls"
      ]
    },
    {
      "required": [
        "usernames"
      ]
    }
  ],
  "required": [],
  "properties": {
    "maxItems": {
      "type": "integer",
      "default": 1,
      "maximum": 1000,
      "description": "Maximum number of items that you want as output."
    },
    "startUrls": {
      "type": "array",
      "description": "Paste the TikTok URLs, and get the results immediately. User URLs are supported."
    },
    "usernames": {
      "type": "array",
      "description": "Usernames of TikTok users. Paste the usernames and get the results immediately. Please remove @ sign before paste."
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "required": [
    "results"
  ],
  "properties": {
    "results": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "id",
          "postPage"
        ],
        "properties": {
          "id": {
            "type": "string",
            "description": "The post's own TikTok video id."
          },
          "likes": {
            "type": "integer",
            "minimum": 0
          },
          "title": {
            "type": "string",
            "description": "The post's caption text."
          },
          "views": {
            "type": "integer",
            "minimum": 0
          },
          "shares": {
            "type": "integer",
            "minimum": 0
          },
          "channel": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "bio": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "url": {
                "type": "string"
              },
              "name": {
                "type": "string"
              },
              "likes": {
                "type": "integer",
                "minimum": 0,
                "description": "Total likes across all of the channel's posts."
              },
              "videos": {
                "type": "integer",
                "minimum": 0
              },
              "username": {
                "type": "string"
              },
              "verified": {
                "type": "boolean"
              },
              "followers": {
                "type": "integer",
                "minimum": 0
              },
              "following": {
                "type": "integer",
                "minimum": 0
              }
            },
            "description": "The posting channel's own profile stats, as of this call.",
            "additionalProperties": true
          },
          "comments": {
            "type": "integer",
            "minimum": 0
          },
          "hashtags": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "postPage": {
            "type": "string",
            "description": "The public TikTok URL for this post."
          },
          "bookmarks": {
            "type": "integer",
            "minimum": 0
          },
          "uploadedAtFormatted": {
            "type": "string",
            "description": "ISO 8601 upload timestamp."
          }
        },
        "additionalProperties": true
      },
      "description": "One entry per post found, up to maxItems."
    }
  },
  "description": "The channel's most recent post(s), wrapped in an object because a run's output is always a JSON object -- the provider's own response is a bare array. Each entry is one billed result (one post). Real calibration call (usernames ['nike'], maxItems 1, 2026-08-25) returned 1 post.",
  "additionalProperties": false
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per result
Charged for every result returned
$0.00061425
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 8, 2026