How do I get comments with a link?

Hi. I am trying to get list of comments with a link via API.

Passing http:// and https:// works, but not for URL with no protocol.
For example, if you comment test.com, the text will be hyperlinked.

image

So, how do I get them via API?
I am trying to do some auto-moderation which deletes comment based on certain rules.

Thank you.