extract-emails
Extract emails and LinkedIn profiles from any website
All Skills in This Repository (9)
Pure Emerald Level Indicatorscode-review-assistant
Review Python code for style, correctness, edge cases, and maintainability.
pytest-testing-assistant
Create focused pytest tests for individual functions with arrange-act-assert structure.
google-docstring-assistant
Generate Google-style Python docstrings with Args, Returns, and Examples sections.
agents-md-assistant
Draft AGENTS.md files from repository artifacts using a standard template.
skill-creator
Guide users through designing, validating, and packaging Claude skills into .skill files.
debug-logging-assistant
Add debug logging statements to code without altering program behavior.
format-lint-assistant
Run formatter, linter, and mypy checks in sequence for Python projects.
uv-package-management-assistant
Manage Python dependencies and lockfiles with the uv CLI.
git-commit-assistant
Generate conventional git commit messages and execute them after user approval.
Frequently Asked Questions
FAQPage SchemaHow to install extract-emails?โผ
Run `npx skills add dmitriiweb/extract-emails --all -g -y` in your terminal to install all skills in this suite globally.
How to extract emails from a website?โผ
Use the CLI command `extract-emails --url https://example.com -of output.csv` or call the DefaultWorker class in Python with your target URL. Results are saved as a CSV with email, page, and website columns.
Can it scrape JavaScript-rendered pages?โผ
Yes. The ChromiumBrowser backend uses Playwright to render JavaScript-heavy pages, while HttpxBrowser handles fast static page fetching.
Does it extract LinkedIn profiles too?โผ
Yes. The built-in LinkedinExtractor finds LinkedIn profile URLs alongside email addresses during the same crawl.
Can I use extract-emails without coding?โผ
Yes. The command-line interface lets you run full extractions with a single command, no Python knowledge required.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core