Socket
Book a DemoInstallSign in
Socket

@ptrumpis/snap-lens-web-crawler

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ptrumpis/snap-lens-web-crawler

Crawl and download Snap Lenses from *lens.snapchat.com* with ease.

latest
Source
npmnpm
Version
1.2.4
Version published
Maintainers
1
Created
Source

GitHub License GitHub Release Date GitHub Release GitHub Commits GitHub stars GitHub forks

👻 Snap Lens Web Crawler

JavaScript library to crawl and download Snap Lenses from lens.snapchat.com with ease.

🚀 Usage

npm

npm i @ptrumpis/snap-lens-web-crawler

JavaScript

Example:

import LensWebCrawler from "@ptrumpis/snap-lens-web-crawler/crawler";

const crawler = new LensWebCrawler();

// examples
const topLenses = await crawler.getTopLenses();
const singeLens = await crawler.getLensByHash('32_CHAR_UUID');
const creatorLenses = await crawler.getLensesByCreator('CREATOR_SLUG');
const userProfileLenses = await crawler.getUserProfileLenses('USERNAME');
const searchResults = await crawler.searchLenses('SEARCH TERM');

ℹ️ Info

Dependents

This package is a dependency of:
👻 Snap Camera Server

The return values are Snap Camera / Snap Camera Server compatible object(s).

❤️ Support

If you like my work and want to support me, feel free to invite me for a virtual coffee ☕

Ko-fi Buy me a Coffee Liberapay PayPal

You can also become my GitHub Sponsor

Sponsor

© 2023-2025 Patrick Trumpis

Keywords

snapchat

FAQs

Package last updated on 18 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts