In an age where bots roam the web looking for mailto: links, the humble email address has become a prime target for scrapers, spammers, and even malicious actors. If you’ve ever pasted your raw email into a GitHub README, a Twitter bio, or a static blog, you’ve probably noticed an uptick in unwanted messages or junk in your inbox.
The good news? You don’t have to sacrifice convenience for security. With formcrab.com you can collect messages, leads, or support requests without ever exposing your email address to the world. Below we’ll explore why email scraping is a problem, how FormCrab solves it, and the flexible ways you can customize the experience for both you and your users.
Why Email Scraping Is a Real Threat
| Threat | What It Looks Like | How It Affects You |
|---|---|---|
| Spam bots | Crawl every page, extract any mailto: or plain‑text address |
Flooded inbox, wasted time |
| Harvesting for phishing | Build lists of active addresses for targeted attacks | Higher risk of credential theft |
| Marketplace resale | Sell harvested emails to marketers | Unwanted promotional noise |
| Reputation damage | Public exposure of personal or business contacts | Loss of trust with clients or community |
Even a single exposed address can be pulled down in seconds. The safest approach is to keep your email invisible and let a secure endpoint handle the communication.
FormCrab: Receive Messages, Hide Your Email
FormCrab gives you a private link that you can share anywhere—GitHub READMEs, Twitter bios, static HTML pages, or any place you’d normally drop a mailto: link. The service handles:
- No code required – just a URL.
- Anti‑spam protection – built‑in CAPTCHA and rate limiting.
- Zero hosting costs – we provide the landing page, the form, and the backend.
- Full inbox delivery – messages land straight into the email you specify.
- Customizable experience – pre‑fill fields, set subjects, control post‑submission redirects, and even send data to a webhook.
All of this without ever exposing your email address to crawlers.
Perfect Use Cases
| Scenario | Traditional Approach | FormCrab Solution |
|---|---|---|
| GitHub README | mailto:[email protected] |
https://formcrab.com/f/your-token |
| Twitter Bio | “Contact me: [email protected]” | One‑line private link |
| Static Blog | HTML form hosted on your server | No HTML, no server, just the link |
| Open‑source projects | Public mailing list address | Private support form with auto‑fill |
One link, full control—no need to maintain separate contact pages for each project.
Getting Started in 3 Simple Steps
- Create a private link on formcrab.com. You’ll receive a unique token, e.g.,
https://formcrab.com/f/AbC123. - Place the link wherever you want users to reach you—README, bio, blog, etc.
- Start receiving nicely formatted emails in your inbox, free from spam bots.
That’s it. No HTML to write, no server to configure, no money to spend on hosting.
Supercharge the Link with GET Parameters
FormCrab lets you append query parameters to pre‑populate fields or tweak the user flow. Replace {custom-link} with the token you received.
| Goal | Parameter | Example |
|---|---|---|
| Auto‑fill name | name |
<a href="https://formcrab.com/f/{custom-link}?name=Hugh" target="_blank">Email us</a> |
| Pre‑set visitor email | email |
<a href="https://formcrab.com/f/{custom-link}[email protected]" target="_blank">Contact Support</a> |
| Custom subject line | subject |
<a href="https://formcrab.com/f/{custom-link}?subject=Urgent+Support+Request" target="_blank">Report an Issue</a> |
| Predefined message body | message |
<a href="https://formcrab.com/f/{custom-link}?message=I+would+like+to+request+a+demo" target="_blank">Inquiry</a> |
| Custom redirect after submit | next |
<a href="https://formcrab.com/f/{custom-link}?next=https://yoursite.com/success" target="_blank">Send and Return</a> |
These parameters are URL‑encoded, so spaces become + or %20. The form will automatically fill the corresponding fields, giving your users a frictionless experience.
Hook Into Your Own Workflow with Webhooks
If you prefer processing submissions programmatically, FormCrab can POST the data to any endpoint you provide. The JSON payload looks like this:
{
"name": "Hugh",
"email": "[email protected]",
"subject": "hello! there",
"message": "hello! there",
"submittedAt": "2026-03-12 10:20:08",
"extra": {
"key1": "value1",
"key2": "value2"
}
}
Simply set your webhook URL in the FormCrab dashboard and let the service do the heavy lifting—no need to build a custom form processor.
Real‑World Example: Adding the Link to a GitHub README
## Need Help?
If you have a question or want to report an issue, feel free to reach out:
[Contact the maintainer](https://formcrab.com/f/AbC123?subject=GitHub+Support+Request)
When a visitor clicks the link, they’ll see a clean form, submit their message, and you’ll get a tidy email (or webhook call) without ever seeing your address scraped from the page source.
Bottom Line
- Stop publishing raw email addresses.
- Leverage a private, bot‑proof link that works anywhere on the web.
- Enjoy zero‑code integration, built‑in anti‑spam, and full inbox delivery.
FormCrab makes safeguarding your inbox effortless while still providing a friendly, customizable contact experience for your audience. Give it a try today, and reclaim control over who can actually reach you.
Ready to protect your inbox? Visit formcrab.com, create your private link, and start collecting messages safely.