xquik-x-follower-scraper

Collect public X followers, list members, and community audiences via the Apify Actor.

636|68|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Varnan-Tech/opendirectory --skill xquik-x-follower-scraper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xquik-x-follower-scraper
Source: https://github.com/Varnan-Tech/opendirectory/tree/main/skills/xquik-x-follower-scraper
Command: npx skills add https://github.com/Varnan-Tech/opendirectory --skill xquik-x-follower-scraper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Researching public X (Twitter) audiences manually is slow and unstructured. This Skill runs the Xquik X Follower Scraper Actor on Apify to collect followers, following, verified followers, list members, and community members as structured profile data with enforced cost controls.

Core Features & Use Cases

  • Audience Collection: Gather followers, following, verified followers, list members, list followers, and community members from public X targets.
  • Overlap & Deduplication: Merge duplicate profiles across multiple targets, preserve source metadata, and compute audience overlap between accounts.
  • Cost Safety Controls: Display live Apify pricing and a charge ceiling, then require explicit user confirmation before any paid Actor run.
  • Use Case: Compare the public followers of nasa and spacex, merge duplicates with target metadata preserved, apply a 2 USD charge ceiling, and receive a stable JSON envelope of profiles, diagnostics, and warnings.

Quick Start

Use xquik-x-follower-scraper to collect up to 100 verified followers of a public X profile, show live Apify pricing with a 2 USD charge ceiling, and wait for my confirmation before running.

Frequently Asked Questions about xquik-x-follower-scraper

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

FAQPage Schema
How do I scrape X followers with Apify?

Run the xquik/x-follower-scraper Actor with target twitterHandles, a relation such as followers, and a maxItems cap. Authenticate with an Apify token in an Authorization Bearer header and read the resulting dataset as structured profile rows.

How to compare audience overlap between X accounts?

Pass multiple twitterHandles with overlapMode enabled, dedupeMode set to merge, and includeTargetMetadata set to true. The Actor merges duplicate profiles and preserves sourceTargets, sourceRelations, and overlapCount fields for each record.

Can I collect X list members and community members?

Yes, the Actor supports list_members and list_followers relationships using listIds, and community_members using communityIds. Handles cannot be used for list or community relationships; the Skill validates target compatibility before any run.

Does the X follower scraper require payment confirmation?

Yes, every paid run requires explicit user confirmation. The Skill displays live Apify pricing, the effective input, and a proposed maxTotalChargeUsd ceiling, then stops with a confirmation_required status until the user approves.

What filters are available when scraping X followers?

Available filters include minFollowers, maxFollowers, minFollowing, maxFollowing, minStatuses, maxStatuses, verifiedOnly, bioContains, locationContains, and hasWebsite. Output modes are compact, full, or raw to control collected profile fields.