To parse JSON from an API call in Make.com, add an HTTP module (e.g., "Get a File" ) → use the "Parse JSON" module right after it. In the Parse JSON module, click "Generate" → send a sample API request to create the data structure. Then map individual fields from the parsed JSON to subsequent modules (e.g., Google Sheets). For arrays, use the "Iterator" module to loop through items. That's how to extract API data in Make.com. 🔄📦