ScrapeCreators

live MarketingSocial

ScrapeCreators MCP — public social data across TikTok / Instagram / YouTube plus Facebook ad-library search. BYO ScrapeCreators API key.

4 tools
0ms auth
free tier 50 calls/day

Tools

scrapecreators_tiktok_profile

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

No parameters required.

Try it
scrapecreators_instagram_posts

Get recent posts for an Instagram user: captions, media URLs, like/comment/play counts, and permalinks.

No parameters required.

Try it
scrapecreators_youtube_channel

List videos for a YouTube channel with view counts, publish dates, durations, and URLs.

No parameters required.

Try it
scrapecreators_facebook_ads

Search the Facebook / Meta Ad Library by keyword or advertiser and return active ad creatives:

No parameters required.

Try it

Test with curl

The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.

List available tools
bash
curl -X POST https://gateway.pipeworx.io/scrapecreators/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Call a tool
bash
curl -X POST https://gateway.pipeworx.io/scrapecreators/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"scrapecreators_tiktok_profile","arguments":{}}}'

Use with the SDK

Install @pipeworx/sdk to call tools from any TypeScript/Node project.

TypeScript
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("scrapecreators_tiktok_profile", {});
ask_pipeworx
// Or ask in plain English:
const answer = await px.ask("scrapecreators mcp — public social data across tiktok / instagram / youtube plus facebook ad-library search");

Related packs

Other Pipeworx packs in the same categories (Marketing, Social):