Actions5
- Screenshot Actions
- Metadata Actions
Overview
This node interacts with the PagePixels API to list real locations metadata. It is useful for workflows that require geographic or location-based data from the PagePixels service, such as targeting screenshots or analyzing website data by location.
Use Case Examples
- A marketing team uses this node to retrieve a list of real locations to customize website screenshots for different regions.
- A developer integrates this node to fetch location metadata for analytics and reporting purposes.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authenticating with the PagePixels API, either via API Key or OAuth2. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout. |
Output
JSON
results- An array of strings representing the real locations retrieved from the PagePixels API.
Dependencies
- PagePixels API
Troubleshooting
- Authentication errors due to invalid or missing API key or OAuth2 token. Ensure credentials are correctly configured.
- Timeout errors if the server does not respond within the specified timeout period. Increase timeout or check network connectivity.
- SSL certificate validation failures if using self-signed or invalid certificates. Optionally disable SSL validation with caution.
- Proxy configuration errors if the proxy URL or credentials are incorrect.
Links
- PagePixels API Documentation - Official documentation for the PagePixels API, including endpoints and authentication methods.