← ClaudeAtlas

snapchat-apilisted

Snapchat data toolkit via ScraperSocial — public creator profile lookups as clean JSON.
nikhonit/social-media-api-skills · ★ 0 · API & Backend · score 70
Install: claude install-skill nikhonit/social-media-api-skills
# Snapchat API skill Read public Snapchat profiles as clean JSON. This Snapchat API skill has a single endpoint: give it a handle and it returns the public profile for 2 credits. Snapchat publishes very little publicly, which is exactly why a reliable profile lookup is worth having — it is usually the only programmatic read available. This skill wraps **1 live Snapchat endpoint** from the [ScraperSocial](https://scrapersocial.com) API. Public data only, returned as clean JSON. ## When to use this skill - You are verifying that a Snapchat handle exists and belongs to the creator you think it does. - You are building a cross-platform creator profile and Snapchat is one of the channels. ### Do not use this skill when - **You expect posts, stories or engagement data.** One endpoint, profile only. Snapchat does not publish the rest. - **You need Snap Ads or account analytics.** Those are account-scoped; use Snap's own APIs. - **You need to send snaps or messages.** Read-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 Snapchat profile. | handle | 2 credits | | `call_endpoint.js` | Call any `/v1/snapchat/` endpoint directly | path + params | varies | Every script also accepts `--limit`, `--cursor`, `--f