Snapchat Snap Map Scraper avatar

Snapchat Snap Map Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Snapchat Snap Map Scraper

Snapchat Snap Map Scraper

Scrape public Snap Map place data from Snapchat by place name or landmark. Returns place coordinates, snap count, thumbnails and first-snap media URLs. No login or cookies required.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Collect public Snap Map place data by searching for any landmark, venue, or location name. For each matching place, the actor returns precise coordinates, category details, snap counts, and media URLs from the most recent public snap posted at that location — all without needing a Snapchat account or proxy.

What This Actor Does

  • Searches Snapchat's public Explore pages for places matching your keywords
  • Returns up to 20 matching places per keyword with full geographic metadata
  • Optionally fetches the most recent public snap at each place — video URL, preview, duration, and creator info
  • Works without login, cookies, or proxy — uses Snapchat's publicly accessible Explore pages

Input

FieldTypeRequiredDefaultDescription
keywordsstring[]YesPlace names or landmarks to search on Snap Map. Examples: Times Square, Eiffel Tower, Tokyo Station, Colosseum
maxPlacesPerKeywordintegerNo5Maximum number of matching places to return per keyword (1–20)
includeSnapDatabooleanNotrueFetch media URL and snap details for the most recent public snap at each place
proxyConfigurationobjectNoOptional proxy. Snapchat Explore pages are publicly accessible without proxy

Example Input

{
"keywords": ["Times Square", "Eiffel Tower", "Tokyo Station"],
"maxPlacesPerKeyword": 5,
"includeSnapData": true
}

Output

Each matching place produces one dataset record. Snap-specific fields are only present when the place has active snaps and includeSnapData is enabled.

FieldTypeDescription
placeIdstringUnique Snapchat place identifier (UUID)
keywordstringSearch keyword that returned this place
displayNamestringPlace display name (e.g. Times Square)
localitystringAddress or city string for the place
latnumberCentroid latitude of the place
lngnumberCentroid longitude of the place
boundingBoxobjectGeographic bounding box — {p1: {lat, lng}, p2: {lat, lng}} where p1 is southwest and p2 is northeast
categoryNamestringPlace category (e.g. Monument / Landmark, Restaurant, University)
categoryIconUrlstringCDN URL for the category icon image
profilePhotoUrlstringProfile photo URL of the place
favoriteCountintegerNumber of Snapchat users who have favorited this place
snapCountintegerNumber of public snaps currently at this place on the Snap Map
firstSnapIdstringSnap ID of the most recent public snap at this place
thumbnailUrlstringThumbnail preview URL for the place's snap story
mediaUrlstringCDN media URL of the most recent snap (video or image)
previewUrlstringLow-resolution preview thumbnail URL of the most recent snap
mediaTypestringMedia type of the most recent snap: video or image
durationintegerDuration of the snap video in milliseconds
widthintegerWidth of the snap video in pixels
heightintegerHeight of the snap video in pixels
postedAtstringISO 8601 UTC timestamp when the most recent snap was posted
overlayTextstringText overlay shown on the snap
snapTitlestringTitle shown with the snap (when present)
creatorUsernamestringSnapchat username of the snap creator
creatorDisplayNamestringDisplay name of the snap creator
scrapedAtstringISO 8601 UTC timestamp of when this record was collected

Example Output — Place with Snap

{
"placeId": "150f13bc-fe7f-498c-80a2-418ed3c70a4b",
"keyword": "Times Square",
"displayName": "Times Square",
"locality": "1560 Broadway, New York City",
"lat": 40.7579747,
"lng": -73.9855426,
"boundingBox": {
"p1": { "lat": 40.7579247, "lng": -73.9855926 },
"p2": { "lat": 40.7580247, "lng": -73.9854926 }
},
"categoryName": "Monument / Landmark",
"categoryIconUrl": "https://cf-st.sc-cdn.net/snapzen-assets/...",
"profilePhotoUrl": "https://cf-st.sc-cdn.net/snapzen-assets/...",
"favoriteCount": 42722,
"snapCount": 5,
"firstSnapId": "W7_EDlXWTBiXAEEniNoMPwAAYeWdidWZhaWZnAZ6-sUewAZ6-sUeWAAAAAQ",
"thumbnailUrl": "https://cf-st.sc-cdn.net/n/I124gGgubE0...",
"mediaUrl": "https://cf-st.sc-cdn.net/n/I124gGgubE0...",
"previewUrl": "https://cf-st.sc-cdn.net/n/I124gGgubE0...",
"mediaType": "video",
"duration": 8000,
"width": 540,
"height": 960,
"postedAt": "2026-06-13T01:55:49+00:00",
"overlayText": "Spotlight Snap",
"creatorUsername": "@exampleuser",
"creatorDisplayName": "Example User",
"scrapedAt": "2026-06-28T06:50:17.903547+00:00"
}

