x-api

Fetch X/Twitter user profiles via BlockRun's API with batch normalization.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill x-api-nirholas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-api
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-clawrouter/skills/x-api
Command: npx skills add https://github.com/nirholas/agenti --skill x-api-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The X/Twitter profile lookup skill provides fast access to public profile data (name, bio, follower counts, verification status) for multiple users via BlockRun's API, reducing manual lookups and aggregation time.

Core Features & Use Cases

  • Batch lookup: Retrieve profiles for multiple usernames in a single request with normalization (strip @, lowercase, de-duplicate).
  • Rich data: Returns id, userName, name, profilePicture, description, followers, following, isBlueVerified, verifiedType, location, and join date.
  • Use Case: Quickly assemble a user-profile snapshot for a set of influencers or brands for diligence or outreach.

Quick Start

Query the API with a list of usernames to fetch their profile data.

Frequently Asked Questions about x-api

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

FAQPage Schema
How do I fetch X/Twitter profile data for multiple usernames at once?

Fetch X/Twitter profile data by submitting a batch request of usernames to the lookup endpoint. The request normalizes usernames by stripping @ prefixes, lowercasing, and removing duplicates before returning structured profile data like follower counts and verification status.

What information is included in an X/Twitter profile lookup response?

An X/Twitter profile lookup response includes id, userName, name, profilePicture, description, followers, following, isBlueVerified, verifiedType, location, and join date, providing a rich snapshot for diligence or outreach.

Do I need a BlockRun API key to look up Twitter profiles?

Looking up Twitter profiles requires a configured BlockRun provider and proper authentication to access the /v1/x/users/lookup endpoint, ensuring secure retrieval of public profile data.

Can I retrieve Twitter follower counts and verification status via API?

Retrieve Twitter follower counts and verification status by querying the lookup API. It returns structured profile data including followers, following, isBlueVerified, and verifiedType for the requested usernames.

How does the API handle duplicate or improperly formatted Twitter usernames?

The API handles duplicate or improperly formatted Twitter usernames by stripping @ prefixes, normalizing to lowercase, and removing duplicates before processing the batch lookup request.

What's the best way to assemble a profile snapshot of multiple Twitter influencers?

Assemble a profile snapshot of multiple Twitter influencers by using a batch profile lookup API, which aggregates public data like bios, follower counts, and verification status in a single structured response.