ScrapeCreators MCP for AI Agents

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with ScrapeCreators MCP or direct API to scrape public profiles, retrieve recent posts and videos, collect comments and ad data, and monitor mentions and sponsored content through natural language.

ScrapeCreators logoScrapeCreators
Api Key

ScrapeCreators is a scraping service that extracts public profiles, posts, videos, comments, ads, and other content from social platforms. Use it to quickly collect structured public social data for analysis, monitoring, and content research.

55 Tools

Try ScrapeCreators now

Type what you want done — sign in and watch it run live in the Tool Router playground.

TOOL ROUTER PLAYGROUND
ScrapeCreators
Try asking
TOOLS

Supported Tools

Every ScrapeCreators action and event your agent gets out of the box.

Find Creator Social Profiles

Discover and verify a creator's linked profiles across supported social platforms from one source handle.

Get Credit Balance

Return the connected ScrapeCreators account's remaining prepaid credit balance without consuming credits.

Get Facebook Ad

Return creative, advertiser, platform, delivery, spend, reach, and active-period details for one Meta Ad Library ad.

Get Facebook Post

Return content, author, media, engagement, and the feedback ID for one public Facebook post or reel.

Get Facebook Profile

Return public identity, audience, contact, business, and Ad Library metadata for one Facebook profile or Page.

Get GitHub Repository

Return public metadata, ownership, popularity, language, topics, license, and activity for one GitHub repository.

Get GitHub User

Return public identity, biography, organization, location, social links, and repository and follower counts for one GitHub user.

Get GitHub User Contributions

Return a GitHub user's public contribution graph for one year, including the annual total and daily counts and intensity levels.

Get Google Ad

Return creative variations, advertiser, format, regions, impression estimates, and display dates for one Google Ads Transparency ad.

Get Instagram Media Transcript

Transcribe speech from an Instagram video or reel under two minutes, returning one transcript per video slide when applicable.

Get Instagram Post

Return detailed metadata and engagement for one Instagram post or reel.

Get Instagram Profile

Return public identity, biography, verification, links, and account statistics for one Instagram profile; this does not return the post feed.

Get LinkedIn Ad

Return advertiser, creative, destination, targeting, impressions, and run dates for one public LinkedIn ad.

Get LinkedIn Company

Return public company identity, industry, workforce, funding, headquarters, specialties, and website data from LinkedIn.

Get LinkedIn Post

Return content, author, publication date, engagement, and embedded comments for one public LinkedIn post or article.

Get LinkedIn Profile

Return public professional identity, experience, education, activity, and audience data for one LinkedIn person profile.

Get Reddit Post

Return content, author, community, score, flags, media URL, and comment count for one public Reddit post.

Get Reddit Subreddit

Return public metadata, rules, audience size, and activity statistics for one subreddit.

Get Threads Post

Return content, author, media, engagement, comments, and related context for one public Threads post.

Get Threads Profile

Return public identity, biography, links, verification, privacy, and follower data for one Threads profile.

Get TikTok Ad

Return creative, advertiser, objective, landing-page, performance, audience, and video details for one TikTok ad.

Get TikTok Profile

Return public identity, bio, verification, and account statistics for one TikTok creator; this does not return the creator's video feed.

Get TikTok Video

Return metadata, engagement, author, music, and media URLs for one TikTok video.

Get TikTok Video Transcript

Extract a timestamped WEBVTT transcript from a TikTok video under two minutes.

Get Twitter Profile

Return public identity, biography, verification, audience, business, and subscription metadata for one X/Twitter account.

Get Twitter Tweet

Return content, author, media, views, and engagement for one public X/Twitter post.

Get Twitter Tweet Transcript

Return the available transcript for a video under two minutes attached to one public X/Twitter post.

Get YouTube Channel

Return public profile, subscriber and view statistics, tags, country, and linked accounts for one YouTube channel.

Get YouTube Video

Return metadata, engagement, chapters, creator, paid-promotion status, and caption-track availability for one YouTube video or Short.

Get YouTube Video Transcript

Return timestamped and plain-text public captions for a YouTube video or Short, including long videos when captions exist.

List Facebook Company Ads

Return one page of Meta Ad Library ads for a company or Page with delivery, status, media, language, date, and sort filters.

List Facebook Post Comments

Return one page of comments on a Facebook post or reel, accepting its URL or the faster feedback ID.

List Facebook Profile Posts

Return one page of up to three public posts from a Facebook profile or Page with a cursor for the next page.

List GitHub Trending Repositories

Return GitHub's current trending repositories filtered by programming language, period, and optional spoken language.

List GitHub User Activity

Return one month page of a GitHub user's public contribution activity for a selected year.

List GitHub User Pull Requests

Return one page of a GitHub user's public pull requests, sorted newest first, with optional creation-date filters and a cursor for the next page.

List GitHub User Repositories

Return one page of repositories associated with a GitHub user, filtered by ownership and sort order, with a cursor for the next page.

List Google Company Ads

Return one page of Google Ads Transparency creatives for a company.

List Instagram Post Comments

Return one page of comments on an Instagram post or reel.

List Instagram User Posts

Return one page of a public Instagram user's posts, reels, photos, videos, and carousels with a cursor for the next page.

List LinkedIn Company Posts

Return one numeric page of public posts from a LinkedIn company Page.

List Reddit Post Comments

Return one page of public comments or replies for a Reddit post.

List Reddit Subreddit Posts

Return one page of posts from a subreddit with sort and timeframe controls and an opaque cursor for the next page.

List Threads User Posts

