find-influencers
Installation
SKILL.md
Find X Influencers
Find active X accounts in a niche by bio/handle search with follower and activity filters. Read-only.
Endpoints
| Endpoint | Purpose | Cost |
|---|---|---|
| POST /extractions with toolType=people_search | User search by keyword/bio | Per-row |
| POST /extractions/estimate | Preview credit cost before running | Free |
| GET /x/users/{username} | Profile snapshot for shortlisted accounts | Read tier |
Base URL: https://xquik.com/api/v1. Auth: x-api-key: xq_... header.
Quick reference
POST /extractions/estimate
{ "toolType": "people_search", "searchQuery": "crypto trader" }