> ## Documentation Index
> Fetch the complete documentation index at: https://docs.twitterapi.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> twitterapi.io docs.The best third-party Twitter API: reliable, high-performance, supports high QPS, and cost-effective.

<Tip>
  **🤖 New: Use twitterapi.io from your AI coding agent — one command.**

  Install the **[official skill](https://github.com/kaitoInfra/twitterapi-io)** and Claude Code, Cursor, GitHub Copilot, Cline, Codex, Gemini CLI, and 12+ other agents get native access to every endpoint:

  ```bash theme={null}
  npx skills add kaitoInfra/twitterapi-io
  ```

  Then just describe what you want in natural language — *"fetch Elon's last 50 tweets"*, *"post this from my account"*, *"monitor anyone tweeting about AI"* — and your agent ships working code.
</Tip>

* **Stability**: Proven with over 1000B API calls
* **Performance**: Average response time of 700ms
* **High QPS**: Supports up to 200 QPS per client
* **Ease of Use**: RESTful API design following standard OpenAPI specifications
* **Cost-effective pricing** *(100,000 credits = \$1.00)*:
  * \*\*$0.0045/1k follower IDs** (bulk endpoint, up to 5k per call — pull 1M IDs for just $4.50)
  * **\$0.01/1k full follower / following profiles** (max page size, with name/bio/avatar)
  * \$0.15/1k tweets
  * \$0.18/1k user profiles
  * Minimum charge: \$0.00015 per request (even if no data returned)
* **Special Offer**: Discounted rates for students and research institutions 🎓

## API Overview

Our Twitter API provides comprehensive endpoints for accessing Twitter data. Here's what you can do:

<CardGroup cols={2}>
  <Card title="Tweet Endpoints" icon="message" href="/api-reference/endpoint/get_tweet_by_ids">
    Search tweets, get tweet details, and analyze tweet metrics
  </Card>

  <Card title="User Endpoints" icon="user" href="/api-reference/endpoint/get_user_by_username">
    Get user profiles, followers, and following lists
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Tweet Search" icon="magnifying-glass" href="/api-reference/endpoint/tweet_advanced_search">
    Advanced search with filters for dates, keywords and more
  </Card>

  <Card title="User Networks" icon="users" href="/api-reference/endpoint/get_user_followers">
    Access follower and following relationships
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="AI Agent Skill" icon="robot" href="https://github.com/kaitoInfra/twitterapi-io">
    One-command install for Claude Code, Cursor, Copilot, Cline & 12+ more — your AI agent knows every endpoint natively.
  </Card>

  <Card title="Get your API key" icon="key" href="https://twitterapi.io/dashboard">
    Sign up in 30 seconds, free trial credit included. Single `x-api-key` header, no OAuth.
  </Card>
</CardGroup>
