Overview
This node integrates with the Webmetic service to retrieve data about company visits to a specified domain. Specifically, for the "Intensive Visits" resource and "Get" operation, it fetches a list of companies that have had intensive visits to the given domain within a specified date range.
Typical use cases include:
- Marketing teams analyzing which companies are showing strong interest in their website.
- Sales teams identifying potential leads based on intensive visit patterns.
- Business analysts tracking engagement trends over time.
For example, you could use this node to get all companies that intensively visited "example.com" in the last 30 days to prioritize outreach efforts.
Properties
| Name | Meaning |
|---|---|
| Domain | The domain name for which to retrieve company visit data (e.g., "example.com"). |
| Additional Fields | Optional parameters to filter the data by date range: |
| - From Date | Starting date/time or relative date for filtering visits (e.g., "2023-01-01", "-7 days", "now"). Defaults to "-30 days". |
| - To Date | Ending date/time or "now" for current date/time. Defaults to "now". |
Output
The node outputs JSON data containing a list of companies that have had intensive visits to the specified domain within the requested date range. Each item typically includes details about the company and its visit metrics (such as visit counts or timestamps).
No binary data output is produced by this node.
Dependencies
- Requires an API key credential for authenticating with the Webmetic API.
- The node makes HTTP GET requests to the Webmetic API endpoint at
https://hub.webmetic.de/intensive-visits. - Proper network access to the Webmetic API is necessary.
Troubleshooting
- Missing or invalid domain: Ensure the "Domain" property is correctly set; otherwise, the API may return errors or empty results.
- Date format issues: The "From Date" and "To Date" fields accept specific formats or relative times. Invalid formats may cause request failures.
- Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
- API rate limits or downtime: If requests fail repeatedly, check Webmetic service status or your usage limits.
Links and References
- Webmetic API Documentation (for detailed API usage and parameters)