Official community node for the Statista REST API. Search and retrieve statistics, consumer insights, and market insights from Statista inside n8n workflows.
- Open Settings → Community Nodes in n8n.
- Click Install.
- Enter
n8n-nodes-statista-api.
cd n8n-nodes-statista-api
npm install
npm run buildMount the package folder to your n8n custom extensions directory, then restart n8n.
Create Statista API credentials with your API key.
- Get an API key at platform.statista.ai/join
- Authentication docs: Statista authentication
The credential test runs a lightweight statistics search to verify your key.
| Operation | Description |
|---|---|
| Search | Search statistics by natural language or keywords |
| Get Data | Retrieve full chart data for a statistic by ID |
| Operation | Description |
|---|---|
| Search | Search survey questions and answers by topic |
| Get Data | Fetch cross-tabulated survey data for question/answer IDs |
| Operation | Description |
|---|---|
| Search | Search market insights indicators by topic |
| Get Data | Fetch chart data for a market insights indicator by ID |
- Add a Statista API node.
- Select Resource → Statistics, Operation → Search.
- Set Query to
e.g. electric vehicles. - Connect a second Statista API node with Operation → Get Data and pass a statistic ID from the search results.
MIT