Back to prompts

Contact Information Extractor

extraction0 saves

The Contact Information Extractor identifies and extracts various types of contact information, including email addresses, phone numbers, physical addresses, social media handles, and website URLs from a provided text. It outputs the results in a structured JSON format for easy integration and analysis.

Prompt Text

Extract all contact information from the following text. Look for:
- Email addresses
- Phone numbers (any format)
- Physical addresses
- Social media handles
- Website URLs

Text:
{{text}}

Return the results as a JSON object:
{
  "emails": [],
  "phones": [],
  "addresses": [],
  "social_media": [],
  "websites": []
}
No evaluation results yet

This prompt hasn't been evaluated. Sign in to trigger an evaluation.

Tags