prompthub / kontaktdaten-extraktor v1.0.0 Sonnet MIT

Zieht Namen, Firmen, E-Mails und Telefonnummern aus E-Mail-Signaturen oder Freitext – deduplizert und normalisiert.

Extraction & parsing Productivity Writing & text
⑂ Fork 0 ▶ Try in playground
PROMPT.md 9 lines DE
1 Extract all contacts from the following text.
2
3 Output: JSON array with objects
4 {"name": string|null, "company": string|null, "email": string|null, "phone": string|null, "role": string|null}
5
6 Rules:
7 - Normalize phone numbers to international format if the country context is recognizable; otherwise, leave them unchanged.
8 - Merge duplicate contacts.
9 - Output ONLY the JSON array.

Machine-translated (Claude). The original is the authoritative version.

kontaktdaten-extraktor

Teil der kuratierten Start-Sammlung. Verbesserungen willkommen – fork das Repo und stell einen Pull Request.

v1.0.0 Erste Version by prompthub · First version 9. Jul 2026
0 passed 0 failed

No discussions yet – open the first one!

No pull requests yet. Fork the repo, improve it, and open the first one!