Back to browse
GitHub Repository

Extract all contacts from any WhatsApp Web group in seconds. Paste a script in the console, wait 1-3 min, get a clean .tsv file. Free, open source, no installs needed.

5 starsJavaScript

WhatsApp Group Contact Extractor - Paste JS, get group contacts .tsv

by mb_hunt·Feb 25, 2026·2 points·0 comments

AI Analysis

MidShip It

WhatsApp group scraper—solves a real pain, but zero differentiation from browser automation.

Strengths
  • No-install approach via console script is genuinely frictionless
  • Correctly handles phone formatting and contact metadata extraction
  • Client-side processing means privacy-friendly for users
Weaknesses
  • Relies on WhatsApp Web UI scraping, fragile to layout changes
  • Unclear if this violates WhatsApp ToS; legal risk not addressed
  • No competitive moat—any developer can build this in an hour
Category
Target Audience

Marketers, community managers, growth hackers collecting WhatsApp group contacts

Similar To

WhatsApp Business API · Custom Puppeteer/Playwright scrapers

Similar Projects

Auto-scrolling for WhatsApp group chats

Solves a real friction point, but it's a single-use browser extension with narrow appeal.

Solve My Problem
avremel
103mo ago
Open Source●●Solid

Exitlight – Find privacy contacts for data deletion requests

Uses a headless Playwright browser to render candidate privacy pages, extract both mailto links and inline addresses, rank candidates, and emit per-site JSON or plain email lists. Responsible-scraping defaults (robots.txt, request delay, resource blocking) are practical touches you don't always see in hobby scrapers. It stops at discovery — no contact-form parsing or automated request delivery — and Playwright's install/runtime overhead makes large-scale runs heavier than a simple crawler.

Niche GemShip It
riccardoruspoli
103mo ago