Web extraction
Extract emails, websites, web domains, hashtags and Twitter handles from text.
App usage
Parameters
Parameter 1
Description: Type of string to extract
Type: String
Required: false
Options: Domains | E-mails | @Handles | #Hashtags | Website URLs
Default: E-mails
Example
# INPUT TEXT
The quick brown.dog.1@example.com jumped over the
lazy fox. The quick brown.dog.2@example.com jumped
over the lazy fox. The quick brown.dog.3@example.com.
jumped over the lazy fox. The quick
brown.dog.4@example.com jumped over the lazy fox.
# Parameter 1
E-mails
# RESULT USING EXAMPLE PARAMETERS
brown.dog.1@example.com
brown.dog.2@example.com
brown.dog.3@example.com
brown.dog.4@example.com
API usage
You can find all required parameters and multi-language examples on our RapidAPI page.