An enterprise-grade OSINT API to verify Snapchat account existence and extract rich profile intelligence (3D Bitmoji avatars, display titles, subscriber counts, official Snap Star badges, vector Snapcodes, and direct profile URLs) by username, email address, or phone number.
- Features
- Getting Started
- API Endpoints
- Response Format
- HTTP Status Codes
- Requirements
- Pricing
- Support
- Legal Compliance
✅ Instant Verification: Real-time presence verification for Snapchat accounts.
✅ Multi-Identifier Input: Query using usernames, email addresses, and E.164 phone numbers.
✅ Deep Metadata Extraction: Returns display names, usernames, biographies, 3D Bitmoji renders, banner URLs, subscriber/follower metrics, official verified Star badges, vector Snapcode links, and direct add links.
✅ High Performance: Asynchronous architecture with high-speed proxy cycling and anti-bot bypass.
✅ Developer-Friendly: Available via direct REST API on OSINT Trace (Recommended) and major developer marketplaces.
- OSINT Trace Direct (Recommended): Create an account on OSINT Trace and generate your API Key from the Workspace Dashboard.
- API.Market: Subscribe via API.Market Snapchat Checker.
- RapidAPI: Subscribe via RapidAPI Snapchat Checker.
Authentication headers and endpoints vary by provider:
| Provider | Base URL | Auth Header | Endpoint |
|---|---|---|---|
| OSINT Trace (Direct - Recommended) | https://api.osinttrace.com/v1 |
x-osint-key: YOUR_OSINT_KEY |
POST /check/snapchat |
| API.Market | https://prod.api.market/api/v1/osint-trace-1/snapchat-checker |
X-Api-Key: YOUR_API_KEY |
POST /check/snapchat |
| RapidAPI | https://snapchat-checker.p.rapidapi.com |
X-RapidAPI-Key: YOUR_API_KEYX-RapidAPI-Host: snapchat-checker.p.rapidapi.com |
POST /check |
Endpoint (OSINT Trace Direct - Recommended):
POST https://api.osinttrace.com/v1/check/snapchat
Request Body:
{
"input": "target_username"
}OSINT Trace Direct API (cURL) — Recommended
curl --request POST \
--url https://api.osinttrace.com/v1/check/snapchat \
--header 'x-osint-key: YOUR_OSINT_KEY' \
--header 'Content-Type: application/json' \
--data '{"input": "target_username"}'API.Market (cURL)
curl --request POST \
--url https://prod.api.market/api/v1/osint-trace-1/snapchat-checker/check/snapchat \
--header 'X-Api-Key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{"input": "target_username"}'RapidAPI (cURL)
curl --request POST \
--url https://snapchat-checker.p.rapidapi.com/check \
--header 'X-RapidAPI-Host: snapchat-checker.p.rapidapi.com' \
--header 'X-RapidAPI-Key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{"input": "target_username"}'Additional code snippets for Python, Node.js, Go, PHP, C#, Java, and Shell are available in the
examples/directory.
{
"live": true,
"note": null,
"metadata": {
"username": "snap_creator",
"name": "Alex Snap",
"bio": "Digital creator & storyteller 👻",
"avatar_url": "https://images.bitmoji.com/3d/avatar/example_bitmoji.png",
"banner_url": "https://cf-st.sc-cdn.net/d/example_banner.jpg",
"followers": 45000,
"is_verified": true,
"snapcode_url": "https://app.snapchat.com/web/deeplink/snapcode?username=snap_creator&type=SVG",
"profile_url": "https://www.snapchat.com/add/snap_creator"
}
}{
"live": false,
"note": null,
"metadata": null
}| Status Code | Description | Rationale |
|---|---|---|
200 OK |
Success | Query processed and presence/metadata returned. |
400 Bad Request |
Validation Error | Malformed request body or input under minimum length. |
401 Unauthorized |
Authentication Required | Missing, invalid, or expired API key header. |
403 Forbidden |
Quota / Subscription Error | Quota balance exhausted or subscription inactive. |
408 Request Timeout |
Timeout | Upstream verification exceeded maximum execution window. |
429 Too Many Requests |
Rate Limit Exceeded | Exceeded 1 request/second limit. |
- Minimum input length: 3 characters
- Supported input formats:
- Usernames (
snap_user) - Email addresses (
user@example.com) - Phone numbers (E.164 standard recommended:
+1234567890)
- Usernames (
- Rate Limit: 1 request per second per active API key.
- Direct Plans (Recommended): Flexible subscription tiers and bulk volume pricing available on OSINT Trace Pricing.
- Marketplace Plans: Subscriptions also available through API.Market and RapidAPI.
- Free Tier: Free tier available for evaluation and testing.
For technical inquiries, enterprise SLA plans, or integration assistance:
📧 Email: support@osinttrace.com
🌐 Website: osinttrace.com
This API is designed for legitimate cybersecurity investigation, fraud prevention, identity resolution, and threat intelligence. Users must:
- Comply with applicable local and international data protection regulations (e.g., GDPR, CCPA).
- Adhere to Snap Inc.'s Terms of Service and acceptable use policies.
- Ensure lawful basis for investigative data processing.
This service is independently operated by OSINT Trace and is not affiliated with or endorsed by Snap Inc.