fetch-tweet

Fetch tweet content and metadata as JSON via the fxtwitter API.

307|37|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/PlayableIntelligence/game-creator --skill fetch-tweet-playableintelligence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetch-tweet
Source: https://github.com/PlayableIntelligence/game-creator/tree/main/skills/fetch-tweet
Command: npx skills add https://github.com/PlayableIntelligence/game-creator --skill fetch-tweet-playableintelligence

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch tweet details without rendering a JavaScript-heavy page, enabling quick extraction of tweet content and metadata.

Core Features & Use Cases

  • Direct data retrieval: fetches author, text, date, engagement, and media URLs from a tweet without rendering the page.
  • URL flexibility: supports x.com, twitter.com, fxtwitter.com, and vxtwitter.com URLs and maps them to the fxtwitter API.
  • Use Case: analytics dashboards, content moderation pipelines, and research datasets.

Quick Start

Provide a tweet URL to retrieve its JSON payload via fxtwitter.

Frequently Asked Questions about fetch-tweet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract tweet data without rendering JavaScript?

You can extract tweet data by using the fxtwitter API to fetch author, text, date, engagement, and media metadata from a tweet URL without rendering JavaScript. This returns a structured JSON payload for direct data retrieval.

What is the best way to fetch Twitter engagement metrics for an analytics dashboard?

The best way to fetch Twitter engagement metrics is to provide a tweet URL to the fxtwitter API, which returns a structured JSON payload containing engagement data without rendering the page. This is ideal for analytics dashboards.

Can I use x.com and vxtwitter.com URLs to retrieve tweet content?

Yes, you can use x.com, twitter.com, fxtwitter.com, and vxtwitter.com URLs to retrieve tweet content. The API maps these URLs to fetch author, text, date, engagement, and media data.

How do I get a structured JSON payload from a tweet URL?

To get a structured JSON payload from a tweet URL, you use the fxtwitter API. It fetches the tweet's author, text, date, engagement, and media data directly, handling invalid URLs or missing tweets gracefully.

Does fetching tweets via fxtwitter handle invalid URLs or missing tweets?

Yes, fetching tweets via fxtwitter handles invalid URLs or missing tweets gracefully. It processes tweet URLs across x.com, twitter.com, fxtwitter.com, and vxtwitter.com to return available metadata without failing.

Why should I use fxtwitter instead of rendering Twitter pages for data extraction?

You should use fxtwitter instead of rendering Twitter pages to avoid the overhead of rendering JavaScript-heavy pages. It enables quick extraction of tweet content and metadata, returning a structured JSON payload suitable for research datasets.