x-lists

Query X (Twitter) Lists for members, followers, and post feeds.

177|17|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Xquik-dev/x-twitter-scraper --skill x-lists
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-lists
Source: https://github.com/Xquik-dev/x-twitter-scraper/tree/main/skills/x-lists
Command: npx skills add https://github.com/Xquik-dev/x-twitter-scraper --skill x-lists

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reading data from X (Twitter) Lists, including members, followers, and the list feed, without manual lookups.

Core Features & Use Cases

  • Extract list members, list followers, and list posts via dedicated extractors.
  • Retrieve and analyze public list data for audience insights, research, or monitoring.
  • Use case: monitor a public list to track member changes and recent posts for trend analysis.

Quick Start

Provide a targetListId and choose the extractor to fetch the list's data.

Frequently Asked Questions about x-lists

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

FAQPage Schema
How do I extract Twitter list members and followers without manual lookups?

To extract Twitter list members and followers without manual lookups, provide a targetListId to the list_member_extractor and list_follower_explorer endpoints to retrieve public list data in read-only mode.

What is the best way to retrieve posts from an X (Twitter) list feed?

The best way to retrieve posts from an X list feed is to use the list_post_extractor endpoint with a specific targetListId to query and fetch public list post data.

Do I need an API key to query public X list data for audience research?

Yes, you need an API key to query public X list data. The extractors require an XQUIK_API_KEY to authorize read-only requests and ensure secure access to the list data endpoints.

Can I estimate the cost of extracting data from a Twitter list before running the query?

Yes, you can estimate the cost of extracting Twitter list data before running the query. The API provides a dedicated estimate endpoint to calculate costs before using the list extractors.

Are there limitations when using read-only mode for X list data extraction?

The main limitation of read-only mode for X list data extraction is that it restricts access to public lists only. You can query members, followers, and posts but cannot modify lists or access private data.