← ClaudeAtlas

truth-social-apilisted

Truth Social data toolkit via ScraperSocial — public profiles and user post timelines as clean JSON.
nikhonit/social-media-api-skills · ★ 0 · API & Backend · score 70
Install: claude install-skill nikhonit/social-media-api-skills
# Truth Social API skill Read public Truth Social data as clean JSON. This Truth Social API skill has two endpoints: a public profile and a user's posts, at 2 credits each. Coverage of this network by mainstream data tools is thin, which matters for anyone doing balanced media monitoring rather than monitoring only the platforms that are easy to read. This skill wraps **2 live Truth Social endpoints** from the [ScraperSocial](https://scrapersocial.com) API. Public data only, returned as clean JSON. ## When to use this skill - You are doing cross-platform media or discourse monitoring and need this network represented. - You are tracking what a specific public account posts. - A user pastes a Truth Social link and asks what the account is. ### Do not use this skill when - **You need search.** There is no search endpoint here — you need a known handle. Profile and posts only. - **You need to post or interact.** Read-only. - **You need private accounts.** Public data only. ## Setup ```bash export SCRAPERSOCIAL_KEY=sk_live_... # https://scrapersocial.com/app/keys ``` Signing up at [scrapersocial.com/signup](https://scrapersocial.com/signup) includes 100 free credits, no card required. ## Scripts | Script | What it does | Input | Credits | |---|---|---|---| | `get_profile.js` | Get Truth Social profile. | handle | 2 credits | | `get_user_posts.js` | List Truth Social user posts. | handle | 2 credits per post | | `call_endpoint.js` | Call any `/v1/truthsocial/` endpoin