Example Output — Place without Active Snaps

{
"placeId": "0bae027e-72ae-44d5-b1b7-c4c94f71e912",
"keyword": "Karachi Pakistan",
"displayName": "Karachi Pakistan",
"locality": "W5C3+JRW, کراچی",
"lat": 24.921605,
"lng": 67.154591,
"boundingBox": {
"p1": { "lat": 24.921555, "lng": 67.154541 },
"p2": { "lat": 24.921655, "lng": 67.154641 }
},
"categoryName": "Residential Area",
"categoryIconUrl": "https://cf-st.sc-cdn.net/aps/bolt/...",
"profilePhotoUrl": "https://cf-st.sc-cdn.net/aps/bolt/...",
"favoriteCount": 2,
"scrapedAt": "2026-06-28T06:50:15.993182+00:00"
}

Use Cases

  • Location intelligence — enrich a list of venues or landmarks with Snapchat Snap Map coverage data
  • Event monitoring — track snap activity at stadiums, concert venues, or public events in real time
  • Tourism research — identify which landmarks generate the most snaps and engagement on Snapchat
  • Geospatial datasets — collect precise coordinates and bounding boxes for landmarks using Snapchat's place database
  • Social media monitoring — observe what kinds of content appear at specific locations

FAQ

Do I need a Snapchat account or cookies? No. The actor uses Snapchat's public Explore pages (snapchat.com/explore/...) which are fully accessible without login or authentication.

Do I need a proxy? No proxy is required. Snapchat Explore pages are served as standard HTML without IP-level restrictions. You can optionally add an Apify proxy for extra reliability at high volume.

Why do some records not have mediaUrl or snap fields? Snaps expire. When the most recent snap at a place has expired, or when a place currently has no active public snaps, the snap-specific fields are absent. The place record is still returned with all place-level metadata.

How many places are returned per keyword? By default 5, configurable up to 20. The number of results depends on how many places Snapchat associates with the search term — well-known landmarks typically return several results while very specific queries may return fewer.

Can I search for restaurants, neighborhoods, or addresses? Yes. Any place name that Snapchat knows about works — landmarks, stadiums, restaurants, universities, parks, airports, and neighborhoods are all supported.

What is the boundingBox field? The precise geographic rectangle that encloses the place, provided as {p1: {lat, lng}, p2: {lat, lng}} where p1 is the southwest corner and p2 is the northeast corner. Useful for mapping integrations and spatial queries.

Can I get all snaps at a place, not just the most recent one? No. Snapchat's public Explore API exposes only the most recent public snap at each place. The full snap playlist requires the Snapchat mobile app API which is not accessible from web clients.


Other Snapchat Scrapers

Explore the full Snapchat scraper suite on Apify:

ActorDescription
Snapchat Profile ScraperFull profile metadata, highlights, lenses, and spotlight data
Snapchat Hashtag ScraperSpotlight videos by hashtag or topic with AI metadata
Snapchat User Stories ScraperCurated highlights and active story snaps
Snapchat Spotlight Video DownloaderDownload Spotlight videos with AI metadata, transcripts, and comments
Snapchat Search ScraperSearch across videos, lenses, users, places, and shows
Snapchat Lens ScraperAR lens metadata, trending lenses, and creator info
Snapchat Publisher ScraperDiscover publisher pages, shows, episodes, and spotlights
Snapchat Ads Gallery ScraperEU/UK ad transparency library — ads and sponsored content
Snapchat Spotlight Comments ScraperComment threads from Spotlight videos
Snapchat Topic ScraperSpotlight videos by topic with related tags
Snapchat Snapcode ScraperDownload Snapcode images (SVG/PNG) for any username
Snapchat Snap Map ScraperPublic Snap Map places and their latest snaps
Snapchat Discover ScraperShows and stories from Snapchat's Discover feed