Actions59
- Facebook Actions
- Facebook Ad Library Actions
- Google Ad Library Actions
- Google Search Actions
- Instagram Actions
- LinkedIn Actions
- LinkedIn Ad Library Actions
- Pinterest Actions
- Reddit Actions
- Thread Actions
- TikTok Actions
- Truth Social Actions
- Twitter (X) Actions
- YouTube Actions
Overview
The "Scrape Creators" node provides real-time social media data scraping capabilities across multiple platforms, including Pinterest. Specifically, the "Get Pinterest Pin" operation allows users to retrieve detailed information about a specific Pinterest pin by providing its URL. This is useful for marketers, content creators, and analysts who want to extract metadata or engagement details from Pinterest pins without manual browsing.
Practical examples include:
- Automatically gathering pin details for content curation workflows.
- Monitoring competitor pins or trending content on Pinterest.
- Integrating Pinterest pin data into reports or dashboards.
Properties
| Name | Meaning |
|---|---|
| URL | The full URL of the Pinterest pin to retrieve information from. Example: https://www.pinterest.com/pin/202239839512438362/ |
Output
The node outputs JSON data containing the scraped details of the specified Pinterest pin. This typically includes metadata such as the pin's description, image URLs, counts of saves and likes, and possibly user information related to the pin creator. The exact structure depends on the external API response but generally provides comprehensive pin-related data.
No binary data output is indicated for this operation.
Dependencies
- Requires an active API key credential for the Scrape Creators service.
- The node makes HTTP requests to the Scrape Creators API endpoint (
https://api.scrapecreators.com) with appropriate headers including the API key. - Users must configure the API key credential in n8n before using this node.
Troubleshooting
- Invalid or missing URL: Ensure the Pinterest pin URL is correctly formatted and accessible.
- Authentication errors: Verify that the API key credential is valid and has not expired.
- API rate limits: The external service may limit request rates; consider handling rate limit errors or upgrading your plan.
- Unexpected API responses: If the pin URL is private, deleted, or restricted, the API might return errors or empty data.
- Network issues: Confirm network connectivity and that the API endpoint is reachable.
Links and References
- Pinterest Official Site
- Scrape Creators API Documentation (for detailed API usage and limitations)