✓ Verified 🌐 Web Scrapers ✓ Enhanced Data

Fxtwitter

Fetch tweet/post data from X (Twitter) links using the fxTwitter API (api.fxtwitter.com)

Rating
4 (492 reviews)
Downloads
3,121 downloads
Version
1.0.0

Overview

Fetch tweet/post data from X (Twitter) links using the fxTwitter API (api.fxtwitter.com)

Complete Documentation

View Source →

fxTwitter

Fetch tweet data from an X/Twitter URL without auth or browser automation.

Endpoint

text
GET https://api.fxtwitter.com/:tweetId

Extract the tweet ID from the URL:

  • https://x.com/user/status/1234567890 → ID: 1234567890
  • https://twitter.com/user/status/1234567890 → ID: 1234567890

Usage

bash
curl -s "https://api.fxtwitter.com/1234567890" | jq '.tweet'

Key fields in .tweet:

  • .text — tweet content
  • .author.name / .author.screen_name
  • .created_at
  • .likes, .retweets, .replies
  • .media.photos[], .media.videos[]
  • .url — canonical URL

Output Format

When presenting a tweet to the user:

  • Lead with TL;DR if the tweet is long
  • Use bullet points for key info
  • Keep it concise — no filler

Installation

Terminal bash

openclaw install fxtwitter
    
Copied!

💻Code Examples

GET https://api.fxtwitter.com/:tweetId

get-httpsapifxtwittercomtweetid.txt
Extract the tweet ID from the URL:
- `https://x.com/user/status/1234567890` → ID: `1234567890`
- `https://twitter.com/user/status/1234567890` → ID: `1234567890`

## Usage

Tags

#browser_and-automation #api #data

Quick Info

Category Web Scrapers
Model Claude 3.5
Complexity One-Click
Author namphamdev
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install fxtwitter