Return the currently public recent posts for one Threads profile in a single response.

List TikTok Profile Videos

Return one page of a TikTok creator's posted videos, sorted by latest or popularity, with a cursor for the next page.

List Twitter User Tweets

Return the public tweets currently exposed for one X/Twitter account in a single response.

List YouTube Channel Videos

Return one page of videos uploaded by a YouTube channel, sorted by latest or popularity, with an opaque cursor for the next page.

Search Facebook Ad Library

Search Meta's public Ad Library by keyword with country, language, status, media, date, and political-ad filters, returning one page and an opaque cursor.

Search Google Advertisers

Search Google Ads Transparency advertisers by name or keyword in one country.

Search LinkedIn Ads

Search LinkedIn's public Ad Library by company, company ID, or keyword with country and date filters, returning one page and an opaque cursor.

Search LinkedIn Posts

Search Google-indexed public LinkedIn posts by keyword and optional recency, returning one page and a bounded continuation cursor.

Search Reddit

Search Reddit posts or comments by keyword with type, sort, and timeframe filters, returning one page and a continuation cursor.

Search Threads Posts

Search public Threads posts by keyword and optional inclusive date range, returning the provider's single, non-pageable result set.

Search TikTok Ad Library

Search TikTok's public ad library by general query or advertiser name, returning one page and an opaque cursor.

Search YouTube

Search YouTube for videos, Shorts, channels, or playlists with date, popularity, duration, and region filters, returning one page and a continuation cursor.

SETUP GUIDE

Connect ScrapeCreators MCP Tool with your Agent

1

Install Composio

typescript
npm install @composio/core ai @ai-sdk/openai @ai-sdk/mcp
Install the Composio SDK for Python or TypeScript
2

Initialize Client and Create Tool Router Session

typescript
import { Composio } from '@composio/core';

const composio = new Composio({ apiKey: 'your-api-key' });
const session = await composio.create('your-user-id');
console.log(`Tool Router session created: ${session.mcp.url}`);
Import and initialize the Composio client, then create a Tool Router session for ScrapeCreators
3

Connect to AI Agent

typescript
import { openai } from '@ai-sdk/openai';
import { experimental_createMCPClient as createMCPClient } from '@ai-sdk/mcp';
import { generateText } from 'ai';

const client = await createMCPClient({
  transport: {
    type: 'http',
    url: session.mcp.url,
    headers: {
      'x-api-key': 'your-composio-api-key',
    },
  },
});

const tools = await client.tools();
const { text } = await generateText({
  model: openai('gpt-4o'),
  tools,
  messages: [{
    role: 'user',
    content: 'YOUR_SPECIFIC_PROMPT_HERE'
  }],
  maxSteps: 5,
});

console.log(`Agent: ${text}`);
Use the MCP server with your AI agent (Anthropic Claude or Mastra)
SETUP GUIDE

Connect ScrapeCreators API Tool with your Agent

1

Install Composio

typescript
npm install @composio/openai
Install the Composio SDK
2

Initialize Composio and Create Tool Router Session

typescript
import OpenAI from 'openai';
import { Composio } from '@composio/core';
import { OpenAIResponsesProvider } from '@composio/openai';

const composio = new Composio({
  provider: new OpenAIResponsesProvider(),
});
const openai = new OpenAI({});
const session = await composio.create('your-user-id');
Import and initialize Composio client, then create a Tool Router session. Use composio.create(), mcp.create(), auth_configs.create(), and connected_accounts.link() as needed.
3

Execute ScrapeCreators Tools via Tool Router with Your Agent

typescript
const tools = session.tools;
const response = await openai.responses.create({
  model: 'gpt-4.1',
  tools: tools,
  input: [{
    role: 'user',
    content: 'YOUR_SPECIFIC_PROMPT_HERE'
  }],
});
const result = await composio.provider.handleToolCalls(
  'your-user-id',
  response.output
);
console.log(result);
Get tools from Tool Router session and execute ScrapeCreators actions with your Agent

Why Use Composio?

AI Native ScrapeCreators Integration

  • Supports both ScrapeCreators MCP and direct API based integrations
  • Structured, LLM-friendly schemas for reliable tool execution
  • Rich coverage for reading, writing, and querying your ScrapeCreators data

Managed Auth

  • Built-in OAuth handling with automatic token refresh and rotation
  • Central place to manage, scope, and revoke ScrapeCreators access
  • Per user and per environment credentials instead of hard-coded keys

Agent Optimized Design

  • Tools are tuned using real error and success rates to improve reliability over time
  • Comprehensive execution logs so you always know what ran, when, and on whose behalf

Enterprise Grade Security

  • Fine-grained RBAC so you control which agents and users can access ScrapeCreators
  • Scoped, least privilege access to ScrapeCreators resources
  • Full audit trail of agent actions to support review and compliance
FRAMEWORKS

Use ScrapeCreators with any AI Agent Framework

Choose a Framework you want to connect ScrapeCreators with

FAQ

Frequently asked questions

Yes, ScrapeCreators requires you to configure your own API key credentials. Once set up, Composio handles secure credential storage and API request handling for you.

Yes! Composio's Tool Router enables agents to use multiple toolkits. Learn more.

Composio is SOC 2 and ISO 27001 compliant with all data encrypted in transit and at rest. Learn more.

Composio maintains and updates all toolkit integrations automatically, so your agents always work with the latest API versions.

Start with ScrapeCreators.It takes 30 seconds.

Managed auth, hosted MCP servers, and every ScrapeCreators tool your agent needs.Free to start.

Start building