Actions87
- Users Actions
- Shopping & Catalogs Actions
- Advertising & Campaigns Actions
- Advanced Analytics Actions
- Engagement Features Actions
- Business Tools Actions
- Search & Discovery Actions
- Pins Actions
- Boards Actions
Overview
This node integrates with the Pinterest API via the N8N Tools service, providing enhanced access to Pinterest's features. Specifically, the "Search & Discovery" resource with the "Visual Search Shop Product" operation allows users to perform a visual search on Pinterest using an image URL to find related shopping products.
This is useful in scenarios where you want to identify or discover products visually similar to an image, such as:
- E-commerce workflows that automatically find product matches based on user-uploaded images.
- Marketing automation that suggests related products from Pinterest catalogs.
- Visual content analysis pipelines that enrich data with product information.
Example: Given an image URL of a handbag, the node can return Pinterest shopping products visually matching that handbag.
Properties
| Name | Meaning |
|---|---|
| Image URL | The URL of the image to use for visual search. This must be a valid publicly accessible image URL. |
Output
The node outputs JSON data representing the results of the visual search for shopping products on Pinterest. The exact structure depends on the Pinterest API response but typically includes details about matched products such as product IDs, names, images, prices, and links.
No binary data output is produced by this operation.
Dependencies
- Requires an active subscription and valid API key credential for the N8N Tools API service.
- Requires OAuth2 authentication credentials for Pinterest API access.
- The node internally uses the N8N Tools Pinterest API wrapper to communicate with Pinterest endpoints.
- No additional environment variables are needed beyond configured credentials.
Troubleshooting
- Invalid Subscription or API Key: If the node throws an error indicating invalid subscription or API key, verify that your N8N Tools API credentials are correct and active.
- Image URL Issues: Ensure the provided image URL is publicly accessible and points directly to an image file. Private or inaccessible URLs will cause the request to fail.
- API Rate Limits: Pinterest API may enforce rate limits; if you encounter errors related to quota, consider adding delays or upgrading your plan.
- Network Errors: Check network connectivity and firewall settings if requests fail unexpectedly.
Links and References
- Pinterest Visual Search API Documentation
- N8N Documentation - Creating Custom Nodes
- N8N Tools Service (for API key and subscription management)