FindOnPage
=FindOnPage(
string url,
string item,
string separator(optional),
: array
Purpose
Extract entities from a website. Supported entities:
Email
TwitterAccount
InstagramAccount
LinkedinAccount
GoogleAnalyticsId
GoogleAdSenseId
Separator
Use the optional separator
argument to return the entities in a delimited list. If not used, the results will be returned as an array and you need to use the Dump function to get all results.
Separator: ","
=FindOnPage("https://seotoolsforexcel.com";"twitteraccount";",")
=> seotools4excel,nielsbosma
No separator
=FindOnPage("https://seotoolsforexcel.com";"twitteraccount")
=> seotools4excel
Examples
=FindOnPage("https://seotoolsforexcel.com";"twitteraccount")
=> info@seotoolsforexcel.com
=FindOnPage("https://seotoolsforexcel.com";"GoogleAnalyticsId")
=> ua-35565608-1
Get help with this function in the community →