Handles
Extract @handles (e.g. from social media platforms).
App usage
Example
# INPUT TEXT
The quick @browndog1 jumped over the
lazy fox. The quick @browndog2 jumped
over the lazy fox. The quick @browndog3
jumped over the lazy fox. The quick
@browndog4 jumped over the lazy fox.
# RESULT
[
"@browndog1",
"@browndog2",
"@browndog3",
"@browndog4"
]
API usage
You can find all required parameters and multi-language examples on our RapidAPI page.