1. Overview
  2. Data Extraction
  3. 🔗 Extracting URLs From an Email or HTML Document

🔗 Extracting URLs From an Email or HTML Document

By default, Airparser doesn't always parse hidden URLs of links, buttons, and images.

You can activate the email and image parsing features from the Inbox Settings page > "Advanced Settings" section. Reparse your documents to see changes.

Alternatively, you can use the post-processing step and Python regex to extract URLs from raw HTML.

Finally, we also have another parsing tool, Parsio, it offers a template-based parser for emails which can extract links.


Was this article helpful?