Snapchat Public Publisher and Discover Scraper avatar

Snapchat Public Publisher and Discover Scraper

Pricing

from $2.99 / 1,000 publishers & shows

Go to Apify Store
Snapchat Public Publisher and Discover Scraper

Snapchat Public Publisher and Discover Scraper

Extract bounded public Snapchat Discover and publisher/profile story records with explicit diagnostics.

Pricing

from $2.99 / 1,000 publishers & shows

Rating

0.0

(0)

Developer

w3crawler

w3crawler

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Snapchat Public Publisher and Discover Scraper extracts bounded public publisher, show, story, and profile records from Snapchat Discover or public profile URLs.

The Actor reads public server-rendered page state only. It does not log in, access private APIs or viewer data, download media, solve CAPTCHAs, or bypass access controls. Direct public HTTPS is used by default; standard Apify Proxy can be enabled as a transparent transport when justified.

Input

FieldDefaultLimits
startUrlsSnapchat Discover1–50 public Snapchat HTTPS URLs
publisherUrls[]Up to 50 additional public profile URLs
queryemptyLocal case-insensitive filter, up to 200 characters
maxItems101–100 unique publisher/show records
maxEpisodes101–100 nested public episodes per record
includeProfilestrueEnrich Discover candidates from their public profile page
requestDelayMs2500–30,000 ms before each request
timeoutSecs455–60 seconds per request
maxResponseBytes5000000100,000–10,000,000 bytes
proxyConfigurationDirect (useApifyProxy: false)Optional standard Apify proxy configuration
{
"startUrls": [{ "url": "https://www.snapchat.com/@brentrivera" }],
"maxItems": 1,
"maxEpisodes": 5,
"includeProfiles": false,
"proxyConfiguration": { "useApifyProxy": false }
}

Output

The default dataset contains successful snapchat-publisher-story and snapchat-premium-show rows only. Records include stable identity, publisher/profile fields, bounded episode or highlight metadata, source provenance, request evidence, and transport details. Optional values are omitted when the public page does not expose them.

Diagnostics stay in OUTPUT_SUMMARY and its OUTPUT compatibility alias; blocked and unavailable targets therefore produce an empty valid dataset instead of fake rows. SOURCE_METADATA describes the public source and access policy. Raw server-rendered payloads and viewer state are not stored.

Requests use one attempt with library retries disabled. Redirects are limited to three hops and must remain on public Snapchat HTTPS hosts.

Local verification

npm test
npm run lint
apify validate-schema
apify run --purge --input-file qa-inputs/local.json
npm run validate

Snapchat’s public layout, content availability, and access controls can change. Use this Actor only for lawful public-data collection and respect platform terms, privacy rights, content ownership, rate limits, and applicable data-protection requirements.