Text Extractor
extract_from_textExtract structured data like emails, URLs, phone numbers, dates, and addresses from raw text to parse documents, emails, or web content into clean formats.
Instructions
Extract structured data from raw text: emails, URLs, phone numbers, dates, currencies, addresses, names, or JSON blocks. Useful for parsing documents, emails, web content, or any unstructured text into clean structured data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The raw text to extract data from | |
| extractors | Yes | Which types of data to extract. Choose one or more: emails, urls, phone_numbers, dates, currencies, addresses, names, json_blocks | |
| deduplicate | No | Remove duplicate results within each type |