
Snapchat Profile Scraper
Pricing
$2.00 / 1,000 profiles

Snapchat Profile Scraper
Extract 1 or 1000s of public Snapchat profiles data, including username, bio, subscriber count, profile picture, and much much more. Scrape Spotlight content to analyze trends and understand user engagement. Works with public, private, and any type of accounts.
4.0 (1)
Pricing
$2.00 / 1,000 profiles
6
Total users
298
Monthly users
46
Runs succeeded
93%
Issues response
9.3 hours
Last modified
12 days ago
Add metrics
Open
Please add plays, comments and shares

Hi, I will add plays, comments and shares for recent spotlight page. I will notify you here.

Ok its done. Tell me if its ok, here is an example array of spotlight:
it contains an array of objects each having key/value pairs: spotlightId, link, thumbnailSrc, spotlightTitle, plays, shares, comments.
"spotlight": [ { "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYY2JxZmJjZXZ5AZYA0yAYAZYA0szwAAAAAw",
"link": "https://www.snapchat.com/spotlight/W7_EDlXWTBiXAEEniNoMPwAAYY2JxZmJjZXZ5AZYA0yAYAZYA0szwAAAAAw","thumbnailSrc": "https://cf-st.sc-cdn.net/aps/bolt_web/aHR0cHM6Ly9jZi1zdC5zYy1jZG4ubmV0L2QvTjZ1RVA1THlTQUszcWxUUE1wSTh6LjI1Ni5JUlpYU09ZP21vPUdra2FCeklCQkZBdVlBRmFFRVJtVEdGeVoyVlVhSFZ0WW01aGFXeWlBUlFJZ0FJaUR3b0NTQU1TQUNvSFNWSmFXRk5QV2FJQkZBaWFDaUlQQ2dKSUFoSUFLZ2RKVWxwWVUwOVomdWM9NDY._RS162,229_FMwebp_QL30","spotlightTitle": "","plays": 6000,"shares": 5,"comments": 31},{"spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYbWNtbmVxZHVxAZYA0xOVAZYA0QPqAAAAAw","link": "https://www.snapchat.com/spotlight/W7_EDlXWTBiXAEEniNoMPwAAYbWNtbmVxZHVxAZYA0xOVAZYA0QPqAAAAAw","thumbnailSrc": "https://cf-st.sc-cdn.net/aps/bolt_web/aHR0cHM6Ly9jZi1zdC5zYy1jZG4ubmV0L2QvUG5HRHZaSXRwb3BGb3plQUFkMDl3LjI1Ni5JUlpYU09ZP21vPUdra2FCeklCQkZBdVlBRmFFRVJtVEdGeVoyVlVhSFZ0WW01aGFXeWlBUlFJZ0FJaUR3b0NTQUlTQUNvSFNWSmFXRk5QV2FJQkZBaWFDaUlQQ2dKSUF4SUFLZ2RKVWxwWVUwOVomdWM9NDY._RS162,229_FMwebp_QL30","spotlightTitle": "","plays": 153000,"shares": 97,"comments": 150}
cims-owner
Tried it but we're getting an empty array on spotlight. Example https://www.snapchat.com/add/cyreneq

Problem fixed. Try again You will find the "spotlight" array in the pushed data results

The problem might still persist because snapchat and many other websites changes the html code for testing and anti scraping. It will take me more time to analyze the possible combinations. I will notify you here when fixed

Try the code and tell me. The code works fine with more logging info for clarity.
cims-owner
Works perfect! Any chance you can get the timestamp and sponsor status in there aswell?
And can you add stories?

i will schedule this when possible
cims-owner
Thank you. We have a lot of traffic coming your way as soon as you add it

Hi there I added timestamp in unix format and if the spotlight is sponsored or no and the media download link and the text transcript for the audio transcription if present. for the stories I will see if i can add it today or later:
{spotlight: [ {
spotlightId: "W7_EDlXWTBiXAEEniNoMPwAAYYWRubnR3Z3dtAZcD4oGFAZcD4mX4AAAAAQ",
link: "https://www.snapchat.com/spotlight/W7_EDlXWTBiXAEEniNoMPwAAYYWRubnR3Z3dtAZcD4oGFAZcD4mX4AAAAAQ",
spotlightTitle: "",
plays: 5000,
shares: 12,
comments: 5,
isSponsored: null,
timestampInSec: "1748116858",
transcriptUrl: "https://bolt-gcdn.sc-cdn.net/3/MmCpJ4YGwhylmQOK4cuT9.vtt?bo=EgkyAX1IAlAuYAE%3D&uc=46"
},.... ] }