Alexa Web Information Service
Integration with LogicHub
Connecting with Alexa Web Information Service
To connect to Alexa Web Information Service following details are required:
- Label: Connection name.
- Reference Values: Define variables here to templatize integration connections and actions. For example, you can use https://www.{{hostname}}.com where, hostname is a variable defined in this input. For more information on how to add data, see 'Add Data' Input Type for Integrations.
- Region: AWS Region example: 'us-west-2'.
- API Key: The API key to connect to the Alexa Web Information Service.
- Secret Key: Secret Key For Alexa.
Actions with Alexa Web Information Service
URL Information
Get the details of the provided URL.
Inputs to this Action:
- Connections: Choose a connection that you have created.
- Column Name: Select the name of the column in the parent table to lookup value for Alexa Web Information Service.
Output of Action:
JSON containing the following items:
- has_error: True/False
- error: message/null
- result: analysis of the Alexa URL.
{
"description":null,
"rank":null,
"links_in_count":null,
"has_description":false,
"has_rank":false,
"title":null,
"has_title":false,
"has_error":false,
"has_links_in_count":false,
"error":null,
"has_online_since":false,
"online_since":null
}
Updated about 1 year ago
Did this page help you?