amand-88/snapchat-popular-accounts-scraper — reverse-engineered prompt
Reverse engineered prompt
Build me a Python tool that helps me find popular Snapchat creator accounts from a list of keywords, like fashion, fitness, travel, or local businesses. I want to type in one or many keywords, run the scraper, and get a clean dataset of matching public profiles.
For each account, collect the username, display name, bio, subscriber count, verified status, country, state, public address if available, profile image, cover image, account creation date, category, lens or highlights flags, business or organization info, the keyword that found it, and the time it was scraped.
Please make it easy to configure proxies, input keywords from a text or config file, and export the results as JSON first, with CSV or Excel if that is simple. Include clear setup instructions, sample input, sample output, and a simple runner script so a marketer can use it without digging through code. Look up current docs online if you need to.
Want more depth? Deep Reverse