Snapchat APIs

Access Snapchat public profiles, Stories, Spotlight videos, and Lens (AR filter) catalog via REST API. Use for creator research, trend analysis, and social analytics.

🔍

Get Profile

Retrieve basic Snapchat profile data by username for creator lookup and account enrichment.

GET /api/project/snapchat/get-profile
📦

Get Full Profile

Fetch extended Snapchat profile details including bio, subscriber count, and linked content for deep creator analytics.

GET /api/project/snapchat/get-full-profile

Get User Story

Fetch a user's current Snapchat Story (24-hour ephemeral content) for monitoring and content archiving.

GET /api/project/snapchat/get-user-story
🔄

Get Story by Link

Resolve a Snapchat Story from its share link to fetch full story payload and media.

GET /api/project/snapchat/get-story-by-link
📡

Get Face Lenses

List face Lenses (front-camera AR filters) with optional cursor pagination for Lens discovery and catalog building.

GET /api/project/snapchat/get-face-lenses
🔗

Get Trending Lenses

Retrieve currently trending Snapchat Lenses for viral filter discovery and trend dashboards.

GET /api/project/snapchat/get-trending-lenses
📋

Get Search Lenses

Search Snapchat Lenses by keyword to find AR filters by topic, brand, or theme.

GET /api/project/snapchat/get-search-lenses
🌐

Get Lens Item

Fetch a single Snapchat Lens by ID for detail pages, deep links, and Lens metadata storage.

GET /api/project/snapchat/get-lens-item
🔍

Get Lenses by Hashtag

List Snapchat Lenses associated with a hashtag for campaign and hashtag-based Lens discovery.

GET /api/project/snapchat/get-lenses-by-hashtag
📦

Get Music Lenses

List music-themed Snapchat Lenses (sound and music AR filters) with optional cursor for pagination.

GET /api/project/snapchat/get-music-lenses

Get World Lenses

Fetch world Lenses (rear-camera / environment AR) with optional cursor for AR world filter discovery.

GET /api/project/snapchat/get-world-lenses
🔄

Get Lens Creators

List Lens creators (AR filter creators) with optional cursor for creator discovery and Lens Studio ecosystem research.

GET /api/project/snapchat/get-lens-creators
📡

Get User Lenses

Fetch Lenses created or used by a given Snapchat user for creator Lens portfolios and usage analysis.

GET /api/project/snapchat/get-user-lenses
🔗

Get Search

Run a general Snapchat search by keyword to discover profiles, Lenses, or content across the platform.

GET /api/project/snapchat/get-search
📋

Get Spotlight Feed

Retrieve the Snapchat Spotlight feed (short-form vertical video) for trend and feed aggregation.

GET /api/project/snapchat/get-spotlight-feed
🌐

Get Spotlight by Link

Fetch a single Snapchat Spotlight video by its share URL for detail pages and engagement metrics.

GET /api/project/snapchat/get-spotlight-by-link
🔍

Get Spotlight Comments by Link

Fetch comments for a Snapchat Spotlight video using its share link for engagement and sentiment analysis.

GET /api/project/snapchat/get-spotlight-comments-by-link
📦

Get User Spotlight Highlights

Fetch Spotlight highlights (featured short-form videos) for a Snapchat user for creator performance and content review.

GET /api/project/snapchat/get-user-spotlight-highlights

Get User Curated Highlights

Retrieve a user's curated Story highlights (saved permanent highlights) for profile and content archiving.

GET /api/project/snapchat/get-user-curated-highlights