scrapecreators_tiktok_profile

Pack: scrapecreators · Endpoint: https://gateway.pipeworx.io/scrapecreators/mcp

Get a TikTok creator profile: bio, verification, follower/following/like/video counts, and engagement stats.

Parameters

NameTypeRequiredDescription
handlestringnoTikTok handle/username without the @, e.g. “stoolpresidente”
user_idstringnoTikTok numeric user ID (alternative to handle), e.g. “6659752019493208069”
_apiKeystringyesScrapeCreators API key (sign up at https://app.scrapecreators.com)

Example call

Arguments

{
  "handle": "stoolpresidente",
  "_apiKey": "your-scrapecreators-api-key"
}

curl

curl -X POST https://gateway.pipeworx.io/scrapecreators/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"scrapecreators_tiktok_profile","arguments":{"handle":"stoolpresidente","_apiKey":"your-scrapecreators-api-key"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('scrapecreators_tiktok_profile', {
  "handle": "stoolpresidente",
  "_apiKey": "your-scrapecreators-api-key"
});

More examples

{
  "user_id": "6659752019493208069",
  "_apiKey": "your-scrapecreators-api-key"
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "scrapecreators": {
      "url": "https://gateway.pipeworx.io/scrapecreators/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 24, 2026