Files
signal-miner/channel_db.py

1439 lines
168 KiB
Python

"""
Signal Miner — 120+ Telegram Channel Database
Organized by market sector with pre-assessed credibility tiers.
Growing toward 500+ channels with automated discovery.
"""
from typing import Optional
CHANNELS = {
# ── CRYPTO (30+ channels) ──
"crypto": [
# Tier S — verified institutional-grade sources
{"username": "cointelegraph", "title": "Cointelegraph", "tier": "S",
"tags": ["news", "bitcoin", "ethereum"], "verified_media": True},
{"username": "theblockcrypto", "title": "The Block", "tier": "S",
"tags": ["news", "defi", "institutional"], "verified_media": True},
{"username": "decryptmedia", "title": "Decrypt", "tier": "S",
"tags": ["news", "defi", "nft"], "verified_media": True},
{"username": "cryptobriefing", "title": "Crypto Briefing", "tier": "S",
"tags": ["news", "analysis", "institutional"], "verified_media": True},
# Tier A — strong independent analysts
{"username": "cryptoquant", "title": "CryptoQuant", "tier": "A",
"tags": ["on-chain", "data", "bitcoin"], "verified_media": True},
{"username": "glassnode", "title": "Glassnode", "tier": "A",
"tags": ["on-chain", "metrics", "bitcoin"], "verified_media": True},
{"username": "messaricrypto", "title": "Messari", "tier": "A",
"tags": ["research", "defi", "institutional"], "verified_media": True},
{"username": "intotheblock", "title": "IntoTheBlock", "tier": "A",
"tags": ["on-chain", "data", "defi"], "verified_media": True},
{"username": "defillama", "title": "DefiLlama", "tier": "A",
"tags": ["defi", "data", "tvl"], "verified_media": True},
{"username": "cryptorankclub", "title": "CryptoRank", "tier": "A",
"tags": ["data", "fundraising", "ido"], "verified_media": False},
{"username": "coinbureau", "title": "Coin Bureau", "tier": "A",
"tags": ["education", "reviews", "analysis"], "verified_media": True},
{"username": "rektcapital", "title": "Rekt Capital", "tier": "A",
"tags": ["technical", "bitcoin", "cycles"], "verified_media": False},
{"username": "crypto_birb", "title": "Crypto Birb", "tier": "A",
"tags": ["technical", "trading", "education"], "verified_media": True},
{"username": "arndxt", "title": "arndxt", "tier": "A",
"tags": ["on-chain", "alpha", "research"], "verified_media": False},
# Tier B — decent signals, worth monitoring
{"username": "cryptosignalsorg", "title": "Crypto Signals", "tier": "B",
"tags": ["signals", "trading", "technical"], "verified_media": False},
{"username": "cryptomichnl", "title": "CryptoMichNL", "tier": "B",
"tags": ["technical", "altcoins", "macro"], "verified_media": True},
{"username": "whaletank", "title": "WhaleTank", "tier": "B",
"tags": ["whales", "alerts", "on-chain"], "verified_media": False},
{"username": "defiprime", "title": "Defiprime", "tier": "B",
"tags": ["defi", "research", "interviews"], "verified_media": True},
{"username": "cryptoslate", "title": "CryptoSlate", "tier": "B",
"tags": ["news", "research", "data"], "verified_media": True},
{"username": "bitcoinmagazine", "title": "Bitcoin Magazine", "tier": "B",
"tags": ["bitcoin", "news", "culture"], "verified_media": True},
{"username": "coindesk", "title": "CoinDesk", "tier": "B",
"tags": ["news", "bitcoin", "markets"], "verified_media": True},
{"username": "cryptolaxy", "title": "Cryptolaxy", "tier": "B",
"tags": ["research", "fundamentals", "gem"], "verified_media": False},
{"username": "ashcryptoreal", "title": "Ash Crypto", "tier": "B",
"tags": ["technical", "bitcoin", "trading"], "verified_media": True},
{"username": "milesdeutscher", "title": "Miles Deutscher", "tier": "B",
"tags": ["defi", "alpha", "education"], "verified_media": True},
# Tier C — mixed quality, caution needed
{"username": "crypto_signals_io", "title": "Crypto Signals IO", "tier": "C",
"tags": ["signals", "pump", "futures"], "verified_media": False},
{"username": "unfoldedcrypto", "title": "Unfolded", "tier": "C",
"tags": ["news", "markets", "aggregator"], "verified_media": False},
{"username": "cryptotradingcave", "title": "Crypto Trading Cave", "tier": "C",
"tags": ["signals", "futures", "community"], "verified_media": False},
{"username": "binancesignals", "title": "Binance Signals", "tier": "D",
"tags": ["signals", "pump", "referral"], "verified_media": False,
"red_flags": ["guaranteed returns", "referral links", "anonymous admin"]},
{"username": "cryptopumpsignals", "title": "Crypto Pump Signals", "tier": "D",
"tags": ["pump", "dump", "signals"], "verified_media": False,
"red_flags": ["pump and dump", "FOMO language", "no track record"]},
# Tier F — known scams
{"username": "crypto_giveaway", "title": "CRYPTO GIVEAWAY", "tier": "F",
"tags": ["scam", "giveaway", "phishing"], "verified_media": False,
"red_flags": ["impersonation", "free money", "send to receive"]},
{"username": "CoinMarketCap", "title": "CoinMarketCap", "tier": "S", "tags": ['market', 'data'], "verified_media": True},
{"username": "coingeckonews", "title": "CoinGecko News", "tier": "S", "tags": ['market', 'data'], "verified_media": True},
{"username": "cryptoquant_official", "title": "CryptoQuant", "tier": "S", "tags": ['onchain', 'analytics'], "verified_media": True},
{"username": "WatcherGuru", "title": "Watcher Guru", "tier": "S", "tags": ['news', 'finance'], "verified_media": True},
{"username": "unfolded", "title": "Unfolded", "tier": "S", "tags": ['news', 'insights'], "verified_media": True},
{"username": "binance_announcements", "title": "Binance Announcements", "tier": "S", "tags": ['exchange', 'official'], "verified_media": True},
{"username": "CryptoRankNews", "title": "CryptoRank News", "tier": "S", "tags": ['research', 'analytics'], "verified_media": True},
{"username": "cryptodotnews", "title": "crypto.news", "tier": "S", "tags": ['news'], "verified_media": True},
{"username": "coingape", "title": "CoinGape News", "tier": "A", "tags": ['news']},
{"username": "whale_alert", "title": "Whale Alert", "tier": "A", "tags": ['whales', 'transactions']},
{"username": "beincrypto", "title": "BeInCrypto", "tier": "A", "tags": ['news']},
{"username": "cryptopotato", "title": "CryptoPotato", "tier": "A", "tags": ['news']},
{"username": "dailyhodl", "title": "The Daily Hodl", "tier": "A", "tags": ['news']},
{"username": "bitcoinnews", "title": "Bitcoin News", "tier": "A", "tags": ['news', 'bitcoin']},
{"username": "cryptoninjas_trading_ann", "title": "CryptoNinjas Trading", "tier": "B", "tags": ['signals', 'trading']},
{"username": "TradingSignals_4C", "title": "4C Trading Signals", "tier": "B", "tags": ['signals', 'spot', 'futures']},
{"username": "cryptosignals0rg", "title": "Crypto Signals", "tier": "B", "tags": ['signals', 'trading']},
{"username": "Altcoin_and_bitcoin_trading", "title": "Altcoin & Bitcoin Trading", "tier": "B", "tags": ['signals', 'altcoin']},
{"username": "CryptoVIPsignalTA", "title": "Crypto VIP Signal", "tier": "B", "tags": ['signals', 'TA']},
{"username": "OliverTrading", "title": "Oliver Stone Trading", "tier": "B", "tags": ['signals']},
{"username": "TylerAcc", "title": "Tyler Trades", "tier": "B", "tags": ['signals', 'trading']},
{"username": "cryptoclubpump", "title": "Crypto Pump Club", "tier": "C", "tags": ['pump', 'signals']},
{"username": "cryptoshilling", "title": "Crypto Shilling", "tier": "C", "tags": ['news', 'promo']},
{"username": "cryptoindustry", "title": "Crypto Industry", "tier": "C", "tags": ['news']},
{"username": "bitcoin_industry", "title": "Bitcoin Industry", "tier": "C", "tags": ['news', 'bitcoin']},
{"username": "garden_btc", "title": "Crypto Garden", "tier": "C", "tags": ['news', 'bitcoin']},
{"username": "cryptogem", "title": "Crypto Gem", "tier": "C", "tags": ['signals']},
{"username": "cryptoexpert", "title": "Crypto Expert", "tier": "C", "tags": ['news']},
{"username": "crypto_mountains", "title": "Crypto Mountains", "tier": "C", "tags": ['news']},
{"username": "crypto_miami", "title": "Crypto Miami", "tier": "C", "tags": ['news']},
{"username": "cryptohunters", "title": "Crypto Hunter", "tier": "C", "tags": ['news']},
{"username": "binancekillers", "title": "Binance Killers", "tier": "C", "tags": ['signals', 'alerts']},
{"username": "FedRussianInsiders", "title": "Fed Russian Insiders", "tier": "C", "tags": ['intel', 'geopolitical']},
{"username": "cryptonewspaper", "title": "Crypto Newspaper", "tier": "C", "tags": ['news']},
{"username": "wallstreetqueenofficial", "title": "Wallstreet Queen", "tier": "C", "tags": ['signals', 'trading']},
{"username": "wolfoftrading", "title": "Wolf of Trading", "tier": "C", "tags": ['signals']},
{"username": "cryptoinnercircle", "title": "Crypto Inner Circle", "tier": "C", "tags": ['signals']},
{"username": "btctrunk", "title": "BTC Trunk", "tier": "C", "tags": ['news', 'bitcoin']},
{"username": "crypto_fight", "title": "Crypto Fight", "tier": "C", "tags": ['news']},
{"username": "Crypto_Planet_GlobalChannel", "title": "Crypto Planet", "tier": "C", "tags": ['news']},
{"username": "crypto_retro", "title": "Crypto Retro", "tier": "C", "tags": ['news']},
{"username": "crypto_lake", "title": "Crypto Lake", "tier": "C", "tags": ['news']},
{"username": "tokens_stream", "title": "Tokens Stream", "tier": "C", "tags": ['news']},
{"username": "reign_crypto", "title": "Reign of Crypto", "tier": "C", "tags": ['news']},
{"username": "airdropsfactory", "title": "Airdrop Factory", "tier": "C", "tags": ['airdrop']},
{"username": "cryptofactoryofficial", "title": "Crypto Factory", "tier": "C", "tags": ['news']},
{"username": "crypto_magazine", "title": "Crypto Magazine", "tier": "C", "tags": ['news']},
{"username": "crypto_publish", "title": "Crypto Publish", "tier": "C", "tags": ['news']},
{"username": "crypto_lvl", "title": "Crypto LVL", "tier": "C", "tags": ['news']},
{"username": "maptoken", "title": "Token Map", "tier": "C", "tags": ['news']},
{"username": "cryptoboxofficial", "title": "Crypto Box", "tier": "C", "tags": ['news']},
{"username": "crypto4", "title": "CRYPTO 4", "tier": "C", "tags": ['news']},
{"username": "cryptopowerchannel", "title": "Crypto Power", "tier": "C", "tags": ['news']},
{"username": "airdropforall", "title": "Airdrop For All", "tier": "C", "tags": ['airdrop']},
{"username": "cryptomaxch", "title": "Crypto Max", "tier": "C", "tags": ['news']},
{"username": "crypto_extreme", "title": "Crypto Extreme", "tier": "C", "tags": ['news']},
{"username": "cryptocall", "title": "Crypto Call", "tier": "C", "tags": ['news']},
{"username": "getcoinit", "title": "Gimme The Coin", "tier": "C", "tags": ['news']},
{"username": "crypto_portal", "title": "Crypto Portal", "tier": "C", "tags": ['news']},
{"username": "CryptoInsideEN", "title": "Inside Crypto", "tier": "C", "tags": ['news']},
{"username": "crypto_push", "title": "Crypto Push", "tier": "C", "tags": ['news']},
{"username": "crypto_california_club", "title": "Crypto California Club", "tier": "C", "tags": ['news']},
{"username": "DeFimillion", "title": "DeFi Million", "tier": "C", "tags": ['defi']},
{"username": "Cryptex_Library", "title": "Crypto Hub", "tier": "C", "tags": ['news']},
{"username": "smartviewai", "title": "SmartViewAi Signals", "tier": "C", "tags": ['signals', 'AI']},
{"username": "Verified_Crypto_News", "title": "Verified Crypto News", "tier": "C", "tags": ['news']},
{"username": "socryptoland", "title": "Crypto Land", "tier": "C", "tags": ['news']},
{"username": "Cryptounitednews", "title": "Crypto United", "tier": "C", "tags": ['news']},
{"username": "dailychannels", "title": "Daily Channels", "tier": "C", "tags": ['signals']},
{"username": "Official_Bulls", "title": "Crypto Alex Bulls", "tier": "C", "tags": ['signals']},
{"username": "cryptomarkettrends", "title": "Crypto Market Trends", "tier": "C", "tags": ['analysis']},
{"username": "Coin_Quest", "title": "CoinQuest", "tier": "C", "tags": ['news']},
{"username": "NFT_Era_News", "title": "NFT ERA", "tier": "C", "tags": ['nft', 'news']},
{"username": "holder_of_altcoins", "title": "Altcoin Holder", "tier": "C", "tags": ['altcoin']},
{"username": "crypto_whale_global_annn", "title": "Crypto Whale News", "tier": "C", "tags": ['whales']},
{"username": "AirdropBrotherOfficial", "title": "Airdrop Brother", "tier": "D", "tags": ['airdrop']},
{"username": "AirdropUltimate_2022", "title": "Airdrop Ultimate", "tier": "D", "tags": ['airdrop']},
{"username": "airdrophub_great", "title": "Airdrop Hub", "tier": "D", "tags": ['airdrop']},
{"username": "airdropx", "title": "Airdrops Gem", "tier": "D", "tags": ['airdrop']},
{"username": "cryptoairdrops", "title": "Crypto Airdrops", "tier": "D", "tags": ['airdrop']},
{"username": "crypto100xprojects", "title": "Crypto 100X Projects", "tier": "D", "tags": ['signals', 'promo']},
{"username": "KingCryptoCalls", "title": "King Crypto", "tier": "D", "tags": ['signals']},
{"username": "marine_CryptoCalls", "title": "Shakers Calls", "tier": "D", "tags": ['signals']},
{"username": "cryptoprofitcoach", "title": "Crypto Profit Coach", "tier": "D", "tags": ['signals', 'pump']},
{"username": "next10xgem1", "title": "Binance Spot Futures Signals", "tier": "D", "tags": ['signals']},
{"username": "CryptoRROFFICAIL", "title": "Crypto VIP RR", "tier": "D", "tags": ['signals']},
{"username": "cryptomoneyglobal", "title": "Crypto Money Global", "tier": "D", "tags": ['news']},
{"username": "cryptosignalsandanalyse", "title": "Sweden Crypto Whales", "tier": "D", "tags": ['signals']},
{"username": "ProCloudTrading", "title": "Pro Cloud Trading", "tier": "D", "tags": ['signals']},
{"username": "FreeBeeTrader", "title": "Bee Trader", "tier": "D", "tags": ['signals']},
{"username": "OneMillionChallenge", "title": "One Million Challenge", "tier": "D", "tags": ['signals']},
{"username": "tradingkingtips", "title": "Trading King Tips", "tier": "D", "tags": ['signals']},
{"username": "BestIco", "title": "Best ICO", "tier": "D", "tags": ['ico']},
{"username": "cryptotipstrick", "title": "Crypto Tips Tricks", "tier": "D", "tags": ['signals']},
{"username": "CryptoAngelsUK", "title": "Crypto Angels", "tier": "D", "tags": ['signals']},
{"username": "Cryptobitca", "title": "CryptoBitca", "tier": "D", "tags": ['news']},
{"username": "BinancePumpTracker", "title": "Binance Pump Tracker", "tier": "D", "tags": ['pump']},
{"username": "crypto_finance", "title": "Crypto Finance", "tier": "D", "tags": ['news']},
{"username": "CryptoTVOT_News", "title": "Crypto TVOT", "tier": "D", "tags": ['promo']},
{"username": "vipkhoone", "title": "Crypto Leak VIP", "tier": "D", "tags": ['leaks', 'signals']},
{"username": "IcoPoolWallStreet", "title": "Wall Street Trader ICO", "tier": "D", "tags": ['ico', 'signals']},
{"username": "Airdrop_Fam", "title": "Airdrop Fam", "tier": "F", "tags": ['airdrop', 'scam']},
{"username": "AirdropFindTeam", "title": "Airdrop Finder", "tier": "F", "tags": ['airdrop', 'scam']},
{"username": "AirdropDetective", "title": "Airdrop Detective", "tier": "F", "tags": ['airdrop', 'scam']},
{"username": "airdropinspector", "title": "Airdrop Inspector", "tier": "F", "tags": ['airdrop', 'scam']},
{"username": "Airdrop", "title": "@Airdrop", "tier": "F", "tags": ['airdrop', 'scam']},
{"username": "AirdropO", "title": "Airdrop Ninja", "tier": "F", "tags": ['airdrop']},
{"username": "AirdropStar", "title": "Airdrop Star", "tier": "F", "tags": ['airdrop']},
{"username": "kucoin_signals_pumps", "title": "KuCoin Pump Signal", "tier": "F", "tags": ['pump', 'scam']},
{"username": "Biggestcryptopumpchannel", "title": "Biggest Pump Channel", "tier": "F", "tags": ['pump', 'scam']},
{"username": "Crypto_FinderNews", "title": "Crypto Finder Club", "tier": "C", "tags": ['news']},
{"username": "Cryptoarenatg", "title": "Crypto Arena", "tier": "C", "tags": ['news']},
{"username": "airdropstrikers", "title": "Airdrop Strikers", "tier": "D", "tags": ['airdrop']},
{"username": "CryptoFlake", "title": "CryptoFlake", "tier": "C", "tags": ['news']},
{"username": "royalcryptoclubusa", "title": "Crypto Club USA", "tier": "F", "tags": ['scam']},],
# ── FOREX (15+ channels) ──
"forex": [
{"username": "forexlive", "title": "ForexLive", "tier": "S",
"tags": ["news", "analysis", "economic"], "verified_media": True},
{"username": "dailyfx", "title": "DailyFX", "tier": "S",
"tags": ["news", "technical", "fundamental"], "verified_media": True},
{"username": "fxstreet", "title": "FXStreet", "tier": "S",
"tags": ["news", "analysis", "economic"], "verified_media": True},
{"username": "forexfactory", "title": "Forex Factory", "tier": "A",
"tags": ["calendar", "news", "community"], "verified_media": True},
{"username": "investingcom", "title": "Investing.com", "tier": "A",
"tags": ["news", "data", "multi-market"], "verified_media": True},
{"username": "zerohedge", "title": "ZeroHedge", "tier": "B",
"tags": ["macro", "contrarian", "news"], "verified_media": True},
{"username": "forexsignalslive", "title": "Forex Signals Live", "tier": "B",
"tags": ["signals", "eurusd", "gbpusd"], "verified_media": False},
{"username": "forexmarket", "title": "Forex Market", "tier": "C",
"tags": ["signals", "trading", "education"], "verified_media": False},
{"username": "forex_trader", "title": "Forex Trader Pro", "tier": "C",
"tags": ["signals", "strategy", "fx"], "verified_media": False},
{"username": "pipswinner", "title": "Pips Winner", "tier": "C",
"tags": ["signals", "forex", "trading"], "verified_media": False},
{"username": "fibonacciforex", "title": "Fibonacci Forex", "tier": "C",
"tags": ["technical", "fibonacci", "analysis"], "verified_media": False},
{"username": "goldtradingarena", "title": "Gold Trading Arena", "tier": "C",
"tags": ["gold", "xauusd", "commodities"], "verified_media": False},
{"username": "forextradingroom", "title": "Forex Trading Room", "tier": "D",
"tags": ["signals", "mentorship", "paid"], "verified_media": False,
"red_flags": ["paid mentorship funnel", "unrealistic win rates"]},
{"username": "forex_millionaire", "title": "Forex Millionaire", "tier": "D",
"tags": ["signals", "luxury", "hype"], "verified_media": False,
"red_flags": ["lifestyle marketing", "guaranteed profits"]},
{"username": "forex_cash_machine", "title": "Forex Cash Machine", "tier": "F",
"tags": ["scam", "get rich quick", "forex"], "verified_media": False,
"red_flags": ["too good to be true", "no regulation", "MLM structure"]},
{"username": "VasilyTrading", "title": "VasilyTrader", "tier": "A", "tags": ['SMC', 'education']},
{"username": "top_tradingsignals", "title": "Top Trading Signals", "tier": "A", "tags": ['forex', 'gold']},
{"username": "anabelsignals", "title": "AnabelSignals", "tier": "A", "tags": ['forex', 'gold']},
{"username": "signalsproviderfx", "title": "SignalProvider FX", "tier": "A", "tags": ['forex', 'gold']},
{"username": "unitedsignalsfx", "title": "UnitedSignals FX", "tier": "A", "tags": ['forex', 'gold']},
{"username": "gold_signals", "title": "Gold Signals VIP", "tier": "A", "tags": ['gold', 'xauusd']},
{"username": "bengoldtrader", "title": "Ben Gold Trader", "tier": "B", "tags": ['gold']},
{"username": "top1trades", "title": "TOP 1% TRADES", "tier": "B", "tags": ['gold']},
{"username": "davidwithforex", "title": "David Gold Strategy", "tier": "B", "tags": ['gold']},
{"username": "mmsignalsfx", "title": "Market Makers Signals", "tier": "B", "tags": ['gold']},
{"username": "prosignalsfxx", "title": "ProSignalsFX", "tier": "B", "tags": ['forex', 'commodities']},
{"username": "octa_analytics", "title": "Octa Analytics", "tier": "B", "tags": ['forex', 'gold']},
{"username": "schooloftrades", "title": "School Of Trades", "tier": "B", "tags": ['gold', 'education']},
{"username": "vip_gold_trader_alliance", "title": "VIP Gold Trader Alliance", "tier": "B", "tags": ['gold']},
{"username": "A1TradingFXAnalysis", "title": "A1 Trading", "tier": "B", "tags": ['indices', 'commodities']},
{"username": "dailyfxteam", "title": "DailyFX", "tier": "A", "tags": ['news', 'forex']},
{"username": "devilsena", "title": "Devil Sena", "tier": "C", "tags": ['forex', 'gold']},
{"username": "melikatrader94", "title": "MelikaTrader", "tier": "C", "tags": ['forex', 'gold', 'oil']},
{"username": "ewstrateg", "title": "Elliott Wave Strategy", "tier": "C", "tags": ['forex', 'gold']},
{"username": "knightsofgold", "title": "Knights of Gold", "tier": "C", "tags": ['gold']},
{"username": "onlygoldsnipers", "title": "Gold Sniper", "tier": "C", "tags": ['gold']},
{"username": "techriztm", "title": "Techriz Trading", "tier": "C", "tags": ['forex', 'gold']},
{"username": "degramchannel", "title": "DeGRAM Forex Signals", "tier": "C", "tags": ['forex', 'gold']},
{"username": "udaantradrr", "title": "Udaan Official", "tier": "D", "tags": ['signals']},
{"username": "elliottwavesecret", "title": "Elliott Wave Secret", "tier": "D", "tags": ['forex']},
{"username": "kiraforex", "title": "KIRAFOREX", "tier": "C", "tags": ['forex', 'gold']},],
# ── STOCKS / EQUITIES (15+ channels) ──
"stocks": [
{"username": "wsbtelegram", "title": "WallStreetBets", "tier": "B",
"tags": ["memes", "options", "community"], "verified_media": True},
{"username": "stockmarket", "title": "Stock Market News", "tier": "B",
"tags": ["news", "earnings", "analysis"], "verified_media": False},
{"username": "tradingview", "title": "TradingView", "tier": "A",
"tags": ["charts", "technical", "ideas"], "verified_media": True},
{"username": "marketwatch", "title": "MarketWatch", "tier": "S",
"tags": ["news", "markets", "analysis"], "verified_media": True},
{"username": "bloomberg", "title": "Bloomberg", "tier": "S",
"tags": ["news", "global", "finance"], "verified_media": True},
{"username": "cnbc", "title": "CNBC", "tier": "S",
"tags": ["news", "markets", "business"], "verified_media": True},
{"username": "seekingalpha", "title": "SeekingAlpha", "tier": "A",
"tags": ["analysis", "fundamental", "transcripts"], "verified_media": True},
{"username": "stocktwits", "title": "StockTwits", "tier": "B",
"tags": ["social", "sentiment", "community"], "verified_media": True},
{"username": "benzinga", "title": "Benzinga", "tier": "A",
"tags": ["news", "alerts", "analysis"], "verified_media": True},
{"username": "optionsprofit", "title": "Options Profit", "tier": "C",
"tags": ["options", "signals", "flow"], "verified_media": False},
{"username": "unusualwhales", "title": "Unusual Whales", "tier": "A",
"tags": ["options", "flow", "congress"], "verified_media": True},
{"username": "earningswhispers", "title": "Earnings Whispers", "tier": "B",
"tags": ["earnings", "calendar", "analysis"], "verified_media": True},
{"username": "dividendgrowth", "title": "Dividend Growth", "tier": "B",
"tags": ["dividends", "income", "portfolio"], "verified_media": False},
{"username": "stockalertspro", "title": "Stock Alerts Pro", "tier": "D",
"tags": ["alerts", "signals", "pump"], "verified_media": False,
"red_flags": ["penny stock focus", "pump alerts"]},
{"username": "daytradingmillionaire", "title": "Day Trade Millionaire", "tier": "F",
"tags": ["scam", "courses", "lambo"], "verified_media": False,
"red_flags": ["lifestyle marketing", "locked content", "fake testimonials"]},
],
# ── COMMODITIES (10+ channels) ──
"commodities": [
{"username": "goldtelegraph", "title": "Gold Telegraph", "tier": "A",
"tags": ["gold", "silver", "precious"], "verified_media": True},
{"username": "oilpricecom", "title": "OilPrice.com", "tier": "A",
"tags": ["oil", "energy", "geopolitics"], "verified_media": True},
{"username": "uraniuminsider", "title": "Uranium Insider", "tier": "B",
"tags": ["uranium", "nuclear", "energy"], "verified_media": True},
{"username": "commoditiesdemystified", "title": "Commodities Demystified", "tier": "B",
"tags": ["copper", "lithium", "battery"], "verified_media": False},
{"username": "agricultureupdate", "title": "Agriculture Update", "tier": "B",
"tags": ["grains", "softs", "weather"], "verified_media": False},
{"username": "sgxcommodities", "title": "Mineral Wealth", "tier": "C",
"tags": ["mining", "rare earth", "junior"], "verified_media": False},
{"username": "raremetalstrading", "title": "Rare Metals Trading", "tier": "C",
"tags": ["platinum", "palladium", "picks"], "verified_media": False},
{"username": "lithiumreport", "title": "Lithium Report", "tier": "B",
"tags": ["lithium", "ev", "battery"], "verified_media": False},
{"username": "carboncredits", "title": "Carbon Markets", "tier": "B",
"tags": ["carbon", "esg", "climate"], "verified_media": False},
{"username": "naturalgasnow", "title": "Natural Gas Now", "tier": "C",
"tags": ["natgas", "energy", "weather"], "verified_media": False},
],
# ── MACRO/ECONOMICS (15+ channels) ──
"macro": [
{"username": "financialtimes", "title": "Financial Times", "tier": "S",
"tags": ["news", "global", "economics"], "verified_media": True},
{"username": "wsjmarkets", "title": "WSJ Markets", "tier": "S",
"tags": ["markets", "economy", "policy"], "verified_media": True},
{"username": "economist", "title": "The Economist", "tier": "S",
"tags": ["economics", "global", "policy"], "verified_media": True},
{"username": "ecb_policy", "title": "Central Bank Watch", "tier": "A",
"tags": ["fed", "ecb", "monetary"], "verified_media": False},
{"username": "macrovoices", "title": "Macro Voices", "tier": "A",
"tags": ["macro", "podcast", "interviews"], "verified_media": True},
{"username": "realvision", "title": "Real Vision", "tier": "A",
"tags": ["macro", "crypto", "interviews"], "verified_media": True},
{"username": "lyn_alden", "title": "Lyn Alden", "tier": "A",
"tags": ["macro", "bitcoin", "liquidity"], "verified_media": True},
{"username": "northmantrader", "title": "NorthmanTrader", "tier": "B",
"tags": ["technical", "macro", "spx"], "verified_media": True},
{"username": "globalmacroresearch", "title": "Global Macro Research", "tier": "B",
"tags": ["macro", "forex", "bonds"], "verified_media": False},
{"username": "contrarianmacro", "title": "Contrarian Macro", "tier": "B",
"tags": ["contrarian", "macro", "cycles"], "verified_media": False},
{"username": "yardeniresearch", "title": "Yardeni Research", "tier": "A",
"tags": ["economics", "charts", "research"], "verified_media": True},
{"username": "themarketear", "title": "The Market Ear", "tier": "B",
"tags": ["charts", "flow", "sentiment"], "verified_media": True},
{"username": "fedguy12", "title": "Fed Guy", "tier": "B",
"tags": ["fed", "monetary", "rates"], "verified_media": False},
{"username": "econguyrosie", "title": "Econ Guy Rosie", "tier": "C",
"tags": ["economics", "commentary", "opinion"], "verified_media": False},
{"username": "doomberg", "title": "Doomberg", "tier": "A",
"tags": ["energy", "macro", "research"], "verified_media": True},
],
# ── OPTIONS / DERIVATIVES (10+ channels) ──
"options": [
{"username": "spotgamma", "title": "SpotGamma", "tier": "A",
"tags": ["options", "gamma", "squeeze"], "verified_media": True},
{"username": "squeezemetrics", "title": "SqueezeMetrics", "tier": "A",
"tags": ["gamma", "squeeze", "flow"], "verified_media": True},
{"username": "tradertv", "title": "TraderTV", "tier": "B",
"tags": ["options", "streaming", "education"], "verified_media": True},
{"username": "optionmillionaires", "title": "Option Millionaires", "tier": "C",
"tags": ["options", "signals", "community"], "verified_media": False},
{"username": "optionaddict", "title": "Option Addict", "tier": "C",
"tags": ["options", "flow", "analysis"], "verified_media": False},
{"username": "daytradingoptions", "title": "Day Trading Options", "tier": "D",
"tags": ["daytrade", "signals", "beginners"], "verified_media": False,
"red_flags": ["promises 90%+ win rate", "no risk disclosure"]},
{"username": "volatilityshares", "title": "Volatility Shares", "tier": "B",
"tags": ["volatility", "vix", "etf"], "verified_media": True},
{"username": "theoptioninsider", "title": "The Option Insider", "tier": "B",
"tags": ["options", "education", "strategy"], "verified_media": False},
{"username": "cboe", "title": "CBOE", "tier": "S",
"tags": ["exchange", "options", "vix"], "verified_media": True},
{"username": "maxpain", "title": "Max Pain", "tier": "B",
"tags": ["options", "maxpain", "expiry"], "verified_media": False},
],
# ── NFTs / WEB3 (8+ channels) ──
"nft": [
{"username": "opensea", "title": "OpenSea", "tier": "S",
"tags": ["marketplace", "nft", "web3"], "verified_media": True},
{"username": "nftevening", "title": "NFT Evening", "tier": "A",
"tags": ["nft", "news", "drops"], "verified_media": True},
{"username": "nftcalendar", "title": "NFT Calendar", "tier": "B",
"tags": ["mints", "calendar", "upcoming"], "verified_media": True},
{"username": "raritysniper", "title": "Rarity Sniper", "tier": "B",
"tags": ["rarity", "nft", "tools"], "verified_media": True},
{"username": "nftalpha", "title": "NFT Alpha", "tier": "C",
"tags": ["alpha", "flips", "signals"], "verified_media": False},
{"username": "nftflippers", "title": "NFT Flippers", "tier": "D",
"tags": ["flip", "pump", "hype"], "verified_media": False,
"red_flags": ["coordinated pumps", "shill projects"]},
{"username": "thedefiant", "title": "The Defiant", "tier": "A",
"tags": ["defi", "nft", "web3"], "verified_media": True},
{"username": "bankless", "title": "Bankless", "tier": "A",
"tags": ["crypto", "defi", "web3"], "verified_media": True},
],
# ── TRADING / TECHNICAL ANALYSIS (12+ channels) ──
"trading": [
{"username": "tradingview", "title": "TradingView Ideas", "tier": "A",
"tags": ["charts", "ideas", "pine"], "verified_media": True},
{"username": "traderscommunity", "title": "Traders Community", "tier": "C",
"tags": ["signals", "community", "trading"], "verified_media": False},
{"username": "traderstewie", "title": "TraderStewie", "tier": "B",
"tags": ["technical", "setups", "spx"], "verified_media": True},
{"username": "dttrades", "title": "DT Trades", "tier": "C",
"tags": ["scalping", "signals", "futures"], "verified_media": False},
{"username": "trading212", "title": "Trading 212", "tier": "B",
"tags": ["stocks", "isa", "uk"], "verified_media": True},
{"username": "etoro", "title": "eToro", "tier": "B",
"tags": ["social", "copy", "multi-asset"], "verified_media": True},
{"username": "phemex", "title": "Phemex", "tier": "B",
"tags": ["crypto", "futures", "exchange"], "verified_media": True},
{"username": "bybit", "title": "Bybit", "tier": "B",
"tags": ["crypto", "derivatives", "exchange"], "verified_media": True},
{"username": "binance", "title": "Binance", "tier": "A",
"tags": ["exchange", "crypto", "announcements"], "verified_media": True},
{"username": "coincarp", "title": "CoinCarp", "tier": "C",
"tags": ["fundraising", "ido", "calendar"], "verified_media": False},
{"username": "altstreetbets", "title": "AltStreetBets", "tier": "D",
"tags": ["memes", "gambling", "degenerate"], "verified_media": False,
"red_flags": ["degenerate gambling", "no analysis"]},
{"username": "cryptotradingninja", "title": "Crypto Trading Ninja", "tier": "D",
"tags": ["signals", "copy-trade", "vip"], "verified_media": False,
"red_flags": ["VIP paid tier", "unverified track record"]},
],
# ── COMMERCE / MARKETPLACES (45+ channels) ──
"commerce": [
# ── GIFT CARDS & DIGITAL CODES ──
{"username": "giftcardsmarket", "title": "Gift Cards Market", "tier": "B",
"tags": ["gift-cards", "discount", "digital"], "product": "Discounted Gift Cards",
"verified_media": False, "commerce_type": "gift_cards"},
{"username": "giftcarddeals", "title": "Gift Card Deals", "tier": "B",
"tags": ["gift-cards", "amazon", "itunes"], "product": "Amazon/iTunes Gift Cards 30-50% off",
"verified_media": False, "commerce_type": "gift_cards"},
{"username": "premiumcodes", "title": "Premium Codes", "tier": "C",
"tags": ["gift-cards", "psn", "xbox", "netflix"], "product": "PSN/Xbox/Netflix Gift Cards",
"verified_media": False, "commerce_type": "gift_cards"},
{"username": "steamkeyshop", "title": "Steam Key Shop", "tier": "B",
"tags": ["steam", "games", "keys"], "product": "Steam Game Keys 80%+ off",
"verified_media": False, "commerce_type": "software_keys"},
{"username": "gamekeysworld", "title": "Game Keys World", "tier": "C",
"tags": ["games", "keys", "pc"], "product": "PC Game Keys — AAA titles",
"verified_media": False, "commerce_type": "software_keys"},
# ── SOFTWARE LICENSES ──
{"username": "softwarelicenses", "title": "Software Licenses Hub", "tier": "B",
"tags": ["software", "windows", "office", "keys"], "product": "Windows/Office/Mac Keys",
"verified_media": False, "commerce_type": "software_keys"},
{"username": "windowskeyspro", "title": "Windows Keys Pro", "tier": "B",
"tags": ["windows", "office", "activation"], "product": "Windows 10/11 Pro Keys $5-15",
"verified_media": False, "commerce_type": "software_keys"},
{"username": "adobecreativecloud", "title": "Adobe Deals", "tier": "C",
"tags": ["adobe", "creative", "photoshop"], "product": "Adobe CC Licenses — shared",
"verified_media": False, "commerce_type": "software_keys"},
{"username": "antivirusdeals", "title": "Antivirus Deals", "tier": "C",
"tags": ["antivirus", "norton", "mcafee"], "product": "Antivirus Subscriptions 1-5yr",
"verified_media": False, "commerce_type": "software_keys"},
{"username": "vpnaccounts", "title": "VPN Accounts Store", "tier": "C",
"tags": ["vpn", "nord", "express", "accounts"], "product": "VPN Premium Accounts",
"verified_media": False, "commerce_type": "digital_accounts"},
# ── STREAMING & DIGITAL ACCOUNTS ──
{"username": "streamingaccounts", "title": "Streaming Accounts", "tier": "C",
"tags": ["netflix", "spotify", "disney", "hbo"], "product": "Netflix/Spotify/Disney+ Accounts",
"verified_media": False, "commerce_type": "digital_accounts"},
{"username": "netflixpremium", "title": "Netflix Premium Store", "tier": "C",
"tags": ["netflix", "streaming", "premium"], "product": "Netflix Premium Shared Accounts",
"verified_media": False, "commerce_type": "digital_accounts"},
{"username": "spotifyupgrade", "title": "Spotify Upgrade", "tier": "C",
"tags": ["spotify", "premium", "music"], "product": "Spotify Premium Upgrades",
"verified_media": False, "commerce_type": "digital_accounts"},
{"username": "youtubepremiumspot", "title": "YouTube Premium Deals", "tier": "C",
"tags": ["youtube", "premium", "family"], "product": "YouTube Premium Family Slots",
"verified_media": False, "commerce_type": "digital_accounts"},
{"username": "onlyfansaccounts", "title": "Account Marketplace", "tier": "D",
"tags": ["accounts", "streaming", "premium"], "product": "Premium Account Reselling",
"verified_media": False, "commerce_type": "digital_accounts",
"red_flags": ["gray market", "account sharing violation"]},
# ── CRYPTO/NFT SERVICES ──
{"username": "cryptoboosters", "title": "Crypto Boosters", "tier": "D",
"tags": ["crypto", "followers", "engagement"], "product": "Social Media Crypto Engagement",
"verified_media": False, "commerce_type": "services",
"red_flags": ["fake engagement", "bot farms"]},
{"username": "nftpromotions", "title": "NFT Promotion Services", "tier": "D",
"tags": ["nft", "promotion", "marketing"], "product": "NFT Shilling & Promotion",
"verified_media": False, "commerce_type": "services",
"red_flags": ["paid shilling", "coordinated pumps"]},
{"username": "telegrammarketing", "title": "Telegram Marketing Pro", "tier": "C",
"tags": ["telegram", "marketing", "growth"], "product": "Telegram Channel Growth Services",
"verified_media": False, "commerce_type": "services"},
{"username": "cryptoadvertising", "title": "Crypto Ad Network", "tier": "C",
"tags": ["advertising", "crypto", "banners"], "product": "Crypto Banner Ad Placements",
"verified_media": False, "commerce_type": "services"},
{"username": "airdrophunter", "title": "Airdrop Hunter Pro", "tier": "D",
"tags": ["airdrop", "farming", "referral"], "product": "Airdrop Farming Services",
"verified_media": False, "commerce_type": "services",
"red_flags": ["referral farming", "sybil attacks"]},
# ── HARDWARE / MINERS ──
{"username": "cryptominingrigs", "title": "Crypto Mining Rigs", "tier": "B",
"tags": ["mining", "asic", "gpu", "hardware"], "product": "ASIC Miners & GPU Rigs",
"verified_media": False, "commerce_type": "hardware"},
{"username": "gpunvidia", "title": "GPU Deals — NVIDIA/AMD", "tier": "B",
"tags": ["gpu", "nvidia", "amd", "hardware"], "product": "RTX 4090/4080 GPUs — bulk",
"verified_media": False, "commerce_type": "hardware"},
{"username": "mininghardware", "title": "Mining Hardware Direct", "tier": "C",
"tags": ["mining", "bitmain", "whatsminer"], "product": "Bitmain Antminer S21/Whatsminer",
"verified_media": False, "commerce_type": "hardware"},
{"username": "refurbtech", "title": "Refurb Tech Deals", "tier": "B",
"tags": ["refurbished", "laptops", "electronics"], "product": "Refurbished Laptops & Electronics",
"verified_media": False, "commerce_type": "hardware"},
{"username": "phoneswholesale", "title": "Phones Wholesale", "tier": "C",
"tags": ["phones", "iphone", "samsung", "wholesale"], "product": "Wholesale Smartphones",
"verified_media": False, "commerce_type": "hardware"},
# ── FREELANCE & DIGITAL SERVICES ──
{"username": "freelancemarket", "title": "Freelance Marketplace", "tier": "C",
"tags": ["freelance", "design", "coding", "writing"], "product": "Freelance Services — dev/design/writing",
"verified_media": False, "commerce_type": "services"},
{"username": "webdevservices", "title": "Web Dev Services", "tier": "C",
"tags": ["web", "development", "websites"], "product": "Website Development — WordPress/React",
"verified_media": False, "commerce_type": "services"},
{"username": "graphicdesignpro", "title": "Graphic Design Pro", "tier": "C",
"tags": ["design", "logos", "branding"], "product": "Logo & Branding Design",
"verified_media": False, "commerce_type": "services"},
{"username": "seoboost", "title": "SEO Boost Services", "tier": "D",
"tags": ["seo", "backlinks", "ranking"], "product": "SEO Backlinks & Ranking",
"verified_media": False, "commerce_type": "services",
"red_flags": ["blackhat SEO techniques"]},
# ── BOTS / AUTOMATION ──
{"username": "telegrambotsmarket", "title": "Telegram Bots Market", "tier": "C",
"tags": ["bots", "telegram", "automation"], "product": "Custom Telegram Bots — trading/moderation",
"verified_media": False, "commerce_type": "bots"},
{"username": "tradingbotspro", "title": "Trading Bots Pro", "tier": "D",
"tags": ["bots", "trading", "automation", "crypto"], "product": "Crypto Trading Bots — grid/DCA/arb",
"verified_media": False, "commerce_type": "bots",
"red_flags": ["unverified PnL claims", "likely overfit"]},
{"username": "sniperbot", "title": "Sniper Bot Store", "tier": "D",
"tags": ["sniper", "defi", "memecoin", "bot"], "product": "DeFi Sniper Bots — memecoin launch",
"verified_media": False, "commerce_type": "bots",
"red_flags": ["rug pull enablement", "MEV exploitation"]},
{"username": "automationtools", "title": "Automation Tools Hub", "tier": "C",
"tags": ["automation", "tools", "scripts"], "product": "Python/JS Automation Scripts",
"verified_media": False, "commerce_type": "bots"},
# ── PHYSICAL GOODS / DROPSHIPPING ──
{"username": "dropshipworld", "title": "Dropship World", "tier": "C",
"tags": ["dropshipping", "products", "aliexpress"], "product": "Dropshipping Product Sources — AliExpress",
"verified_media": False, "commerce_type": "dropshipping"},
{"username": "fashionwholesale", "title": "Fashion Wholesale", "tier": "C",
"tags": ["fashion", "clothing", "wholesale"], "product": "Wholesale Fashion & Streetwear",
"verified_media": False, "commerce_type": "dropshipping"},
{"username": "electronicsdeals", "title": "Electronics Deals Hub", "tier": "C",
"tags": ["electronics", "gadgets", "deals"], "product": "Discounted Electronics & Gadgets",
"verified_media": False, "commerce_type": "dropshipping"},
{"username": "sneakerplug", "title": "Sneaker Plug", "tier": "C",
"tags": ["sneakers", "nike", "jordan", "yeezy"], "product": "Sneakers — Nike/Jordan/Yeezy",
"verified_media": False, "commerce_type": "dropshipping"},
{"username": "luxuryreps", "title": "Luxury Reps Market", "tier": "D",
"tags": ["replicas", "luxury", "watches", "bags"], "product": "Luxury Replica Goods — watches/bags",
"verified_media": False, "commerce_type": "dropshipping",
"red_flags": ["counterfeit goods", "IP infringement"]},
# ── CC/FINANCIAL (GRAY MARKET — FLAGGED) ──
{"username": "financialserviceshub", "title": "Financial Services Hub", "tier": "F",
"tags": ["financial", "accounts", "bank"], "product": "Bank Account Services — flagged",
"verified_media": False, "commerce_type": "financial",
"red_flags": ["likely money mule", "financial fraud", "KYC circumvention"]},
{"username": "paypalaccounts", "title": "PayPal Account Store", "tier": "F",
"tags": ["paypal", "accounts", "verified"], "product": "Verified PayPal Accounts",
"verified_media": False, "commerce_type": "financial",
"red_flags": ["fraud enablement", "identity fraud", "ToS violation"]},
{"username": "cryptomixer", "title": "Crypto Mixer Service", "tier": "F",
"tags": ["mixer", "tumbler", "privacy"], "product": "Crypto Mixing/Tumbling",
"verified_media": False, "commerce_type": "financial",
"red_flags": ["money laundering", "OFAC sanctioned", "illicit finance"]},
# ── TOOLS & RESOURCES ──
{"username": "osinttools", "title": "OSINT Tools Store", "tier": "B",
"tags": ["osint", "tools", "intelligence"], "product": "OSINT Investigation Tools",
"verified_media": False, "commerce_type": "tools"},
{"username": "cheatsheetsmarket", "title": "Cheat Sheets Market", "tier": "C",
"tags": ["cheatsheets", "learning", "guides"], "product": "Study Cheat Sheets & Guides",
"verified_media": False, "commerce_type": "tools"},
{"username": "wordpressplugins", "title": "WordPress Plugin Hub", "tier": "C",
"tags": ["wordpress", "plugins", "themes"], "product": "Premium WordPress Plugins/Themes",
"verified_media": False, "commerce_type": "tools"},
{"username": "amazonshop", "title": "Amazon Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Amazon Gift Cards"},
{"username": "amazondeals", "title": "Amazon Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Amazon Gift Cards"},
{"username": "amazonstore", "title": "Amazon Store", "tier": "C", "commerce_type": "gift_cards", "product": "Amazon Gift Cards"},
{"username": "amazonmarket", "title": "Amazon Market", "tier": "C", "commerce_type": "gift_cards", "product": "Amazon Gift Cards"},
{"username": "amazoncards", "title": "Amazon Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Amazon Gift Cards"},
{"username": "steamshop", "title": "Steam Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Steam Gift Cards"},
{"username": "steamdeals", "title": "Steam Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Steam Gift Cards"},
{"username": "steamstore", "title": "Steam Store", "tier": "C", "commerce_type": "gift_cards", "product": "Steam Gift Cards"},
{"username": "steammarket", "title": "Steam Market", "tier": "C", "commerce_type": "gift_cards", "product": "Steam Gift Cards"},
{"username": "steamcards", "title": "Steam Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Steam Gift Cards"},
{"username": "playstationshop", "title": "PlayStation Shop", "tier": "C", "commerce_type": "gift_cards", "product": "PlayStation Gift Cards"},
{"username": "playstationdeals", "title": "PlayStation Deals", "tier": "C", "commerce_type": "gift_cards", "product": "PlayStation Gift Cards"},
{"username": "playstationstore", "title": "PlayStation Store", "tier": "C", "commerce_type": "gift_cards", "product": "PlayStation Gift Cards"},
{"username": "playstationmarket", "title": "PlayStation Market", "tier": "C", "commerce_type": "gift_cards", "product": "PlayStation Gift Cards"},
{"username": "playstationcards", "title": "PlayStation Cards", "tier": "C", "commerce_type": "gift_cards", "product": "PlayStation Gift Cards"},
{"username": "psnshop", "title": "PSN Shop", "tier": "C", "commerce_type": "gift_cards", "product": "PSN Gift Cards"},
{"username": "psndeals", "title": "PSN Deals", "tier": "C", "commerce_type": "gift_cards", "product": "PSN Gift Cards"},
{"username": "psnstore", "title": "PSN Store", "tier": "C", "commerce_type": "gift_cards", "product": "PSN Gift Cards"},
{"username": "psnmarket", "title": "PSN Market", "tier": "C", "commerce_type": "gift_cards", "product": "PSN Gift Cards"},
{"username": "psncards", "title": "PSN Cards", "tier": "C", "commerce_type": "gift_cards", "product": "PSN Gift Cards"},
{"username": "xboxshop", "title": "Xbox Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Xbox Gift Cards"},
{"username": "xboxdeals", "title": "Xbox Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Xbox Gift Cards"},
{"username": "xboxstore", "title": "Xbox Store", "tier": "C", "commerce_type": "gift_cards", "product": "Xbox Gift Cards"},
{"username": "xboxmarket", "title": "Xbox Market", "tier": "C", "commerce_type": "gift_cards", "product": "Xbox Gift Cards"},
{"username": "xboxcards", "title": "Xbox Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Xbox Gift Cards"},
{"username": "nintendoshop", "title": "Nintendo Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Nintendo Gift Cards"},
{"username": "nintendodeals", "title": "Nintendo Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Nintendo Gift Cards"},
{"username": "nintendostore", "title": "Nintendo Store", "tier": "C", "commerce_type": "gift_cards", "product": "Nintendo Gift Cards"},
{"username": "nintendomarket", "title": "Nintendo Market", "tier": "C", "commerce_type": "gift_cards", "product": "Nintendo Gift Cards"},
{"username": "nintendocards", "title": "Nintendo Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Nintendo Gift Cards"},
{"username": "googleplayshop", "title": "Google Play Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Google Play Gift Cards"},
{"username": "googleplaydeals", "title": "Google Play Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Google Play Gift Cards"},
{"username": "googleplaystore", "title": "Google Play Store", "tier": "C", "commerce_type": "gift_cards", "product": "Google Play Gift Cards"},
{"username": "googleplaymarket", "title": "Google Play Market", "tier": "C", "commerce_type": "gift_cards", "product": "Google Play Gift Cards"},
{"username": "googleplaycards", "title": "Google Play Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Google Play Gift Cards"},
{"username": "itunesshop", "title": "iTunes Shop", "tier": "C", "commerce_type": "gift_cards", "product": "iTunes Gift Cards"},
{"username": "itunesdeals", "title": "iTunes Deals", "tier": "C", "commerce_type": "gift_cards", "product": "iTunes Gift Cards"},
{"username": "itunesstore", "title": "iTunes Store", "tier": "C", "commerce_type": "gift_cards", "product": "iTunes Gift Cards"},
{"username": "itunesmarket", "title": "iTunes Market", "tier": "C", "commerce_type": "gift_cards", "product": "iTunes Gift Cards"},
{"username": "itunescards", "title": "iTunes Cards", "tier": "C", "commerce_type": "gift_cards", "product": "iTunes Gift Cards"},
{"username": "appleshop", "title": "Apple Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Apple Gift Cards"},
{"username": "appledeals", "title": "Apple Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Apple Gift Cards"},
{"username": "applestore", "title": "Apple Store", "tier": "C", "commerce_type": "gift_cards", "product": "Apple Gift Cards"},
{"username": "applemarket", "title": "Apple Market", "tier": "C", "commerce_type": "gift_cards", "product": "Apple Gift Cards"},
{"username": "applecards", "title": "Apple Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Apple Gift Cards"},
{"username": "netflixshop", "title": "Netflix Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Netflix Gift Cards"},
{"username": "netflixdeals", "title": "Netflix Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Netflix Gift Cards"},
{"username": "netflixstore", "title": "Netflix Store", "tier": "C", "commerce_type": "gift_cards", "product": "Netflix Gift Cards"},
{"username": "netflixmarket", "title": "Netflix Market", "tier": "C", "commerce_type": "gift_cards", "product": "Netflix Gift Cards"},
{"username": "netflixcards", "title": "Netflix Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Netflix Gift Cards"},
{"username": "spotifyshop", "title": "Spotify Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Spotify Gift Cards"},
{"username": "spotifydeals", "title": "Spotify Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Spotify Gift Cards"},
{"username": "spotifystore", "title": "Spotify Store", "tier": "C", "commerce_type": "gift_cards", "product": "Spotify Gift Cards"},
{"username": "spotifymarket", "title": "Spotify Market", "tier": "C", "commerce_type": "gift_cards", "product": "Spotify Gift Cards"},
{"username": "spotifycards", "title": "Spotify Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Spotify Gift Cards"},
{"username": "robloxshop", "title": "Roblox Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Roblox Gift Cards"},
{"username": "robloxdeals", "title": "Roblox Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Roblox Gift Cards"},
{"username": "robloxstore", "title": "Roblox Store", "tier": "C", "commerce_type": "gift_cards", "product": "Roblox Gift Cards"},
{"username": "robloxmarket", "title": "Roblox Market", "tier": "C", "commerce_type": "gift_cards", "product": "Roblox Gift Cards"},
{"username": "robloxcards", "title": "Roblox Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Roblox Gift Cards"},
{"username": "fortniteshop", "title": "Fortnite Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Fortnite Gift Cards"},
{"username": "fortnitedeals", "title": "Fortnite Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Fortnite Gift Cards"},
{"username": "fortnitestore", "title": "Fortnite Store", "tier": "C", "commerce_type": "gift_cards", "product": "Fortnite Gift Cards"},
{"username": "fortnitemarket", "title": "Fortnite Market", "tier": "C", "commerce_type": "gift_cards", "product": "Fortnite Gift Cards"},
{"username": "fortnitecards", "title": "Fortnite Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Fortnite Gift Cards"},
{"username": "pubgshop", "title": "PUBG Shop", "tier": "C", "commerce_type": "gift_cards", "product": "PUBG Gift Cards"},
{"username": "pubgdeals", "title": "PUBG Deals", "tier": "C", "commerce_type": "gift_cards", "product": "PUBG Gift Cards"},
{"username": "pubgstore", "title": "PUBG Store", "tier": "C", "commerce_type": "gift_cards", "product": "PUBG Gift Cards"},
{"username": "pubgmarket", "title": "PUBG Market", "tier": "C", "commerce_type": "gift_cards", "product": "PUBG Gift Cards"},
{"username": "pubgcards", "title": "PUBG Cards", "tier": "C", "commerce_type": "gift_cards", "product": "PUBG Gift Cards"},
{"username": "freefireshop", "title": "Free Fire Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Free Fire Gift Cards"},
{"username": "freefiredeals", "title": "Free Fire Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Free Fire Gift Cards"},
{"username": "freefirestore", "title": "Free Fire Store", "tier": "C", "commerce_type": "gift_cards", "product": "Free Fire Gift Cards"},
{"username": "freefiremarket", "title": "Free Fire Market", "tier": "C", "commerce_type": "gift_cards", "product": "Free Fire Gift Cards"},
{"username": "freefirecards", "title": "Free Fire Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Free Fire Gift Cards"},
{"username": "valorantshop", "title": "Valorant Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Valorant Gift Cards"},
{"username": "valorantdeals", "title": "Valorant Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Valorant Gift Cards"},
{"username": "valorantstore", "title": "Valorant Store", "tier": "C", "commerce_type": "gift_cards", "product": "Valorant Gift Cards"},
{"username": "valorantmarket", "title": "Valorant Market", "tier": "C", "commerce_type": "gift_cards", "product": "Valorant Gift Cards"},
{"username": "valorantcards", "title": "Valorant Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Valorant Gift Cards"},
{"username": "leagueoflegendsshop", "title": "League of Legends Shop", "tier": "C", "commerce_type": "gift_cards", "product": "League of Legends Gift Cards"},
{"username": "leagueoflegendsdeals", "title": "League of Legends Deals", "tier": "C", "commerce_type": "gift_cards", "product": "League of Legends Gift Cards"},
{"username": "leagueoflegendsstore", "title": "League of Legends Store", "tier": "C", "commerce_type": "gift_cards", "product": "League of Legends Gift Cards"},
{"username": "leagueoflegendsmarket", "title": "League of Legends Market", "tier": "C", "commerce_type": "gift_cards", "product": "League of Legends Gift Cards"},
{"username": "leagueoflegendscards", "title": "League of Legends Cards", "tier": "C", "commerce_type": "gift_cards", "product": "League of Legends Gift Cards"},
{"username": "razergoldshop", "title": "Razer Gold Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Razer Gold Gift Cards"},
{"username": "razergolddeals", "title": "Razer Gold Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Razer Gold Gift Cards"},
{"username": "razergoldstore", "title": "Razer Gold Store", "tier": "C", "commerce_type": "gift_cards", "product": "Razer Gold Gift Cards"},
{"username": "razergoldmarket", "title": "Razer Gold Market", "tier": "C", "commerce_type": "gift_cards", "product": "Razer Gold Gift Cards"},
{"username": "razergoldcards", "title": "Razer Gold Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Razer Gold Gift Cards"},
{"username": "doordashshop", "title": "DoorDash Shop", "tier": "C", "commerce_type": "gift_cards", "product": "DoorDash Gift Cards"},
{"username": "doordashdeals", "title": "DoorDash Deals", "tier": "C", "commerce_type": "gift_cards", "product": "DoorDash Gift Cards"},
{"username": "doordashstore", "title": "DoorDash Store", "tier": "C", "commerce_type": "gift_cards", "product": "DoorDash Gift Cards"},
{"username": "doordashmarket", "title": "DoorDash Market", "tier": "C", "commerce_type": "gift_cards", "product": "DoorDash Gift Cards"},
{"username": "doordashcards", "title": "DoorDash Cards", "tier": "C", "commerce_type": "gift_cards", "product": "DoorDash Gift Cards"},
{"username": "ubershop", "title": "Uber Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Uber Gift Cards"},
{"username": "uberdeals", "title": "Uber Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Uber Gift Cards"},
{"username": "uberstore", "title": "Uber Store", "tier": "C", "commerce_type": "gift_cards", "product": "Uber Gift Cards"},
{"username": "ubermarket", "title": "Uber Market", "tier": "C", "commerce_type": "gift_cards", "product": "Uber Gift Cards"},
{"username": "ubercards", "title": "Uber Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Uber Gift Cards"},
{"username": "airbnbshop", "title": "Airbnb Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Airbnb Gift Cards"},
{"username": "airbnbdeals", "title": "Airbnb Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Airbnb Gift Cards"},
{"username": "airbnbstore", "title": "Airbnb Store", "tier": "C", "commerce_type": "gift_cards", "product": "Airbnb Gift Cards"},
{"username": "airbnbmarket", "title": "Airbnb Market", "tier": "C", "commerce_type": "gift_cards", "product": "Airbnb Gift Cards"},
{"username": "airbnbcards", "title": "Airbnb Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Airbnb Gift Cards"},
{"username": "walmartshop", "title": "Walmart Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Walmart Gift Cards"},
{"username": "walmartdeals", "title": "Walmart Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Walmart Gift Cards"},
{"username": "walmartstore", "title": "Walmart Store", "tier": "C", "commerce_type": "gift_cards", "product": "Walmart Gift Cards"},
{"username": "walmartmarket", "title": "Walmart Market", "tier": "C", "commerce_type": "gift_cards", "product": "Walmart Gift Cards"},
{"username": "walmartcards", "title": "Walmart Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Walmart Gift Cards"},
{"username": "targetshop", "title": "Target Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Target Gift Cards"},
{"username": "targetdeals", "title": "Target Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Target Gift Cards"},
{"username": "targetstore", "title": "Target Store", "tier": "C", "commerce_type": "gift_cards", "product": "Target Gift Cards"},
{"username": "targetmarket", "title": "Target Market", "tier": "C", "commerce_type": "gift_cards", "product": "Target Gift Cards"},
{"username": "targetcards", "title": "Target Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Target Gift Cards"},
{"username": "starbucksshop", "title": "Starbucks Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Starbucks Gift Cards"},
{"username": "starbucksdeals", "title": "Starbucks Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Starbucks Gift Cards"},
{"username": "starbucksstore", "title": "Starbucks Store", "tier": "C", "commerce_type": "gift_cards", "product": "Starbucks Gift Cards"},
{"username": "starbucksmarket", "title": "Starbucks Market", "tier": "C", "commerce_type": "gift_cards", "product": "Starbucks Gift Cards"},
{"username": "starbuckscards", "title": "Starbucks Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Starbucks Gift Cards"},
{"username": "sephorashop", "title": "Sephora Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Sephora Gift Cards"},
{"username": "sephoradeals", "title": "Sephora Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Sephora Gift Cards"},
{"username": "sephorastore", "title": "Sephora Store", "tier": "C", "commerce_type": "gift_cards", "product": "Sephora Gift Cards"},
{"username": "sephoramarket", "title": "Sephora Market", "tier": "C", "commerce_type": "gift_cards", "product": "Sephora Gift Cards"},
{"username": "sephoracards", "title": "Sephora Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Sephora Gift Cards"},
{"username": "nikeshop", "title": "Nike Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Nike Gift Cards"},
{"username": "nikedeals", "title": "Nike Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Nike Gift Cards"},
{"username": "nikestore", "title": "Nike Store", "tier": "C", "commerce_type": "gift_cards", "product": "Nike Gift Cards"},
{"username": "nikemarket", "title": "Nike Market", "tier": "C", "commerce_type": "gift_cards", "product": "Nike Gift Cards"},
{"username": "nikecards", "title": "Nike Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Nike Gift Cards"},
{"username": "adidasshop", "title": "Adidas Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Adidas Gift Cards"},
{"username": "adidasdeals", "title": "Adidas Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Adidas Gift Cards"},
{"username": "adidasstore", "title": "Adidas Store", "tier": "C", "commerce_type": "gift_cards", "product": "Adidas Gift Cards"},
{"username": "adidasmarket", "title": "Adidas Market", "tier": "C", "commerce_type": "gift_cards", "product": "Adidas Gift Cards"},
{"username": "adidascards", "title": "Adidas Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Adidas Gift Cards"},
{"username": "bestbuyshop", "title": "Best Buy Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Best Buy Gift Cards"},
{"username": "bestbuydeals", "title": "Best Buy Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Best Buy Gift Cards"},
{"username": "bestbuystore", "title": "Best Buy Store", "tier": "C", "commerce_type": "gift_cards", "product": "Best Buy Gift Cards"},
{"username": "bestbuymarket", "title": "Best Buy Market", "tier": "C", "commerce_type": "gift_cards", "product": "Best Buy Gift Cards"},
{"username": "bestbuycards", "title": "Best Buy Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Best Buy Gift Cards"},
{"username": "homedepotshop", "title": "Home Depot Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Home Depot Gift Cards"},
{"username": "homedepotdeals", "title": "Home Depot Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Home Depot Gift Cards"},
{"username": "homedepotstore", "title": "Home Depot Store", "tier": "C", "commerce_type": "gift_cards", "product": "Home Depot Gift Cards"},
{"username": "homedepotmarket", "title": "Home Depot Market", "tier": "C", "commerce_type": "gift_cards", "product": "Home Depot Gift Cards"},
{"username": "homedepotcards", "title": "Home Depot Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Home Depot Gift Cards"},
{"username": "lowesshop", "title": "Lowe's Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Lowe's Gift Cards"},
{"username": "lowesdeals", "title": "Lowe's Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Lowe's Gift Cards"},
{"username": "lowesstore", "title": "Lowe's Store", "tier": "C", "commerce_type": "gift_cards", "product": "Lowe's Gift Cards"},
{"username": "lowesmarket", "title": "Lowe's Market", "tier": "C", "commerce_type": "gift_cards", "product": "Lowe's Gift Cards"},
{"username": "lowescards", "title": "Lowe's Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Lowe's Gift Cards"},
{"username": "ebayshop", "title": "eBay Shop", "tier": "C", "commerce_type": "gift_cards", "product": "eBay Gift Cards"},
{"username": "ebaydeals", "title": "eBay Deals", "tier": "C", "commerce_type": "gift_cards", "product": "eBay Gift Cards"},
{"username": "ebaystore", "title": "eBay Store", "tier": "C", "commerce_type": "gift_cards", "product": "eBay Gift Cards"},
{"username": "ebaymarket", "title": "eBay Market", "tier": "C", "commerce_type": "gift_cards", "product": "eBay Gift Cards"},
{"username": "ebaycards", "title": "eBay Cards", "tier": "C", "commerce_type": "gift_cards", "product": "eBay Gift Cards"},
{"username": "costcoshop", "title": "Costco Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Costco Gift Cards"},
{"username": "costcodeals", "title": "Costco Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Costco Gift Cards"},
{"username": "costcostore", "title": "Costco Store", "tier": "C", "commerce_type": "gift_cards", "product": "Costco Gift Cards"},
{"username": "costcomarket", "title": "Costco Market", "tier": "C", "commerce_type": "gift_cards", "product": "Costco Gift Cards"},
{"username": "costcocards", "title": "Costco Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Costco Gift Cards"},
{"username": "samsclubshop", "title": "Sam's Club Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Sam's Club Gift Cards"},
{"username": "samsclubdeals", "title": "Sam's Club Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Sam's Club Gift Cards"},
{"username": "samsclubstore", "title": "Sam's Club Store", "tier": "C", "commerce_type": "gift_cards", "product": "Sam's Club Gift Cards"},
{"username": "samsclubmarket", "title": "Sam's Club Market", "tier": "C", "commerce_type": "gift_cards", "product": "Sam's Club Gift Cards"},
{"username": "samsclubcards", "title": "Sam's Club Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Sam's Club Gift Cards"},
{"username": "cvsshop", "title": "CVS Shop", "tier": "C", "commerce_type": "gift_cards", "product": "CVS Gift Cards"},
{"username": "cvsdeals", "title": "CVS Deals", "tier": "C", "commerce_type": "gift_cards", "product": "CVS Gift Cards"},
{"username": "cvsstore", "title": "CVS Store", "tier": "C", "commerce_type": "gift_cards", "product": "CVS Gift Cards"},
{"username": "cvsmarket", "title": "CVS Market", "tier": "C", "commerce_type": "gift_cards", "product": "CVS Gift Cards"},
{"username": "cvscards", "title": "CVS Cards", "tier": "C", "commerce_type": "gift_cards", "product": "CVS Gift Cards"},
{"username": "walgreensshop", "title": "Walgreens Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Walgreens Gift Cards"},
{"username": "walgreensdeals", "title": "Walgreens Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Walgreens Gift Cards"},
{"username": "walgreensstore", "title": "Walgreens Store", "tier": "C", "commerce_type": "gift_cards", "product": "Walgreens Gift Cards"},
{"username": "walgreensmarket", "title": "Walgreens Market", "tier": "C", "commerce_type": "gift_cards", "product": "Walgreens Gift Cards"},
{"username": "walgreenscards", "title": "Walgreens Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Walgreens Gift Cards"},
{"username": "chipotleshop", "title": "Chipotle Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Chipotle Gift Cards"},
{"username": "chipotledeals", "title": "Chipotle Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Chipotle Gift Cards"},
{"username": "chipotlestore", "title": "Chipotle Store", "tier": "C", "commerce_type": "gift_cards", "product": "Chipotle Gift Cards"},
{"username": "chipotlemarket", "title": "Chipotle Market", "tier": "C", "commerce_type": "gift_cards", "product": "Chipotle Gift Cards"},
{"username": "chipotlecards", "title": "Chipotle Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Chipotle Gift Cards"},
{"username": "mcdonaldsshop", "title": "McDonald's Shop", "tier": "C", "commerce_type": "gift_cards", "product": "McDonald's Gift Cards"},
{"username": "mcdonaldsdeals", "title": "McDonald's Deals", "tier": "C", "commerce_type": "gift_cards", "product": "McDonald's Gift Cards"},
{"username": "mcdonaldsstore", "title": "McDonald's Store", "tier": "C", "commerce_type": "gift_cards", "product": "McDonald's Gift Cards"},
{"username": "mcdonaldsmarket", "title": "McDonald's Market", "tier": "C", "commerce_type": "gift_cards", "product": "McDonald's Gift Cards"},
{"username": "mcdonaldscards", "title": "McDonald's Cards", "tier": "C", "commerce_type": "gift_cards", "product": "McDonald's Gift Cards"},
{"username": "burgerkingshop", "title": "Burger King Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Burger King Gift Cards"},
{"username": "burgerkingdeals", "title": "Burger King Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Burger King Gift Cards"},
{"username": "burgerkingstore", "title": "Burger King Store", "tier": "C", "commerce_type": "gift_cards", "product": "Burger King Gift Cards"},
{"username": "burgerkingmarket", "title": "Burger King Market", "tier": "C", "commerce_type": "gift_cards", "product": "Burger King Gift Cards"},
{"username": "burgerkingcards", "title": "Burger King Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Burger King Gift Cards"},
{"username": "subwayshop", "title": "Subway Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Subway Gift Cards"},
{"username": "subwaydeals", "title": "Subway Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Subway Gift Cards"},
{"username": "subwaystore", "title": "Subway Store", "tier": "C", "commerce_type": "gift_cards", "product": "Subway Gift Cards"},
{"username": "subwaymarket", "title": "Subway Market", "tier": "C", "commerce_type": "gift_cards", "product": "Subway Gift Cards"},
{"username": "subwaycards", "title": "Subway Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Subway Gift Cards"},
{"username": "dominosshop", "title": "Domino's Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Domino's Gift Cards"},
{"username": "dominosdeals", "title": "Domino's Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Domino's Gift Cards"},
{"username": "dominosstore", "title": "Domino's Store", "tier": "C", "commerce_type": "gift_cards", "product": "Domino's Gift Cards"},
{"username": "dominosmarket", "title": "Domino's Market", "tier": "C", "commerce_type": "gift_cards", "product": "Domino's Gift Cards"},
{"username": "dominoscards", "title": "Domino's Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Domino's Gift Cards"},
{"username": "pizzahutshop", "title": "Pizza Hut Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Pizza Hut Gift Cards"},
{"username": "pizzahutdeals", "title": "Pizza Hut Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Pizza Hut Gift Cards"},
{"username": "pizzahutstore", "title": "Pizza Hut Store", "tier": "C", "commerce_type": "gift_cards", "product": "Pizza Hut Gift Cards"},
{"username": "pizzahutmarket", "title": "Pizza Hut Market", "tier": "C", "commerce_type": "gift_cards", "product": "Pizza Hut Gift Cards"},
{"username": "pizzahutcards", "title": "Pizza Hut Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Pizza Hut Gift Cards"},
{"username": "grubhubshop", "title": "Grubhub Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Grubhub Gift Cards"},
{"username": "grubhubdeals", "title": "Grubhub Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Grubhub Gift Cards"},
{"username": "grubhubstore", "title": "Grubhub Store", "tier": "C", "commerce_type": "gift_cards", "product": "Grubhub Gift Cards"},
{"username": "grubhubmarket", "title": "Grubhub Market", "tier": "C", "commerce_type": "gift_cards", "product": "Grubhub Gift Cards"},
{"username": "grubhubcards", "title": "Grubhub Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Grubhub Gift Cards"},
{"username": "instacartshop", "title": "Instacart Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Instacart Gift Cards"},
{"username": "instacartdeals", "title": "Instacart Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Instacart Gift Cards"},
{"username": "instacartstore", "title": "Instacart Store", "tier": "C", "commerce_type": "gift_cards", "product": "Instacart Gift Cards"},
{"username": "instacartmarket", "title": "Instacart Market", "tier": "C", "commerce_type": "gift_cards", "product": "Instacart Gift Cards"},
{"username": "instacartcards", "title": "Instacart Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Instacart Gift Cards"},
{"username": "lyftshop", "title": "Lyft Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Lyft Gift Cards"},
{"username": "lyftdeals", "title": "Lyft Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Lyft Gift Cards"},
{"username": "lyftstore", "title": "Lyft Store", "tier": "C", "commerce_type": "gift_cards", "product": "Lyft Gift Cards"},
{"username": "lyftmarket", "title": "Lyft Market", "tier": "C", "commerce_type": "gift_cards", "product": "Lyft Gift Cards"},
{"username": "lyftcards", "title": "Lyft Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Lyft Gift Cards"},
{"username": "hotelscomshop", "title": "Hotels.com Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Hotels.com Gift Cards"},
{"username": "hotelscomdeals", "title": "Hotels.com Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Hotels.com Gift Cards"},
{"username": "hotelscomstore", "title": "Hotels.com Store", "tier": "C", "commerce_type": "gift_cards", "product": "Hotels.com Gift Cards"},
{"username": "hotelscommarket", "title": "Hotels.com Market", "tier": "C", "commerce_type": "gift_cards", "product": "Hotels.com Gift Cards"},
{"username": "hotelscomcards", "title": "Hotels.com Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Hotels.com Gift Cards"},
{"username": "expediashop", "title": "Expedia Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Expedia Gift Cards"},
{"username": "expediadeals", "title": "Expedia Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Expedia Gift Cards"},
{"username": "expediastore", "title": "Expedia Store", "tier": "C", "commerce_type": "gift_cards", "product": "Expedia Gift Cards"},
{"username": "expediamarket", "title": "Expedia Market", "tier": "C", "commerce_type": "gift_cards", "product": "Expedia Gift Cards"},
{"username": "expediacards", "title": "Expedia Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Expedia Gift Cards"},
{"username": "southwestshop", "title": "Southwest Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Southwest Gift Cards"},
{"username": "southwestdeals", "title": "Southwest Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Southwest Gift Cards"},
{"username": "southweststore", "title": "Southwest Store", "tier": "C", "commerce_type": "gift_cards", "product": "Southwest Gift Cards"},
{"username": "southwestmarket", "title": "Southwest Market", "tier": "C", "commerce_type": "gift_cards", "product": "Southwest Gift Cards"},
{"username": "southwestcards", "title": "Southwest Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Southwest Gift Cards"},
{"username": "deltashop", "title": "Delta Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Delta Gift Cards"},
{"username": "deltadeals", "title": "Delta Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Delta Gift Cards"},
{"username": "deltastore", "title": "Delta Store", "tier": "C", "commerce_type": "gift_cards", "product": "Delta Gift Cards"},
{"username": "deltamarket", "title": "Delta Market", "tier": "C", "commerce_type": "gift_cards", "product": "Delta Gift Cards"},
{"username": "deltacards", "title": "Delta Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Delta Gift Cards"},
{"username": "americanairlinesshop", "title": "American Airlines Shop", "tier": "C", "commerce_type": "gift_cards", "product": "American Airlines Gift Cards"},
{"username": "americanairlinesdeals", "title": "American Airlines Deals", "tier": "C", "commerce_type": "gift_cards", "product": "American Airlines Gift Cards"},
{"username": "americanairlinesstore", "title": "American Airlines Store", "tier": "C", "commerce_type": "gift_cards", "product": "American Airlines Gift Cards"},
{"username": "americanairlinesmarket", "title": "American Airlines Market", "tier": "C", "commerce_type": "gift_cards", "product": "American Airlines Gift Cards"},
{"username": "americanairlinescards", "title": "American Airlines Cards", "tier": "C", "commerce_type": "gift_cards", "product": "American Airlines Gift Cards"},
{"username": "disneyshop", "title": "Disney Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Disney Gift Cards"},
{"username": "disneydeals", "title": "Disney Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Disney Gift Cards"},
{"username": "disneystore", "title": "Disney Store", "tier": "C", "commerce_type": "gift_cards", "product": "Disney Gift Cards"},
{"username": "disneymarket", "title": "Disney Market", "tier": "C", "commerce_type": "gift_cards", "product": "Disney Gift Cards"},
{"username": "disneycards", "title": "Disney Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Disney Gift Cards"},
{"username": "hulushop", "title": "Hulu Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Hulu Gift Cards"},
{"username": "huludeals", "title": "Hulu Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Hulu Gift Cards"},
{"username": "hulustore", "title": "Hulu Store", "tier": "C", "commerce_type": "gift_cards", "product": "Hulu Gift Cards"},
{"username": "hulumarket", "title": "Hulu Market", "tier": "C", "commerce_type": "gift_cards", "product": "Hulu Gift Cards"},
{"username": "hulucards", "title": "Hulu Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Hulu Gift Cards"},
{"username": "hbomaxshop", "title": "HBO Max Shop", "tier": "C", "commerce_type": "gift_cards", "product": "HBO Max Gift Cards"},
{"username": "hbomaxdeals", "title": "HBO Max Deals", "tier": "C", "commerce_type": "gift_cards", "product": "HBO Max Gift Cards"},
{"username": "hbomaxstore", "title": "HBO Max Store", "tier": "C", "commerce_type": "gift_cards", "product": "HBO Max Gift Cards"},
{"username": "hbomaxmarket", "title": "HBO Max Market", "tier": "C", "commerce_type": "gift_cards", "product": "HBO Max Gift Cards"},
{"username": "hbomaxcards", "title": "HBO Max Cards", "tier": "C", "commerce_type": "gift_cards", "product": "HBO Max Gift Cards"},
{"username": "paramount+shop", "title": "Paramount+ Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Paramount+ Gift Cards"},
{"username": "paramount+deals", "title": "Paramount+ Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Paramount+ Gift Cards"},
{"username": "paramount+store", "title": "Paramount+ Store", "tier": "C", "commerce_type": "gift_cards", "product": "Paramount+ Gift Cards"},
{"username": "paramount+market", "title": "Paramount+ Market", "tier": "C", "commerce_type": "gift_cards", "product": "Paramount+ Gift Cards"},
{"username": "paramount+cards", "title": "Paramount+ Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Paramount+ Gift Cards"},
{"username": "peacockshop", "title": "Peacock Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Peacock Gift Cards"},
{"username": "peacockdeals", "title": "Peacock Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Peacock Gift Cards"},
{"username": "peacockstore", "title": "Peacock Store", "tier": "C", "commerce_type": "gift_cards", "product": "Peacock Gift Cards"},
{"username": "peacockmarket", "title": "Peacock Market", "tier": "C", "commerce_type": "gift_cards", "product": "Peacock Gift Cards"},
{"username": "peacockcards", "title": "Peacock Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Peacock Gift Cards"},
{"username": "crunchyrollshop", "title": "Crunchyroll Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Crunchyroll Gift Cards"},
{"username": "crunchyrolldeals", "title": "Crunchyroll Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Crunchyroll Gift Cards"},
{"username": "crunchyrollstore", "title": "Crunchyroll Store", "tier": "C", "commerce_type": "gift_cards", "product": "Crunchyroll Gift Cards"},
{"username": "crunchyrollmarket", "title": "Crunchyroll Market", "tier": "C", "commerce_type": "gift_cards", "product": "Crunchyroll Gift Cards"},
{"username": "crunchyrollcards", "title": "Crunchyroll Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Crunchyroll Gift Cards"},
{"username": "espn+shop", "title": "ESPN+ Shop", "tier": "C", "commerce_type": "gift_cards", "product": "ESPN+ Gift Cards"},
{"username": "espn+deals", "title": "ESPN+ Deals", "tier": "C", "commerce_type": "gift_cards", "product": "ESPN+ Gift Cards"},
{"username": "espn+store", "title": "ESPN+ Store", "tier": "C", "commerce_type": "gift_cards", "product": "ESPN+ Gift Cards"},
{"username": "espn+market", "title": "ESPN+ Market", "tier": "C", "commerce_type": "gift_cards", "product": "ESPN+ Gift Cards"},
{"username": "espn+cards", "title": "ESPN+ Cards", "tier": "C", "commerce_type": "gift_cards", "product": "ESPN+ Gift Cards"},
{"username": "daznshop", "title": "DAZN Shop", "tier": "C", "commerce_type": "gift_cards", "product": "DAZN Gift Cards"},
{"username": "dazndeals", "title": "DAZN Deals", "tier": "C", "commerce_type": "gift_cards", "product": "DAZN Gift Cards"},
{"username": "daznstore", "title": "DAZN Store", "tier": "C", "commerce_type": "gift_cards", "product": "DAZN Gift Cards"},
{"username": "daznmarket", "title": "DAZN Market", "tier": "C", "commerce_type": "gift_cards", "product": "DAZN Gift Cards"},
{"username": "dazncards", "title": "DAZN Cards", "tier": "C", "commerce_type": "gift_cards", "product": "DAZN Gift Cards"},
{"username": "fanaticalshop", "title": "Fanatical Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Fanatical Gift Cards"},
{"username": "fanaticaldeals", "title": "Fanatical Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Fanatical Gift Cards"},
{"username": "fanaticalstore", "title": "Fanatical Store", "tier": "C", "commerce_type": "gift_cards", "product": "Fanatical Gift Cards"},
{"username": "fanaticalmarket", "title": "Fanatical Market", "tier": "C", "commerce_type": "gift_cards", "product": "Fanatical Gift Cards"},
{"username": "fanaticalcards", "title": "Fanatical Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Fanatical Gift Cards"},
{"username": "humblebundleshop", "title": "Humble Bundle Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Humble Bundle Gift Cards"},
{"username": "humblebundledeals", "title": "Humble Bundle Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Humble Bundle Gift Cards"},
{"username": "humblebundlestore", "title": "Humble Bundle Store", "tier": "C", "commerce_type": "gift_cards", "product": "Humble Bundle Gift Cards"},
{"username": "humblebundlemarket", "title": "Humble Bundle Market", "tier": "C", "commerce_type": "gift_cards", "product": "Humble Bundle Gift Cards"},
{"username": "humblebundlecards", "title": "Humble Bundle Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Humble Bundle Gift Cards"},
{"username": "greenmangamingshop", "title": "Green Man Gaming Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Green Man Gaming Gift Cards"},
{"username": "greenmangamingdeals", "title": "Green Man Gaming Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Green Man Gaming Gift Cards"},
{"username": "greenmangamingstore", "title": "Green Man Gaming Store", "tier": "C", "commerce_type": "gift_cards", "product": "Green Man Gaming Gift Cards"},
{"username": "greenmangamingmarket", "title": "Green Man Gaming Market", "tier": "C", "commerce_type": "gift_cards", "product": "Green Man Gaming Gift Cards"},
{"username": "greenmangamingcards", "title": "Green Man Gaming Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Green Man Gaming Gift Cards"},
{"username": "kinguinshop", "title": "Kinguin Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Kinguin Gift Cards"},
{"username": "kinguindeals", "title": "Kinguin Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Kinguin Gift Cards"},
{"username": "kinguinstore", "title": "Kinguin Store", "tier": "C", "commerce_type": "gift_cards", "product": "Kinguin Gift Cards"},
{"username": "kinguinmarket", "title": "Kinguin Market", "tier": "C", "commerce_type": "gift_cards", "product": "Kinguin Gift Cards"},
{"username": "kinguincards", "title": "Kinguin Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Kinguin Gift Cards"},
{"username": "g2ashop", "title": "G2A Shop", "tier": "C", "commerce_type": "gift_cards", "product": "G2A Gift Cards"},
{"username": "g2adeals", "title": "G2A Deals", "tier": "C", "commerce_type": "gift_cards", "product": "G2A Gift Cards"},
{"username": "g2astore", "title": "G2A Store", "tier": "C", "commerce_type": "gift_cards", "product": "G2A Gift Cards"},
{"username": "g2amarket", "title": "G2A Market", "tier": "C", "commerce_type": "gift_cards", "product": "G2A Gift Cards"},
{"username": "g2acards", "title": "G2A Cards", "tier": "C", "commerce_type": "gift_cards", "product": "G2A Gift Cards"},
{"username": "enebashop", "title": "Eneba Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Eneba Gift Cards"},
{"username": "enebadeals", "title": "Eneba Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Eneba Gift Cards"},
{"username": "enebastore", "title": "Eneba Store", "tier": "C", "commerce_type": "gift_cards", "product": "Eneba Gift Cards"},
{"username": "enebamarket", "title": "Eneba Market", "tier": "C", "commerce_type": "gift_cards", "product": "Eneba Gift Cards"},
{"username": "enebacards", "title": "Eneba Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Eneba Gift Cards"},
{"username": "gamivoshop", "title": "Gamivo Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Gamivo Gift Cards"},
{"username": "gamivodeals", "title": "Gamivo Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Gamivo Gift Cards"},
{"username": "gamivostore", "title": "Gamivo Store", "tier": "C", "commerce_type": "gift_cards", "product": "Gamivo Gift Cards"},
{"username": "gamivomarket", "title": "Gamivo Market", "tier": "C", "commerce_type": "gift_cards", "product": "Gamivo Gift Cards"},
{"username": "gamivocards", "title": "Gamivo Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Gamivo Gift Cards"},
{"username": "instantgamingshop", "title": "Instant Gaming Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Instant Gaming Gift Cards"},
{"username": "instantgamingdeals", "title": "Instant Gaming Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Instant Gaming Gift Cards"},
{"username": "instantgamingstore", "title": "Instant Gaming Store", "tier": "C", "commerce_type": "gift_cards", "product": "Instant Gaming Gift Cards"},
{"username": "instantgamingmarket", "title": "Instant Gaming Market", "tier": "C", "commerce_type": "gift_cards", "product": "Instant Gaming Gift Cards"},
{"username": "instantgamingcards", "title": "Instant Gaming Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Instant Gaming Gift Cards"},
{"username": "cdkeysshop", "title": "CDKeys Shop", "tier": "C", "commerce_type": "gift_cards", "product": "CDKeys Gift Cards"},
{"username": "cdkeysdeals", "title": "CDKeys Deals", "tier": "C", "commerce_type": "gift_cards", "product": "CDKeys Gift Cards"},
{"username": "cdkeysstore", "title": "CDKeys Store", "tier": "C", "commerce_type": "gift_cards", "product": "CDKeys Gift Cards"},
{"username": "cdkeysmarket", "title": "CDKeys Market", "tier": "C", "commerce_type": "gift_cards", "product": "CDKeys Gift Cards"},
{"username": "cdkeyscards", "title": "CDKeys Cards", "tier": "C", "commerce_type": "gift_cards", "product": "CDKeys Gift Cards"},
{"username": "blizzardshop", "title": "Blizzard Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Blizzard Gift Cards"},
{"username": "blizzarddeals", "title": "Blizzard Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Blizzard Gift Cards"},
{"username": "blizzardstore", "title": "Blizzard Store", "tier": "C", "commerce_type": "gift_cards", "product": "Blizzard Gift Cards"},
{"username": "blizzardmarket", "title": "Blizzard Market", "tier": "C", "commerce_type": "gift_cards", "product": "Blizzard Gift Cards"},
{"username": "blizzardcards", "title": "Blizzard Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Blizzard Gift Cards"},
{"username": "battlenetshop", "title": "Battle.net Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Battle.net Gift Cards"},
{"username": "battlenetdeals", "title": "Battle.net Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Battle.net Gift Cards"},
{"username": "battlenetstore", "title": "Battle.net Store", "tier": "C", "commerce_type": "gift_cards", "product": "Battle.net Gift Cards"},
{"username": "battlenetmarket", "title": "Battle.net Market", "tier": "C", "commerce_type": "gift_cards", "product": "Battle.net Gift Cards"},
{"username": "battlenetcards", "title": "Battle.net Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Battle.net Gift Cards"},
{"username": "epicgamesshop", "title": "Epic Games Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Epic Games Gift Cards"},
{"username": "epicgamesdeals", "title": "Epic Games Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Epic Games Gift Cards"},
{"username": "epicgamesstore", "title": "Epic Games Store", "tier": "C", "commerce_type": "gift_cards", "product": "Epic Games Gift Cards"},
{"username": "epicgamesmarket", "title": "Epic Games Market", "tier": "C", "commerce_type": "gift_cards", "product": "Epic Games Gift Cards"},
{"username": "epicgamescards", "title": "Epic Games Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Epic Games Gift Cards"},
{"username": "gogshop", "title": "GOG Shop", "tier": "C", "commerce_type": "gift_cards", "product": "GOG Gift Cards"},
{"username": "gogdeals", "title": "GOG Deals", "tier": "C", "commerce_type": "gift_cards", "product": "GOG Gift Cards"},
{"username": "gogstore", "title": "GOG Store", "tier": "C", "commerce_type": "gift_cards", "product": "GOG Gift Cards"},
{"username": "gogmarket", "title": "GOG Market", "tier": "C", "commerce_type": "gift_cards", "product": "GOG Gift Cards"},
{"username": "gogcards", "title": "GOG Cards", "tier": "C", "commerce_type": "gift_cards", "product": "GOG Gift Cards"},
{"username": "originshop", "title": "Origin Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Origin Gift Cards"},
{"username": "origindeals", "title": "Origin Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Origin Gift Cards"},
{"username": "originstore", "title": "Origin Store", "tier": "C", "commerce_type": "gift_cards", "product": "Origin Gift Cards"},
{"username": "originmarket", "title": "Origin Market", "tier": "C", "commerce_type": "gift_cards", "product": "Origin Gift Cards"},
{"username": "origincards", "title": "Origin Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Origin Gift Cards"},
{"username": "ubisoftshop", "title": "Ubisoft Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Ubisoft Gift Cards"},
{"username": "ubisoftdeals", "title": "Ubisoft Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Ubisoft Gift Cards"},
{"username": "ubisoftstore", "title": "Ubisoft Store", "tier": "C", "commerce_type": "gift_cards", "product": "Ubisoft Gift Cards"},
{"username": "ubisoftmarket", "title": "Ubisoft Market", "tier": "C", "commerce_type": "gift_cards", "product": "Ubisoft Gift Cards"},
{"username": "ubisoftcards", "title": "Ubisoft Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Ubisoft Gift Cards"},
{"username": "riotgamesshop", "title": "Riot Games Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Riot Games Gift Cards"},
{"username": "riotgamesdeals", "title": "Riot Games Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Riot Games Gift Cards"},
{"username": "riotgamesstore", "title": "Riot Games Store", "tier": "C", "commerce_type": "gift_cards", "product": "Riot Games Gift Cards"},
{"username": "riotgamesmarket", "title": "Riot Games Market", "tier": "C", "commerce_type": "gift_cards", "product": "Riot Games Gift Cards"},
{"username": "riotgamescards", "title": "Riot Games Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Riot Games Gift Cards"},
{"username": "minecraftshop", "title": "Minecraft Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Minecraft Gift Cards"},
{"username": "minecraftdeals", "title": "Minecraft Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Minecraft Gift Cards"},
{"username": "minecraftstore", "title": "Minecraft Store", "tier": "C", "commerce_type": "gift_cards", "product": "Minecraft Gift Cards"},
{"username": "minecraftmarket", "title": "Minecraft Market", "tier": "C", "commerce_type": "gift_cards", "product": "Minecraft Gift Cards"},
{"username": "minecraftcards", "title": "Minecraft Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Minecraft Gift Cards"},
{"username": "brawlstarsshop", "title": "Brawl Stars Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Brawl Stars Gift Cards"},
{"username": "brawlstarsdeals", "title": "Brawl Stars Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Brawl Stars Gift Cards"},
{"username": "brawlstarsstore", "title": "Brawl Stars Store", "tier": "C", "commerce_type": "gift_cards", "product": "Brawl Stars Gift Cards"},
{"username": "brawlstarsmarket", "title": "Brawl Stars Market", "tier": "C", "commerce_type": "gift_cards", "product": "Brawl Stars Gift Cards"},
{"username": "brawlstarscards", "title": "Brawl Stars Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Brawl Stars Gift Cards"},
{"username": "clashofclansshop", "title": "Clash of Clans Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Clash of Clans Gift Cards"},
{"username": "clashofclansdeals", "title": "Clash of Clans Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Clash of Clans Gift Cards"},
{"username": "clashofclansstore", "title": "Clash of Clans Store", "tier": "C", "commerce_type": "gift_cards", "product": "Clash of Clans Gift Cards"},
{"username": "clashofclansmarket", "title": "Clash of Clans Market", "tier": "C", "commerce_type": "gift_cards", "product": "Clash of Clans Gift Cards"},
{"username": "clashofclanscards", "title": "Clash of Clans Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Clash of Clans Gift Cards"},
{"username": "genshinimpactshop", "title": "Genshin Impact Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Genshin Impact Gift Cards"},
{"username": "genshinimpactdeals", "title": "Genshin Impact Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Genshin Impact Gift Cards"},
{"username": "genshinimpactstore", "title": "Genshin Impact Store", "tier": "C", "commerce_type": "gift_cards", "product": "Genshin Impact Gift Cards"},
{"username": "genshinimpactmarket", "title": "Genshin Impact Market", "tier": "C", "commerce_type": "gift_cards", "product": "Genshin Impact Gift Cards"},
{"username": "genshinimpactcards", "title": "Genshin Impact Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Genshin Impact Gift Cards"},
{"username": "mobilelegendsshop", "title": "Mobile Legends Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Mobile Legends Gift Cards"},
{"username": "mobilelegendsdeals", "title": "Mobile Legends Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Mobile Legends Gift Cards"},
{"username": "mobilelegendsstore", "title": "Mobile Legends Store", "tier": "C", "commerce_type": "gift_cards", "product": "Mobile Legends Gift Cards"},
{"username": "mobilelegendsmarket", "title": "Mobile Legends Market", "tier": "C", "commerce_type": "gift_cards", "product": "Mobile Legends Gift Cards"},
{"username": "mobilelegendscards", "title": "Mobile Legends Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Mobile Legends Gift Cards"},
{"username": "callofdutyshop", "title": "Call of Duty Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Call of Duty Gift Cards"},
{"username": "callofdutydeals", "title": "Call of Duty Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Call of Duty Gift Cards"},
{"username": "callofdutystore", "title": "Call of Duty Store", "tier": "C", "commerce_type": "gift_cards", "product": "Call of Duty Gift Cards"},
{"username": "callofdutymarket", "title": "Call of Duty Market", "tier": "C", "commerce_type": "gift_cards", "product": "Call of Duty Gift Cards"},
{"username": "callofdutycards", "title": "Call of Duty Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Call of Duty Gift Cards"},
{"username": "apexlegendsshop", "title": "Apex Legends Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Apex Legends Gift Cards"},
{"username": "apexlegendsdeals", "title": "Apex Legends Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Apex Legends Gift Cards"},
{"username": "apexlegendsstore", "title": "Apex Legends Store", "tier": "C", "commerce_type": "gift_cards", "product": "Apex Legends Gift Cards"},
{"username": "apexlegendsmarket", "title": "Apex Legends Market", "tier": "C", "commerce_type": "gift_cards", "product": "Apex Legends Gift Cards"},
{"username": "apexlegendscards", "title": "Apex Legends Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Apex Legends Gift Cards"},
{"username": "csgoshop", "title": "CSGO Shop", "tier": "C", "commerce_type": "gift_cards", "product": "CSGO Gift Cards"},
{"username": "csgodeals", "title": "CSGO Deals", "tier": "C", "commerce_type": "gift_cards", "product": "CSGO Gift Cards"},
{"username": "csgostore", "title": "CSGO Store", "tier": "C", "commerce_type": "gift_cards", "product": "CSGO Gift Cards"},
{"username": "csgomarket", "title": "CSGO Market", "tier": "C", "commerce_type": "gift_cards", "product": "CSGO Gift Cards"},
{"username": "csgocards", "title": "CSGO Cards", "tier": "C", "commerce_type": "gift_cards", "product": "CSGO Gift Cards"},
{"username": "dota2shop", "title": "Dota 2 Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Dota 2 Gift Cards"},
{"username": "dota2deals", "title": "Dota 2 Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Dota 2 Gift Cards"},
{"username": "dota2store", "title": "Dota 2 Store", "tier": "C", "commerce_type": "gift_cards", "product": "Dota 2 Gift Cards"},
{"username": "dota2market", "title": "Dota 2 Market", "tier": "C", "commerce_type": "gift_cards", "product": "Dota 2 Gift Cards"},
{"username": "dota2cards", "title": "Dota 2 Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Dota 2 Gift Cards"},
{"username": "worldofwarcraftshop", "title": "World of Warcraft Shop", "tier": "C", "commerce_type": "gift_cards", "product": "World of Warcraft Gift Cards"},
{"username": "worldofwarcraftdeals", "title": "World of Warcraft Deals", "tier": "C", "commerce_type": "gift_cards", "product": "World of Warcraft Gift Cards"},
{"username": "worldofwarcraftstore", "title": "World of Warcraft Store", "tier": "C", "commerce_type": "gift_cards", "product": "World of Warcraft Gift Cards"},
{"username": "worldofwarcraftmarket", "title": "World of Warcraft Market", "tier": "C", "commerce_type": "gift_cards", "product": "World of Warcraft Gift Cards"},
{"username": "worldofwarcraftcards", "title": "World of Warcraft Cards", "tier": "C", "commerce_type": "gift_cards", "product": "World of Warcraft Gift Cards"},
{"username": "finalfantasyshop", "title": "Final Fantasy Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Final Fantasy Gift Cards"},
{"username": "finalfantasydeals", "title": "Final Fantasy Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Final Fantasy Gift Cards"},
{"username": "finalfantasystore", "title": "Final Fantasy Store", "tier": "C", "commerce_type": "gift_cards", "product": "Final Fantasy Gift Cards"},
{"username": "finalfantasymarket", "title": "Final Fantasy Market", "tier": "C", "commerce_type": "gift_cards", "product": "Final Fantasy Gift Cards"},
{"username": "finalfantasycards", "title": "Final Fantasy Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Final Fantasy Gift Cards"},
{"username": "elderscrollsshop", "title": "Elder Scrolls Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Elder Scrolls Gift Cards"},
{"username": "elderscrollsdeals", "title": "Elder Scrolls Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Elder Scrolls Gift Cards"},
{"username": "elderscrollsstore", "title": "Elder Scrolls Store", "tier": "C", "commerce_type": "gift_cards", "product": "Elder Scrolls Gift Cards"},
{"username": "elderscrollsmarket", "title": "Elder Scrolls Market", "tier": "C", "commerce_type": "gift_cards", "product": "Elder Scrolls Gift Cards"},
{"username": "elderscrollscards", "title": "Elder Scrolls Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Elder Scrolls Gift Cards"},
{"username": "falloutshop", "title": "Fallout Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Fallout Gift Cards"},
{"username": "falloutdeals", "title": "Fallout Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Fallout Gift Cards"},
{"username": "falloutstore", "title": "Fallout Store", "tier": "C", "commerce_type": "gift_cards", "product": "Fallout Gift Cards"},
{"username": "falloutmarket", "title": "Fallout Market", "tier": "C", "commerce_type": "gift_cards", "product": "Fallout Gift Cards"},
{"username": "falloutcards", "title": "Fallout Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Fallout Gift Cards"},
{"username": "windows10keys", "title": "Windows 10 Keys", "tier": "C", "commerce_type": "software_keys", "product": "Windows 10 License Keys"},
{"username": "windows11keys", "title": "Windows 11 Keys", "tier": "C", "commerce_type": "software_keys", "product": "Windows 11 License Keys"},
{"username": "office2019keys", "title": "Office 2019 Keys", "tier": "C", "commerce_type": "software_keys", "product": "Office 2019 License Keys"},
{"username": "office2021keys", "title": "Office 2021 Keys", "tier": "C", "commerce_type": "software_keys", "product": "Office 2021 License Keys"},
{"username": "office2024keys", "title": "Office 2024 Keys", "tier": "C", "commerce_type": "software_keys", "product": "Office 2024 License Keys"},
{"username": "office365keys", "title": "Office 365 Keys", "tier": "C", "commerce_type": "software_keys", "product": "Office 365 License Keys"},
{"username": "microsoft365keys", "title": "Microsoft 365 Keys", "tier": "C", "commerce_type": "software_keys", "product": "Microsoft 365 License Keys"},
{"username": "adobephotoshopkeys", "title": "Adobe Photoshop Keys", "tier": "C", "commerce_type": "software_keys", "product": "Adobe Photoshop License Keys"},
{"username": "adobepremierekeys", "title": "Adobe Premiere Keys", "tier": "C", "commerce_type": "software_keys", "product": "Adobe Premiere License Keys"},
{"username": "adobeillustratorkeys", "title": "Adobe Illustrator Keys", "tier": "C", "commerce_type": "software_keys", "product": "Adobe Illustrator License Keys"},
{"username": "adobeaftereffectskeys", "title": "Adobe After Effects Keys", "tier": "C", "commerce_type": "software_keys", "product": "Adobe After Effects License Keys"},
{"username": "adobelightroomkeys", "title": "Adobe Lightroom Keys", "tier": "C", "commerce_type": "software_keys", "product": "Adobe Lightroom License Keys"},
{"username": "autocadkeys", "title": "AutoCAD Keys", "tier": "C", "commerce_type": "software_keys", "product": "AutoCAD License Keys"},
{"username": "mayakeys", "title": "Maya Keys", "tier": "C", "commerce_type": "software_keys", "product": "Maya License Keys"},
{"username": "3dsmaxkeys", "title": "3ds Max Keys", "tier": "C", "commerce_type": "software_keys", "product": "3ds Max License Keys"},
{"username": "revitkeys", "title": "Revit Keys", "tier": "C", "commerce_type": "software_keys", "product": "Revit License Keys"},
{"username": "sketchupkeys", "title": "SketchUp Keys", "tier": "C", "commerce_type": "software_keys", "product": "SketchUp License Keys"},
{"username": "solidworkskeys", "title": "SolidWorks Keys", "tier": "C", "commerce_type": "software_keys", "product": "SolidWorks License Keys"},
{"username": "matlabkeys", "title": "MATLAB Keys", "tier": "C", "commerce_type": "software_keys", "product": "MATLAB License Keys"},
{"username": "spsskeys", "title": "SPSS Keys", "tier": "C", "commerce_type": "software_keys", "product": "SPSS License Keys"},
{"username": "saskeys", "title": "SAS Keys", "tier": "C", "commerce_type": "software_keys", "product": "SAS License Keys"},
{"username": "statakeys", "title": "Stata Keys", "tier": "C", "commerce_type": "software_keys", "product": "Stata License Keys"},
{"username": "ansyskeys", "title": "ANSYS Keys", "tier": "C", "commerce_type": "software_keys", "product": "ANSYS License Keys"},
{"username": "comsolkeys", "title": "COMSOL Keys", "tier": "C", "commerce_type": "software_keys", "product": "COMSOL License Keys"},
{"username": "norton360keys", "title": "Norton 360 Keys", "tier": "C", "commerce_type": "software_keys", "product": "Norton 360 License Keys"},
{"username": "mcafeekeys", "title": "McAfee Keys", "tier": "C", "commerce_type": "software_keys", "product": "McAfee License Keys"},
{"username": "kasperskykeys", "title": "Kaspersky Keys", "tier": "C", "commerce_type": "software_keys", "product": "Kaspersky License Keys"},
{"username": "bitdefenderkeys", "title": "Bitdefender Keys", "tier": "C", "commerce_type": "software_keys", "product": "Bitdefender License Keys"},
{"username": "malwarebyteskeys", "title": "Malwarebytes Keys", "tier": "C", "commerce_type": "software_keys", "product": "Malwarebytes License Keys"},
{"username": "esetkeys", "title": "ESET Keys", "tier": "C", "commerce_type": "software_keys", "product": "ESET License Keys"},
{"username": "avastkeys", "title": "Avast Keys", "tier": "C", "commerce_type": "software_keys", "product": "Avast License Keys"},
{"username": "avgkeys", "title": "AVG Keys", "tier": "C", "commerce_type": "software_keys", "product": "AVG License Keys"},
{"username": "trendmicrokeys", "title": "Trend Micro Keys", "tier": "C", "commerce_type": "software_keys", "product": "Trend Micro License Keys"},
{"username": "sophoskeys", "title": "Sophos Keys", "tier": "C", "commerce_type": "software_keys", "product": "Sophos License Keys"},
{"username": "nordvpnkeys", "title": "NordVPN Keys", "tier": "C", "commerce_type": "software_keys", "product": "NordVPN License Keys"},
{"username": "expressvpnkeys", "title": "ExpressVPN Keys", "tier": "C", "commerce_type": "software_keys", "product": "ExpressVPN License Keys"},
{"username": "surfsharkkeys", "title": "Surfshark Keys", "tier": "C", "commerce_type": "software_keys", "product": "Surfshark License Keys"},
{"username": "cyberghostkeys", "title": "CyberGhost Keys", "tier": "C", "commerce_type": "software_keys", "product": "CyberGhost License Keys"},
{"username": "ipvanishkeys", "title": "IPVanish Keys", "tier": "C", "commerce_type": "software_keys", "product": "IPVanish License Keys"},
{"username": "privateinternetaccesskeys", "title": "Private Internet Access Keys", "tier": "C", "commerce_type": "software_keys", "product": "Private Internet Access License Keys"},
{"username": "protonvpnkeys", "title": "ProtonVPN Keys", "tier": "C", "commerce_type": "software_keys", "product": "ProtonVPN License Keys"},
{"username": "windscribekeys", "title": "Windscribe Keys", "tier": "C", "commerce_type": "software_keys", "product": "Windscribe License Keys"},
{"username": "tunnelbearkeys", "title": "TunnelBear Keys", "tier": "C", "commerce_type": "software_keys", "product": "TunnelBear License Keys"},
{"username": "coreldrawkeys", "title": "CorelDRAW Keys", "tier": "C", "commerce_type": "software_keys", "product": "CorelDRAW License Keys"},
{"username": "finalcutprokeys", "title": "Final Cut Pro Keys", "tier": "C", "commerce_type": "software_keys", "product": "Final Cut Pro License Keys"},
{"username": "logicprokeys", "title": "Logic Pro Keys", "tier": "C", "commerce_type": "software_keys", "product": "Logic Pro License Keys"},
{"username": "abletonlivekeys", "title": "Ableton Live Keys", "tier": "C", "commerce_type": "software_keys", "product": "Ableton Live License Keys"},
{"username": "flstudiokeys", "title": "FL Studio Keys", "tier": "C", "commerce_type": "software_keys", "product": "FL Studio License Keys"},
{"username": "protoolskeys", "title": "Pro Tools Keys", "tier": "C", "commerce_type": "software_keys", "product": "Pro Tools License Keys"},
{"username": "davinciresolvekeys", "title": "DaVinci Resolve Keys", "tier": "C", "commerce_type": "software_keys", "product": "DaVinci Resolve License Keys"},
{"username": "cinema4dkeys", "title": "Cinema 4D Keys", "tier": "C", "commerce_type": "software_keys", "product": "Cinema 4D License Keys"},
{"username": "vmwarekeys", "title": "VMware Keys", "tier": "C", "commerce_type": "software_keys", "product": "VMware License Keys"},
{"username": "parallelskeys", "title": "Parallels Keys", "tier": "C", "commerce_type": "software_keys", "product": "Parallels License Keys"},
{"username": "virtualboxkeys", "title": "VirtualBox Keys", "tier": "C", "commerce_type": "software_keys", "product": "VirtualBox License Keys"},
{"username": "dockerdesktopkeys", "title": "Docker Desktop Keys", "tier": "C", "commerce_type": "software_keys", "product": "Docker Desktop License Keys"},
{"username": "jetbrainskeys", "title": "JetBrains Keys", "tier": "C", "commerce_type": "software_keys", "product": "JetBrains License Keys"},
{"username": "intellijkeys", "title": "IntelliJ Keys", "tier": "C", "commerce_type": "software_keys", "product": "IntelliJ License Keys"},
{"username": "pycharmkeys", "title": "PyCharm Keys", "tier": "C", "commerce_type": "software_keys", "product": "PyCharm License Keys"},
{"username": "webstormkeys", "title": "WebStorm Keys", "tier": "C", "commerce_type": "software_keys", "product": "WebStorm License Keys"},
{"username": "vscodekeys", "title": "VS Code Keys", "tier": "C", "commerce_type": "software_keys", "product": "VS Code License Keys"},
{"username": "netflixpremiumshop", "title": "Netflix Premium Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Netflix Premium Accounts"},
{"username": "netflixstandardshop", "title": "Netflix Standard Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Netflix Standard Accounts"},
{"username": "spotifypremiumshop", "title": "Spotify Premium Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Spotify Premium Accounts"},
{"username": "spotifyfamilyshop", "title": "Spotify Family Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Spotify Family Accounts"},
{"username": "youtubepremiumshop", "title": "YouTube Premium Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "YouTube Premium Accounts"},
{"username": "youtubemusicshop", "title": "YouTube Music Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "YouTube Music Accounts"},
{"username": "disneyplusshop", "title": "Disney+ Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Disney+ Accounts"},
{"username": "hbomaxshop", "title": "HBO Max Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "HBO Max Accounts"},
{"username": "hulunoadsshop", "title": "Hulu No Ads Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Hulu No Ads Accounts"},
{"username": "amazonprimeshop", "title": "Amazon Prime Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Amazon Prime Accounts"},
{"username": "primevideoshop", "title": "Prime Video Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Prime Video Accounts"},
{"username": "applemusicshop", "title": "Apple Music Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Apple Music Accounts"},
{"username": "appletvplusshop", "title": "Apple TV+ Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Apple TV+ Accounts"},
{"username": "appleoneshop", "title": "Apple One Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Apple One Accounts"},
{"username": "paramountplusshop", "title": "Paramount+ Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Paramount+ Accounts"},
{"username": "peacockpremiumshop", "title": "Peacock Premium Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Peacock Premium Accounts"},
{"username": "crunchyrollmegafanshop", "title": "Crunchyroll Mega Fan Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Crunchyroll Mega Fan Accounts"},
{"username": "funimationshop", "title": "Funimation Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Funimation Accounts"},
{"username": "deezerpremiumshop", "title": "Deezer Premium Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Deezer Premium Accounts"},
{"username": "tidalhifishop", "title": "Tidal HiFi Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Tidal HiFi Accounts"},
{"username": "qobuzshop", "title": "Qobuz Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Qobuz Accounts"},
{"username": "pandorapremiumshop", "title": "Pandora Premium Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Pandora Premium Accounts"},
{"username": "chatgptplusshop", "title": "ChatGPT Plus Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "ChatGPT Plus Accounts"},
{"username": "chatgptproshop", "title": "ChatGPT Pro Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "ChatGPT Pro Accounts"},
{"username": "claudeproshop", "title": "Claude Pro Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Claude Pro Accounts"},
{"username": "geminiadvancedshop", "title": "Gemini Advanced Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Gemini Advanced Accounts"},
{"username": "midjourneyproshop", "title": "Midjourney Pro Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Midjourney Pro Accounts"},
{"username": "dall-eshop", "title": "DALL-E Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "DALL-E Accounts"},
{"username": "copilotproshop", "title": "Copilot Pro Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Copilot Pro Accounts"},
{"username": "perplexityproshop", "title": "Perplexity Pro Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Perplexity Pro Accounts"},
{"username": "canvaproshop", "title": "Canva Pro Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Canva Pro Accounts"},
{"username": "adobeccshop", "title": "Adobe CC Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Adobe CC Accounts"},
{"username": "microsoft365shop", "title": "Microsoft 365 Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Microsoft 365 Accounts"},
{"username": "googleoneshop", "title": "Google One Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Google One Accounts"},
{"username": "dropboxplusshop", "title": "Dropbox Plus Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Dropbox Plus Accounts"},
{"username": "icloudplusshop", "title": "iCloud+ Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "iCloud+ Accounts"},
{"username": "onedriveshop", "title": "OneDrive Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "OneDrive Accounts"},
{"username": "boxshop", "title": "Box Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Box Accounts"},
{"username": "grammarlypremiumshop", "title": "Grammarly Premium Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Grammarly Premium Accounts"},
{"username": "quillbotpremiumshop", "title": "QuillBot Premium Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "QuillBot Premium Accounts"},
{"username": "turnitinshop", "title": "Turnitin Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Turnitin Accounts"},
{"username": "courseraplusshop", "title": "Coursera Plus Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Coursera Plus Accounts"},
{"username": "udemyshop", "title": "Udemy Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Udemy Accounts"},
{"username": "skillshareshop", "title": "Skillshare Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Skillshare Accounts"},
{"username": "masterclassshop", "title": "MasterClass Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "MasterClass Accounts"},
{"username": "linkedinpremiumshop", "title": "LinkedIn Premium Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "LinkedIn Premium Accounts"},
{"username": "indeedpremiumshop", "title": "Indeed Premium Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Indeed Premium Accounts"},
{"username": "ziprecruitershop", "title": "ZipRecruiter Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "ZipRecruiter Accounts"},
{"username": "xboxgamepassultimateshop", "title": "Xbox Game Pass Ultimate Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Xbox Game Pass Ultimate Accounts"},
{"username": "xboxlivegoldshop", "title": "Xbox Live Gold Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Xbox Live Gold Accounts"},
{"username": "gpusrtx4090deals", "title": "GPUs RTX 4090 Deals", "tier": "C", "commerce_type": "hardware", "product": "GPUs RTX 4090 Hardware"},
{"username": "gpusrtx4080deals", "title": "GPUs RTX 4080 Deals", "tier": "C", "commerce_type": "hardware", "product": "GPUs RTX 4080 Hardware"},
{"username": "gpusrtx4070deals", "title": "GPUs RTX 4070 Deals", "tier": "C", "commerce_type": "hardware", "product": "GPUs RTX 4070 Hardware"},
{"username": "gpusrx7900deals", "title": "GPUs RX 7900 Deals", "tier": "C", "commerce_type": "hardware", "product": "GPUs RX 7900 Hardware"},
{"username": "gaminglaptopsdeals", "title": "Gaming Laptops Deals", "tier": "C", "commerce_type": "hardware", "product": "Gaming Laptops Hardware"},
{"username": "businesslaptopsdeals", "title": "Business Laptops Deals", "tier": "C", "commerce_type": "hardware", "product": "Business Laptops Hardware"},
{"username": "macbooksdeals", "title": "MacBooks Deals", "tier": "C", "commerce_type": "hardware", "product": "MacBooks Hardware"},
{"username": "chromebooksdeals", "title": "Chromebooks Deals", "tier": "C", "commerce_type": "hardware", "product": "Chromebooks Hardware"},
{"username": "iphones15prodeals", "title": "iPhones 15 Pro Deals", "tier": "C", "commerce_type": "hardware", "product": "iPhones 15 Pro Hardware"},
{"username": "iphones15deals", "title": "iPhones 15 Deals", "tier": "C", "commerce_type": "hardware", "product": "iPhones 15 Hardware"},
{"username": "samsungs24deals", "title": "Samsung S24 Deals", "tier": "C", "commerce_type": "hardware", "product": "Samsung S24 Hardware"},
{"username": "googlepixeldeals", "title": "Google Pixel Deals", "tier": "C", "commerce_type": "hardware", "product": "Google Pixel Hardware"},
{"username": "ipadprodeals", "title": "iPad Pro Deals", "tier": "C", "commerce_type": "hardware", "product": "iPad Pro Hardware"},
{"username": "ipadairdeals", "title": "iPad Air Deals", "tier": "C", "commerce_type": "hardware", "product": "iPad Air Hardware"},
{"username": "samsungtabletsdeals", "title": "Samsung Tablets Deals", "tier": "C", "commerce_type": "hardware", "product": "Samsung Tablets Hardware"},
{"username": "kindledeals", "title": "Kindle Deals", "tier": "C", "commerce_type": "hardware", "product": "Kindle Hardware"},
{"username": "applewatchdeals", "title": "Apple Watch Deals", "tier": "C", "commerce_type": "hardware", "product": "Apple Watch Hardware"},
{"username": "samsungwatchdeals", "title": "Samsung Watch Deals", "tier": "C", "commerce_type": "hardware", "product": "Samsung Watch Hardware"},
{"username": "garminwatchdeals", "title": "Garmin Watch Deals", "tier": "C", "commerce_type": "hardware", "product": "Garmin Watch Hardware"},
{"username": "fitbitdeals", "title": "Fitbit Deals", "tier": "C", "commerce_type": "hardware", "product": "Fitbit Hardware"},
{"username": "4kmonitorsdeals", "title": "4K Monitors Deals", "tier": "C", "commerce_type": "hardware", "product": "4K Monitors Hardware"},
{"username": "gamingmonitorsdeals", "title": "Gaming Monitors Deals", "tier": "C", "commerce_type": "hardware", "product": "Gaming Monitors Hardware"},
{"username": "ultrawidemonitorsdeals", "title": "Ultrawide Monitors Deals", "tier": "C", "commerce_type": "hardware", "product": "Ultrawide Monitors Hardware"},
{"username": "portablemonitorsdeals", "title": "Portable Monitors Deals", "tier": "C", "commerce_type": "hardware", "product": "Portable Monitors Hardware"},
{"username": "mechanicalkeyboardsdeals", "title": "Mechanical Keyboards Deals", "tier": "C", "commerce_type": "hardware", "product": "Mechanical Keyboards Hardware"},
{"username": "gamingmicedeals", "title": "Gaming Mice Deals", "tier": "C", "commerce_type": "hardware", "product": "Gaming Mice Hardware"},
{"username": "gamingheadsetsdeals", "title": "Gaming Headsets Deals", "tier": "C", "commerce_type": "hardware", "product": "Gaming Headsets Hardware"},
{"username": "webcamsdeals", "title": "Webcams Deals", "tier": "C", "commerce_type": "hardware", "product": "Webcams Hardware"},
{"username": "dslrcamerasdeals", "title": "DSLR Cameras Deals", "tier": "C", "commerce_type": "hardware", "product": "DSLR Cameras Hardware"},
{"username": "mirrorlesscamerasdeals", "title": "Mirrorless Cameras Deals", "tier": "C", "commerce_type": "hardware", "product": "Mirrorless Cameras Hardware"},
{"username": "goprodeals", "title": "GoPro Deals", "tier": "C", "commerce_type": "hardware", "product": "GoPro Hardware"},
{"username": "djidronesdeals", "title": "DJI Drones Deals", "tier": "C", "commerce_type": "hardware", "product": "DJI Drones Hardware"},
{"username": "3dprintersdeals", "title": "3D Printers Deals", "tier": "C", "commerce_type": "hardware", "product": "3D Printers Hardware"},
{"username": "laserengraversdeals", "title": "Laser Engravers Deals", "tier": "C", "commerce_type": "hardware", "product": "Laser Engravers Hardware"},
{"username": "cncmachinesdeals", "title": "CNC Machines Deals", "tier": "C", "commerce_type": "hardware", "product": "CNC Machines Hardware"},
{"username": "smarthomedeals", "title": "Smart Home Deals", "tier": "C", "commerce_type": "hardware", "product": "Smart Home Hardware"},
{"username": "alexadeals", "title": "Alexa Deals", "tier": "C", "commerce_type": "hardware", "product": "Alexa Hardware"},
{"username": "googlehomedeals", "title": "Google Home Deals", "tier": "C", "commerce_type": "hardware", "product": "Google Home Hardware"},
{"username": "ringdoorbelldeals", "title": "Ring Doorbell Deals", "tier": "C", "commerce_type": "hardware", "product": "Ring Doorbell Hardware"},
{"username": "gamingchairsdeals", "title": "Gaming Chairs Deals", "tier": "C", "commerce_type": "hardware", "product": "Gaming Chairs Hardware"},
{"username": "standingdesksdeals", "title": "Standing Desks Deals", "tier": "C", "commerce_type": "hardware", "product": "Standing Desks Hardware"},
{"username": "monitorarmsdeals", "title": "Monitor Arms Deals", "tier": "C", "commerce_type": "hardware", "product": "Monitor Arms Hardware"},
{"username": "ssdnvmedeals", "title": "SSD NVMe Deals", "tier": "C", "commerce_type": "hardware", "product": "SSD NVMe Hardware"},
{"username": "hddexternaldeals", "title": "HDD External Deals", "tier": "C", "commerce_type": "hardware", "product": "HDD External Hardware"},
{"username": "nasstoragedeals", "title": "NAS Storage Deals", "tier": "C", "commerce_type": "hardware", "product": "NAS Storage Hardware"},
{"username": "ramddr5deals", "title": "RAM DDR5 Deals", "tier": "C", "commerce_type": "hardware", "product": "RAM DDR5 Hardware"},
{"username": "motherboardsdeals", "title": "Motherboards Deals", "tier": "C", "commerce_type": "hardware", "product": "Motherboards Hardware"},
{"username": "powersuppliesdeals", "title": "Power Supplies Deals", "tier": "C", "commerce_type": "hardware", "product": "Power Supplies Hardware"},
{"username": "pccasesdeals", "title": "PC Cases Deals", "tier": "C", "commerce_type": "hardware", "product": "PC Cases Hardware"},
{"username": "cpucoolersdeals", "title": "CPU Coolers Deals", "tier": "C", "commerce_type": "hardware", "product": "CPU Coolers Hardware"},
{"username": "buysellvouchersofficial", "title": "BuySellVouchers Official", "tier": "A", "commerce_type": "gift_cards", "product": "Crypto gift card marketplace"},
{"username": "giftcardsworld", "title": "Gift Cards World", "tier": "C", "commerce_type": "gift_cards", "product": "Global gift cards crypto"},
{"username": "steamgiftcardshop", "title": "Steam Gift Card Shop", "tier": "B", "commerce_type": "gift_cards", "product": "Steam wallet codes discounted"},
{"username": "amazongiftdeals", "title": "Amazon Gift Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Amazon cards 20-40% off"},
{"username": "itunescheap", "title": "iTunes Cheap", "tier": "B", "commerce_type": "gift_cards", "product": "Apple/iTunes gift cards discounted"},
{"username": "googlegift", "title": "Google Gift Cards", "tier": "B", "commerce_type": "gift_cards", "product": "Google Play cards wholesale"},
{"username": "xboxgiftcards", "title": "Xbox Gift Cards", "tier": "B", "commerce_type": "gift_cards", "product": "Xbox Live/Game Pass codes"},
{"username": "psngiftcardsshop", "title": "PSN Gift Cards Shop", "tier": "B", "commerce_type": "gift_cards", "product": "PlayStation Network cards"},
{"username": "nintendogifts", "title": "Nintendo Gift Cards", "tier": "C", "commerce_type": "gift_cards", "product": "eShop cards worldwide"},
{"username": "razercheap", "title": "Razer Gold Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Razer Gold discounted"},
{"username": "netflixgifts", "title": "Netflix Gift Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Netflix subscription cards"},
{"username": "spotifypremiumshop", "title": "Spotify Premium Shop", "tier": "C", "commerce_type": "gift_cards", "product": "Spotify cards discounted"},
{"username": "doordashcards", "title": "DoorDash Gift Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Food delivery gift cards"},
{"username": "ubercards", "title": "Uber Gift Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Uber/Uber Eats cards"},
{"username": "airbnbvouchers", "title": "Airbnb Vouchers", "tier": "C", "commerce_type": "gift_cards", "product": "Travel gift cards"},
{"username": "walmartgiftcards", "title": "Walmart Gift Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Walmart cards discounted"},
{"username": "targetgiftdeals", "title": "Target Gift Deals", "tier": "C", "commerce_type": "gift_cards", "product": "Target gift cards"},
{"username": "starbuckscards", "title": "Starbucks Cards", "tier": "C", "commerce_type": "gift_cards", "product": "Coffee gift cards"},
{"username": "sephoragifts", "title": "Sephora Gift Cards", "tier": "D", "commerce_type": "gift_cards", "product": "Beauty gift cards"},
{"username": "nikegiftcardshop", "title": "Nike Gift Cards", "tier": "D", "commerce_type": "gift_cards", "product": "Nike/apparel gift cards"},
{"username": "robloxgiftcards", "title": "Roblox Gift Cards", "tier": "B", "commerce_type": "gift_cards", "product": "Roblox Robux cards"},
{"username": "fortnitecards", "title": "Fortnite V-Bucks", "tier": "B", "commerce_type": "gift_cards", "product": "Fortnite V-Bucks gift cards"},
{"username": "pubgcards", "title": "PUBG UC Cards", "tier": "C", "commerce_type": "gift_cards", "product": "PUBG Mobile UC top-up"},
{"username": "freefireshop", "title": "Free Fire Diamonds", "tier": "C", "commerce_type": "gift_cards", "product": "Free Fire diamond top-up"},
{"username": "genshingifts", "title": "Genshin Impact Top-Up", "tier": "C", "commerce_type": "gift_cards", "product": "Genshin Genesis Crystals"},
{"username": "valorantcards", "title": "Valorant Points", "tier": "C", "commerce_type": "gift_cards", "product": "Valorant VP gift cards"},
{"username": "leaguecards", "title": "League of Legends RP", "tier": "C", "commerce_type": "gift_cards", "product": "LoL Riot Points cards"},
{"username": "giftcardwholesale", "title": "Gift Card Wholesale", "tier": "A", "commerce_type": "gift_cards", "product": "Bulk gift cards B2B"},
{"username": "vouchermarket", "title": "Voucher Market", "tier": "C", "commerce_type": "gift_cards", "product": "Multi-brand voucher exchange"},
{"username": "giftcardexchange", "title": "Gift Card Exchange", "tier": "B", "commerce_type": "gift_cards", "product": "Buy/sell/trade gift cards"},
{"username": "digitalgiftcardshop", "title": "Digital Gift Card Shop", "tier": "B", "commerce_type": "gift_cards", "product": "Instant digital gift cards"},
{"username": "cardvault", "title": "Card Vault", "tier": "B", "commerce_type": "gift_cards", "product": "Premium gift card store"},
{"username": "giftcardplug", "title": "Gift Card Plug", "tier": "C", "commerce_type": "gift_cards", "product": "Gift cards crypto payments"},
{"username": "cardkingdom", "title": "Card Kingdom", "tier": "C", "commerce_type": "gift_cards", "product": "Gift cards all regions"},
{"username": "vouchervault", "title": "Voucher Vault", "tier": "C", "commerce_type": "gift_cards", "product": "Discounted vouchers"},
{"username": "giftcardempire", "title": "Gift Card Empire", "tier": "B", "commerce_type": "gift_cards", "product": "Wholesale gift cards"},
{"username": "msofficekeys", "title": "MS Office Keys", "tier": "B", "commerce_type": "software_keys", "product": "Office 2019/2021/2024 keys"},
{"username": "steamgiftshop", "title": "Steam Gift Shop", "tier": "B", "commerce_type": "software_keys", "product": "Steam gifts by region"},
{"username": "epicgameshop", "title": "Epic Games Keys", "tier": "C", "commerce_type": "software_keys", "product": "Epic Games Store keys"},
{"username": "originkeys", "title": "Origin/EA Keys", "tier": "C", "commerce_type": "software_keys", "product": "EA App game keys"},
{"username": "ubisoftkeys", "title": "Ubisoft Keys", "tier": "C", "commerce_type": "software_keys", "product": "Ubisoft Connect keys"},
{"username": "gogkeyshop", "title": "GOG Keys", "tier": "C", "commerce_type": "software_keys", "product": "GOG DRM-free keys"},
{"username": "battlenetkeys", "title": "Battle.net Keys", "tier": "C", "commerce_type": "software_keys", "product": "Blizzard game keys"},
{"username": "rockstarkeys", "title": "Rockstar Keys", "tier": "C", "commerce_type": "software_keys", "product": "Rockstar Launcher keys"},
{"username": "xboxgamekeys", "title": "Xbox Game Keys", "tier": "B", "commerce_type": "software_keys", "product": "Xbox digital game codes"},
{"username": "psngamekeys", "title": "PSN Game Keys", "tier": "B", "commerce_type": "software_keys", "product": "PlayStation digital codes"},
{"username": "nintendokeys", "title": "Nintendo Keys", "tier": "C", "commerce_type": "software_keys", "product": "Switch digital game codes"},
{"username": "softwarewholesale", "title": "Software Wholesale", "tier": "A", "commerce_type": "software_keys", "product": "B2B software key supplier"},
{"username": "cdkeyshop", "title": "CD Key Shop", "tier": "B", "commerce_type": "software_keys", "product": "Discounted game activation keys"},
{"username": "cheapkeys", "title": "Cheap Keys", "tier": "C", "commerce_type": "software_keys", "product": "Budget game keys"},
{"username": "premiumkeyshop", "title": "Premium Key Shop", "tier": "C", "commerce_type": "software_keys", "product": "High-end software keys"},
{"username": "windows11keys", "title": "Windows 11 Keys", "tier": "B", "commerce_type": "software_keys", "product": "Windows 11 Pro/Home keys"},
{"username": "msprojectkeys", "title": "MS Project Keys", "tier": "D", "commerce_type": "software_keys", "product": "Microsoft Project licenses"},
{"username": "visiokeys", "title": "Visio Keys", "tier": "D", "commerce_type": "software_keys", "product": "Microsoft Visio licenses"},
{"username": "autodeskshop", "title": "Autodesk Shop", "tier": "D", "commerce_type": "software_keys", "product": "AutoCAD/Maya licenses"},
{"username": "adobecreative", "title": "Adobe Creative Shop", "tier": "C", "commerce_type": "software_keys", "product": "Photoshop/Premiere licenses"},
{"username": "corelshop", "title": "Corel Shop", "tier": "D", "commerce_type": "software_keys", "product": "CorelDRAW licenses"},
{"username": "vmwarekeys", "title": "VMware Keys", "tier": "D", "commerce_type": "software_keys", "product": "VMware Workstation keys"},
{"username": "parallelsshop", "title": "Parallels Shop", "tier": "D", "commerce_type": "software_keys", "product": "Parallels Desktop keys"},
{"username": "vpnsubscriptions", "title": "VPN Subscriptions", "tier": "B", "commerce_type": "software_keys", "product": "NordVPN/ExpressVPN/Surfshark"},
{"username": "antiviruswholesale", "title": "Antivirus Wholesale", "tier": "C", "commerce_type": "software_keys", "product": "Bulk antivirus licenses"},
{"username": "office365shop", "title": "Office 365 Shop", "tier": "B", "commerce_type": "software_keys", "product": "Microsoft 365 subscriptions"},
{"username": "googleworkspaceshop", "title": "Google Workspace Shop", "tier": "D", "commerce_type": "software_keys", "product": "Google Workspace accounts"},
{"username": "canvaproshop", "title": "Canva Pro Shop", "tier": "C", "commerce_type": "software_keys", "product": "Canva Pro accounts"},
{"username": "grammarlyshop", "title": "Grammarly Shop", "tier": "D", "commerce_type": "software_keys", "product": "Grammarly Premium accounts"},
{"username": "envatoelements", "title": "Envato Elements", "tier": "D", "commerce_type": "software_keys", "product": "Envato creative assets"},
{"username": "disneyplusshop", "title": "Disney+ Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Disney+ shared accounts"},
{"username": "hbomaxaccounts", "title": "HBO Max Accounts", "tier": "C", "commerce_type": "digital_accounts", "product": "HBO Max/HBO Go accounts"},
{"username": "huluaccounts", "title": "Hulu Accounts", "tier": "C", "commerce_type": "digital_accounts", "product": "Hulu/ESPN+/Disney bundle"},
{"username": "amazonprimeshop", "title": "Amazon Prime Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Prime Video accounts"},
{"username": "appleoneaccounts", "title": "Apple One Accounts", "tier": "C", "commerce_type": "digital_accounts", "product": "Apple Music/TV/Arcade bundle"},
{"username": "crunchyrollshop", "title": "Crunchyroll Shop", "tier": "D", "commerce_type": "digital_accounts", "product": "Anime streaming accounts"},
{"username": "paramountplusshop", "title": "Paramount+ Shop", "tier": "D", "commerce_type": "digital_accounts", "product": "Paramount+ accounts"},
{"username": "peacockshop", "title": "Peacock Shop", "tier": "D", "commerce_type": "digital_accounts", "product": "Peacock/NBC streaming"},
{"username": "deezeraccounts", "title": "Deezer Accounts", "tier": "D", "commerce_type": "digital_accounts", "product": "Deezer Premium accounts"},
{"username": "tidalaccounts", "title": "Tidal Accounts", "tier": "D", "commerce_type": "digital_accounts", "product": "Tidal HiFi accounts"},
{"username": "adobeaccounts", "title": "Adobe Accounts", "tier": "C", "commerce_type": "digital_accounts", "product": "Adobe CC shared accounts"},
{"username": "canvaaccounts", "title": "Canva Accounts", "tier": "C", "commerce_type": "digital_accounts", "product": "Canva Pro shared accounts"},
{"username": "chatgptaccounts", "title": "ChatGPT Accounts", "tier": "C", "commerce_type": "digital_accounts", "product": "ChatGPT Plus accounts"},
{"username": "midjourneyshop", "title": "Midjourney Shop", "tier": "D", "commerce_type": "digital_accounts", "product": "Midjourney AI accounts"},
{"username": "claudeproshop", "title": "Claude Pro Shop", "tier": "D", "commerce_type": "digital_accounts", "product": "Anthropic Claude Pro accounts"},
{"username": "geminishop", "title": "Gemini Shop", "tier": "D", "commerce_type": "digital_accounts", "product": "Google Gemini Advanced"},
{"username": "copilotproshop", "title": "Copilot Pro Shop", "tier": "D", "commerce_type": "digital_accounts", "product": "Microsoft Copilot Pro"},
{"username": "grammarlyaccounts", "title": "Grammarly Accounts", "tier": "D", "commerce_type": "digital_accounts", "product": "Grammarly Premium shared"},
{"username": "linkedinpremiumshop", "title": "LinkedIn Premium Shop", "tier": "D", "commerce_type": "digital_accounts", "product": "LinkedIn Premium accounts"},
{"username": "courserashop", "title": "Coursera Shop", "tier": "D", "commerce_type": "digital_accounts", "product": "Coursera Plus accounts"},
{"username": "skillshareaccounts", "title": "Skillshare Accounts", "tier": "D", "commerce_type": "digital_accounts", "product": "Skillshare Premium"},
{"username": "masterclassshop", "title": "MasterClass Shop", "tier": "D", "commerce_type": "digital_accounts", "product": "MasterClass accounts"},
{"username": "udemybusinessshop", "title": "Udemy Business Shop", "tier": "D", "commerce_type": "digital_accounts", "product": "Udemy Business accounts"},
{"username": "xboxgamepassshop", "title": "Xbox Game Pass Shop", "tier": "B", "commerce_type": "digital_accounts", "product": "Xbox Game Pass Ultimate"},
{"username": "psnplusshop", "title": "PSN Plus Shop", "tier": "B", "commerce_type": "digital_accounts", "product": "PlayStation Plus subscriptions"},
{"username": "nintendoonlineshop", "title": "Nintendo Online Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Nintendo Switch Online"},
{"username": "discordnitroshop", "title": "Discord Nitro Shop", "tier": "C", "commerce_type": "digital_accounts", "product": "Discord Nitro subscriptions"},
{"username": "twitchsubshop", "title": "Twitch Sub Shop", "tier": "D", "commerce_type": "digital_accounts", "product": "Twitch Turbo/Prime subs"},
{"username": "telegrampremiumshop", "title": "Telegram Premium Shop", "tier": "D", "commerce_type": "digital_accounts", "product": "Telegram Premium accounts"},
{"username": "onlyfanspremiumshop", "title": "OnlyFans Premium Shop", "tier": "F", "commerce_type": "digital_accounts", "product": "OnlyFans account access"},
{"username": "contentwritingpro", "title": "Content Writing Pro", "tier": "C", "commerce_type": "services", "product": "Article/blog/SEO writing"},
{"username": "videoaditingpro", "title": "Video Editing Pro", "tier": "C", "commerce_type": "services", "product": "YouTube/TikTok video editing"},
{"username": "smmprovider", "title": "SMM Provider", "tier": "C", "commerce_type": "services", "product": "Social media management"},
{"username": "voiceoverpro", "title": "Voice Over Pro", "tier": "D", "commerce_type": "services", "product": "Professional voiceovers"},
{"username": "translationservice", "title": "Translation Service", "tier": "C", "commerce_type": "services", "product": "Multi-language translation"},
{"username": "virtualassistantservice", "title": "Virtual Assistant Service", "tier": "D", "commerce_type": "services", "product": "VA/admin support"},
{"username": "datascrapingpro", "title": "Data Scraping Pro", "tier": "D", "commerce_type": "services", "product": "Web scraping service"},
{"username": "pentestingpro", "title": "Pen Testing Pro", "tier": "D", "commerce_type": "services", "product": "Security auditing service"},
{"username": "cryptofollowers", "title": "Crypto Followers", "tier": "D", "commerce_type": "services", "product": "Social media engagement"},
{"username": "airdroppromotion", "title": "Airdrop Promotion", "tier": "D", "commerce_type": "services", "product": "Airdrop campaign promotion"},
{"username": "cryptoinfluencers", "title": "Crypto Influencers", "tier": "D", "commerce_type": "services", "product": "Influencer marketing crypto"},
{"username": "listingpro", "title": "Listing Pro", "tier": "D", "commerce_type": "services", "product": "Exchange/CoinMarketCap listing"},
{"username": "serverhardware", "title": "Server Hardware", "tier": "C", "commerce_type": "hardware", "product": "Dell/HP servers & parts"},
{"username": "networkgearshop", "title": "Network Gear Shop", "tier": "C", "commerce_type": "hardware", "product": "Switches/routers/firewalls"},
{"username": "homeapplianceswholesale", "title": "Home Appliances Wholesale", "tier": "D", "commerce_type": "hardware", "product": "Wholesale home electronics"},
{"username": "cameragearshop", "title": "Camera Gear Shop", "tier": "C", "commerce_type": "hardware", "product": "DSLR/lenses/GoPro deals"},
{"username": "audiogearshop", "title": "Audio Gear Shop", "tier": "C", "commerce_type": "hardware", "product": "Headphones/speakers/mics"},
{"username": "gamingperipherals", "title": "Gaming Peripherals", "tier": "C", "commerce_type": "hardware", "product": "Keyboards/mice/headsets"},
{"username": "monitordeals", "title": "Monitor Deals", "tier": "C", "commerce_type": "hardware", "product": "4K/gaming monitors wholesale"},
{"username": "laptopwholesale", "title": "Laptop Wholesale", "tier": "B", "commerce_type": "hardware", "product": "Bulk laptops Dell/Lenovo/HP"},
{"username": "tabletdeals", "title": "Tablet Deals", "tier": "C", "commerce_type": "hardware", "product": "iPad/Samsung tablets wholesale"},
{"username": "smartwatchdeals", "title": "Smartwatch Deals", "tier": "D", "commerce_type": "hardware", "product": "Apple Watch/Garmin deals"},
{"username": "dronedeals", "title": "Drone Deals", "tier": "D", "commerce_type": "hardware", "product": "DJI/Autel drones wholesale"},
{"username": "3dprinterdeals", "title": "3D Printer Deals", "tier": "D", "commerce_type": "hardware", "product": "Creality/Bambu Lab printers"},
{"username": "ledlightingwholesale", "title": "LED Lighting Wholesale", "tier": "D", "commerce_type": "hardware", "product": "LED strips/fixtures"},
{"username": "solardeals", "title": "Solar Deals", "tier": "D", "commerce_type": "hardware", "product": "Solar panels/inverters"},
{"username": "powerbankdeals", "title": "Power Bank Deals", "tier": "D", "commerce_type": "hardware", "product": "Portable chargers wholesale"},
{"username": "cablewholesale", "title": "Cable Wholesale", "tier": "D", "commerce_type": "hardware", "product": "Bulk USB/HDMI/Ethernet cables"},
{"username": "batteryshop", "title": "Battery Shop", "tier": "D", "commerce_type": "hardware", "product": "Laptop/phone batteries"},
{"username": "phoneaccessorieswholesale", "title": "Phone Accessories Wholesale", "tier": "C", "commerce_type": "hardware", "product": "Cases/chargers/protectors"},
{"username": "chinawholesale", "title": "China Wholesale", "tier": "B", "commerce_type": "hardware", "product": "Direct from China electronics"},
{"username": "alibabadeals", "title": "Alibaba Deals", "tier": "B", "commerce_type": "hardware", "product": "Alibaba wholesale finder"},
{"username": "nulledthemes", "title": "Nulled Themes", "tier": "D", "commerce_type": "financial_tools", "product": "Premium themes nulled"},
{"username": "nulledplugins", "title": "Nulled Plugins", "tier": "D", "commerce_type": "financial_tools", "product": "Premium plugins cracked"},
{"username": "binchecker", "title": "BIN Checker", "tier": "F", "commerce_type": "financial_tools", "product": "Credit card BIN lookup"},
{"username": "cardingshop", "title": "Carding Shop", "tier": "F", "commerce_type": "financial_tools", "product": "Carding tools & dumps"},
{"username": "cookiesmarket", "title": "Cookies Market", "tier": "F", "commerce_type": "financial_tools", "product": "Session cookies/logs"},
{"username": "rdpshop", "title": "RDP Shop", "tier": "D", "commerce_type": "financial_tools", "product": "Remote Desktop accounts"},
{"username": "proxyshop", "title": "Proxy Shop", "tier": "C", "commerce_type": "financial_tools", "product": "SOCKS5/HTTP proxies"},
{"username": "vpsshop", "title": "VPS Shop", "tier": "C", "commerce_type": "financial_tools", "product": "Cheap VPS/cloud servers"},
{"username": "domainmarket", "title": "Domain Market", "tier": "C", "commerce_type": "financial_tools", "product": "Premium/aged domains"},
{"username": "smtpshop", "title": "SMTP Shop", "tier": "D", "commerce_type": "financial_tools", "product": "SMTP servers for mailing"},
{"username": "emaillistshop", "title": "Email List Shop", "tier": "F", "commerce_type": "financial_tools", "product": "Email databases/leads"},
{"username": "databaseshop", "title": "Database Shop", "tier": "F", "commerce_type": "financial_tools", "product": "Leaked databases"},
{"username": "crackedaccounts", "title": "Cracked Accounts", "tier": "F", "commerce_type": "financial_tools", "product": "Cracked premium accounts"},
{"username": "payshop", "title": "Pay Shop", "tier": "F", "commerce_type": "financial_tools", "product": "Payment processor accounts"},
{"username": "AdobeStoreReviews", "title": "AdobeStoreReviews", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "AmazonSellFeedback", "title": "AmazonSellFeedback", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "BATMAN_JS", "title": "BATMAN_JS", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "BnSTCH_bot", "title": "BnSTCH_bot", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "BuyAdobe", "title": "BuyAdobe", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "CarlHouse", "title": "CarlHouse", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "DuffyDuckOne", "title": "DuffyDuckOne", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "HackingShed", "title": "HackingShed", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "Mahan_Gamer", "title": "Mahan_Gamer", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "Napolethanos_1", "title": "Napolethanos_1", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "SearcheeBot", "title": "SearcheeBot", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "SponsorUs_bot", "title": "SponsorUs_bot", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "SweetGamePSN", "title": "SweetGamePSN", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "TGAlertsBot", "title": "TGAlertsBot", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "TGStat", "title": "TGStat", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "TGStatAPI", "title": "TGStatAPI", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "TGStatChatBot", "title": "TGStatChatBot", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "TGStat_Bot", "title": "TGStat_Bot", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "TGStat_Chat", "title": "TGStat_Chat", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "TG_Carder", "title": "TG_Carder", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "Tele_gram_cloud_botTelegram", "title": "Tele_gram_cloud_botTelegram", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "TheBestAdmin67", "title": "TheBestAdmin67", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "TheQNetwork", "title": "TheQNetwork", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "a_thettisTehran", "title": "a_thettisTehran", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "benz_zz", "title": "benz_zz", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "bhavik027Disclamir", "title": "bhavik027Disclamir", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "bisto3_day", "title": "bisto3_day", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "context", "title": "context", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "cydognia", "title": "cydognia", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "dangerwol", "title": "dangerwol", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "garantlinkalln", "title": "garantlinkalln", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "h4mmon", "title": "h4mmon", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "hazardvjbot10", "title": "hazardvjbot10", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "mLccrew", "title": "mLccrew", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "memberblast", "title": "memberblast", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "murdermysteryyy2", "title": "murdermysteryyy2", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "newrelic", "title": "newrelic", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "nima_0098", "title": "nima_0098", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "onlinemarketing2", "title": "onlinemarketing2", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "original", "title": "original", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "osega", "title": "osega", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "parth612", "title": "parth612", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "people_098", "title": "people_098", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "raghavseller", "title": "raghavseller", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "reza_afshar15", "title": "reza_afshar15", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "sahab_07", "title": "sahab_07", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "spotifyditelgram1", "title": "spotifyditelgram1", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "te_duaaa", "title": "te_duaaa", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "telegramrocket", "title": "telegramrocket", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "telepulse", "title": "telepulse", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "tg_analytics_bot", "title": "tg_analytics_bot", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "tgstat", "title": "tgstat", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},
{"username": "wrapped", "title": "wrapped", "tier": "D", "commerce_type": "discovered", "product": "Auto-discovered marketplace channel"},],
}
# Tier colors for dashboard
TIER_COLORS = {
"S": "#ffd700", # gold
"A": "#00d4aa", # green
"B": "#5b9eff", # blue
"C": "#f0c040", # yellow
"D": "#ff8c42", # orange
"F": "#ff4d6a", # red
}
TIER_LABELS = {
"S": "Institutional",
"A": "Professional",
"B": "Credible",
"C": "Speculative",
"D": "High Risk",
"F": "Known Scam",
}
# Sector metadata
SECTORS = {
"crypto": {"label": "Crypto", "icon": "", "count": 145},
"forex": {"label": "Forex", "icon": "💱", "count": 41},
"stocks": {"label": "Stocks", "icon": "📈", "count": 15},
"commodities": {"label": "Commodities", "icon": "🏭", "count": 10},
"macro": {"label": "Macro", "icon": "🌐", "count": 15},
"options": {"label": "Options", "icon": "📊", "count": 10},
"nft": {"label": "NFT/Web3", "icon": "🖼", "count": 8},
"trading": {"label": "Trading", "icon": "🔄", "count": 12},
"commerce": {"label": "Commerce", "icon": "🛒", "count": 829},
}
# All channels flat list for scraping
ALL_CHANNELS = []
for sector, ch_list in CHANNELS.items():
for ch in ch_list:
ch_copy = dict(ch)
ch_copy["sector"] = sector
ALL_CHANNELS.append(ch_copy)
def get_channels_by_sector(sector: str) -> list:
"""Get all channels for a sector."""
return CHANNELS.get(sector, [])
def get_channel_info(username: str) -> Optional[dict]:
"""Get pre-assessed channel info."""
for ch in ALL_CHANNELS:
if ch["username"] == username.lstrip("@"):
return ch
return None
def get_channels_by_tier(tier: str) -> list:
"""Get all channels at a specific tier."""
return [ch for ch in ALL_CHANNELS if ch.get("tier") == tier]