1. Conduid
  2. Scraping
  3. Twitter Scraper API
MCP server · Scraping

Twitter Scraper API

Scrape Twitter/X profiles, tweets, search. No API key. Structured JSON. x402 pay-per-call.

Unclaimed scraping
34Low

Scored 4 months ago · breakdown

About Twitter Scraper API

Twitter Scraper API is an MCP server in the Scraping category: scrape Twitter/X profiles, tweets, search. No API key. Structured JSON. x402 pay-per-call. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/Br0ski777/twitter-scraper-x402

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Twitter Scraper API

Powered by Claude · Grounded in docs

I know everything about Twitter Scraper API. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Twitter Scraper API

Scrape Twitter/X profiles, tweets, and search results. No API key needed. Structured JSON for AI agents. Powered by x402 micropayments.

The social intelligence layer AI agents need to monitor Twitter, analyze accounts, and track trends -- all without needing a Twitter API key or OAuth.

Endpoints

Endpoint Price What it does
POST /api/profile $0.005 Scrape user profile -- bio, stats, avatar, verification
POST /api/search $0.005 Search tweets by keyword, hashtag, or mention
POST /api/tweets $0.005 Get recent tweets from a specific user

Example: Profile Lookup

// Request
{ "username": "elonmusk" }

// Response
{
  "username": "elonmusk",
  "displayName": "Elon Musk",
  "bio": "Mars & Cars, Chips & Dips",
  "followers": 195000000,
  "following": 850,
  "tweetCount": 45000,
  "verified": true,
  "createdAt": "June 2009",
  "location": "Austin, TX",
  "website": "https://x.com",
  "pinnedTweet": "..."
}

Example: Tweet Search

// Request
{ "query": "x402 protocol", "count": 5 }

// Response
{
  "query": "x402 protocol",
  "resultCount": 5,
  "results": [
    {
      "id": "1234567890",
      "text": "x402 is changing how agents pay for APIs...",
      "author": { "username": "web3builder", "displayName": "Web3 Builder" },
      "likes": 42,
      "retweets": 12,
      "views": 1200,
      "createdAt": "2026-04-13T09:30:00Z",
      "url": "https://x.com/web3builder/status/1234567890"
    }
  ]
}

Use Cases

  • Brand monitoring: Track what people say about your brand or product
  • Influencer research: Analyze follower counts, engagement, posting patterns
  • Market sentiment: Search for reactions to news, earnings, launches
  • Competitor tracking: Monitor competitor accounts and their content
  • Due diligence: Verify social media presence before partnerships
  • Trend detection: Find emerging topics and viral content

MCP Integration

{
  "mcpServers": {
    "twitter-scraper": {
      "url": "https://twitter-scraper-production.up.railway.app/mcp",
      "transport": "sse"
    }
  }
}

Payment

Uses x402 protocol. No API keys, no OAuth, no Twitter developer account needed. Your agent pays $0.005 per request in USDC on Base.

Related APIs

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Twitter Scraper API

How do I install Twitter Scraper API?

Run git clone https://github.com/Br0ski777/twitter-scraper-x402, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Twitter Scraper API safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Twitter Scraper API still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.