An open API service indexing awesome lists of open source software.

https://github.com/codewithdinesh/inboxharbor

InboxHarbor : Email Extractor from website
https://github.com/codewithdinesh/inboxharbor

Last synced: 3 months ago
JSON representation

InboxHarbor : Email Extractor from website

Awesome Lists containing this project

README

        

# Email Extractor Web Service

This web service allows you to extract email addresses from a given website.

## Features

- Extract email addresses from the entire HTML content of a website.
- Support for both text content and mailto links.

## Technologies Used

- [Next.js](https://nextjs.org/)
- [Axios](https://axios-http.com/)
- [Cheerio](https://cheerio.js.org/)

## Screenshot
image
image

## Installation

1. Clone the repository:

```bash
git clone https://github.com/your-username/email-extractor.git
```

2. Install Libraries
```bash
npm install
```
3. run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.