Description
n8n-nodes-scrappa
Scrappa community node for n8n. Use Scrappa APIs in workflows for Google Search, Google Maps, YouTube, LinkedIn, Trustpilot, and any other Scrappa endpoint.
Requirements
- n8n with community nodes enabled
- A Scrappa API key from https://scrappa.co
Install
In n8n, go to Settings > Community Nodes, install:
n8n-nodes-scrappa
For self-hosted command-line installs:
npm install n8n-nodes-scrappa
Restart n8n after installing the package.
Credentials
Create a Scrappa API key from your Scrappa dashboard, then create a Scrappa API credential in n8n. The node sends it as the X-API-KEY header.
Operations
/api/... Scrappa routeExamples
Search Google:
1. Add a Scrappa node.
2. Choose Google Search.
3. Set Query to best coffee shops berlin.
4. Run the node.
Fetch LinkedIn profile data:
1. Add a Scrappa node.
2. Choose LinkedIn: Profile.
3. Set URL to a public LinkedIn profile URL.
4. Run the node.
Use an endpoint that does not have a dedicated operation yet:
1. Choose Custom Endpoint.
2. Set Custom Endpoint Path to a Scrappa API path like /api/google/news.
3. Add query parameters as JSON in Additional Query Parameters.
Workflow Templates
Import these JSON templates directly into n8n: