Extract entities
extract_entitiesExtract emails, URLs, hashtags, mentions, phone numbers, and numbers from free text. Returns de-duplicated items in order of first appearance.
Instructions
Pull structured items out of free text: email addresses, URLs, #hashtags, @mentions, phone numbers and standalone numbers. Results are de-duplicated and returned in the order they first appear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to scan. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | ||
| emails | Yes | ||
| numbers | Yes | ||
| hashtags | Yes | ||
| mentions | Yes | ||
| phone_numbers | Yes |