Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Twitter Scraper API

БесплатноНе проверен

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

GitHubEmbed

Описание

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

README

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

from github.com/Br0ski777/twitter-scraper-x402

Установка Twitter Scraper API

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Br0ski777/twitter-scraper-x402

FAQ

Twitter Scraper API MCP бесплатный?

Да, Twitter Scraper API MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Twitter Scraper API?

Нет, Twitter Scraper API работает без API-ключей и переменных окружения.

Twitter Scraper API — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Twitter Scraper API в Claude Desktop, Claude Code или Cursor?

Открой Twitter Scraper API на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Twitter Scraper API with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории browse