# Twitter/X Scraper — Profiles, Tweets & Search

Twitter/X scraping API for AI agents. Scrape public profiles (bio, stats, verification), user tweets (text, engagement, media), and search results — all without needing a Twitter API key. Structured …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/twitter-scraper

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/twitter-scraper

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/twitter-scraper twitter_scrape_profile

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/twitter-scraper twitter_scrape_profile '{}'
```

## Direct MCP Connection

Endpoint: `https://twitter-scraper--axel-belfort.run.tools`

## Tools (3)

- `twitter_scrape_profile` — Use this when you need to look up a Twitter/X user profile by username or URL. Returns structured profile data includin…
- `twitter_search_tweets` — Use this when you need to find tweets about a topic, brand, event, or keyword. Returns up to 20 recent tweets matching …
- `twitter_get_user_tweets` — Use this when you need to see what a specific Twitter/X user has been posting recently. Returns their latest tweets wit…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/twitter-scraper <tool-name>
```
