Consume any API from RapidAPI
npm install n8n-nodes-rapidapiThis is an n8n community node. It lets you consume any API from RapidAPI in your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Credentials
Usage
Compatibility
Resources
Follow the installation guide in the n8n community nodes documentation.
1. Sign up or log in to RapidAPI.
2. Subscribe to an API you want to use.
3. Go to the API's endpoint page to find your X-RapidAPI-Key.
4. In n8n, create a new credential for RapidAPI API.
5. Paste your API Key into the credential field.
This node allows you to make generic HTTP requests to RapidAPI endpoints.
* Method: The HTTP method to use (GET, POST, PUT, PATCH, DELETE).
* URL: The full URL of the RapidAPI endpoint (e.g., https://api-name.p.rapidapi.com/endpoint).
* Query Parameters: Add key-value pairs for query parameters.
* Headers: Add custom headers if required (Note: x-rapidapi-key is handled automatically by credentials).
* Body: (For POST, PUT, PATCH) standard JSON body.
* n8n version: 1.0.0+