Snapchat Profile API | Stories & Highlights
Pricing
$3.00 / 1,000 results
Snapchat Profile API | Stories & Highlights
Retrieve Snapchat profile data, stories, highlights, and related accounts as structured JSON using your API key for creator research and monitoring workflows.
Pricing
$3.00 / 1,000 results
Rating
2.0
(1)
Developer
Xtech
Maintained by CommunityActor stats
1
Bookmarked
132
Total users
1
Monthly active users
9 days ago
Last modified
Share
Retrieve structured Snapchat profile data, stories, highlights, and related accounts for creator research and monitoring workflows. You provide a ScrapeCreators API key; this Actor returns one ready-to-export dataset item per successful profile.
Pricing
- $0.003 per successful profile result saved to the default dataset.
- Example: 100 successful profile results cost $0.30.
- Failed handles are written to a separate, unbilled
errorResultsdataset. - Your API provider may charge separately for the API key you supply. This Actor does not require an Apify API token in the input.
Best for
- Creator and influencer due diligence
- Snapchat story and highlight monitoring
- Enriching creator records with audience, bio, media, and related-account data
๐ฅ Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
inputs | Array | โ | List of Snapchat usernames/handles; start with one |
apiKey | String | โ | ScrapeCreators API key; masked by Apify and never returned |
Example Input
{"inputs": ["snapchat"],"apiKey": "YOUR_API_KEY"}
Handles may include @. Whitespace is trimmed and duplicate handles (including different casing) are requested only once. Each successful profile is charged at $0.003, so validate one handle before submitting a larger batch.
๐ค Output Data
Each processed Snapchat handle produces a comprehensive profile result:
Successful Response
{"handle": "zane","timestamp": "2026-08-07T12:00:00.000Z","status": "success","responseTime": 1250,"success": true,"userProfile": {"username": "zane","title": "Zane","subscriberCount": "1535700","bio": "Time to get buck wild baby","profilePictureUrl": "https://cf-st.sc-cdn.net/...","hasStory": false},"curatedHighlights": [],"spotlightHighlights": [],"spotlightStoryMetadata": []}
Only successful profiles enter the billable default dataset. Failed handles are preserved in the unbilled errorResults dataset with success: false, status: "failed", and a customer-facing error. If every handle fails, the Actor marks the run as FAILED after preserving those diagnostics. The RUN_SUMMARY record reports requested, successful, failed, and billable result counts.
๐ Quick Start
- Get a ScrapeCreators API key and paste it into the masked API key field
- Start with one handle such as
snapchatto verify access - Add more handles only after the first result succeeds
- View Results: Access comprehensive profile data in your Apify dataset
๐ Key Features
- โ Comprehensive Profile Data: Extract user profiles, bios, subscriber counts, and more
- โ Stories & Highlights: Get curated highlights and spotlight content
- โ Related Accounts: Discover connected and related Snapchat accounts
- โ Media Content: Access profile pictures, story thumbnails, and media URLs
- โ Robust Error Handling: Comprehensive error logging and recovery
- โ Real-time Monitoring: Detailed logging and progress tracking
- โ Structured Output: Consistent data format with full Snapchat profile schema
Troubleshooting
- 401 or 403: verify that the ScrapeCreators API key is active and pasted without surrounding whitespace.
- Profile not found: confirm the public Snapchat handle; either
handleor@handleis accepted. - Some handles fail: download successful rows from the default dataset and inspect
errorResultsfor per-handle diagnostics. Only the successful rows are billed by this Actor. - Large batch: validate one handle first, then scale gradually to keep provider usage and Apify charges predictable.
Need to discover a creator's accounts first? Try Social Profile Finder. For TikTok-specific enrichment, use TikTok Profile Scraper.
Built by Xtech for structured Snapchat profile workflows.