Fetch the Candidate CV
You are a headhunter working with an elite network where only the best candidates come through. A promising new CV has arrived from a highly trusted source.
Your first task is to fetch this CV from the API and inspect what you're working with.
What you'll practice:
- HTTP Request node basics
- Fetching data from an API endpoint
- Inspecting JSON response structures
Login to see the exercise
Create an account to access challenges and track your progress.
Log in to see exerciseNext up
Extract and Shape the CV Data
Related Content
Continue your learning journey with these related challenges and guides:
Learn how to use the HTTP Request node in n8n to connect to any API. This guide covers all HTTP methods (GET, POST, PUT, PATCH, DELETE), sending data, and handling responses.
Learn how to add your OpenAI API key to n8n in under 5 minutes. Step-by-step guide to creating an API key and configuring the OpenAI node.
Learn to extract nested JSON fields into a flat structure using n8n's Edit Fields node and expressions.
Learn how to fetch and parse API data in n8n using the HTTP Request node. Practice extracting nested JSON fields into clean output.
Learn how to fetch data from an API in n8n using Manual Trigger and HTTP Request nodes. Practice making GET requests and understanding JSON responses.