Skip to main content

Extract phone numbers from text

Extracts phone numbers contained in text.
The first match is returned in international phone number format.
Note that the maximum length of the URL is 2048 characters, so long text will result in an error.

URL

https://api.excelapi.org/phone/find-phonenumber

Configuration

ConfigurationRequiredDescription
textSpecify the text.
countrySpecify the country code.
If not specified, the default is JP (Japan).

Example

サンプル

=WEBSERVICE("https://api.excelapi.org/phone/find-phonenumber?text="&ENCODEURL(A2))