twitter-profile-lookup
Look up Twitter/X profiles - get bio, followers, tweets, and engagement
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Look up Twitter/X profiles - get bio, followers, tweets, and engagement
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Test and document API endpoints - validate responses, check status, generate examples
Full company intelligence report - overview, team, funding, products, news
Research competitors - products, pricing, team, funding, and strategy
Enrich any person or company from any identifier — email, name, LinkedIn URL, domain, company name, Twitter/X handle. Use when asked to enrich, look up, or research a lead, contact, person, or company.
Extract structured data from web pages using AI
Build a sales prospect list of dental practices in a city — finds practices, decision makers, contact info, and buying signals. Use when asked to find dentists for outreach, prospect dental practices, build a lead list of dentists, or generate dental practice leads in a specific area.
| name | twitter-profile-lookup |
| description | Look up Twitter/X profiles - get bio, followers, tweets, and engagement |
Get profile information, tweets, and engagement data for any Twitter/X account.
Uses the Scrape Creators API via Orthogonal to scrape Twitter/X profile data and tweets.
orth run scrapecreators /v1/twitter/profile -q 'handle=openai'
orth run scrapecreators /v1/twitter/user-tweets -q 'handle=openai'
curl -X POST "https://api.orth.sh/v1/run" \
-H "Authorization: Bearer $ORTHOGONAL_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"scrapecreators","path":"/v1/twitter/user-tweets","query":{"handle":"openai"}}'
User: "What has OpenAI been posting on X?"
orth run scrapecreators /v1/twitter/user-tweets -q 'handle=openai'
User: "Show me Sam Altman's recent tweets"
orth run scrapecreators /v1/twitter/user-tweets -q 'handle=sama'
User: "What's Anthropic sharing on Twitter?"
orth run scrapecreators /v1/twitter/user-tweets -q 'handle=AnthropicAI'