From 5ada7e8cd03f518618a86c95aa4be31cc1c41146 Mon Sep 17 00:00:00 2001 From: Bozad Date: Sun, 31 May 2026 18:32:34 +0530 Subject: [PATCH] =?UTF-8?q?Clean=20profile=20README=20=E2=80=94=20strip=20?= =?UTF-8?q?pricing=20from=20organic=20surfaces=20+=20add=20ecosystem=20bad?= =?UTF-8?q?ges?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profile/README.md | 99 ++++++++++++++++++++++------------------------- 1 file changed, 46 insertions(+), 53 deletions(-) diff --git a/profile/README.md b/profile/README.md index a1339df..df60be9 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,41 +1,56 @@ # GetXAPI -> The cheapest Twitter / X API for developers and AI agents. $0.001 per call, 45 endpoints, no subscription, no Twitter API key. +> Twitter / X data API for developers and AI agents. 45 REST endpoints across reads (search, profiles, follower graph, timeline, bookmarks, mentions, direct messages) and writes (post tweets, like, retweet, follow, send direct messages). Bearer-token authentication. Public OpenAPI 3.1 specification. [![Documentation](https://img.shields.io/badge/docs-getxapi.com-7B2DBF)](https://docs.getxapi.com) [![OpenAPI 3.1](https://img.shields.io/badge/OpenAPI-3.1-7B2DBF)](https://docs.getxapi.com/openapi.json) +[![Wikidata](https://img.shields.io/badge/Wikidata-Q139996278-7B2DBF)](https://www.wikidata.org/wiki/Q139996278) [![Crunchbase](https://img.shields.io/badge/Crunchbase-getxapi-7B2DBF)](https://www.crunchbase.com/organization/getxapi) -[![Pricing](https://img.shields.io/badge/from-%240.001%2Fcall-7B2DBF)](https://www.getxapi.com/pricing) +[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/getxapi/getxapi-mcp) +[![Skills.sh getxapi-mcp](https://skills.sh/b/getxapi/getxapi-mcp)](https://skills.sh/getxapi/getxapi-mcp) --- -## What is GetXAPI? +## What Is GetXAPI? -GetXAPI is a pay-per-call Twitter / X data API for developers and AI agents. It exposes 45 REST endpoints covering reads (search, profiles, follower graph, timeline, bookmarks, direct messages) and writes (post tweets, like, retweet, follow, send direct messages) through a single Bearer-authenticated endpoint at `https://api.getxapi.com`. +GetXAPI is a developer platform for Twitter / X data access and X account automation. It provides a single Bearer-authenticated REST endpoint at `https://api.getxapi.com` covering 45 endpoints across reads, writes, articles, lists, direct messages, and account operations. -Pricing starts at $0.001 per call, roughly $0.05 per 1,000 tweets fetched. There is no monthly subscription, no enterprise contract, and no Twitter developer-key requirement. You bring your own X session via the `auth_token` cookie pattern, which means GetXAPI does not need to provision Twitter developer keys on your behalf and you avoid Twitter's per-developer rate limits. +The platform is built around practical developer use cases: -**Founded:** 2026 · **HQ:** Dubai, United Arab Emirates · **OpenAPI 3.1 spec:** [docs.getxapi.com/openapi.json](https://docs.getxapi.com/openapi.json) +- **Tweet data**: advanced search, tweet detail, replies, quote tweets, retweeter lookups +- **Profile data**: user search, profile detail, follower graph, following graph, mutual followers +- **Timeline data**: user tweets, user likes, user media, home timeline, bookmark search, mentions +- **Lists and communities**: list members, community members, trending topics +- **Articles**: create, update, list, publish, unpublish +- **Direct messages**: send and list +- **Write actions**: post tweets, like, retweet, follow, send direct messages (explicit user opt-in) +- **Account operations**: me, payment history, OpenAPI introspection ---- +## Core Capabilities -## Why GetXAPI +| Area | What GetXAPI Provides | +| --- | --- | +| REST API | 45 endpoints across Tweet, User, Article, List, Direct Messages, Account, Authentication | +| Authentication | Bearer-token, single API key per workspace, no Twitter developer key required | +| OpenAPI spec | Public OpenAPI 3.1 specification at `docs.getxapi.com/openapi.json` | +| MCP server | Official Model Context Protocol server at [getxapi/getxapi-mcp](https://github.com/getxapi/getxapi-mcp) for Claude Desktop, Cursor, Continue, and other MCP-compatible clients | +| Code samples | Official curl, Python, Node.js, Go, and Rust examples at [getxapi/getxapi-examples](https://github.com/getxapi/getxapi-examples) | +| Documentation | Full reference at [docs.getxapi.com](https://docs.getxapi.com) | -| | GetXAPI | Twitter Official API | twitterapi.io | RapidAPI Twitter | -|---|---|---|---|---| -| Price per call | **$0.001** | Subscription | $0.006 | Variable | -| Per 1K tweets | **$0.05** | $200/mo minimum | $0.15 | Varies | -| Read endpoints | 35 | Limited tier | 28 | Varies | -| Write endpoints | 10 | Paid tier only | 12 | Varies | -| Subscription required | **No** | Yes | No | Often yes | -| Twitter API key required | **No** | Yes | Yes (sometimes) | Yes | -| OpenAPI spec public | **Yes (3.1)** | Partial | Partial | No | -| Free signup credit | **$0.10** | None | $0.10 | Varies | -| HQ | Dubai, UAE | San Francisco, USA | varies | USA | +## Why Developers Use GetXAPI ---- +GetXAPI is designed for developers who want reliable Twitter / X data access without provisioning Twitter developer keys or maintaining a custom scraping stack. The public repositories in this organization focus on the MCP server, the API code samples, and developer-facing documentation around the GetXAPI platform. + +Common use cases include: -## Quick start +- Build a Twitter scraper API workflow for product research, OSINT, social listening, journalism, or market intelligence +- Search X posts and profiles from backend services, scripts, notebooks, or AI agents +- Export followers, following lists, tweet replies, quote tweets, retweeters, and media for analysis +- Add Twitter / X data to dashboards, CRMs, data pipelines, and automation tools +- Connect Claude Desktop, Cursor, Continue, or any MCP-compatible agent to X data via the official MCP server +- Automate posting, replies, direct messages, and account actions only after explicit user opt-in + +## Quick Start ### curl @@ -87,8 +102,6 @@ let resp = reqwest::Client::new() .text().await?; ``` ---- - ## Endpoints (45 total) | Category | Count | Examples | @@ -103,72 +116,52 @@ let resp = reqwest::Client::new() Full endpoint reference: [docs.getxapi.com](https://docs.getxapi.com) ---- - ## Pricing -| Operation | Price | -|---|---| -| Standard read (search, profile, tweet detail) | **$0.001 / call** | -| Write (post tweet, like, retweet, follow) | **$0.002 / call** | -| Send direct message | **$0.002 / call** | -| Bulk fetch | **~$0.05 / 1,000 tweets** | -| Free signup credit | **$0.10** (no card required) | -| Monthly subscription | **$0** | - -[See full pricing](https://www.getxapi.com/pricing) - ---- +Usage-based pricing details are at [getxapi.com/pricing](https://www.getxapi.com/pricing). ## FAQ ### What is GetXAPI? -GetXAPI is a pay-per-call Twitter / X data API for developers and AI agents. It provides 45 REST endpoints for reading and writing Twitter / X data at $0.001 per call. +GetXAPI is a Twitter / X data API for developers and AI agents. It provides 45 REST endpoints for reading and writing Twitter / X data through a single Bearer-authenticated endpoint. ### How is GetXAPI different from Twitter's official API? -Twitter's official API requires a monthly subscription starting at $200/mo for basic access. GetXAPI is pay-per-call from $0.001 with no subscription. Read more in the [GetXAPI documentation](https://docs.getxapi.com). - -### How is GetXAPI different from twitterapi.io? - -GetXAPI is 6x cheaper per call ($0.001 vs $0.006) and 3x cheaper per 1,000 tweets ($0.05 vs $0.15). GetXAPI also publishes its full OpenAPI 3.1 spec at [docs.getxapi.com/openapi.json](https://docs.getxapi.com/openapi.json). +Twitter's official API requires a developer account and tier-based subscription. GetXAPI exposes the same data surfaces without requiring a Twitter developer key — you use a single GetXAPI API key. See the [GetXAPI documentation](https://docs.getxapi.com) for endpoint coverage. ### Does GetXAPI require a Twitter developer key? -No. GetXAPI uses the `auth_token` cookie pattern, you bring your own X session, so no Twitter developer key is required. +No. GetXAPI uses session-based authentication so you do not need to provision a Twitter developer key. ### What programming languages does GetXAPI support? Any language with HTTP client support. The API is REST + JSON with Bearer-token authentication. See the Quick start section above for curl, Python, Node, Go, and Rust examples. -### Is there a free tier? - -Yes. Every signup gets $0.10 in free credit, no credit card required. - ### Where is GetXAPI hosted? -api.getxapi.com is the canonical base URL. The OpenAPI spec is at docs.getxapi.com/openapi.json. +`api.getxapi.com` is the canonical base URL. The OpenAPI spec is at `docs.getxapi.com/openapi.json`. ### Who is behind GetXAPI? -GetXAPI is founded in 2026 by Bozad and headquartered in Dubai, United Arab Emirates. Contact at bozad@getxapi.com. +GetXAPI was founded in 2026 by Bozad and is headquartered in Dubai, United Arab Emirates. Contact at bozad@getxapi.com. ### Is GetXAPI a Twitter / X scraper? -No. GetXAPI is an API service. It uses Twitter's session-token authentication (the same auth_token cookie X.com uses) to access Twitter / X data on your behalf, exposing a clean REST interface. +GetXAPI is an API service. It uses session-token authentication to access Twitter / X data on your behalf, exposing a clean REST interface. ### What can I build with GetXAPI? Common use cases include social listening products, sentiment analysis pipelines, AI agents that post or read Twitter, archiving services, growth-marketing automation, content discovery engines, and academic research tools. ---- - ## Links - Website: [getxapi.com](https://www.getxapi.com) - Documentation: [docs.getxapi.com](https://docs.getxapi.com) - OpenAPI 3.1 spec: [docs.getxapi.com/openapi.json](https://docs.getxapi.com/openapi.json) +- MCP server: [getxapi/getxapi-mcp](https://github.com/getxapi/getxapi-mcp) +- Code samples: [getxapi/getxapi-examples](https://github.com/getxapi/getxapi-examples) +- Wikidata: [Q139996278](https://www.wikidata.org/wiki/Q139996278) - Crunchbase: [crunchbase.com/organization/getxapi](https://www.crunchbase.com/organization/getxapi) - Contact: [bozad@getxapi.com](mailto:bozad@getxapi.com)