|
51
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"93811b17-9736-4f3a-bd69-0b297e6f7684","operator":{"type":"string","operation":"exists","singleValue":true},"leftValue":"={{ $json.middle_name }}","rightValue":"={{ null }}"}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Check - Null",["14","15","4","16","17","18","19","20","21","22","23","24"],{"Start Test!":"25","Test - String":"26","Check - String":"27","Success - String":"28","Test - Number":"29","Check - Number":"30","Success - Number":"31","Test - Boolean":"32","Check - Boolean":"33","Success - Boolean":"34","Test - Null":"35","Check - Null":"36"},{},{},[],{},{},{},{"version":1,"establishedAt":1764545835513,"source":"37"},"Start Test!","Test - Null","Success - Boolean","Check - Boolean","Test - Boolean","Success - Number","Check - Number","Test - Number","Success - String","Check - String","Test - String",["38"],["39"],["40"],["41"],["42"],["43"],["44"],["45"],["46"],["47"],["48"],["49"],"manual",{"startTime":1764545437886,"executionIndex":0,"source":"50","hints":"51","executionTime":1,"executionStatus":"52","data":"53"},{"startTime":1764545437888,"executionIndex":1,"source":"54","hints":"55","executionTime":1,"executionStatus":"52","data":"56"},{"startTime":1764545437890,"executionIndex":2,"source":"57","hints":"58","executionTime":1,"executionStatus":"52","data":"59"},{"startTime":1764545437892,"executionIndex":3,"source":"60","hints":"61","executionTime":1,"executionStatus":"52","data":"62"},{"startTime":1764545437894,"executionIndex":4,"source":"63","hints":"64","executionTime":1,"executionStatus":"52","data":"65"},{"startTime":1764545437895,"executionIndex":5,"source":"66","hints":"67","executionTime":2,"executionStatus":"52","data":"68"},{"startTime":1764545437898,"executionIndex":6,"source":"69","hints":"70","executionTime":1,"executionStatus":"52","data":"71"},{"startTime":1764545437900,"executionIndex":7,"source":"72","hints":"73","executionTime":5,"executionStatus":"52","data":"74"},{"startTime":1764545437908,"executionIndex":8,"source":"75","hints":"76","executionTime":10,"executionStatus":"52","data":"77"},{"startTime":1764545437924,"executionIndex":9,"source":"78","hints":"79","executionTime":1,"executionStatus":"52","data":"80"},{"startTime":1764545437926,"executionIndex":10,"source":"81","hints":"82","executionTime":2,"executionStatus":"52","data":"83"},{"startTime":1764545835515,"executionIndex":11,"source":"84","hints":"85","executionTime":5,"executionStatus":"52","data":"86"},[],[],"success",{"main":"87"},["88"],[],{"main":"89"},["90"],[],{"main":"91"},["92"],[],{"main":"93"},["94"],[],{"main":"95"},["96"],[],{"main":"97"},["98"],[],{"main":"99"},["100"],[],{"main":"101"},["102"],[],{"main":"103"},["104"],[],{"main":"105"},["106"],[],{"main":"107"},["108"],[],{"main":"109"},["110"],{"previousNode":"14"},["111"],{"previousNode":"24"},["112","113"],{"previousNode":"23"},["114"],{"previousNode":"22"},["115"],{"previousNode":"21"},["116","117"],{"previousNode":"20"},["118"],{"previousNode":"19"},["119"],{"previousNode":"18"},["120","121"],{"previousNode":"17"},["122"],{"previousNode":"16"},["123"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["124","125"],["126"],["127"],["128"],[],["129"],["130"],["131"],[],["132"],["133"],["134"],[],["135"],["136"],[],["137"],{"json":"138","pairedItem":"139"},{"json":"140","pairedItem":"141"},{"json":"142","pairedItem":"143"},{"json":"144","pairedItem":"145"},{"json":"146","pairedItem":"147"},{"json":"148","pairedItem":"149"},{"json":"150","pairedItem":"151"},{"json":"152","pairedItem":"153"},{"json":"154","pairedItem":"155"},{"json":"156","pairedItem":"157"},{"json":"158","pairedItem":"159"},{"json":"158","pairedItem":"160"},{},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"middle_name":null},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
52
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"93811b17-9736-4f3a-bd69-0b297e6f7684","operator":{"type":"string","operation":"notExists","singleValue":true},"leftValue":"={{ $json.middle_name }}","rightValue":"={{ null }}"}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Check - Null",["14","15","4","16","17","18","19","20","21","22","23","24"],{"Start Test!":"25","Test - String":"26","Check - String":"27","Success - String":"28","Test - Number":"29","Check - Number":"30","Success - Number":"31","Test - Boolean":"32","Check - Boolean":"33","Success - Boolean":"34","Test - Null":"35","Check - Null":"36"},{},{},[],{},{},{},{"version":1,"establishedAt":1764545839490,"source":"37"},"Start Test!","Test - Null","Success - Boolean","Check - Boolean","Test - Boolean","Success - Number","Check - Number","Test - Number","Success - String","Check - String","Test - String",["38"],["39"],["40"],["41"],["42"],["43"],["44"],["45"],["46"],["47"],["48"],["49"],"manual",{"startTime":1764545437886,"executionIndex":0,"source":"50","hints":"51","executionTime":1,"executionStatus":"52","data":"53"},{"startTime":1764545437888,"executionIndex":1,"source":"54","hints":"55","executionTime":1,"executionStatus":"52","data":"56"},{"startTime":1764545437890,"executionIndex":2,"source":"57","hints":"58","executionTime":1,"executionStatus":"52","data":"59"},{"startTime":1764545437892,"executionIndex":3,"source":"60","hints":"61","executionTime":1,"executionStatus":"52","data":"62"},{"startTime":1764545437894,"executionIndex":4,"source":"63","hints":"64","executionTime":1,"executionStatus":"52","data":"65"},{"startTime":1764545437895,"executionIndex":5,"source":"66","hints":"67","executionTime":2,"executionStatus":"52","data":"68"},{"startTime":1764545437898,"executionIndex":6,"source":"69","hints":"70","executionTime":1,"executionStatus":"52","data":"71"},{"startTime":1764545437900,"executionIndex":7,"source":"72","hints":"73","executionTime":5,"executionStatus":"52","data":"74"},{"startTime":1764545437908,"executionIndex":8,"source":"75","hints":"76","executionTime":10,"executionStatus":"52","data":"77"},{"startTime":1764545437924,"executionIndex":9,"source":"78","hints":"79","executionTime":1,"executionStatus":"52","data":"80"},{"startTime":1764545437926,"executionIndex":10,"source":"81","hints":"82","executionTime":2,"executionStatus":"52","data":"83"},{"startTime":1764545839492,"executionIndex":11,"source":"84","hints":"85","executionTime":3,"executionStatus":"52","data":"86"},[],[],"success",{"main":"87"},["88"],[],{"main":"89"},["90"],[],{"main":"91"},["92"],[],{"main":"93"},["94"],[],{"main":"95"},["96"],[],{"main":"97"},["98"],[],{"main":"99"},["100"],[],{"main":"101"},["102"],[],{"main":"103"},["104"],[],{"main":"105"},["106"],[],{"main":"107"},["108"],[],{"main":"109"},["110"],{"previousNode":"14"},["111"],{"previousNode":"24"},["112","113"],{"previousNode":"23"},["114"],{"previousNode":"22"},["115"],{"previousNode":"21"},["116","117"],{"previousNode":"20"},["118"],{"previousNode":"19"},["119"],{"previousNode":"18"},["120","121"],{"previousNode":"17"},["122"],{"previousNode":"16"},["123"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["124","125"],["126"],["127"],["128"],[],["129"],["130"],["131"],[],["132"],["133"],["134"],[],["135"],["136"],[],["137"],{"json":"138","pairedItem":"139"},{"json":"140","pairedItem":"141"},{"json":"142","pairedItem":"143"},{"json":"144","pairedItem":"145"},{"json":"146","pairedItem":"147"},{"json":"148","pairedItem":"149"},{"json":"150","pairedItem":"151"},{"json":"152","pairedItem":"153"},{"json":"154","pairedItem":"155"},{"json":"156","pairedItem":"157"},{"json":"158","pairedItem":"159"},{"json":"158","pairedItem":"160"},{},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"middle_name":null},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
53
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict","version":2},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"93811b17-9736-4f3a-bd69-0b297e6f7684","operator":{"type":"string","operation":"exists","singleValue":true},"leftValue":"={{ $json.middle_name }}","rightValue":"={{ null }}"}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{},{"error":"4","runData":"5","pinData":"6","lastNodeExecuted":"7"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},{"level":"14","tags":"15","timestamp":1764545932798,"context":"16","functionality":"17","name":"18","node":"19","messages":"20","message":"21","stack":"22"},{"Start Test!":"23","Test - String":"24","Check - String":"25","Success - String":"26","Test - Number":"27","Check - Number":"28","Success - Number":"29","Test - Boolean":"30","Check - Boolean":"31","Success - Boolean":"32","Test - Null":"33","Check - Null":"34","Error - Null":"35"},{},"Error - Null",{},["36"],{},{},{},{"version":1,"establishedAt":1764545932766,"source":"37"},"warning",{},{},"regular","NodeOperationError",{"parameters":"38","id":"39","cid":"40","name":"7","type":"41","creator":"42","position":"43","typeVersion":1,"notes":"44"},[],"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes.","NodeOperationError: Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes.\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/StopAndError/StopAndError.node.ts:92:9)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:31)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:22)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:38\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["45"],["46"],["47"],["48"],["49"],["50"],["51"],["52"],["53"],["54"],["55"],["56"],["57"],{"node":"58","data":"59","source":"60"},"manual",{"errorType":"61","errorMessage":"21"},"e33c61f4-b8c8-460a-9b48-6b6be2c37526","Ikx1Y2FzIFBleXJpbiI","n8n-nodes-base.stopAndError","Lucas Peyrin",[1328,496],"© 2025 Lucas Peyrin",{"startTime":1764545932768,"executionIndex":0,"source":"62","hints":"63","executionTime":2,"executionStatus":"64","data":"65"},{"startTime":1764545932771,"executionIndex":1,"source":"66","hints":"67","executionTime":1,"executionStatus":"64","data":"68"},{"startTime":1764545932773,"executionIndex":2,"source":"69","hints":"70","executionTime":2,"executionStatus":"64","data":"71"},{"startTime":1764545932777,"executionIndex":3,"source":"72","hints":"73","executionTime":0,"executionStatus":"64","data":"74"},{"startTime":1764545932778,"executionIndex":4,"source":"75","hints":"76","executionTime":1,"executionStatus":"64","data":"77"},{"startTime":1764545932779,"executionIndex":5,"source":"78","hints":"79","executionTime":2,"executionStatus":"64","data":"80"},{"startTime":1764545932781,"executionIndex":6,"source":"81","hints":"82","executionTime":1,"executionStatus":"64","data":"83"},{"startTime":1764545932782,"executionIndex":7,"source":"84","hints":"85","executionTime":1,"executionStatus":"64","data":"86"},{"startTime":1764545932784,"executionIndex":8,"source":"87","hints":"88","executionTime":1,"executionStatus":"64","data":"89"},{"startTime":1764545932785,"executionIndex":9,"source":"90","hints":"91","executionTime":1,"executionStatus":"64","data":"92"},{"startTime":1764545932787,"executionIndex":10,"source":"93","hints":"94","executionTime":3,"executionStatus":"64","data":"95"},{"startTime":1764545932791,"executionIndex":11,"source":"96","hints":"97","executionTime":4,"executionStatus":"64","data":"98"},{"startTime":1764545932796,"executionIndex":12,"source":"99","hints":"100","executionTime":3,"executionStatus":"101","error":"102"},{"parameters":"103","id":"39","cid":"40","name":"7","type":"41","creator":"42","position":"104","typeVersion":1,"notes":"44"},{"main":"105"},{"main":"99"},"errorMessage",[],[],"success",{"main":"106"},["107"],[],{"main":"108"},["109"],[],{"main":"110"},["111"],[],{"main":"112"},["113"],[],{"main":"114"},["115"],[],{"main":"116"},["117"],[],{"main":"118"},["119"],[],{"main":"120"},["121"],[],{"main":"122"},["123"],[],{"main":"124"},["125"],[],{"main":"126"},["127"],[],{"main":"128"},["129"],[],"error",{"level":"14","tags":"15","timestamp":1764545932798,"context":"16","functionality":"17","name":"18","node":"19","messages":"20","message":"21","stack":"22"},{"errorType":"61","errorMessage":"21"},[1328,496],["130"],["131"],{"previousNode":"132"},["133"],{"previousNode":"134"},["135","136"],{"previousNode":"137"},["138"],{"previousNode":"139"},["140"],{"previousNode":"141"},["142","143"],{"previousNode":"144"},["145"],{"previousNode":"146"},["147"],{"previousNode":"148"},["149","150"],{"previousNode":"151"},["152"],{"previousNode":"153"},["154"],{"previousNode":"155"},["156","157"],{"previousNode":"158","previousNodeOutput":1},["159"],["160"],"Start Test!",["161"],"Test - String",["162"],[],"Check - String",["163"],"Success - String",["164"],"Test - Number",["165"],[],"Check - Number",["166"],"Success - Number",["167"],"Test - Boolean",["168"],[],"Check - Boolean",["169"],"Success - Boolean",["170"],"Test - Null",[],["171"],"Check - Null",{"json":"172","pairedItem":"173"},{"json":"174","pairedItem":"175"},{"json":"176","pairedItem":"177"},{"json":"176","pairedItem":"178"},{"json":"176","pairedItem":"179"},{"json":"180","pairedItem":"181"},{"json":"180","pairedItem":"182"},{"json":"180","pairedItem":"183"},{"json":"184","pairedItem":"185"},{"json":"184","pairedItem":"186"},{"json":"184","pairedItem":"187"},{"json":"172","pairedItem":"188"},{"json":"172","pairedItem":"189"},{"middle_name":null},{"item":0},{},{"item":0},{"my_string":"190"},{"item":0},{"item":0},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"item":0},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
54
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict","version":2},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"93811b17-9736-4f3a-bd69-0b297e6f7684","operator":{"type":"string","operation":"notExists","singleValue":true},"leftValue":"={{ $json.middle_name }}","rightValue":"={{ null }}"}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Check - Null",["14","15","4","16","17","18","19","20","21","22","23","24"],{"Start Test!":"25","Test - String":"26","Check - String":"27","Success - String":"28","Test - Number":"29","Check - Number":"30","Success - Number":"31","Test - Boolean":"32","Check - Boolean":"33","Success - Boolean":"34","Test - Null":"35","Check - Null":"36"},{},{},[],{},{},{},{"version":1,"establishedAt":1764545958423,"source":"37"},"Start Test!","Test - Null","Success - Boolean","Check - Boolean","Test - Boolean","Success - Number","Check - Number","Test - Number","Success - String","Check - String","Test - String",["38"],["39"],["40"],["41"],["42"],["43"],["44"],["45"],["46"],["47"],["48"],["49"],"manual",{"startTime":1764545932768,"executionIndex":0,"source":"50","hints":"51","executionTime":2,"executionStatus":"52","data":"53"},{"startTime":1764545932771,"executionIndex":1,"source":"54","hints":"55","executionTime":1,"executionStatus":"52","data":"56"},{"startTime":1764545932773,"executionIndex":2,"source":"57","hints":"58","executionTime":2,"executionStatus":"52","data":"59"},{"startTime":1764545932777,"executionIndex":3,"source":"60","hints":"61","executionTime":0,"executionStatus":"52","data":"62"},{"startTime":1764545932778,"executionIndex":4,"source":"63","hints":"64","executionTime":1,"executionStatus":"52","data":"65"},{"startTime":1764545932779,"executionIndex":5,"source":"66","hints":"67","executionTime":2,"executionStatus":"52","data":"68"},{"startTime":1764545932781,"executionIndex":6,"source":"69","hints":"70","executionTime":1,"executionStatus":"52","data":"71"},{"startTime":1764545932782,"executionIndex":7,"source":"72","hints":"73","executionTime":1,"executionStatus":"52","data":"74"},{"startTime":1764545932784,"executionIndex":8,"source":"75","hints":"76","executionTime":1,"executionStatus":"52","data":"77"},{"startTime":1764545932785,"executionIndex":9,"source":"78","hints":"79","executionTime":1,"executionStatus":"52","data":"80"},{"startTime":1764545932787,"executionIndex":10,"source":"81","hints":"82","executionTime":3,"executionStatus":"52","data":"83"},{"startTime":1764545958425,"executionIndex":11,"source":"84","hints":"85","executionTime":5,"executionStatus":"52","data":"86"},[],[],"success",{"main":"87"},["88"],[],{"main":"89"},["90"],[],{"main":"91"},["92"],[],{"main":"93"},["94"],[],{"main":"95"},["96"],[],{"main":"97"},["98"],[],{"main":"99"},["100"],[],{"main":"101"},["102"],[],{"main":"103"},["104"],[],{"main":"105"},["106"],[],{"main":"107"},["108"],[],{"main":"109"},["110"],{"previousNode":"14"},["111"],{"previousNode":"24"},["112","113"],{"previousNode":"23"},["114"],{"previousNode":"22"},["115"],{"previousNode":"21"},["116","117"],{"previousNode":"20"},["118"],{"previousNode":"19"},["119"],{"previousNode":"18"},["120","121"],{"previousNode":"17"},["122"],{"previousNode":"16"},["123"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["124","125"],["126"],["127"],["128"],[],["129"],["130"],["131"],[],["132"],["133"],["134"],[],["135"],["136"],[],["137"],{"json":"138","pairedItem":"139"},{"json":"140","pairedItem":"141"},{"json":"142","pairedItem":"143"},{"json":"144","pairedItem":"145"},{"json":"146","pairedItem":"147"},{"json":"148","pairedItem":"149"},{"json":"150","pairedItem":"151"},{"json":"152","pairedItem":"153"},{"json":"154","pairedItem":"155"},{"json":"156","pairedItem":"157"},{"json":"158","pairedItem":"159"},{"json":"158","pairedItem":"160"},{},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"middle_name":null},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
55
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict","version":2},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"93811b17-9736-4f3a-bd69-0b297e6f7684","operator":{"type":"string","operation":"empty","singleValue":true},"leftValue":"={{ $json.middle_name }}","rightValue":"={{ null }}"}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Check - Null",["14","15","4","16","17","18","19","20","21","22","23","24"],{"Start Test!":"25","Test - String":"26","Check - String":"27","Success - String":"28","Test - Number":"29","Check - Number":"30","Success - Number":"31","Test - Boolean":"32","Check - Boolean":"33","Success - Boolean":"34","Test - Null":"35","Check - Null":"36"},{},{},[],{},{},{},{"version":1,"establishedAt":1764545973733,"source":"37"},"Start Test!","Test - Null","Success - Boolean","Check - Boolean","Test - Boolean","Success - Number","Check - Number","Test - Number","Success - String","Check - String","Test - String",["38"],["39"],["40"],["41"],["42"],["43"],["44"],["45"],["46"],["47"],["48"],["49"],"manual",{"startTime":1764545932768,"executionIndex":0,"source":"50","hints":"51","executionTime":2,"executionStatus":"52","data":"53"},{"startTime":1764545932771,"executionIndex":1,"source":"54","hints":"55","executionTime":1,"executionStatus":"52","data":"56"},{"startTime":1764545932773,"executionIndex":2,"source":"57","hints":"58","executionTime":2,"executionStatus":"52","data":"59"},{"startTime":1764545932777,"executionIndex":3,"source":"60","hints":"61","executionTime":0,"executionStatus":"52","data":"62"},{"startTime":1764545932778,"executionIndex":4,"source":"63","hints":"64","executionTime":1,"executionStatus":"52","data":"65"},{"startTime":1764545932779,"executionIndex":5,"source":"66","hints":"67","executionTime":2,"executionStatus":"52","data":"68"},{"startTime":1764545932781,"executionIndex":6,"source":"69","hints":"70","executionTime":1,"executionStatus":"52","data":"71"},{"startTime":1764545932782,"executionIndex":7,"source":"72","hints":"73","executionTime":1,"executionStatus":"52","data":"74"},{"startTime":1764545932784,"executionIndex":8,"source":"75","hints":"76","executionTime":1,"executionStatus":"52","data":"77"},{"startTime":1764545932785,"executionIndex":9,"source":"78","hints":"79","executionTime":1,"executionStatus":"52","data":"80"},{"startTime":1764545932787,"executionIndex":10,"source":"81","hints":"82","executionTime":3,"executionStatus":"52","data":"83"},{"startTime":1764545973738,"executionIndex":11,"source":"84","hints":"85","executionTime":19,"executionStatus":"52","data":"86"},[],[],"success",{"main":"87"},["88"],[],{"main":"89"},["90"],[],{"main":"91"},["92"],[],{"main":"93"},["94"],[],{"main":"95"},["96"],[],{"main":"97"},["98"],[],{"main":"99"},["100"],[],{"main":"101"},["102"],[],{"main":"103"},["104"],[],{"main":"105"},["106"],[],{"main":"107"},["108"],[],{"main":"109"},["110"],{"previousNode":"14"},["111"],{"previousNode":"24"},["112","113"],{"previousNode":"23"},["114"],{"previousNode":"22"},["115"],{"previousNode":"21"},["116","117"],{"previousNode":"20"},["118"],{"previousNode":"19"},["119"],{"previousNode":"18"},["120","121"],{"previousNode":"17"},["122"],{"previousNode":"16"},["123"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["124","125"],["126"],["127"],["128"],[],["129"],["130"],["131"],[],["132"],["133"],["134"],[],["135"],["136"],[],["137"],{"json":"138","pairedItem":"139"},{"json":"140","pairedItem":"141"},{"json":"142","pairedItem":"143"},{"json":"144","pairedItem":"145"},{"json":"146","pairedItem":"147"},{"json":"148","pairedItem":"149"},{"json":"150","pairedItem":"151"},{"json":"152","pairedItem":"153"},{"json":"154","pairedItem":"155"},{"json":"156","pairedItem":"157"},{"json":"158","pairedItem":"159"},{"json":"158","pairedItem":"160"},{},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"middle_name":null},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
56
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict","version":2},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"93811b17-9736-4f3a-bd69-0b297e6f7684","operator":{"type":"string","operation":"contains"},"leftValue":"={{ $json.middle_name }}","rightValue":"={{ null }}"}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Check - Null",["14","15","4","16","17","18","19","20","21","22","23","24"],{"Start Test!":"25","Test - String":"26","Check - String":"27","Success - String":"28","Test - Number":"29","Check - Number":"30","Success - Number":"31","Test - Boolean":"32","Check - Boolean":"33","Success - Boolean":"34","Test - Null":"35","Check - Null":"36"},{},{},[],{},{},{},{"version":1,"establishedAt":1764545993022,"source":"37"},"Start Test!","Test - Null","Success - Boolean","Check - Boolean","Test - Boolean","Success - Number","Check - Number","Test - Number","Success - String","Check - String","Test - String",["38"],["39"],["40"],["41"],["42"],["43"],["44"],["45"],["46"],["47"],["48"],["49"],"manual",{"startTime":1764545932768,"executionIndex":0,"source":"50","hints":"51","executionTime":2,"executionStatus":"52","data":"53"},{"startTime":1764545932771,"executionIndex":1,"source":"54","hints":"55","executionTime":1,"executionStatus":"52","data":"56"},{"startTime":1764545932773,"executionIndex":2,"source":"57","hints":"58","executionTime":2,"executionStatus":"52","data":"59"},{"startTime":1764545932777,"executionIndex":3,"source":"60","hints":"61","executionTime":0,"executionStatus":"52","data":"62"},{"startTime":1764545932778,"executionIndex":4,"source":"63","hints":"64","executionTime":1,"executionStatus":"52","data":"65"},{"startTime":1764545932779,"executionIndex":5,"source":"66","hints":"67","executionTime":2,"executionStatus":"52","data":"68"},{"startTime":1764545932781,"executionIndex":6,"source":"69","hints":"70","executionTime":1,"executionStatus":"52","data":"71"},{"startTime":1764545932782,"executionIndex":7,"source":"72","hints":"73","executionTime":1,"executionStatus":"52","data":"74"},{"startTime":1764545932784,"executionIndex":8,"source":"75","hints":"76","executionTime":1,"executionStatus":"52","data":"77"},{"startTime":1764545932785,"executionIndex":9,"source":"78","hints":"79","executionTime":1,"executionStatus":"52","data":"80"},{"startTime":1764545932787,"executionIndex":10,"source":"81","hints":"82","executionTime":3,"executionStatus":"52","data":"83"},{"startTime":1764545993023,"executionIndex":11,"source":"84","hints":"85","executionTime":4,"executionStatus":"52","data":"86"},[],[],"success",{"main":"87"},["88"],[],{"main":"89"},["90"],[],{"main":"91"},["92"],[],{"main":"93"},["94"],[],{"main":"95"},["96"],[],{"main":"97"},["98"],[],{"main":"99"},["100"],[],{"main":"101"},["102"],[],{"main":"103"},["104"],[],{"main":"105"},["106"],[],{"main":"107"},["108"],[],{"main":"109"},["110"],{"previousNode":"14"},["111"],{"previousNode":"24"},["112","113"],{"previousNode":"23"},["114"],{"previousNode":"22"},["115"],{"previousNode":"21"},["116","117"],{"previousNode":"20"},["118"],{"previousNode":"19"},["119"],{"previousNode":"18"},["120","121"],{"previousNode":"17"},["122"],{"previousNode":"16"},["123"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["124","125"],["126"],["127"],["128"],[],["129"],["130"],["131"],[],["132"],["133"],["134"],[],["135"],["136"],[],["137"],{"json":"138","pairedItem":"139"},{"json":"140","pairedItem":"141"},{"json":"142","pairedItem":"143"},{"json":"144","pairedItem":"145"},{"json":"146","pairedItem":"147"},{"json":"148","pairedItem":"149"},{"json":"150","pairedItem":"151"},{"json":"152","pairedItem":"153"},{"json":"154","pairedItem":"155"},{"json":"156","pairedItem":"157"},{"json":"158","pairedItem":"159"},{"json":"158","pairedItem":"160"},{},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"middle_name":null},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
57
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict","version":2},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"93811b17-9736-4f3a-bd69-0b297e6f7684","operator":{"type":"string","operation":"contains"},"leftValue":"={{ $json.middle_name }}","rightValue":"={{ null }}"}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Check - Null",["14","15","4","16","17","18","19","20","21","22","23","24"],{"Start Test!":"25","Test - String":"26","Check - String":"27","Success - String":"28","Test - Number":"29","Check - Number":"30","Success - Number":"31","Test - Boolean":"32","Check - Boolean":"33","Success - Boolean":"34","Test - Null":"35","Check - Null":"36"},{},{},[],{},{},{},{"version":1,"establishedAt":1764545996176,"source":"37"},"Start Test!","Test - Null","Success - Boolean","Check - Boolean","Test - Boolean","Success - Number","Check - Number","Test - Number","Success - String","Check - String","Test - String",["38"],["39"],["40"],["41"],["42"],["43"],["44"],["45"],["46"],["47"],["48"],["49"],"manual",{"startTime":1764545932768,"executionIndex":0,"source":"50","hints":"51","executionTime":2,"executionStatus":"52","data":"53"},{"startTime":1764545932771,"executionIndex":1,"source":"54","hints":"55","executionTime":1,"executionStatus":"52","data":"56"},{"startTime":1764545932773,"executionIndex":2,"source":"57","hints":"58","executionTime":2,"executionStatus":"52","data":"59"},{"startTime":1764545932777,"executionIndex":3,"source":"60","hints":"61","executionTime":0,"executionStatus":"52","data":"62"},{"startTime":1764545932778,"executionIndex":4,"source":"63","hints":"64","executionTime":1,"executionStatus":"52","data":"65"},{"startTime":1764545932779,"executionIndex":5,"source":"66","hints":"67","executionTime":2,"executionStatus":"52","data":"68"},{"startTime":1764545932781,"executionIndex":6,"source":"69","hints":"70","executionTime":1,"executionStatus":"52","data":"71"},{"startTime":1764545932782,"executionIndex":7,"source":"72","hints":"73","executionTime":1,"executionStatus":"52","data":"74"},{"startTime":1764545932784,"executionIndex":8,"source":"75","hints":"76","executionTime":1,"executionStatus":"52","data":"77"},{"startTime":1764545932785,"executionIndex":9,"source":"78","hints":"79","executionTime":1,"executionStatus":"52","data":"80"},{"startTime":1764545932787,"executionIndex":10,"source":"81","hints":"82","executionTime":3,"executionStatus":"52","data":"83"},{"startTime":1764545996178,"executionIndex":11,"source":"84","hints":"85","executionTime":4,"executionStatus":"52","data":"86"},[],[],"success",{"main":"87"},["88"],[],{"main":"89"},["90"],[],{"main":"91"},["92"],[],{"main":"93"},["94"],[],{"main":"95"},["96"],[],{"main":"97"},["98"],[],{"main":"99"},["100"],[],{"main":"101"},["102"],[],{"main":"103"},["104"],[],{"main":"105"},["106"],[],{"main":"107"},["108"],[],{"main":"109"},["110"],{"previousNode":"14"},["111"],{"previousNode":"24"},["112","113"],{"previousNode":"23"},["114"],{"previousNode":"22"},["115"],{"previousNode":"21"},["116","117"],{"previousNode":"20"},["118"],{"previousNode":"19"},["119"],{"previousNode":"18"},["120","121"],{"previousNode":"17"},["122"],{"previousNode":"16"},["123"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["124","125"],["126"],["127"],["128"],[],["129"],["130"],["131"],[],["132"],["133"],["134"],[],["135"],["136"],[],["137"],{"json":"138","pairedItem":"139"},{"json":"140","pairedItem":"141"},{"json":"142","pairedItem":"143"},{"json":"144","pairedItem":"145"},{"json":"146","pairedItem":"147"},{"json":"148","pairedItem":"149"},{"json":"150","pairedItem":"151"},{"json":"152","pairedItem":"153"},{"json":"154","pairedItem":"155"},{"json":"156","pairedItem":"157"},{"json":"158","pairedItem":"159"},{"json":"158","pairedItem":"160"},{},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"middle_name":null},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
58
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict","version":2},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"99434117-2c58-4464-8ade-e5503fe8e39d","leftValue":"={{ $json.middle_name }}","rightValue":"","operator":{"type":"string","operation":"equals","name":"filter.operator.equals"}}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Check - Null",["14","15","4","16","17","18","19","20","21","22","23","24"],{"Start Test!":"25","Test - String":"26","Check - String":"27","Success - String":"28","Test - Number":"29","Check - Number":"30","Success - Number":"31","Test - Boolean":"32","Check - Boolean":"33","Success - Boolean":"34","Test - Null":"35","Check - Null":"36"},{},{},[],{},{},{},{"version":1,"establishedAt":1764546026867,"source":"37"},"Start Test!","Test - Null","Success - Boolean","Check - Boolean","Test - Boolean","Success - Number","Check - Number","Test - Number","Success - String","Check - String","Test - String",["38"],["39"],["40"],["41"],["42"],["43"],["44"],["45"],["46"],["47"],["48"],["49"],"manual",{"startTime":1764545932768,"executionIndex":0,"source":"50","hints":"51","executionTime":2,"executionStatus":"52","data":"53"},{"startTime":1764545932771,"executionIndex":1,"source":"54","hints":"55","executionTime":1,"executionStatus":"52","data":"56"},{"startTime":1764545932773,"executionIndex":2,"source":"57","hints":"58","executionTime":2,"executionStatus":"52","data":"59"},{"startTime":1764545932777,"executionIndex":3,"source":"60","hints":"61","executionTime":0,"executionStatus":"52","data":"62"},{"startTime":1764545932778,"executionIndex":4,"source":"63","hints":"64","executionTime":1,"executionStatus":"52","data":"65"},{"startTime":1764545932779,"executionIndex":5,"source":"66","hints":"67","executionTime":2,"executionStatus":"52","data":"68"},{"startTime":1764545932781,"executionIndex":6,"source":"69","hints":"70","executionTime":1,"executionStatus":"52","data":"71"},{"startTime":1764545932782,"executionIndex":7,"source":"72","hints":"73","executionTime":1,"executionStatus":"52","data":"74"},{"startTime":1764545932784,"executionIndex":8,"source":"75","hints":"76","executionTime":1,"executionStatus":"52","data":"77"},{"startTime":1764545932785,"executionIndex":9,"source":"78","hints":"79","executionTime":1,"executionStatus":"52","data":"80"},{"startTime":1764545932787,"executionIndex":10,"source":"81","hints":"82","executionTime":3,"executionStatus":"52","data":"83"},{"startTime":1764546026869,"executionIndex":11,"source":"84","hints":"85","executionTime":2,"executionStatus":"52","data":"86"},[],[],"success",{"main":"87"},["88"],[],{"main":"89"},["90"],[],{"main":"91"},["92"],[],{"main":"93"},["94"],[],{"main":"95"},["96"],[],{"main":"97"},["98"],[],{"main":"99"},["100"],[],{"main":"101"},["102"],[],{"main":"103"},["104"],[],{"main":"105"},["106"],[],{"main":"107"},["108"],[],{"main":"109"},["110"],{"previousNode":"14"},["111"],{"previousNode":"24"},["112","113"],{"previousNode":"23"},["114"],{"previousNode":"22"},["115"],{"previousNode":"21"},["116","117"],{"previousNode":"20"},["118"],{"previousNode":"19"},["119"],{"previousNode":"18"},["120","121"],{"previousNode":"17"},["122"],{"previousNode":"16"},["123"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["124","125"],["126"],["127"],["128"],[],["129"],["130"],["131"],[],["132"],["133"],["134"],[],["135"],["136"],[],["137"],{"json":"138","pairedItem":"139"},{"json":"140","pairedItem":"141"},{"json":"142","pairedItem":"143"},{"json":"144","pairedItem":"145"},{"json":"146","pairedItem":"147"},{"json":"148","pairedItem":"149"},{"json":"150","pairedItem":"151"},{"json":"152","pairedItem":"153"},{"json":"154","pairedItem":"155"},{"json":"156","pairedItem":"157"},{"json":"158","pairedItem":"159"},{"json":"158","pairedItem":"160"},{},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"middle_name":null},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
59
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict","version":2},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"99434117-2c58-4464-8ade-e5503fe8e39d","leftValue":"={{ $json.middle_name }}","rightValue":"","operator":{"type":"string","operation":"equals","name":"filter.operator.equals"}}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Check - Null",["14","15","4","16","17","18","19","20","21","22","23","24"],{"Start Test!":"25","Test - String":"26","Check - String":"27","Success - String":"28","Test - Number":"29","Check - Number":"30","Success - Number":"31","Test - Boolean":"32","Check - Boolean":"33","Success - Boolean":"34","Test - Null":"35","Check - Null":"36"},{},{},[],{},{},{},{"version":1,"establishedAt":1764546042112,"source":"37"},"Start Test!","Test - Null","Success - Boolean","Check - Boolean","Test - Boolean","Success - Number","Check - Number","Test - Number","Success - String","Check - String","Test - String",["38"],["39"],["40"],["41"],["42"],["43"],["44"],["45"],["46"],["47"],["48"],["49"],"manual",{"startTime":1764545932768,"executionIndex":0,"source":"50","hints":"51","executionTime":2,"executionStatus":"52","data":"53"},{"startTime":1764545932771,"executionIndex":1,"source":"54","hints":"55","executionTime":1,"executionStatus":"52","data":"56"},{"startTime":1764545932773,"executionIndex":2,"source":"57","hints":"58","executionTime":2,"executionStatus":"52","data":"59"},{"startTime":1764545932777,"executionIndex":3,"source":"60","hints":"61","executionTime":0,"executionStatus":"52","data":"62"},{"startTime":1764545932778,"executionIndex":4,"source":"63","hints":"64","executionTime":1,"executionStatus":"52","data":"65"},{"startTime":1764545932779,"executionIndex":5,"source":"66","hints":"67","executionTime":2,"executionStatus":"52","data":"68"},{"startTime":1764545932781,"executionIndex":6,"source":"69","hints":"70","executionTime":1,"executionStatus":"52","data":"71"},{"startTime":1764545932782,"executionIndex":7,"source":"72","hints":"73","executionTime":1,"executionStatus":"52","data":"74"},{"startTime":1764545932784,"executionIndex":8,"source":"75","hints":"76","executionTime":1,"executionStatus":"52","data":"77"},{"startTime":1764545932785,"executionIndex":9,"source":"78","hints":"79","executionTime":1,"executionStatus":"52","data":"80"},{"startTime":1764545932787,"executionIndex":10,"source":"81","hints":"82","executionTime":3,"executionStatus":"52","data":"83"},{"startTime":1764546042116,"executionIndex":11,"source":"84","hints":"85","executionTime":4,"executionStatus":"52","data":"86"},[],[],"success",{"main":"87"},["88"],[],{"main":"89"},["90"],[],{"main":"91"},["92"],[],{"main":"93"},["94"],[],{"main":"95"},["96"],[],{"main":"97"},["98"],[],{"main":"99"},["100"],[],{"main":"101"},["102"],[],{"main":"103"},["104"],[],{"main":"105"},["106"],[],{"main":"107"},["108"],[],{"main":"109"},["110"],{"previousNode":"14"},["111"],{"previousNode":"24"},["112","113"],{"previousNode":"23"},["114"],{"previousNode":"22"},["115"],{"previousNode":"21"},["116","117"],{"previousNode":"20"},["118"],{"previousNode":"19"},["119"],{"previousNode":"18"},["120","121"],{"previousNode":"17"},["122"],{"previousNode":"16"},["123"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["124","125"],["126"],["127"],["128"],[],["129"],["130"],["131"],[],["132"],["133"],["134"],[],["135"],["136"],[],["137"],{"json":"138","pairedItem":"139"},{"json":"140","pairedItem":"141"},{"json":"142","pairedItem":"143"},{"json":"144","pairedItem":"145"},{"json":"146","pairedItem":"147"},{"json":"148","pairedItem":"149"},{"json":"150","pairedItem":"151"},{"json":"152","pairedItem":"153"},{"json":"154","pairedItem":"155"},{"json":"156","pairedItem":"157"},{"json":"158","pairedItem":"159"},{"json":"158","pairedItem":"160"},{},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"middle_name":null},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
60
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict","version":2},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"99434117-2c58-4464-8ade-e5503fe8e39d","leftValue":"={{ $json.middle_name }}","rightValue":"","operator":{"type":"string","operation":"equals","name":"filter.operator.equals"}}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{},{"error":"4","runData":"5","pinData":"6","lastNodeExecuted":"7"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},{"level":"14","tags":"15","timestamp":1764546055080,"context":"16","functionality":"17","name":"18","node":"19","messages":"20","message":"21","stack":"22"},{"Start Test!":"23","Test - String":"24","Check - String":"25","Success - String":"26","Test - Number":"27","Check - Number":"28","Success - Number":"29","Test - Boolean":"30","Check - Boolean":"31","Success - Boolean":"32","Test - Null":"33","Check - Null":"34","Error - Null":"35"},{},"Error - Null",{},["36"],{},{},{},{"version":1,"establishedAt":1764546055052,"source":"37"},"warning",{},{},"regular","NodeOperationError",{"parameters":"38","id":"39","cid":"40","name":"7","type":"41","creator":"42","position":"43","typeVersion":1,"notes":"44"},[],"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes.","NodeOperationError: Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes.\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/StopAndError/StopAndError.node.ts:92:9)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:31)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:22)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:38\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["45"],["46"],["47"],["48"],["49"],["50"],["51"],["52"],["53"],["54"],["55"],["56"],["57"],{"node":"58","data":"59","source":"60"},"manual",{"errorType":"61","errorMessage":"21"},"e33c61f4-b8c8-460a-9b48-6b6be2c37526","Ikx1Y2FzIFBleXJpbiI","n8n-nodes-base.stopAndError","Lucas Peyrin",[1328,496],"© 2025 Lucas Peyrin",{"startTime":1764546055054,"executionIndex":0,"source":"62","hints":"63","executionTime":1,"executionStatus":"64","data":"65"},{"startTime":1764546055056,"executionIndex":1,"source":"66","hints":"67","executionTime":1,"executionStatus":"64","data":"68"},{"startTime":1764546055057,"executionIndex":2,"source":"69","hints":"70","executionTime":1,"executionStatus":"64","data":"71"},{"startTime":1764546055059,"executionIndex":3,"source":"72","hints":"73","executionTime":0,"executionStatus":"64","data":"74"},{"startTime":1764546055059,"executionIndex":4,"source":"75","hints":"76","executionTime":1,"executionStatus":"64","data":"77"},{"startTime":1764546055061,"executionIndex":5,"source":"78","hints":"79","executionTime":2,"executionStatus":"64","data":"80"},{"startTime":1764546055064,"executionIndex":6,"source":"81","hints":"82","executionTime":0,"executionStatus":"64","data":"83"},{"startTime":1764546055068,"executionIndex":7,"source":"84","hints":"85","executionTime":1,"executionStatus":"64","data":"86"},{"startTime":1764546055070,"executionIndex":8,"source":"87","hints":"88","executionTime":1,"executionStatus":"64","data":"89"},{"startTime":1764546055072,"executionIndex":9,"source":"90","hints":"91","executionTime":0,"executionStatus":"64","data":"92"},{"startTime":1764546055073,"executionIndex":10,"source":"93","hints":"94","executionTime":0,"executionStatus":"64","data":"95"},{"startTime":1764546055075,"executionIndex":11,"source":"96","hints":"97","executionTime":2,"executionStatus":"64","data":"98"},{"startTime":1764546055079,"executionIndex":12,"source":"99","hints":"100","executionTime":2,"executionStatus":"101","error":"102"},{"parameters":"103","id":"39","cid":"40","name":"7","type":"41","creator":"42","position":"104","typeVersion":1,"notes":"44"},{"main":"105"},{"main":"99"},"errorMessage",[],[],"success",{"main":"106"},["107"],[],{"main":"108"},["109"],[],{"main":"110"},["111"],[],{"main":"112"},["113"],[],{"main":"114"},["115"],[],{"main":"116"},["117"],[],{"main":"118"},["119"],[],{"main":"120"},["121"],[],{"main":"122"},["123"],[],{"main":"124"},["125"],[],{"main":"126"},["127"],[],{"main":"128"},["129"],[],"error",{"level":"14","tags":"15","timestamp":1764546055080,"context":"16","functionality":"17","name":"18","node":"19","messages":"20","message":"21","stack":"22"},{"errorType":"61","errorMessage":"21"},[1328,496],["130"],["131"],{"previousNode":"132"},["133"],{"previousNode":"134"},["135","136"],{"previousNode":"137"},["138"],{"previousNode":"139"},["140"],{"previousNode":"141"},["142","143"],{"previousNode":"144"},["145"],{"previousNode":"146"},["147"],{"previousNode":"148"},["149","150"],{"previousNode":"151"},["152"],{"previousNode":"153"},["154"],{"previousNode":"155"},["156","157"],{"previousNode":"158","previousNodeOutput":1},["159"],["160"],"Start Test!",["161"],"Test - String",["162"],[],"Check - String",["163"],"Success - String",["164"],"Test - Number",["165"],[],"Check - Number",["166"],"Success - Number",["167"],"Test - Boolean",["168"],[],"Check - Boolean",["169"],"Success - Boolean",["170"],"Test - Null",[],["171"],"Check - Null",{"json":"172","pairedItem":"173"},{"json":"174","pairedItem":"175"},{"json":"176","pairedItem":"177"},{"json":"176","pairedItem":"178"},{"json":"176","pairedItem":"179"},{"json":"180","pairedItem":"181"},{"json":"180","pairedItem":"182"},{"json":"180","pairedItem":"183"},{"json":"184","pairedItem":"185"},{"json":"184","pairedItem":"186"},{"json":"184","pairedItem":"187"},{"json":"172","pairedItem":"188"},{"json":"172","pairedItem":"189"},{"middle_name":null},{"item":0},{},{"item":0},{"my_string":"190"},{"item":0},{"item":0},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"item":0},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
61
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict","version":2},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"99434117-2c58-4464-8ade-e5503fe8e39d","leftValue":"={{ $json.middle_name }}","rightValue":"null","operator":{"type":"string","operation":"equals","name":"filter.operator.equals"}}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Check - Null",["14","15","4","16","17","18","19","20","21","22","23","24"],{"Start Test!":"25","Test - String":"26","Check - String":"27","Success - String":"28","Test - Number":"29","Check - Number":"30","Success - Number":"31","Test - Boolean":"32","Check - Boolean":"33","Success - Boolean":"34","Test - Null":"35","Check - Null":"36"},{},{},[],{},{},{},{"version":1,"establishedAt":1764546073555,"source":"37"},"Start Test!","Test - Null","Success - Boolean","Check - Boolean","Test - Boolean","Success - Number","Check - Number","Test - Number","Success - String","Check - String","Test - String",["38"],["39"],["40"],["41"],["42"],["43"],["44"],["45"],["46"],["47"],["48"],["49"],"manual",{"startTime":1764546055054,"executionIndex":0,"source":"50","hints":"51","executionTime":1,"executionStatus":"52","data":"53"},{"startTime":1764546055056,"executionIndex":1,"source":"54","hints":"55","executionTime":1,"executionStatus":"52","data":"56"},{"startTime":1764546055057,"executionIndex":2,"source":"57","hints":"58","executionTime":1,"executionStatus":"52","data":"59"},{"startTime":1764546055059,"executionIndex":3,"source":"60","hints":"61","executionTime":0,"executionStatus":"52","data":"62"},{"startTime":1764546055059,"executionIndex":4,"source":"63","hints":"64","executionTime":1,"executionStatus":"52","data":"65"},{"startTime":1764546055061,"executionIndex":5,"source":"66","hints":"67","executionTime":2,"executionStatus":"52","data":"68"},{"startTime":1764546055064,"executionIndex":6,"source":"69","hints":"70","executionTime":0,"executionStatus":"52","data":"71"},{"startTime":1764546055068,"executionIndex":7,"source":"72","hints":"73","executionTime":1,"executionStatus":"52","data":"74"},{"startTime":1764546055070,"executionIndex":8,"source":"75","hints":"76","executionTime":1,"executionStatus":"52","data":"77"},{"startTime":1764546055072,"executionIndex":9,"source":"78","hints":"79","executionTime":0,"executionStatus":"52","data":"80"},{"startTime":1764546055073,"executionIndex":10,"source":"81","hints":"82","executionTime":0,"executionStatus":"52","data":"83"},{"startTime":1764546073558,"executionIndex":11,"source":"84","hints":"85","executionTime":3,"executionStatus":"52","data":"86"},[],[],"success",{"main":"87"},["88"],[],{"main":"89"},["90"],[],{"main":"91"},["92"],[],{"main":"93"},["94"],[],{"main":"95"},["96"],[],{"main":"97"},["98"],[],{"main":"99"},["100"],[],{"main":"101"},["102"],[],{"main":"103"},["104"],[],{"main":"105"},["106"],[],{"main":"107"},["108"],[],{"main":"109"},["110"],{"previousNode":"14"},["111"],{"previousNode":"24"},["112","113"],{"previousNode":"23"},["114"],{"previousNode":"22"},["115"],{"previousNode":"21"},["116","117"],{"previousNode":"20"},["118"],{"previousNode":"19"},["119"],{"previousNode":"18"},["120","121"],{"previousNode":"17"},["122"],{"previousNode":"16"},["123"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["124","125"],["126"],["127"],["128"],[],["129"],["130"],["131"],[],["132"],["133"],["134"],[],["135"],["136"],[],["137"],{"json":"138","pairedItem":"139"},{"json":"140","pairedItem":"141"},{"json":"142","pairedItem":"143"},{"json":"144","pairedItem":"145"},{"json":"146","pairedItem":"147"},{"json":"148","pairedItem":"149"},{"json":"150","pairedItem":"151"},{"json":"152","pairedItem":"153"},{"json":"154","pairedItem":"155"},{"json":"156","pairedItem":"157"},{"json":"158","pairedItem":"159"},{"json":"158","pairedItem":"160"},{},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"middle_name":null},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
62
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict","version":2},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"99434117-2c58-4464-8ade-e5503fe8e39d","leftValue":"={{ $json.middle_name }}","rightValue":"null","operator":{"type":"string","operation":"equals","name":"filter.operator.equals"}}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{},{"error":"4","runData":"5","pinData":"6","lastNodeExecuted":"7"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},{"level":"14","tags":"15","timestamp":1764546076988,"context":"16","functionality":"17","name":"18","node":"19","messages":"20","message":"21","stack":"22"},{"Start Test!":"23","Test - String":"24","Check - String":"25","Success - String":"26","Test - Number":"27","Check - Number":"28","Success - Number":"29","Test - Boolean":"30","Check - Boolean":"31","Success - Boolean":"32","Test - Null":"33","Check - Null":"34","Error - Null":"35"},{},"Error - Null",{},["36"],{},{},{},{"version":1,"establishedAt":1764546076962,"source":"37"},"warning",{},{},"regular","NodeOperationError",{"parameters":"38","id":"39","cid":"40","name":"7","type":"41","creator":"42","position":"43","typeVersion":1,"notes":"44"},[],"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes.","NodeOperationError: Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes.\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/StopAndError/StopAndError.node.ts:92:9)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:31)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:22)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:38\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["45"],["46"],["47"],["48"],["49"],["50"],["51"],["52"],["53"],["54"],["55"],["56"],["57"],{"node":"58","data":"59","source":"60"},"manual",{"errorType":"61","errorMessage":"21"},"e33c61f4-b8c8-460a-9b48-6b6be2c37526","Ikx1Y2FzIFBleXJpbiI","n8n-nodes-base.stopAndError","Lucas Peyrin",[1328,496],"© 2025 Lucas Peyrin",{"startTime":1764546076965,"executionIndex":0,"source":"62","hints":"63","executionTime":2,"executionStatus":"64","data":"65"},{"startTime":1764546076967,"executionIndex":1,"source":"66","hints":"67","executionTime":1,"executionStatus":"64","data":"68"},{"startTime":1764546076969,"executionIndex":2,"source":"69","hints":"70","executionTime":1,"executionStatus":"64","data":"71"},{"startTime":1764546076971,"executionIndex":3,"source":"72","hints":"73","executionTime":1,"executionStatus":"64","data":"74"},{"startTime":1764546076973,"executionIndex":4,"source":"75","hints":"76","executionTime":1,"executionStatus":"64","data":"77"},{"startTime":1764546076975,"executionIndex":5,"source":"78","hints":"79","executionTime":2,"executionStatus":"64","data":"80"},{"startTime":1764546076978,"executionIndex":6,"source":"81","hints":"82","executionTime":0,"executionStatus":"64","data":"83"},{"startTime":1764546076979,"executionIndex":7,"source":"84","hints":"85","executionTime":0,"executionStatus":"64","data":"86"},{"startTime":1764546076980,"executionIndex":8,"source":"87","hints":"88","executionTime":2,"executionStatus":"64","data":"89"},{"startTime":1764546076982,"executionIndex":9,"source":"90","hints":"91","executionTime":1,"executionStatus":"64","data":"92"},{"startTime":1764546076983,"executionIndex":10,"source":"93","hints":"94","executionTime":1,"executionStatus":"64","data":"95"},{"startTime":1764546076985,"executionIndex":11,"source":"96","hints":"97","executionTime":1,"executionStatus":"64","data":"98"},{"startTime":1764546076987,"executionIndex":12,"source":"99","hints":"100","executionTime":2,"executionStatus":"101","error":"102"},{"parameters":"103","id":"39","cid":"40","name":"7","type":"41","creator":"42","position":"104","typeVersion":1,"notes":"44"},{"main":"105"},{"main":"99"},"errorMessage",[],[],"success",{"main":"106"},["107"],[],{"main":"108"},["109"],[],{"main":"110"},["111"],[],{"main":"112"},["113"],[],{"main":"114"},["115"],[],{"main":"116"},["117"],[],{"main":"118"},["119"],[],{"main":"120"},["121"],[],{"main":"122"},["123"],[],{"main":"124"},["125"],[],{"main":"126"},["127"],[],{"main":"128"},["129"],[],"error",{"level":"14","tags":"15","timestamp":1764546076988,"context":"16","functionality":"17","name":"18","node":"19","messages":"20","message":"21","stack":"22"},{"errorType":"61","errorMessage":"21"},[1328,496],["130"],["131"],{"previousNode":"132"},["133"],{"previousNode":"134"},["135","136"],{"previousNode":"137"},["138"],{"previousNode":"139"},["140"],{"previousNode":"141"},["142","143"],{"previousNode":"144"},["145"],{"previousNode":"146"},["147"],{"previousNode":"148"},["149","150"],{"previousNode":"151"},["152"],{"previousNode":"153"},["154"],{"previousNode":"155"},["156","157"],{"previousNode":"158","previousNodeOutput":1},["159"],["160"],"Start Test!",["161"],"Test - String",["162"],[],"Check - String",["163"],"Success - String",["164"],"Test - Number",["165"],[],"Check - Number",["166"],"Success - Number",["167"],"Test - Boolean",["168"],[],"Check - Boolean",["169"],"Success - Boolean",["170"],"Test - Null",[],["171"],"Check - Null",{"json":"172","pairedItem":"173"},{"json":"174","pairedItem":"175"},{"json":"176","pairedItem":"177"},{"json":"176","pairedItem":"178"},{"json":"176","pairedItem":"179"},{"json":"180","pairedItem":"181"},{"json":"180","pairedItem":"182"},{"json":"180","pairedItem":"183"},{"json":"184","pairedItem":"185"},{"json":"184","pairedItem":"186"},{"json":"184","pairedItem":"187"},{"json":"172","pairedItem":"188"},{"json":"172","pairedItem":"189"},{"middle_name":null},{"item":0},{},{"item":0},{"my_string":"190"},{"item":0},{"item":0},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"item":0},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
63
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict","version":2},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"99434117-2c58-4464-8ade-e5503fe8e39d","leftValue":"={{ $json.middle_name }}","rightValue":"={{ null }}","operator":{"type":"string","operation":"equals","name":"filter.operator.equals"}}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Check - Null",["14","15","4","16","17","18","19","20","21","22","23","24"],{"Start Test!":"25","Test - String":"26","Check - String":"27","Success - String":"28","Test - Number":"29","Check - Number":"30","Success - Number":"31","Test - Boolean":"32","Check - Boolean":"33","Success - Boolean":"34","Test - Null":"35","Check - Null":"36"},{},{},[],{},{},{},{"version":1,"establishedAt":1764546110711,"source":"37"},"Start Test!","Test - Null","Success - Boolean","Check - Boolean","Test - Boolean","Success - Number","Check - Number","Test - Number","Success - String","Check - String","Test - String",["38"],["39"],["40"],["41"],["42"],["43"],["44"],["45"],["46"],["47"],["48"],["49"],"manual",{"startTime":1764546076965,"executionIndex":0,"source":"50","hints":"51","executionTime":2,"executionStatus":"52","data":"53"},{"startTime":1764546076967,"executionIndex":1,"source":"54","hints":"55","executionTime":1,"executionStatus":"52","data":"56"},{"startTime":1764546076969,"executionIndex":2,"source":"57","hints":"58","executionTime":1,"executionStatus":"52","data":"59"},{"startTime":1764546076971,"executionIndex":3,"source":"60","hints":"61","executionTime":1,"executionStatus":"52","data":"62"},{"startTime":1764546076973,"executionIndex":4,"source":"63","hints":"64","executionTime":1,"executionStatus":"52","data":"65"},{"startTime":1764546076975,"executionIndex":5,"source":"66","hints":"67","executionTime":2,"executionStatus":"52","data":"68"},{"startTime":1764546076978,"executionIndex":6,"source":"69","hints":"70","executionTime":0,"executionStatus":"52","data":"71"},{"startTime":1764546076979,"executionIndex":7,"source":"72","hints":"73","executionTime":0,"executionStatus":"52","data":"74"},{"startTime":1764546076980,"executionIndex":8,"source":"75","hints":"76","executionTime":2,"executionStatus":"52","data":"77"},{"startTime":1764546076982,"executionIndex":9,"source":"78","hints":"79","executionTime":1,"executionStatus":"52","data":"80"},{"startTime":1764546076983,"executionIndex":10,"source":"81","hints":"82","executionTime":1,"executionStatus":"52","data":"83"},{"startTime":1764546110713,"executionIndex":11,"source":"84","hints":"85","executionTime":5,"executionStatus":"52","data":"86"},[],[],"success",{"main":"87"},["88"],[],{"main":"89"},["90"],[],{"main":"91"},["92"],[],{"main":"93"},["94"],[],{"main":"95"},["96"],[],{"main":"97"},["98"],[],{"main":"99"},["100"],[],{"main":"101"},["102"],[],{"main":"103"},["104"],[],{"main":"105"},["106"],[],{"main":"107"},["108"],[],{"main":"109"},["110"],{"previousNode":"14"},["111"],{"previousNode":"24"},["112","113"],{"previousNode":"23"},["114"],{"previousNode":"22"},["115"],{"previousNode":"21"},["116","117"],{"previousNode":"20"},["118"],{"previousNode":"19"},["119"],{"previousNode":"18"},["120","121"],{"previousNode":"17"},["122"],{"previousNode":"16"},["123"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["124","125"],["126"],["127"],["128"],[],["129"],["130"],["131"],[],["132"],["133"],["134"],[],["135"],["136"],[],["137"],{"json":"138","pairedItem":"139"},{"json":"140","pairedItem":"141"},{"json":"142","pairedItem":"143"},{"json":"144","pairedItem":"145"},{"json":"146","pairedItem":"147"},{"json":"148","pairedItem":"149"},{"json":"150","pairedItem":"151"},{"json":"152","pairedItem":"153"},{"json":"154","pairedItem":"155"},{"json":"156","pairedItem":"157"},{"json":"158","pairedItem":"159"},{"json":"158","pairedItem":"160"},{},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"middle_name":null},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
64
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict","version":2},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"99434117-2c58-4464-8ade-e5503fe8e39d","leftValue":"={{ $json.middle_name }}","rightValue":"={{ null }}","operator":{"type":"string","operation":"equals","name":"filter.operator.equals"}}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{},{"error":"4","runData":"5","pinData":"6","lastNodeExecuted":"7"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},{"level":"14","tags":"15","timestamp":1764546115040,"context":"16","functionality":"17","name":"18","node":"19","messages":"20","message":"21","stack":"22"},{"Start Test!":"23","Test - String":"24","Check - String":"25","Success - String":"26","Test - Number":"27","Check - Number":"28","Success - Number":"29","Test - Boolean":"30","Check - Boolean":"31","Success - Boolean":"32","Test - Null":"33","Check - Null":"34","Error - Null":"35"},{},"Error - Null",{},["36"],{},{},{},{"version":1,"establishedAt":1764546115015,"source":"37"},"warning",{},{},"regular","NodeOperationError",{"parameters":"38","id":"39","cid":"40","name":"7","type":"41","creator":"42","position":"43","typeVersion":1,"notes":"44"},[],"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes.","NodeOperationError: Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes.\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/StopAndError/StopAndError.node.ts:92:9)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:31)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:22)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:38\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["45"],["46"],["47"],["48"],["49"],["50"],["51"],["52"],["53"],["54"],["55"],["56"],["57"],{"node":"58","data":"59","source":"60"},"manual",{"errorType":"61","errorMessage":"21"},"e33c61f4-b8c8-460a-9b48-6b6be2c37526","Ikx1Y2FzIFBleXJpbiI","n8n-nodes-base.stopAndError","Lucas Peyrin",[1328,496],"© 2025 Lucas Peyrin",{"startTime":1764546115020,"executionIndex":0,"source":"62","hints":"63","executionTime":1,"executionStatus":"64","data":"65"},{"startTime":1764546115022,"executionIndex":1,"source":"66","hints":"67","executionTime":2,"executionStatus":"64","data":"68"},{"startTime":1764546115024,"executionIndex":2,"source":"69","hints":"70","executionTime":2,"executionStatus":"64","data":"71"},{"startTime":1764546115026,"executionIndex":3,"source":"72","hints":"73","executionTime":1,"executionStatus":"64","data":"74"},{"startTime":1764546115028,"executionIndex":4,"source":"75","hints":"76","executionTime":0,"executionStatus":"64","data":"77"},{"startTime":1764546115029,"executionIndex":5,"source":"78","hints":"79","executionTime":1,"executionStatus":"64","data":"80"},{"startTime":1764546115031,"executionIndex":6,"source":"81","hints":"82","executionTime":0,"executionStatus":"64","data":"83"},{"startTime":1764546115031,"executionIndex":7,"source":"84","hints":"85","executionTime":1,"executionStatus":"64","data":"86"},{"startTime":1764546115032,"executionIndex":8,"source":"87","hints":"88","executionTime":2,"executionStatus":"64","data":"89"},{"startTime":1764546115035,"executionIndex":9,"source":"90","hints":"91","executionTime":0,"executionStatus":"64","data":"92"},{"startTime":1764546115035,"executionIndex":10,"source":"93","hints":"94","executionTime":1,"executionStatus":"64","data":"95"},{"startTime":1764546115037,"executionIndex":11,"source":"96","hints":"97","executionTime":1,"executionStatus":"64","data":"98"},{"startTime":1764546115039,"executionIndex":12,"source":"99","hints":"100","executionTime":2,"executionStatus":"101","error":"102"},{"parameters":"103","id":"39","cid":"40","name":"7","type":"41","creator":"42","position":"104","typeVersion":1,"notes":"44"},{"main":"105"},{"main":"99"},"errorMessage",[],[],"success",{"main":"106"},["107"],[],{"main":"108"},["109"],[],{"main":"110"},["111"],[],{"main":"112"},["113"],[],{"main":"114"},["115"],[],{"main":"116"},["117"],[],{"main":"118"},["119"],[],{"main":"120"},["121"],[],{"main":"122"},["123"],[],{"main":"124"},["125"],[],{"main":"126"},["127"],[],{"main":"128"},["129"],[],"error",{"level":"14","tags":"15","timestamp":1764546115040,"context":"16","functionality":"17","name":"18","node":"19","messages":"20","message":"21","stack":"22"},{"errorType":"61","errorMessage":"21"},[1328,496],["130"],["131"],{"previousNode":"132"},["133"],{"previousNode":"134"},["135","136"],{"previousNode":"137"},["138"],{"previousNode":"139"},["140"],{"previousNode":"141"},["142","143"],{"previousNode":"144"},["145"],{"previousNode":"146"},["147"],{"previousNode":"148"},["149","150"],{"previousNode":"151"},["152"],{"previousNode":"153"},["154"],{"previousNode":"155"},["156","157"],{"previousNode":"158","previousNodeOutput":1},["159"],["160"],"Start Test!",["161"],"Test - String",["162"],[],"Check - String",["163"],"Success - String",["164"],"Test - Number",["165"],[],"Check - Number",["166"],"Success - Number",["167"],"Test - Boolean",["168"],[],"Check - Boolean",["169"],"Success - Boolean",["170"],"Test - Null",[],["171"],"Check - Null",{"json":"172","pairedItem":"173"},{"json":"174","pairedItem":"175"},{"json":"176","pairedItem":"177"},{"json":"176","pairedItem":"178"},{"json":"176","pairedItem":"179"},{"json":"180","pairedItem":"181"},{"json":"180","pairedItem":"182"},{"json":"180","pairedItem":"183"},{"json":"184","pairedItem":"185"},{"json":"184","pairedItem":"186"},{"json":"184","pairedItem":"187"},{"json":"172","pairedItem":"188"},{"json":"172","pairedItem":"189"},{"middle_name":null},{"item":0},{},{"item":0},{"my_string":"190"},{"item":0},{"item":0},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"item":0},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
65
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict","version":2},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"99434117-2c58-4464-8ade-e5503fe8e39d","leftValue":"={{ $json.middle_name }}","rightValue":"={{ null }}","operator":{"type":"string","operation":"contains"}}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Check - Null",["14","15","4","16","17","18","19","20","21","22","23","24"],{"Start Test!":"25","Test - String":"26","Check - String":"27","Success - String":"28","Test - Number":"29","Check - Number":"30","Success - Number":"31","Test - Boolean":"32","Check - Boolean":"33","Success - Boolean":"34","Test - Null":"35","Check - Null":"36"},{},{},[],{},{},{},{"version":1,"establishedAt":1764546130280,"source":"37"},"Start Test!","Test - Null","Success - Boolean","Check - Boolean","Test - Boolean","Success - Number","Check - Number","Test - Number","Success - String","Check - String","Test - String",["38"],["39"],["40"],["41"],["42"],["43"],["44"],["45"],["46"],["47"],["48"],["49"],"manual",{"startTime":1764546115020,"executionIndex":0,"source":"50","hints":"51","executionTime":1,"executionStatus":"52","data":"53"},{"startTime":1764546115022,"executionIndex":1,"source":"54","hints":"55","executionTime":2,"executionStatus":"52","data":"56"},{"startTime":1764546115024,"executionIndex":2,"source":"57","hints":"58","executionTime":2,"executionStatus":"52","data":"59"},{"startTime":1764546115026,"executionIndex":3,"source":"60","hints":"61","executionTime":1,"executionStatus":"52","data":"62"},{"startTime":1764546115028,"executionIndex":4,"source":"63","hints":"64","executionTime":0,"executionStatus":"52","data":"65"},{"startTime":1764546115029,"executionIndex":5,"source":"66","hints":"67","executionTime":1,"executionStatus":"52","data":"68"},{"startTime":1764546115031,"executionIndex":6,"source":"69","hints":"70","executionTime":0,"executionStatus":"52","data":"71"},{"startTime":1764546115031,"executionIndex":7,"source":"72","hints":"73","executionTime":1,"executionStatus":"52","data":"74"},{"startTime":1764546115032,"executionIndex":8,"source":"75","hints":"76","executionTime":2,"executionStatus":"52","data":"77"},{"startTime":1764546115035,"executionIndex":9,"source":"78","hints":"79","executionTime":0,"executionStatus":"52","data":"80"},{"startTime":1764546115035,"executionIndex":10,"source":"81","hints":"82","executionTime":1,"executionStatus":"52","data":"83"},{"startTime":1764546130285,"executionIndex":11,"source":"84","hints":"85","executionTime":5,"executionStatus":"52","data":"86"},[],[],"success",{"main":"87"},["88"],[],{"main":"89"},["90"],[],{"main":"91"},["92"],[],{"main":"93"},["94"],[],{"main":"95"},["96"],[],{"main":"97"},["98"],[],{"main":"99"},["100"],[],{"main":"101"},["102"],[],{"main":"103"},["104"],[],{"main":"105"},["106"],[],{"main":"107"},["108"],[],{"main":"109"},["110"],{"previousNode":"14"},["111"],{"previousNode":"24"},["112","113"],{"previousNode":"23"},["114"],{"previousNode":"22"},["115"],{"previousNode":"21"},["116","117"],{"previousNode":"20"},["118"],{"previousNode":"19"},["119"],{"previousNode":"18"},["120","121"],{"previousNode":"17"},["122"],{"previousNode":"16"},["123"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["124","125"],["126"],["127"],["128"],[],["129"],["130"],["131"],[],["132"],["133"],["134"],[],["135"],["136"],[],["137"],{"json":"138","pairedItem":"139"},{"json":"140","pairedItem":"141"},{"json":"142","pairedItem":"143"},{"json":"144","pairedItem":"145"},{"json":"146","pairedItem":"147"},{"json":"148","pairedItem":"149"},{"json":"150","pairedItem":"151"},{"json":"152","pairedItem":"153"},{"json":"154","pairedItem":"155"},{"json":"156","pairedItem":"157"},{"json":"158","pairedItem":"159"},{"json":"158","pairedItem":"160"},{},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"middle_name":null},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
66
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict","version":2},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"99434117-2c58-4464-8ade-e5503fe8e39d","leftValue":"={{ $json.middle_name }}","rightValue":"={{ null }}","operator":{"type":"string","operation":"notExists","singleValue":true}}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Check - Null",["14","15","4","16","17","18","19","20","21","22","23","24"],{"Start Test!":"25","Test - String":"26","Check - String":"27","Success - String":"28","Test - Number":"29","Check - Number":"30","Success - Number":"31","Test - Boolean":"32","Check - Boolean":"33","Success - Boolean":"34","Test - Null":"35","Check - Null":"36"},{},{},[],{},{},{},{"version":1,"establishedAt":1764546148045,"source":"37"},"Start Test!","Test - Null","Success - Boolean","Check - Boolean","Test - Boolean","Success - Number","Check - Number","Test - Number","Success - String","Check - String","Test - String",["38"],["39"],["40"],["41"],["42"],["43"],["44"],["45"],["46"],["47"],["48"],["49"],"manual",{"startTime":1764546115020,"executionIndex":0,"source":"50","hints":"51","executionTime":1,"executionStatus":"52","data":"53"},{"startTime":1764546115022,"executionIndex":1,"source":"54","hints":"55","executionTime":2,"executionStatus":"52","data":"56"},{"startTime":1764546115024,"executionIndex":2,"source":"57","hints":"58","executionTime":2,"executionStatus":"52","data":"59"},{"startTime":1764546115026,"executionIndex":3,"source":"60","hints":"61","executionTime":1,"executionStatus":"52","data":"62"},{"startTime":1764546115028,"executionIndex":4,"source":"63","hints":"64","executionTime":0,"executionStatus":"52","data":"65"},{"startTime":1764546115029,"executionIndex":5,"source":"66","hints":"67","executionTime":1,"executionStatus":"52","data":"68"},{"startTime":1764546115031,"executionIndex":6,"source":"69","hints":"70","executionTime":0,"executionStatus":"52","data":"71"},{"startTime":1764546115031,"executionIndex":7,"source":"72","hints":"73","executionTime":1,"executionStatus":"52","data":"74"},{"startTime":1764546115032,"executionIndex":8,"source":"75","hints":"76","executionTime":2,"executionStatus":"52","data":"77"},{"startTime":1764546115035,"executionIndex":9,"source":"78","hints":"79","executionTime":0,"executionStatus":"52","data":"80"},{"startTime":1764546115035,"executionIndex":10,"source":"81","hints":"82","executionTime":1,"executionStatus":"52","data":"83"},{"startTime":1764546148047,"executionIndex":11,"source":"84","hints":"85","executionTime":3,"executionStatus":"52","data":"86"},[],[],"success",{"main":"87"},["88"],[],{"main":"89"},["90"],[],{"main":"91"},["92"],[],{"main":"93"},["94"],[],{"main":"95"},["96"],[],{"main":"97"},["98"],[],{"main":"99"},["100"],[],{"main":"101"},["102"],[],{"main":"103"},["104"],[],{"main":"105"},["106"],[],{"main":"107"},["108"],[],{"main":"109"},["110"],{"previousNode":"14"},["111"],{"previousNode":"24"},["112","113"],{"previousNode":"23"},["114"],{"previousNode":"22"},["115"],{"previousNode":"21"},["116","117"],{"previousNode":"20"},["118"],{"previousNode":"19"},["119"],{"previousNode":"18"},["120","121"],{"previousNode":"17"},["122"],{"previousNode":"16"},["123"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["124","125"],["126"],["127"],["128"],[],["129"],["130"],["131"],[],["132"],["133"],["134"],[],["135"],["136"],[],["137"],{"json":"138","pairedItem":"139"},{"json":"140","pairedItem":"141"},{"json":"142","pairedItem":"143"},{"json":"144","pairedItem":"145"},{"json":"146","pairedItem":"147"},{"json":"148","pairedItem":"149"},{"json":"150","pairedItem":"151"},{"json":"152","pairedItem":"153"},{"json":"154","pairedItem":"155"},{"json":"156","pairedItem":"157"},{"json":"158","pairedItem":"159"},{"json":"158","pairedItem":"160"},{},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"middle_name":null},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
67
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict","version":2},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"99434117-2c58-4464-8ade-e5503fe8e39d","leftValue":"={{ $json.middle_name }}","rightValue":"={{ null }}","operator":{"type":"string","operation":"equals"}}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Check - Null",["14","15","4","16","17","18","19","20","21","22","23","24"],{"Start Test!":"25","Test - String":"26","Check - String":"27","Success - String":"28","Test - Number":"29","Check - Number":"30","Success - Number":"31","Test - Boolean":"32","Check - Boolean":"33","Success - Boolean":"34","Test - Null":"35","Check - Null":"36"},{},{},[],{},{},{},{"version":1,"establishedAt":1764546200054,"source":"37"},"Start Test!","Test - Null","Success - Boolean","Check - Boolean","Test - Boolean","Success - Number","Check - Number","Test - Number","Success - String","Check - String","Test - String",["38"],["39"],["40"],["41"],["42"],["43"],["44"],["45"],["46"],["47"],["48"],["49"],"manual",{"startTime":1764546115020,"executionIndex":0,"source":"50","hints":"51","executionTime":1,"executionStatus":"52","data":"53"},{"startTime":1764546115022,"executionIndex":1,"source":"54","hints":"55","executionTime":2,"executionStatus":"52","data":"56"},{"startTime":1764546115024,"executionIndex":2,"source":"57","hints":"58","executionTime":2,"executionStatus":"52","data":"59"},{"startTime":1764546115026,"executionIndex":3,"source":"60","hints":"61","executionTime":1,"executionStatus":"52","data":"62"},{"startTime":1764546115028,"executionIndex":4,"source":"63","hints":"64","executionTime":0,"executionStatus":"52","data":"65"},{"startTime":1764546115029,"executionIndex":5,"source":"66","hints":"67","executionTime":1,"executionStatus":"52","data":"68"},{"startTime":1764546115031,"executionIndex":6,"source":"69","hints":"70","executionTime":0,"executionStatus":"52","data":"71"},{"startTime":1764546115031,"executionIndex":7,"source":"72","hints":"73","executionTime":1,"executionStatus":"52","data":"74"},{"startTime":1764546115032,"executionIndex":8,"source":"75","hints":"76","executionTime":2,"executionStatus":"52","data":"77"},{"startTime":1764546115035,"executionIndex":9,"source":"78","hints":"79","executionTime":0,"executionStatus":"52","data":"80"},{"startTime":1764546115035,"executionIndex":10,"source":"81","hints":"82","executionTime":1,"executionStatus":"52","data":"83"},{"startTime":1764546200061,"executionIndex":11,"source":"84","hints":"85","executionTime":13,"executionStatus":"52","data":"86"},[],[],"success",{"main":"87"},["88"],[],{"main":"89"},["90"],[],{"main":"91"},["92"],[],{"main":"93"},["94"],[],{"main":"95"},["96"],[],{"main":"97"},["98"],[],{"main":"99"},["100"],[],{"main":"101"},["102"],[],{"main":"103"},["104"],[],{"main":"105"},["106"],[],{"main":"107"},["108"],[],{"main":"109"},["110"],{"previousNode":"14"},["111"],{"previousNode":"24"},["112","113"],{"previousNode":"23"},["114"],{"previousNode":"22"},["115"],{"previousNode":"21"},["116","117"],{"previousNode":"20"},["118"],{"previousNode":"19"},["119"],{"previousNode":"18"},["120","121"],{"previousNode":"17"},["122"],{"previousNode":"16"},["123"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["124","125"],["126"],["127"],["128"],[],["129"],["130"],["131"],[],["132"],["133"],["134"],[],["135"],["136"],[],["137"],{"json":"138","pairedItem":"139"},{"json":"140","pairedItem":"141"},{"json":"142","pairedItem":"143"},{"json":"144","pairedItem":"145"},{"json":"146","pairedItem":"147"},{"json":"148","pairedItem":"149"},{"json":"150","pairedItem":"151"},{"json":"152","pairedItem":"153"},{"json":"154","pairedItem":"155"},{"json":"156","pairedItem":"157"},{"json":"158","pairedItem":"159"},{"json":"158","pairedItem":"160"},{},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"middle_name":null},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
68
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict","version":2},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"99434117-2c58-4464-8ade-e5503fe8e39d","leftValue":"={{ $json.middle_name }}","rightValue":"={{ null }}","operator":{"type":"string","operation":"equals"}}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{},{"error":"4","runData":"5","pinData":"6","lastNodeExecuted":"7"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},{"level":"14","tags":"15","timestamp":1764546204262,"context":"16","functionality":"17","name":"18","node":"19","messages":"20","message":"21","stack":"22"},{"Start Test!":"23","Test - String":"24","Check - String":"25","Success - String":"26","Test - Number":"27","Check - Number":"28","Success - Number":"29","Test - Boolean":"30","Check - Boolean":"31","Success - Boolean":"32","Test - Null":"33","Check - Null":"34","Error - Null":"35"},{},"Error - Null",{},["36"],{},{},{},{"version":1,"establishedAt":1764546204226,"source":"37"},"warning",{},{},"regular","NodeOperationError",{"parameters":"38","id":"39","cid":"40","name":"7","type":"41","creator":"42","position":"43","typeVersion":1,"notes":"44"},[],"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes.","NodeOperationError: Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes.\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/StopAndError/StopAndError.node.ts:92:9)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:31)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:22)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:38\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["45"],["46"],["47"],["48"],["49"],["50"],["51"],["52"],["53"],["54"],["55"],["56"],["57"],{"node":"58","data":"59","source":"60"},"manual",{"errorType":"61","errorMessage":"21"},"e33c61f4-b8c8-460a-9b48-6b6be2c37526","Ikx1Y2FzIFBleXJpbiI","n8n-nodes-base.stopAndError","Lucas Peyrin",[1328,496],"© 2025 Lucas Peyrin",{"startTime":1764546204228,"executionIndex":0,"source":"62","hints":"63","executionTime":1,"executionStatus":"64","data":"65"},{"startTime":1764546204230,"executionIndex":1,"source":"66","hints":"67","executionTime":1,"executionStatus":"64","data":"68"},{"startTime":1764546204232,"executionIndex":2,"source":"69","hints":"70","executionTime":1,"executionStatus":"64","data":"71"},{"startTime":1764546204233,"executionIndex":3,"source":"72","hints":"73","executionTime":1,"executionStatus":"64","data":"74"},{"startTime":1764546204235,"executionIndex":4,"source":"75","hints":"76","executionTime":3,"executionStatus":"64","data":"77"},{"startTime":1764546204239,"executionIndex":5,"source":"78","hints":"79","executionTime":1,"executionStatus":"64","data":"80"},{"startTime":1764546204241,"executionIndex":6,"source":"81","hints":"82","executionTime":0,"executionStatus":"64","data":"83"},{"startTime":1764546204241,"executionIndex":7,"source":"84","hints":"85","executionTime":1,"executionStatus":"64","data":"86"},{"startTime":1764546204243,"executionIndex":8,"source":"87","hints":"88","executionTime":1,"executionStatus":"64","data":"89"},{"startTime":1764546204244,"executionIndex":9,"source":"90","hints":"91","executionTime":5,"executionStatus":"64","data":"92"},{"startTime":1764546204250,"executionIndex":10,"source":"93","hints":"94","executionTime":1,"executionStatus":"64","data":"95"},{"startTime":1764546204253,"executionIndex":11,"source":"96","hints":"97","executionTime":2,"executionStatus":"64","data":"98"},{"startTime":1764546204257,"executionIndex":12,"source":"99","hints":"100","executionTime":5,"executionStatus":"101","error":"102"},{"parameters":"103","id":"39","cid":"40","name":"7","type":"41","creator":"42","position":"104","typeVersion":1,"notes":"44"},{"main":"105"},{"main":"99"},"errorMessage",[],[],"success",{"main":"106"},["107"],[],{"main":"108"},["109"],[],{"main":"110"},["111"],[],{"main":"112"},["113"],[],{"main":"114"},["115"],[],{"main":"116"},["117"],[],{"main":"118"},["119"],[],{"main":"120"},["121"],[],{"main":"122"},["123"],[],{"main":"124"},["125"],[],{"main":"126"},["127"],[],{"main":"128"},["129"],[],"error",{"level":"14","tags":"15","timestamp":1764546204262,"context":"16","functionality":"17","name":"18","node":"19","messages":"20","message":"21","stack":"22"},{"errorType":"61","errorMessage":"21"},[1328,496],["130"],["131"],{"previousNode":"132"},["133"],{"previousNode":"134"},["135","136"],{"previousNode":"137"},["138"],{"previousNode":"139"},["140"],{"previousNode":"141"},["142","143"],{"previousNode":"144"},["145"],{"previousNode":"146"},["147"],{"previousNode":"148"},["149","150"],{"previousNode":"151"},["152"],{"previousNode":"153"},["154"],{"previousNode":"155"},["156","157"],{"previousNode":"158","previousNodeOutput":1},["159"],["160"],"Start Test!",["161"],"Test - String",["162"],[],"Check - String",["163"],"Success - String",["164"],"Test - Number",["165"],[],"Check - Number",["166"],"Success - Number",["167"],"Test - Boolean",["168"],[],"Check - Boolean",["169"],"Success - Boolean",["170"],"Test - Null",[],["171"],"Check - Null",{"json":"172","pairedItem":"173"},{"json":"174","pairedItem":"175"},{"json":"176","pairedItem":"177"},{"json":"176","pairedItem":"178"},{"json":"176","pairedItem":"179"},{"json":"180","pairedItem":"181"},{"json":"180","pairedItem":"182"},{"json":"180","pairedItem":"183"},{"json":"184","pairedItem":"185"},{"json":"184","pairedItem":"186"},{"json":"184","pairedItem":"187"},{"json":"172","pairedItem":"188"},{"json":"172","pairedItem":"189"},{"middle_name":null},{"item":0},{},{"item":0},{"my_string":"190"},{"item":0},{"item":0},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"item":0},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
69
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict","version":2},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"99434117-2c58-4464-8ade-e5503fe8e39d","leftValue":"={{ $json.middle_name }}","rightValue":"={{ null }}","operator":{"type":"string","operation":"equals"}}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0},{"node":"Answer - Null","type":"main","index":0}]]},"Answer - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{},{"error":"4","runData":"5","pinData":"6","lastNodeExecuted":"7"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},{"level":"14","tags":"15","timestamp":1764546241376,"context":"16","functionality":"17","name":"18","node":"19","messages":"20","message":"21","stack":"22"},{"Start Test!":"23","Test - String":"24","Check - String":"25","Success - String":"26","Test - Number":"27","Check - Number":"28","Success - Number":"29","Test - Boolean":"30","Check - Boolean":"31","Success - Boolean":"32","Test - Null":"33","Answer - Null":"34","Check - Null":"35","Error - Null":"36"},{},"Error - Null",{},["37"],{},{},{},{"version":1,"establishedAt":1764546241324,"source":"38"},"warning",{},{},"regular","NodeOperationError",{"parameters":"39","id":"40","cid":"41","name":"7","type":"42","creator":"43","position":"44","typeVersion":1,"notes":"45"},[],"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes.","NodeOperationError: Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes.\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/StopAndError/StopAndError.node.ts:92:9)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:31)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:22)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:38\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["46"],["47"],["48"],["49"],["50"],["51"],["52"],["53"],["54"],["55"],["56"],["57"],["58"],["59"],{"node":"60","data":"61","source":"62"},"manual",{"errorType":"63","errorMessage":"21"},"e33c61f4-b8c8-460a-9b48-6b6be2c37526","Ikx1Y2FzIFBleXJpbiI","n8n-nodes-base.stopAndError","Lucas Peyrin",[1328,496],"© 2025 Lucas Peyrin",{"startTime":1764546241328,"executionIndex":0,"source":"64","hints":"65","executionTime":3,"executionStatus":"66","data":"67"},{"startTime":1764546241332,"executionIndex":1,"source":"68","hints":"69","executionTime":5,"executionStatus":"66","data":"70"},{"startTime":1764546241338,"executionIndex":2,"source":"71","hints":"72","executionTime":2,"executionStatus":"66","data":"73"},{"startTime":1764546241341,"executionIndex":3,"source":"74","hints":"75","executionTime":1,"executionStatus":"66","data":"76"},{"startTime":1764546241342,"executionIndex":4,"source":"77","hints":"78","executionTime":1,"executionStatus":"66","data":"79"},{"startTime":1764546241346,"executionIndex":5,"source":"80","hints":"81","executionTime":2,"executionStatus":"66","data":"82"},{"startTime":1764546241352,"executionIndex":6,"source":"83","hints":"84","executionTime":2,"executionStatus":"66","data":"85"},{"startTime":1764546241356,"executionIndex":7,"source":"86","hints":"87","executionTime":1,"executionStatus":"66","data":"88"},{"startTime":1764546241358,"executionIndex":8,"source":"89","hints":"90","executionTime":1,"executionStatus":"66","data":"91"},{"startTime":1764546241360,"executionIndex":9,"source":"92","hints":"93","executionTime":1,"executionStatus":"66","data":"94"},{"startTime":1764546241362,"executionIndex":10,"source":"95","hints":"96","executionTime":3,"executionStatus":"66","data":"97"},{"startTime":1764546241366,"executionIndex":11,"source":"98","hints":"99","executionTime":1,"executionStatus":"66","data":"100"},{"startTime":1764546241367,"executionIndex":12,"source":"101","hints":"102","executionTime":5,"executionStatus":"66","data":"103"},{"startTime":1764546241374,"executionIndex":13,"source":"104","hints":"105","executionTime":3,"executionStatus":"106","error":"107"},{"parameters":"108","id":"40","cid":"41","name":"7","type":"42","creator":"43","position":"109","typeVersion":1,"notes":"45"},{"main":"110"},{"main":"104"},"errorMessage",[],[],"success",{"main":"111"},["112"],[],{"main":"113"},["114"],[],{"main":"115"},["116"],[],{"main":"117"},["118"],[],{"main":"119"},["120"],[],{"main":"121"},["122"],[],{"main":"123"},["124"],[],{"main":"125"},["126"],[],{"main":"127"},["128"],[],{"main":"129"},["130"],[],{"main":"131"},["132"],[],{"main":"133"},["134"],[],{"main":"135"},["136"],[],"error",{"level":"14","tags":"15","timestamp":1764546241376,"context":"16","functionality":"17","name":"18","node":"19","messages":"20","message":"21","stack":"22"},{"errorType":"63","errorMessage":"21"},[1328,496],["137"],["138"],{"previousNode":"139"},["140"],{"previousNode":"141"},["142","143"],{"previousNode":"144"},["145"],{"previousNode":"146"},["147"],{"previousNode":"148"},["149","150"],{"previousNode":"151"},["152"],{"previousNode":"153"},["154"],{"previousNode":"155"},["156","157"],{"previousNode":"158"},["159"],{"previousNode":"160"},["161"],{"previousNode":"160"},["162"],{"previousNode":"163"},["164","165"],{"previousNode":"166","previousNodeOutput":1},["167"],["168"],"Start Test!",["169"],"Test - String",["170"],[],"Check - String",["171"],"Success - String",["172"],"Test - Number",["173"],[],"Check - Number",["174"],"Success - Number",["175"],"Test - Boolean",["176"],[],"Check - Boolean",["177"],"Success - Boolean",["178"],["179"],"Answer - Null",[],["180"],"Check - Null",{"json":"181","pairedItem":"182"},{"json":"183","pairedItem":"184"},{"json":"185","pairedItem":"186"},{"json":"185","pairedItem":"187"},{"json":"185","pairedItem":"188"},{"json":"189","pairedItem":"190"},{"json":"189","pairedItem":"191"},{"json":"189","pairedItem":"192"},{"json":"193","pairedItem":"194"},{"json":"193","pairedItem":"195"},{"json":"193","pairedItem":"196"},{"json":"197","pairedItem":"198"},{"json":"181","pairedItem":"199"},{"json":"181","pairedItem":"200"},{"middle_name":null},{"item":0},{},{"item":0},{"my_string":"201"},{"item":0},{"item":0},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"item":0},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"item":0},{"item":0},{"middle_name":null},{"item":0},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
70
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict","version":2},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"99434117-2c58-4464-8ade-e5503fe8e39d","leftValue":"={{ $json.middle_name }}","rightValue":"={{ null }}","operator":{"type":"string","operation":"exists","singleValue":true}}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0},{"node":"Answer - Null","type":"main","index":0}]]},"Answer - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Check - Null",["14","15","4","16","17","18","19","20","21","22","23","24"],{"Start Test!":"25","Test - String":"26","Check - String":"27","Success - String":"28","Test - Number":"29","Check - Number":"30","Success - Number":"31","Test - Boolean":"32","Check - Boolean":"33","Success - Boolean":"34","Answer - Null":"35","Check - Null":"36"},{},{},[],{},{},{},{"version":1,"establishedAt":1764546258952,"source":"37"},"Start Test!","Answer - Null","Success - Boolean","Check - Boolean","Test - Boolean","Success - Number","Check - Number","Test - Number","Success - String","Check - String","Test - String",["38"],["39"],["40"],["41"],["42"],["43"],["44"],["45"],["46"],["47"],["48"],["49"],"manual",{"startTime":1764546241328,"executionIndex":0,"source":"50","hints":"51","executionTime":3,"executionStatus":"52","data":"53"},{"startTime":1764546241332,"executionIndex":1,"source":"54","hints":"55","executionTime":5,"executionStatus":"52","data":"56"},{"startTime":1764546241338,"executionIndex":2,"source":"57","hints":"58","executionTime":2,"executionStatus":"52","data":"59"},{"startTime":1764546241341,"executionIndex":3,"source":"60","hints":"61","executionTime":1,"executionStatus":"52","data":"62"},{"startTime":1764546241342,"executionIndex":4,"source":"63","hints":"64","executionTime":1,"executionStatus":"52","data":"65"},{"startTime":1764546241346,"executionIndex":5,"source":"66","hints":"67","executionTime":2,"executionStatus":"52","data":"68"},{"startTime":1764546241352,"executionIndex":6,"source":"69","hints":"70","executionTime":2,"executionStatus":"52","data":"71"},{"startTime":1764546241356,"executionIndex":7,"source":"72","hints":"73","executionTime":1,"executionStatus":"52","data":"74"},{"startTime":1764546241358,"executionIndex":8,"source":"75","hints":"76","executionTime":1,"executionStatus":"52","data":"77"},{"startTime":1764546241360,"executionIndex":9,"source":"78","hints":"79","executionTime":1,"executionStatus":"52","data":"80"},{"startTime":1764546241366,"executionIndex":11,"source":"81","hints":"82","executionTime":1,"executionStatus":"52","data":"83"},{"startTime":1764546258956,"executionIndex":12,"source":"84","hints":"85","executionTime":7,"executionStatus":"52","data":"86"},[],[],"success",{"main":"87"},["88"],[],{"main":"89"},["90"],[],{"main":"91"},["92"],[],{"main":"93"},["94"],[],{"main":"95"},["96"],[],{"main":"97"},["98"],[],{"main":"99"},["100"],[],{"main":"101"},["102"],[],{"main":"103"},["104"],[],{"main":"105"},["106"],[],{"main":"107"},["108"],[],{"main":"109"},["110"],{"previousNode":"14"},["111"],{"previousNode":"24"},["112","113"],{"previousNode":"23"},["114"],{"previousNode":"22"},["115"],{"previousNode":"21"},["116","117"],{"previousNode":"20"},["118"],{"previousNode":"19"},["119"],{"previousNode":"18"},["120","121"],{"previousNode":"17"},["122"],{"previousNode":"16"},["123"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["124","125"],["126"],["127"],["128"],[],["129"],["130"],["131"],[],["132"],["133"],["134"],[],["135"],["136"],[],["137"],{"json":"138","pairedItem":"139"},{"json":"140","pairedItem":"141"},{"json":"142","pairedItem":"143"},{"json":"144","pairedItem":"145"},{"json":"146","pairedItem":"147"},{"json":"148","pairedItem":"149"},{"json":"150","pairedItem":"151"},{"json":"152","pairedItem":"153"},{"json":"154","pairedItem":"155"},{"json":"156","pairedItem":"157"},{"json":"158","pairedItem":"159"},{"json":"158","pairedItem":"160"},{},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"my_string":"161"},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"middle_name":null},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
71
|
{"id":"cb9k410KbuopXxP5","name {"id":"cb9k410KbuopXxP5","name":"Interactive Test - Master the JSON Syntax","active":false,"nodes":[{"parameters":{"operation":"generateHtmlTemplate","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Success</title>\n</head>\n<body style=\"margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #f0f2f5; display: flex; align-items: center; justify-content: center; height: 100vh;\">\n\n <!-- The main success card -->\n <div style=\"background-color: #ffffff; padding: 40px 50px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); text-align: center; max-width: 400px; margin: 20px;\">\n\n <!-- Circular Green Checkmark -->\n <div style=\"width: 100px; height: 100px; background-color: #28a745; border-radius: 50%; margin: 0 auto 25px auto; display: flex; align-items: center; justify-content: center;\">\n <span style=\"color: white; font-size: 60px; line-height: 1;\">✔</span>\n </div>\n\n <!-- Main Text -->\n <h1 style=\"font-size: 36px; font-weight: 600; color: #333; margin: 0 0 10px 0;\">\n Success!\n </h1>\n\n <!-- Call to Action Text & Link -->\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n To go further, you can\n </p>\n <p style=\"font-size: 16px; color: #555; line-height: 1.5; margin: 0;\">\n <a href=\"https://n8n.io/creators/lucaspeyrin\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #007bff; text-decoration: none; font-weight: 500;\">check out more templates</a>.\n </p>\n\n </div>\n\n</body>\n</html>","notice":""},"id":"03466e9d-3ab1-4966-85ce-2d7ca73be9e2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"🎉 SUCCESS 🎉","type":"n8n-nodes-base.html","creator":"Lucas Peyrin","position":[3344,256],"notesInFlow":true,"typeVersion":1.2,"notes":"Well done! You're awesome\n\n© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 2: Number\n\nModify the **\"Test - Number\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `product_id` with the number `12345`\n- `price` with the decimal number `99.99`\n\n\n","height":508,"width":300,"color":6},"id":"d344cb00-9c2e-42c6-8aa2-894ae00aad89","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,-64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Numbers must not be in quotes. Check both the integer and the decimal value.","height":320,"width":240,"color":7},"id":"02338032-53a6-4ce9-850d-217262c8955c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect2","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 3: Boolean\n\nModify the **\"Test - Boolean\"** node.\n\n**Task:** Create a JSON object with two keys:\n- `is_active` with the value `true`\n- `has_permission` with the value `false`\n\n\n","height":700,"width":316,"color":6},"id":"ffd42371-8853-4a71-9c06-2a134c0688a2","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,-144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"eb3255ea-05b9-4a6b-86f3-e9c5d2c3581b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"d4e5f6a7-8901-2345-6789-0abcdef12345","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.is_active }}","rightValue":true},{"id":"e5f6a789-0123-4567-890a-bcdef1234567","operator":{"type":"boolean","operation":"equals"},"leftValue":"={{ $json.has_permission }}","rightValue":false}]},"looseTypeValidation":false,"options":{}},"id":"7b780aa3-4457-4da5-a06d-6f70ad5dba73","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Boolean","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[288,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nNow for the `null` value.","height":272,"width":240,"color":7},"id":"062a73e6-c3df-4b2a-861e-35f29b96d158","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"526a03c3-3a56-417c-8dd2-9da57d7f974b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Boolean","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[512,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Boolean values are `true` or `false` and must be written without any quotes.","height":320,"width":240,"color":7},"id":"e2ffbe80-4971-4c8b-819c-8dec6006ac21","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect3","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[448,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Boolean. Hint: Boolean values are `true` or `false` and must be written without any quotes."},"id":"3460ed6e-8337-44ec-8e53-3271aeb2364b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Boolean","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[512,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"is_active\": true,\n \"has_permission\": false\n}\n","includeOtherFields":false,"options":{}},"id":"87e94f97-ac20-40eb-a312-6548a94bce55","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Boolean","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[32,720],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 4: Null\n\nModify the **\"Test - Null\"** node.\n\n**Task:** Create a JSON object with a key `middle_name` whose value is explicitly nothing, or `null`.\n\n\n","height":492,"width":316,"color":6},"id":"2aaa3035-b500-448b-a575-07a7a48baa93","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,-32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"6daa619e-f117-4dcf-9b63-d42859ef98b7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict","version":2},"conditions":[{"id":"e1234567-890a-bcde-f123-456789012345","operator":{"type":"any","operation":"isEmpty"},"leftValue":"={{ $json.middle_name }}"},{"id":"99434117-2c58-4464-8ade-e5503fe8e39d","leftValue":"={{ $json.middle_name }}","rightValue":"={{ null }}","operator":{"type":"string","operation":"exists","singleValue":true}}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"4b33b60c-7942-4adc-89df-ea51703e2f0a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Null","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1104,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nExcellent. Time for arrays.","height":272,"width":240,"color":7},"id":"8a330712-4375-47c7-9bdd-99a2fc540768","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct4","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"d72d23f7-137f-4549-8b1e-446f0e78558c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Null","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[1328,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes."},"id":"e33c61f4-b8c8-460a-9b48-6b6be2c37526","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Null","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[1328,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"middle_name\": null\n}\n","includeOtherFields":false,"options":{}},"id":"9af951e5-fe25-48a5-9431-18420e26fc95","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Null","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[848,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 5: Array\n\nModify the **\"Test - Array\"** node.\n\n**Task:** Create a JSON object with a key `tags` which is an array containing:\n- The string `'n8n'`\n- The string `'automation'`\n- The number `2024`\n\n\n","height":530,"width":300,"color":6},"id":"6760c97f-fae5-49ca-b0af-f36f7a092e6a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,-96],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": \n}\n","includeOtherFields":false,"options":{}},"id":"36db5a45-ff8f-4396-a11d-c7addc3a57bd","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b0123456-7890-abcd-ef12-345678901234","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[0] }}","rightValue":"n8n"},{"id":"c1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.tags[1] }}","rightValue":"automation"},{"id":"d2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.tags[2] }}","rightValue":2024}]},"looseTypeValidation":false,"options":{}},"id":"eacdd7b2-91c5-47c0-b005-998fe64bab58","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Array","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[1920,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nAlmost there. Last one: objects.","height":272,"width":240,"color":7},"id":"c29876bd-7e4a-4d8c-8226-c6ada47834cf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"da17dc1e-13b5-4bd1-a144-55afe7c398c7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Array","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2160,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`.","height":320,"width":240,"color":7},"id":"1ecf52f2-11db-453c-8023-8e1fb6b4a8b1","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect5","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2096,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Array. Hint: Check the order of items, data types (string vs number), and the syntax: `[` `]` `,`."},"id":"9b70c397-639d-4b83-b4ee-c5255534a0d5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Array","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2160,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"tags\": [\"n8n\", \"automation\", 2024]\n}\n","includeOtherFields":false,"options":{}},"id":"85fa0b2f-843f-48d6-a702-1d0e3245c82f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Array","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[1696,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 6: Object\n\nModify the **\"Test - Object\"** node.\n\n**Task:** Create a JSON object with a key `user`. Its value should be *another object* with two keys:\n- `name` (string: `'Alex'`)\n- `id` (number: `987`)\n\n\n","height":482,"width":316,"color":6},"id":"5c6e431e-3f47-47e4-97d1-0504a882a856","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,-48],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": \n}\n","includeOtherFields":false,"options":{}},"id":"211d5076-1909-4776-877e-91836c35842c","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,256],"typeVersion":3.4,"disabled":true,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a1234567-890a-bcde-f123-456789012345","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.user.name }}","rightValue":"Alex"},{"id":"b2345678-90ab-cdef-1234-567890123456","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.user.id }}","rightValue":987}]},"looseTypeValidation":false,"options":{}},"id":"ebf8e605-de2d-4bee-a767-a7f23f751c79","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Object","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[2752,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **YOU DID IT!**","height":240,"width":240,"color":7},"id":"a4a1a786-03e6-497d-b64f-a59fbd3ab511","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"ed215a97-6a87-40b8-9137-62889703ab71","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Object","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[2976,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** Remember to wrap the inner object in curly braces `{}` and check the data types inside it.","height":320,"width":240,"color":7},"id":"970a3746-4ace-4189-a6f9-2f47c908333d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect6","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2912,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Object. Hint: Remember to wrap the inner object in curly braces `{}` and check the data types inside it."},"id":"77e0c6a0-17e8-426b-9663-333439ae4bd0","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Object","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[2976,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"user\": {\n \"name\": \"Alex\",\n \"id\": 987\n }\n}\n","includeOtherFields":false,"options":{}},"id":"4aa1ae1f-93de-4768-b384-de3c296f0b5f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Object","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[2496,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"🎉 **Congratulations! You've passed the test!**\n\nYou have successfully demonstrated your understanding of all the basic JSON data types.\n\nYou are now ready to work with data in n8n.\n\n-- Well done! --","height":576,"width":416,"color":4},"id":"b031ad09-27fb-4a7a-904b-bd53e6b4107e","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Congratulations!","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3184,64],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"### Step 1: The String\n\nModify the **\"Test - String\"** node below.\n\n**Task:** Create a JSON object with a single key named `my_string` whose value is the text `I love automation`.","height":396,"width":300,"color":6},"id":"470c3715-3944-480d-b9b3-729d975ca4b8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Instruction - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to numbers.","height":272,"width":240,"color":7},"id":"acf61aa8-09b2-44b4-903a-a8d199a4711b","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** A string value must always be enclosed in double quotes `\" \"`. Check for typos!","height":320,"width":240,"color":7},"id":"dfafc41b-e1a2-4068-950c-9c7c98742fe7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1200,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"## JSON Knowledge Test\n\nWelcome to the practical test! The goal is to check your understanding of the JSON concepts you've just learned.\n\n**How to use this test:**\n1. For each step, read the instructions on the purple sticky note.\n2. Modify the corresponding **\"Test - ...\"** node by writing the correct JSON in the text area.\n3. Click **\"Execute Workflow\"** to check your answers.\n4. A green path means a correct answer, a red path means it's incorrect. Keep trying until the path turns green!\n\n\nGood luck!","height":504,"width":460,"color":1},"id":"bc02bd54-9c60-435e-a6fa-4e08f2516004","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note13","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,-80],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"✅ **Correct!**\n\nLet's move on to booleans.","height":272,"width":240,"color":7},"id":"4c8a867e-33b8-4e9b-a79d-992bad951360","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Correct7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-384,32],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"❌ **Incorrect.**\n\n**Hint:** The `null` value represents 'nothing' and is written as `null` without quotes.","height":320,"width":240,"color":7},"id":"5ac32963-f042-4c73-8c4b-af4aa54673f9","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Feedback Incorrect7","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1264,320],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Number** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"43c2d0f2-3bda-494e-8bb1-8dcf5b65cf49","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Number","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-896,480],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Boolean** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"402755eb-c28f-40c2-bf42-377c0c35a785","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Boolean","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-80,592],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Null** step. You can use it as a reference if you get stuck.","height":288,"width":320,"color":7},"id":"7e14950b-f384-47d8-a753-b5c84cc052cb","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Null","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[736,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Array** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"4da1ad9e-95ba-4edf-a02e-45c41cdba8b5","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Array","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[1584,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **Object** step. You can use it as a reference if you get stuck.","height":304,"width":320,"color":7},"id":"207a4bbf-3e09-4b4e-8f89-ce8e6c2cfb4a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - Object","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[2384,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation.\"\n}\n","includeOtherFields":false,"options":{}},"id":"540b17cc-86f6-433d-97fe-225f5c995acf","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.my_string.trim().toLowerCase() }}","rightValue":"i love automation."}],"combinator":"and"},"looseTypeValidation":false,"options":{}},"id":"5fd71756-b314-44c3-91e8-51c7d253031a","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - String","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-1360,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"3b61409a-7cd6-447b-8b17-5076a2354b42","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - String","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-1136,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect String. Hint: A string value must always be enclosed in double quotes `\" \"`. Check for typos!"},"id":"3e9dc368-622a-4e00-8e0b-f8be17b61ab7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - String","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-1136,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"c2d89961-e7b0-4fe5-adbc-c801d453353f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Test - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,256],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"5ac1af5c-2769-42f8-9df7-ec092d2fec05","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.product_id }}","rightValue":12345},{"id":"7c1937fa-393c-4b5c-88f5-788df2f99295","operator":{"type":"number","operation":"equals"},"leftValue":"={{ $json.price }}","rightValue":99.99}]},"looseTypeValidation":false,"options":{}},"id":"a8e1b99b-075d-4db2-b624-2d240d269050","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Check - Number","type":"n8n-nodes-base.if","creator":"Lucas Peyrin","position":[-544,256],"typeVersion":2.2,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"errorType":"errorMessage","errorMessage":"Incorrect Number. Hint: Numbers must not be in quotes. Check both the integer and the decimal value."},"id":"96985cc4-41f7-49f1-9b8b-8b9d03ab9c8f","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Error - Number","type":"n8n-nodes-base.stopAndError","creator":"Lucas Peyrin","position":[-320,496],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"product_id\": 12345,\n \"price\": 99.99\n}\n","includeOtherFields":false,"options":{}},"id":"93dfe1ee-acb0-416d-b771-550230f893d7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - Number","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-800,624],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"mode":"raw","duplicateItem":false,"jsonOutput":"{\n \"my_string\": \"I love automation\"\n}\n","includeOtherFields":false,"options":{}},"id":"7f46b02b-f5a7-4e7c-9b9c-5d70ef7d720d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer - String","type":"n8n-nodes-base.set","creator":"Lucas Peyrin","position":[-1616,608],"typeVersion":3.4,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"💡 **Answer Key**\n\nThis node contains the correct JSON for the **String** step. You can use it as a reference if you get stuck.","height":304,"width":304,"color":7},"id":"175460f3-9d26-4b58-a616-4b4371f28ea8","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-1712,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{},"id":"72b06c92-3325-40db-8406-2b175132437d","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Success - Number","type":"n8n-nodes-base.noOp","creator":"Lucas Peyrin","position":[-320,144],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"notice":""},"id":"6d312e86-59dd-4f9b-a987-cbe1b4a0a351","name":"Start Test!","type":"n8n-nodes-base.manualTrigger","position":[-1952,256],"typeVersion":1},{"parameters":{"content":"### How to pass a test\n","height":304,"width":464,"color":7},"id":"a7ba19a3-5b62-403b-b37a-476476f931e7","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Answer Note - String1","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[-2208,464],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"},{"parameters":{"content":"[](https://n8n.io/creators/lucaspeyrin)","height":184,"width":272,"color":4},"id":"4a6e9ae7-1efa-4dde-b616-d51a49e42239","cid":"Ikx1Y2FzIFBleXJpbiI","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","creator":"Lucas Peyrin","position":[3264,432],"typeVersion":1,"notes":"© 2025 Lucas Peyrin"}],"connections":{"Start Test!":{"main":[[{"node":"Test - String","type":"main","index":0}]]},"Test - Null":{"main":[[]]},"Check - Null":{"main":[[{"node":"Success - Null","type":"main","index":0}],[{"node":"Error - Null","type":"main","index":0}]]},"Test - Array":{"main":[[{"node":"Check - Array","type":"main","index":0}]]},"Check - Array":{"main":[[{"node":"Success - Array","type":"main","index":0}],[{"node":"Error - Array","type":"main","index":0}]]},"Test - Number":{"main":[[{"node":"Check - Number","type":"main","index":0}]]},"Test - Object":{"main":[[{"node":"Check - Object","type":"main","index":0}]]},"Test - String":{"main":[[{"node":"Check - String","type":"main","index":0}]]},"Check - Number":{"main":[[{"node":"Success - Number","type":"main","index":0}],[{"node":"Error - Number","type":"main","index":0}]]},"Check - Object":{"main":[[{"node":"Success - Object","type":"main","index":0}],[{"node":"Error - Object","type":"main","index":0}]]},"Check - String":{"main":[[{"node":"Success - String","type":"main","index":0}],[{"node":"Error - String","type":"main","index":0}]]},"Success - Null":{"main":[[{"node":"Test - Array","type":"main","index":0}]]},"Test - Boolean":{"main":[[{"node":"Check - Boolean","type":"main","index":0}]]},"Check - Boolean":{"main":[[{"node":"Success - Boolean","type":"main","index":0}],[{"node":"Error - Boolean","type":"main","index":0}]]},"Success - Array":{"main":[[{"node":"Test - Object","type":"main","index":0}]]},"Success - Number":{"main":[[{"node":"Test - Boolean","type":"main","index":0}]]},"Success - Object":{"main":[[{"node":"🎉 SUCCESS 🎉","type":"main","index":0}]]},"Success - String":{"main":[[{"node":"Test - Number","type":"main","index":0}]]},"Success - Boolean":{"main":[[{"node":"Test - Null","type":"main","index":0},{"node":"Answer - Null","type":"main","index":0}]]},"Answer - Null":{"main":[[{"node":"Check - Null","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{},{"error":"4","runData":"5","pinData":"6","lastNodeExecuted":"7"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},{"level":"14","tags":"15","timestamp":1764546262798,"context":"16","functionality":"17","name":"18","node":"19","messages":"20","message":"21","stack":"22"},{"Start Test!":"23","Test - String":"24","Check - String":"25","Success - String":"26","Test - Number":"27","Check - Number":"28","Success - Number":"29","Test - Boolean":"30","Check - Boolean":"31","Success - Boolean":"32","Test - Null":"33","Answer - Null":"34","Check - Null":"35","Error - Null":"36"},{},"Error - Null",{},["37"],{},{},{},{"version":1,"establishedAt":1764546262776,"source":"38"},"warning",{},{},"regular","NodeOperationError",{"parameters":"39","id":"40","cid":"41","name":"7","type":"42","creator":"43","position":"44","typeVersion":1,"notes":"45"},[],"Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes.","NodeOperationError: Incorrect Null. Hint: The `null` value represents 'nothing' and is written as `null` without quotes.\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/StopAndError/StopAndError.node.ts:92:9)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:31)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:22)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:38\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["46"],["47"],["48"],["49"],["50"],["51"],["52"],["53"],["54"],["55"],["56"],["57"],["58"],["59"],{"node":"60","data":"61","source":"62"},"manual",{"errorType":"63","errorMessage":"21"},"e33c61f4-b8c8-460a-9b48-6b6be2c37526","Ikx1Y2FzIFBleXJpbiI","n8n-nodes-base.stopAndError","Lucas Peyrin",[1328,496],"© 2025 Lucas Peyrin",{"startTime":1764546262778,"executionIndex":0,"source":"64","hints":"65","executionTime":0,"executionStatus":"66","data":"67"},{"startTime":1764546262779,"executionIndex":1,"source":"68","hints":"69","executionTime":1,"executionStatus":"66","data":"70"},{"startTime":1764546262781,"executionIndex":2,"source":"71","hints":"72","executionTime":1,"executionStatus":"66","data":"73"},{"startTime":1764546262783,"executionIndex":3,"source":"74","hints":"75","executionTime":0,"executionStatus":"66","data":"76"},{"startTime":1764546262784,"executionIndex":4,"source":"77","hints":"78","executionTime":1,"executionStatus":"66","data":"79"},{"startTime":1764546262785,"executionIndex":5,"source":"80","hints":"81","executionTime":3,"executionStatus":"66","data":"82"},{"startTime":1764546262789,"executionIndex":6,"source":"83","hints":"84","executionTime":0,"executionStatus":"66","data":"85"},{"startTime":1764546262790,"executionIndex":7,"source":"86","hints":"87","executionTime":1,"executionStatus":"66","data":"88"},{"startTime":1764546262791,"executionIndex":8,"source":"89","hints":"90","executionTime":1,"executionStatus":"66","data":"91"},{"startTime":1764546262793,"executionIndex":9,"source":"92","hints":"93","executionTime":0,"executionStatus":"66","data":"94"},{"startTime":1764546262794,"executionIndex":10,"source":"95","hints":"96","executionTime":0,"executionStatus":"66","data":"97"},{"startTime":1764546262795,"executionIndex":11,"source":"98","hints":"99","executionTime":0,"executionStatus":"66","data":"100"},{"startTime":1764546262795,"executionIndex":12,"source":"101","hints":"102","executionTime":2,"executionStatus":"66","data":"103"},{"startTime":1764546262798,"executionIndex":13,"source":"104","hints":"105","executionTime":1,"executionStatus":"106","error":"107"},{"parameters":"108","id":"40","cid":"41","name":"7","type":"42","creator":"43","position":"109","typeVersion":1,"notes":"45"},{"main":"110"},{"main":"104"},"errorMessage",[],[],"success",{"main":"111"},["112"],[],{"main":"113"},["114"],[],{"main":"115"},["116"],[],{"main":"117"},["118"],[],{"main":"119"},["120"],[],{"main":"121"},["122"],[],{"main":"123"},["124"],[],{"main":"125"},["126"],[],{"main":"127"},["128"],[],{"main":"129"},["130"],[],{"main":"131"},["132"],[],{"main":"133"},["134"],[],{"main":"135"},["136"],[],"error",{"level":"14","tags":"15","timestamp":1764546262798,"context":"16","functionality":"17","name":"18","node":"19","messages":"20","message":"21","stack":"22"},{"errorType":"63","errorMessage":"21"},[1328,496],["137"],["138"],{"previousNode":"139"},["140"],{"previousNode":"141"},["142","143"],{"previousNode":"144"},["145"],{"previousNode":"146"},["147"],{"previousNode":"148"},["149","150"],{"previousNode":"151"},["152"],{"previousNode":"153"},["154"],{"previousNode":"155"},["156","157"],{"previousNode":"158"},["159"],{"previousNode":"160"},["161"],{"previousNode":"160"},["162"],{"previousNode":"163"},["164","165"],{"previousNode":"166","previousNodeOutput":1},["167"],["168"],"Start Test!",["169"],"Test - String",["170"],[],"Check - String",["171"],"Success - String",["172"],"Test - Number",["173"],[],"Check - Number",["174"],"Success - Number",["175"],"Test - Boolean",["176"],[],"Check - Boolean",["177"],"Success - Boolean",["178"],["179"],"Answer - Null",[],["180"],"Check - Null",{"json":"181","pairedItem":"182"},{"json":"183","pairedItem":"184"},{"json":"185","pairedItem":"186"},{"json":"185","pairedItem":"187"},{"json":"185","pairedItem":"188"},{"json":"189","pairedItem":"190"},{"json":"189","pairedItem":"191"},{"json":"189","pairedItem":"192"},{"json":"193","pairedItem":"194"},{"json":"193","pairedItem":"195"},{"json":"193","pairedItem":"196"},{"json":"197","pairedItem":"198"},{"json":"181","pairedItem":"199"},{"json":"181","pairedItem":"200"},{"middle_name":null},{"item":0},{},{"item":0},{"my_string":"201"},{"item":0},{"item":0},{"item":0},{"product_id":12345,"price":99.99},{"item":0},{"item":0},{"item":0},{"is_active":true,"has_permission":false},{"item":0},{"item":0},{"item":0},{"middle_name":null},{"item":0},{"item":0},{"item":0},"I love automation."]...
|
Edit
Delete
|
|
72
|
{"id":"S15JdQx6jSR0WBqV","name {"id":"S15JdQx6jSR0WBqV","name":"Veo3 Content Machine","active":false,"nodes":[{"parameters":{"notice":"","rule":{"interval":[{"field":"days","daysInterval":1,"triggerAtHour":0,"triggerAtMinute":0}]}},"type":"n8n-nodes-base.scheduleTrigger","typeVersion":1.2,"position":[-1152,176],"id":"f5b0bf42-94d5-49d0-9fa5-fbfa0c9e5f56","name":"Schedule Trigger"},{"parameters":{"content":"## Save Content","height":520,"width":540,"color":3},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[144,32],"id":"4939fca2-bc76-4ddd-845b-77cb9572fa81","name":"Sticky Note3"},{"parameters":{"content":"## Create a Video","height":740,"width":320,"color":6},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-224,-112],"id":"473def2a-255d-4284-8412-8ae78f51925d","name":"Sticky Note2"},{"parameters":{"content":"# Input: Video Topic","height":520,"width":840,"color":5},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-1200,32],"id":"f06c53eb-8f80-43d9-bfdc-c6ee92d7c9b4","name":"Sticky Note"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-1072,368],"id":"acbcee00-89d0-4987-ae85-cd56d9e93882","name":"OpenAI Chat Model1"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-944,368],"id":"eca01b0a-e6e5-4836-920c-b27cff297d16","name":"Think1"},{"parameters":{"notice":"","schemaType":"fromJson","jsonSchemaExample":"{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}","autoFix":false},"type":"@n8n/n8n-nodes-langchain.outputParserStructured","typeVersion":1.2,"position":[-832,368],"id":"20d06661-23bc-407f-9b75-49302be094eb","name":"Structured Output Parser1"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-672,368],"id":"951a8f16-1afb-4349-aaf4-45377851b9f4","name":"OpenAI Chat Model"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-512,368],"id":"d098b11b-9634-4964-8ee1-bdc3f477aeb8","name":"Think"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"Give me an idea to create the content about biblical characters speaking to thecamera and making a vlog","hasOutputParser":true,"notice":"","options":{"systemMessage":"=** Purpose **\nYou generate viral short-form video ideas inspired by biblical characters or scenes, styled like modern TikTok vlogs. These should feel personal, emotional, and often humorous.\n\n** Think Tool Prompt (used before generation) **\n“How can I take a biblical moment or character and turn it into a relatable, viral, or funny TikTok-style video idea that feels natural, emotional, or modern?”\n\n** Output Requirements **\nYour response must include:\n\n- caption – Short, poetic or funny, TikTok-style. Include emojis and 3–5 hashtags (e.g., #biblevlog #foryou #holycomedy #ancientvibes).\n- idea – 1–2 sentence summary of the action, story, or twist in the video.\n- environment – Describe what the set looks like: light, textures, mood, setting. Think “GoPro meets ancient Jerusalem.”\n- status – Must be \"to create\", without quotation marks\n\n** JSON Output Parser **\nEvery output must strictly follow this format:\n\n{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}\n\n** Sample Outputs **\n\nExample 1\n{\n \"caption\": \"When Jesus gives you the silent treatment 🕊️😶 #jesusvlog #holycomedy\",\n \"idea\": \"Jesus calmly stares at the camera while the disciple keeps asking, 'Are we lost?' – awkward silence builds up.\",\n \"environment\": \"Desert trail, golden hour light, dry bushes around, warm rocky textures and wind softly blowing.\",\n \"status\": \"ready for production\"\n}\n\nExample 2\n{\n \"caption\": \"POV: You just met Mary Magdalene and she’s not what you expected 😳✨ #biblevlog #foryou\",\n \"idea\": \"A modern-style introduction of Mary Magdalene where she breaks the fourth wall with sarcasm and confidence.\",\n \"environment\": \"Dusty stone home with narrow light beams, clay walls, fabric drapes blowing slightly in the breeze.\",\n \"status\": \"ready for production\"\n}\n\nExample 3\n{\n \"caption\": \"Me trying to explain the flood before it happened 🌧️🐘 #noahvibes #bibletok\",\n \"idea\": \"Noah explains why he’s building the ark, while others laugh in the background — like a vlog rant.\",\n \"environment\": \"Half-built wooden structure, cloudy sky, goats wandering around, mud everywhere, distant laughter.\",\n \"status\": \"concept only\"\n}"},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-992,176],"id":"75b9d54e-5541-4a76-bc4a-2b1b722c0a02","name":"Generate Video Idea"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Create a prompt for the Veo3 video based on the following information:\n\nIdea: {{ $json.output.idea }}\nEnvironment: {{ $json.output.environment }}","hasOutputParser":false,"options":{"systemMessage":"=** System Message **\n\nYou are a professional cinematic prompt generator for AI video tools. Your task is to convert a short-form video idea and its environment description (inspired by biblical or ancient-world themes) into a highly detailed, camera-aware, emotionally rich prompt suitable for generating a cinematic AI video using Veo3.\n\nYou must understand the emotional tone, visual aesthetics, and storytelling style of short-form TikTok videos that imitate biblical scenes with modern pacing and framing.\n\n** Veo3 Prompt Structure Guidelines **\n\nEach prompt should be natural, cinematic, and visually immersive, including:\n\n- Scene description – Describe the overall environment clearly (terrain, buildings, light, movement).\n- Character focus – If the idea involves a person, include their position, outfit style (biblical era), mood/expression, and framing (e.g., close-up, wide shot).\n- Camera movement – Always include one cinematic camera motion (e.g., slow push-in, handheld tracking, drone pan, orbit, dolly backward).\n- Time of day & lighting – Set the mood with light (e.g., golden hour, harsh daylight, candlelit interior).\n- Atmosphere & texture – Mention dust, wind, fabric movement, shadows, reflections, or imperfections in the scene to increase realism.\n- Style & quality – Include cinematic tone, analog warmth, slightly soft vintage film look, GoPro-like closeness if appropriate.\n\n** Input **\n- You will receive two fields: idea, environment\n- Return only the complete and detailed Veo3 prompt, no additional text.\n\n** Example Output **\nA biblical man stands in front of a half-built wooden ark, gesturing passionately as he explains something to the camera. The camera follows him handheld-style, moving slightly as he paces. In the background, groups of villagers are laughing and pointing. The sky is overcast with low clouds, and goats wander through muddy terrain. The man wears worn, ancient robes, his feet muddy, his tone frustrated but hopeful. The scene has a documentary-style realism, with soft golden highlights breaking through cloud gaps. Light wind moves fabric and rustles dry straw around the ark. Shot in cinematic 24fps with natural tones and slight vintage softness."},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-672,176],"id":"7c2941ba-42d5-4fb8-8d1f-2898fc44bb11","name":"Generate Veo3 Prompt"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"POST","url":"https://queue.fal.run/fal-ai/veo3","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":true,"contentType":"raw","rawContentType":"application/json","body":"={ \"prompt\": \"{{ $('Generate Veo3 Prompt').item.json.output }}\" }","options":{"batching":{"batch":{"batchSize":1,"batchInterval":2000}}},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,-32],"id":"85c3f12a-0f6e-4b50-9165-3efefe2f69fb","name":"Create Video"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"=https://queue.fal.run/fal-ai/veo3/requests/{{ $json.request_id }}\n","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,368],"id":"703b02b9-7714-4a27-9a52-f4043946836b","name":"Get Video"},{"parameters":{"resume":"timeInterval","amount":10,"unit":"seconds"},"type":"n8n-nodes-base.wait","typeVersion":1.1,"position":[-128,176],"id":"27001980-b208-4e21-9e2e-88417a242626","name":"Wait 10 Minutes","webhookId":"9fdae74d-0f36-4408-9c09-5fb55e66fed1"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Video URL":"={{ $json.video.url }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[368,208],"id":"ad79983c-6268-40f9-829e-97473a2b7b77","name":"Store the Video"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Idea":"={{ $('Generate Video Idea').first().json.output.idea }}","Environment":"={{ $('Generate Video Idea').first().json.output.environment }}","Status":"={{ $('Generate Video Idea').first().json.output.status }}","Captions":"={{ $('Generate Video Idea').first().json.output.caption }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[-352,176],"id":"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa","name":"Save Content Information"}],"connections":{"Schedule Trigger":{"main":[[{"node":"Generate Video Idea","type":"main","index":0}]]},"OpenAI Chat Model1":{"ai_languageModel":[[{"node":"Generate Video Idea","type":"ai_languageModel","index":0}]]},"Think1":{"ai_tool":[[{"node":"Generate Video Idea","type":"ai_tool","index":0}]]},"Structured Output Parser1":{"ai_outputParser":[[{"node":"Generate Video Idea","type":"ai_outputParser","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"Generate Veo3 Prompt","type":"ai_languageModel","index":0}]]},"Think":{"ai_tool":[[{"node":"Generate Veo3 Prompt","type":"ai_tool","index":0}]]},"Generate Video Idea":{"main":[[{"node":"Generate Veo3 Prompt","type":"main","index":0}]]},"Generate Veo3 Prompt":{"main":[[{"node":"Save Content Information","type":"main","index":0}]]},"Create Video":{"main":[[{"node":"Wait 10 Minutes","type":"main","index":0}]]},"Get Video":{"main":[[{"node":"Store the Video","type":"main","index":0}]]},"Wait 10 Minutes":{"main":[[{"node":"Get Video","type":"main","index":0}]]},"Save Content Information":{"main":[[{"node":"Create Video","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"Generate Video Idea":[{"json":{"output":{"caption":"When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","idea":"Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","environment":"Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","status":"to create"}},"pairedItem":{"item":0}}],"Generate Veo3 Prompt":[{"json":{"output":"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling."},"pairedItem":{"item":0}}],"Create Video":[{"json":{"status":"IN_QUEUE","request_id":"2ba961db-0c1c-4bd3-954c-905b905c1dcb","response_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","status_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","cancel_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel","logs":null,"metrics":{},"queue_position":0}}],"Get Video":[{"json":{"video":{"url":"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","content_type":"video/mp4","file_name":"output.mp4","file_size":3899896}}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{},{"error":"4","runData":"5","pinData":"6","lastNodeExecuted":"7"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},{"level":"14","tags":"15","timestamp":1764569942684,"context":"16","functionality":"17","name":"18","node":"19","messages":"20","httpCode":null,"message":"21","stack":"22"},{"Schedule Trigger":"23","Generate Video Idea":"24","Generate Veo3 Prompt":"25","Save Content Information":"26"},{"Generate Video Idea":"27","Generate Veo3 Prompt":"28","Create Video":"29","Get Video":"30"},"Save Content Information",{},["31"],{},{},{},{"version":1,"establishedAt":1764569942642,"source":"32"},"warning",{"reWrapped":true},{},"regular","NodeApiError",{"parameters":"33","type":"34","typeVersion":4.5,"position":"35","id":"36","name":"7"},["21"],"Node does not have any credentials set","NodeApiError: Node does not have any credentials set\n at ExecuteContext.apiRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/transport/index.ts:78:9)\n at GoogleSheet.spreadsheetGetSheet (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/helpers/GoogleSheet.ts:129:21)\n at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/actions/router.ts:43:20)\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/GoogleSheetsV2.node.ts:30:10)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:8)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:11)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:27\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["37"],["38"],["39"],["40"],["41"],["42"],["43"],["44"],{"node":"45","data":"46","source":"47"},"manual",{"preBuiltAgentsCalloutGoogleSheets":"48","authentication":"49","resource":"50","operation":"51","documentId":"52","sheetName":"53","columns":"54","options":"55"},"n8n-nodes-base.googleSheets",[-352,176],"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa",{"startTime":1764569942653,"executionIndex":0,"source":"56","hints":"57","executionTime":22,"executionStatus":"58","data":"59"},{"startTime":1764569942677,"executionIndex":1,"source":"60","hints":"61","executionTime":0,"executionStatus":"58","data":"62"},{"startTime":1764569942678,"executionIndex":2,"source":"63","hints":"64","executionTime":0,"executionStatus":"58","data":"65"},{"startTime":1764569942679,"executionIndex":3,"source":"66","hints":"67","executionTime":26,"executionStatus":"68","error":"69"},{"json":"70","pairedItem":"71"},{"json":"72","pairedItem":"73"},{"json":"74"},{"json":"75"},{"parameters":"76","type":"34","typeVersion":4.5,"position":"77","id":"36","name":"7"},{"main":"78"},{"main":"66"},"","oAuth2","sheet","append",{"__rl":true,"value":"79","mode":"80","cachedResultName":"81","cachedResultUrl":"82"},{"__rl":true,"value":"83","mode":"80","cachedResultName":"84","cachedResultUrl":"85"},{"mappingMode":"86","value":"87","matchingColumns":"88","schema":"89","attemptToConvertTypes":false,"convertFieldsToString":false},{},[],[],"success",{"main":"90"},["91"],[],{"main":"92"},["93"],[],{"main":"94"},["95"],[],"error",{"level":"14","tags":"15","timestamp":1764569942684,"context":"16","functionality":"17","name":"18","node":"19","messages":"20","httpCode":null,"message":"21","stack":"22"},{"output":"96"},{"item":0},{"output":"97"},{"item":0},{"status":"98","request_id":"99","response_url":"100","status_url":"101","cancel_url":"102","logs":null,"metrics":"103","queue_position":0},{"video":"104"},{"preBuiltAgentsCalloutGoogleSheets":"48","authentication":"49","resource":"50","operation":"51","documentId":"105","sheetName":"106","columns":"107","options":"108"},[-352,176],["109"],"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","list","Veo3 Videos","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk","gid=0","Sheet1","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0","defineBelow",{"Idea":"110","Environment":"111","Status":"112","Captions":"113"},[],["114","115","116","117","118"],["119"],{"previousNode":"120"},["27"],{"previousNode":"121"},["28"],{"previousNode":"122"},{"caption":"123","idea":"124","environment":"125","status":"126"},"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling.","IN_QUEUE","2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel",{},{"url":"127","content_type":"128","file_name":"129","file_size":3899896},{"__rl":true,"value":"79","mode":"80","cachedResultName":"81","cachedResultUrl":"82"},{"__rl":true,"value":"83","mode":"80","cachedResultName":"84","cachedResultUrl":"85"},{"mappingMode":"86","value":"130","matchingColumns":"131","schema":"132","attemptToConvertTypes":false,"convertFieldsToString":false},{},["133"],"={{ $('Generate Video Idea').first().json.output.idea }}","={{ $('Generate Video Idea').first().json.output.environment }}","={{ $('Generate Video Idea').first().json.output.status }}","={{ $('Generate Video Idea').first().json.output.caption }}",{"id":"134","displayName":"134","required":false,"defaultMatch":false,"display":true,"type":"135","canBeUsedToMatch":true},{"id":"136","displayName":"136","required":false,"defaultMatch":false,"display":true,"type":"135","canBeUsedToMatch":true},{"id":"137","displayName":"137","required":false,"defaultMatch":false,"display":true,"type":"135","canBeUsedToMatch":true},{"id":"138","displayName":"138","required":false,"defaultMatch":false,"display":true,"type":"135","canBeUsedToMatch":true},{"id":"139","displayName":"139","required":false,"defaultMatch":false,"display":true,"type":"135","canBeUsedToMatch":true},["140"],"Schedule Trigger","Generate Video Idea","Generate Veo3 Prompt","When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","to create","https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","video/mp4","output.mp4",{"Idea":"110","Environment":"111","Status":"112","Captions":"113"},[],["141","142","143","144","145"],{"json":"72","pairedItem":"146"},"Idea","string","Captions","Status","Environment","Video URL",{"json":"147","pairedItem":"148"},{"id":"134","displayName":"134","required":false,"defaultMatch":false,"display":true,"type":"135","canBeUsedToMatch":true},{"id":"136","displayName":"136","required":false,"defaultMatch":false,"display":true,"type":"135","canBeUsedToMatch":true},{"id":"137","displayName":"137","required":false,"defaultMatch":false,"display":true,"type":"135","canBeUsedToMatch":true},{"id":"138","displayName":"138","required":false,"defaultMatch":false,"display":true,"type":"135","canBeUsedToMatch":true},{"id":"139","displayName":"139","required":false,"defaultMatch":false,"display":true,"type":"135","canBeUsedToMatch":true},{"item":0},{"timestamp":"149","Readable date":"150","Readable time":"151","Day of week":"152","Year":"153","Month":"154","Day of month":"155","Hour":"156","Minute":"157","Second":"158","Timezone":"159"},{"item":0},"2025-11-30T22:19:02.661-08:00","November 30th 2025, 10:19:02 pm","10:19:02 pm","Sunday","2025","November","30","22","19","02","America/Los_Angeles (UTC-08:00)"]...
|
Edit
Delete
|
|
73
|
{"id":"S15JdQx6jSR0WBqV","name {"id":"S15JdQx6jSR0WBqV","name":"Veo3 Content Machine","active":false,"nodes":[{"parameters":{"notice":"","rule":{"interval":[{"field":"days","daysInterval":1,"triggerAtHour":0,"triggerAtMinute":0}]}},"type":"n8n-nodes-base.scheduleTrigger","typeVersion":1.2,"position":[-1152,176],"id":"f5b0bf42-94d5-49d0-9fa5-fbfa0c9e5f56","name":"Schedule Trigger"},{"parameters":{"content":"## Save Content","height":520,"width":540,"color":3},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[144,32],"id":"4939fca2-bc76-4ddd-845b-77cb9572fa81","name":"Sticky Note3"},{"parameters":{"content":"## Create a Video","height":740,"width":320,"color":6},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-224,-112],"id":"473def2a-255d-4284-8412-8ae78f51925d","name":"Sticky Note2"},{"parameters":{"content":"# Input: Video Topic","height":520,"width":840,"color":5},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-1200,32],"id":"f06c53eb-8f80-43d9-bfdc-c6ee92d7c9b4","name":"Sticky Note"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-1072,368],"id":"acbcee00-89d0-4987-ae85-cd56d9e93882","name":"OpenAI Chat Model1"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-944,368],"id":"eca01b0a-e6e5-4836-920c-b27cff297d16","name":"Think1"},{"parameters":{"notice":"","schemaType":"fromJson","jsonSchemaExample":"{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}","autoFix":false},"type":"@n8n/n8n-nodes-langchain.outputParserStructured","typeVersion":1.2,"position":[-832,368],"id":"20d06661-23bc-407f-9b75-49302be094eb","name":"Structured Output Parser1"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-672,368],"id":"951a8f16-1afb-4349-aaf4-45377851b9f4","name":"OpenAI Chat Model"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-512,368],"id":"d098b11b-9634-4964-8ee1-bdc3f477aeb8","name":"Think"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"Give me an idea to create the content about biblical characters speaking to thecamera and making a vlog","hasOutputParser":true,"notice":"","options":{"systemMessage":"=** Purpose **\nYou generate viral short-form video ideas inspired by biblical characters or scenes, styled like modern TikTok vlogs. These should feel personal, emotional, and often humorous.\n\n** Think Tool Prompt (used before generation) **\n“How can I take a biblical moment or character and turn it into a relatable, viral, or funny TikTok-style video idea that feels natural, emotional, or modern?”\n\n** Output Requirements **\nYour response must include:\n\n- caption – Short, poetic or funny, TikTok-style. Include emojis and 3–5 hashtags (e.g., #biblevlog #foryou #holycomedy #ancientvibes).\n- idea – 1–2 sentence summary of the action, story, or twist in the video.\n- environment – Describe what the set looks like: light, textures, mood, setting. Think “GoPro meets ancient Jerusalem.”\n- status – Must be \"to create\", without quotation marks\n\n** JSON Output Parser **\nEvery output must strictly follow this format:\n\n{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}\n\n** Sample Outputs **\n\nExample 1\n{\n \"caption\": \"When Jesus gives you the silent treatment 🕊️😶 #jesusvlog #holycomedy\",\n \"idea\": \"Jesus calmly stares at the camera while the disciple keeps asking, 'Are we lost?' – awkward silence builds up.\",\n \"environment\": \"Desert trail, golden hour light, dry bushes around, warm rocky textures and wind softly blowing.\",\n \"status\": \"ready for production\"\n}\n\nExample 2\n{\n \"caption\": \"POV: You just met Mary Magdalene and she’s not what you expected 😳✨ #biblevlog #foryou\",\n \"idea\": \"A modern-style introduction of Mary Magdalene where she breaks the fourth wall with sarcasm and confidence.\",\n \"environment\": \"Dusty stone home with narrow light beams, clay walls, fabric drapes blowing slightly in the breeze.\",\n \"status\": \"ready for production\"\n}\n\nExample 3\n{\n \"caption\": \"Me trying to explain the flood before it happened 🌧️🐘 #noahvibes #bibletok\",\n \"idea\": \"Noah explains why he’s building the ark, while others laugh in the background — like a vlog rant.\",\n \"environment\": \"Half-built wooden structure, cloudy sky, goats wandering around, mud everywhere, distant laughter.\",\n \"status\": \"concept only\"\n}"},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-992,176],"id":"75b9d54e-5541-4a76-bc4a-2b1b722c0a02","name":"Generate Video Idea"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Create a prompt for the Veo3 video based on the following information:\n\nIdea: {{ $json.output.idea }}\nEnvironment: {{ $json.output.environment }}","hasOutputParser":false,"options":{"systemMessage":"=** System Message **\n\nYou are a professional cinematic prompt generator for AI video tools. Your task is to convert a short-form video idea and its environment description (inspired by biblical or ancient-world themes) into a highly detailed, camera-aware, emotionally rich prompt suitable for generating a cinematic AI video using Veo3.\n\nYou must understand the emotional tone, visual aesthetics, and storytelling style of short-form TikTok videos that imitate biblical scenes with modern pacing and framing.\n\n** Veo3 Prompt Structure Guidelines **\n\nEach prompt should be natural, cinematic, and visually immersive, including:\n\n- Scene description – Describe the overall environment clearly (terrain, buildings, light, movement).\n- Character focus – If the idea involves a person, include their position, outfit style (biblical era), mood/expression, and framing (e.g., close-up, wide shot).\n- Camera movement – Always include one cinematic camera motion (e.g., slow push-in, handheld tracking, drone pan, orbit, dolly backward).\n- Time of day & lighting – Set the mood with light (e.g., golden hour, harsh daylight, candlelit interior).\n- Atmosphere & texture – Mention dust, wind, fabric movement, shadows, reflections, or imperfections in the scene to increase realism.\n- Style & quality – Include cinematic tone, analog warmth, slightly soft vintage film look, GoPro-like closeness if appropriate.\n\n** Input **\n- You will receive two fields: idea, environment\n- Return only the complete and detailed Veo3 prompt, no additional text.\n\n** Example Output **\nA biblical man stands in front of a half-built wooden ark, gesturing passionately as he explains something to the camera. The camera follows him handheld-style, moving slightly as he paces. In the background, groups of villagers are laughing and pointing. The sky is overcast with low clouds, and goats wander through muddy terrain. The man wears worn, ancient robes, his feet muddy, his tone frustrated but hopeful. The scene has a documentary-style realism, with soft golden highlights breaking through cloud gaps. Light wind moves fabric and rustles dry straw around the ark. Shot in cinematic 24fps with natural tones and slight vintage softness."},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-672,176],"id":"7c2941ba-42d5-4fb8-8d1f-2898fc44bb11","name":"Generate Veo3 Prompt"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"POST","url":"https://queue.fal.run/fal-ai/veo3","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":true,"contentType":"raw","rawContentType":"application/json","body":"={ \"prompt\": \"{{ $('Generate Veo3 Prompt').item.json.output }}\" }","options":{"batching":{"batch":{"batchSize":1,"batchInterval":2000}}},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,-32],"id":"85c3f12a-0f6e-4b50-9165-3efefe2f69fb","name":"Create Video"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"=https://queue.fal.run/fal-ai/veo3/requests/{{ $json.request_id }}\n","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,368],"id":"703b02b9-7714-4a27-9a52-f4043946836b","name":"Get Video"},{"parameters":{"resume":"timeInterval","amount":10,"unit":"seconds"},"type":"n8n-nodes-base.wait","typeVersion":1.1,"position":[-128,176],"id":"27001980-b208-4e21-9e2e-88417a242626","name":"Wait 10 Minutes","webhookId":"9fdae74d-0f36-4408-9c09-5fb55e66fed1"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Video URL":"={{ $json.video.url }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[368,208],"id":"ad79983c-6268-40f9-829e-97473a2b7b77","name":"Store the Video"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Idea":"={{ $('Generate Video Idea').first().json.output.idea }}","Environment":"={{ $('Generate Video Idea').first().json.output.environment }}","Status":"={{ $('Generate Video Idea').first().json.output.status }}","Captions":"={{ $('Generate Video Idea').first().json.output.caption }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[-352,176],"id":"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa","name":"Save Content Information"}],"connections":{"Schedule Trigger":{"main":[[{"node":"Generate Video Idea","type":"main","index":0}]]},"OpenAI Chat Model1":{"ai_languageModel":[[{"node":"Generate Video Idea","type":"ai_languageModel","index":0}]]},"Think1":{"ai_tool":[[{"node":"Generate Video Idea","type":"ai_tool","index":0}]]},"Structured Output Parser1":{"ai_outputParser":[[{"node":"Generate Video Idea","type":"ai_outputParser","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"Generate Veo3 Prompt","type":"ai_languageModel","index":0}]]},"Think":{"ai_tool":[[{"node":"Generate Veo3 Prompt","type":"ai_tool","index":0}]]},"Generate Video Idea":{"main":[[{"node":"Generate Veo3 Prompt","type":"main","index":0}]]},"Generate Veo3 Prompt":{"main":[[{"node":"Save Content Information","type":"main","index":0}]]},"Create Video":{"main":[[{"node":"Wait 10 Minutes","type":"main","index":0}]]},"Get Video":{"main":[[{"node":"Store the Video","type":"main","index":0}]]},"Wait 10 Minutes":{"main":[[{"node":"Get Video","type":"main","index":0}]]},"Save Content Information":{"main":[[{"node":"Create Video","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"Generate Veo3 Prompt":[{"json":{"output":"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling."}}],"Create Video":[{"json":{"status":"IN_QUEUE","request_id":"2ba961db-0c1c-4bd3-954c-905b905c1dcb","response_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","status_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","cancel_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel","logs":null,"metrics":{},"queue_position":0}}],"Get Video":[{"json":{"video":{"url":"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","content_type":"video/mp4","file_name":"output.mp4","file_size":3899896}}}],"Generate Video Idea":[{"json":{"output":{"caption":"When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","idea":"Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","environment":"Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","status":"to create"}}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"error":"6","runData":"7","pinData":"8","lastNodeExecuted":"4"},{"contextData":"9","nodeExecutionStack":"10","metadata":"11","waitingExecution":"12","waitingExecutionSource":"13","runtimeData":"14"},"Save Content Information",["15","16","4","17","18","19","20","21","22"],{"level":"23","tags":"24","timestamp":1764569967472,"context":"25","functionality":"26","name":"27","node":"28","messages":"29","httpCode":null,"message":"30","stack":"31"},{"Schedule Trigger":"32","Save Content Information":"33"},{"Generate Veo3 Prompt":"34","Create Video":"35","Get Video":"36","Generate Video Idea":"37"},{},["38"],{},{},{},{"version":1,"establishedAt":1764569967465,"source":"39"},"Schedule Trigger","Generate Veo3 Prompt","Generate Video Idea","OpenAI Chat Model","Think","OpenAI Chat Model1","Think1","Structured Output Parser1","warning",{"reWrapped":true},{},"regular","NodeApiError",{"parameters":"40","type":"41","typeVersion":4.5,"position":"42","id":"43","name":"4"},["30"],"Node does not have any credentials set","NodeApiError: Node does not have any credentials set\n at ExecuteContext.apiRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/transport/index.ts:78:9)\n at GoogleSheet.spreadsheetGetSheet (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/helpers/GoogleSheet.ts:129:21)\n at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/actions/router.ts:43:20)\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/GoogleSheetsV2.node.ts:30:10)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:8)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:11)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:27\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["44"],["45"],["46"],["47"],["48"],["49"],{"node":"50","data":"51","source":"52"},"manual",{"preBuiltAgentsCalloutGoogleSheets":"53","authentication":"54","resource":"55","operation":"56","documentId":"57","sheetName":"58","columns":"59","options":"60"},"n8n-nodes-base.googleSheets",[-352,176],"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa",{"startTime":1764569942653,"executionIndex":0,"source":"61","hints":"62","executionTime":22,"executionStatus":"63","data":"64"},{"startTime":1764569967469,"executionIndex":1,"source":"65","hints":"66","executionTime":4,"executionStatus":"67","error":"68"},{"json":"69"},{"json":"70"},{"json":"71"},{"json":"72"},{"parameters":"73","type":"41","typeVersion":4.5,"position":"74","id":"43","name":"4"},{"main":"75"},{"main":"65"},"","oAuth2","sheet","append",{"__rl":true,"value":"76","mode":"77","cachedResultName":"78","cachedResultUrl":"79"},{"__rl":true,"value":"80","mode":"77","cachedResultName":"81","cachedResultUrl":"82"},{"mappingMode":"83","value":"84","matchingColumns":"85","schema":"86","attemptToConvertTypes":false,"convertFieldsToString":false},{},[],[],"success",{"main":"87"},["88"],[],"error",{"level":"23","tags":"24","timestamp":1764569967472,"context":"25","functionality":"26","name":"27","node":"28","messages":"29","httpCode":null,"message":"30","stack":"31"},{"output":"89"},{"status":"90","request_id":"91","response_url":"92","status_url":"93","cancel_url":"94","logs":null,"metrics":"95","queue_position":0},{"video":"96"},{"output":"97"},{"preBuiltAgentsCalloutGoogleSheets":"53","authentication":"54","resource":"55","operation":"56","documentId":"98","sheetName":"99","columns":"100","options":"101"},[-352,176],["102"],"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","list","Veo3 Videos","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk","gid=0","Sheet1","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0","defineBelow",{"Idea":"103","Environment":"104","Status":"105","Captions":"106"},[],["107","108","109","110","111"],["112"],{"previousNode":"16","previousNodeOutput":0,"previousNodeRun":0},"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling.","IN_QUEUE","2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel",{},{"url":"113","content_type":"114","file_name":"115","file_size":3899896},{"caption":"116","idea":"117","environment":"118","status":"119"},{"__rl":true,"value":"76","mode":"77","cachedResultName":"78","cachedResultUrl":"79"},{"__rl":true,"value":"80","mode":"77","cachedResultName":"81","cachedResultUrl":"82"},{"mappingMode":"83","value":"120","matchingColumns":"121","schema":"122","attemptToConvertTypes":false,"convertFieldsToString":false},{},["123"],"={{ $('Generate Video Idea').first().json.output.idea }}","={{ $('Generate Video Idea').first().json.output.environment }}","={{ $('Generate Video Idea').first().json.output.status }}","={{ $('Generate Video Idea').first().json.output.caption }}",{"id":"124","displayName":"124","required":false,"defaultMatch":false,"display":true,"type":"125","canBeUsedToMatch":true},{"id":"126","displayName":"126","required":false,"defaultMatch":false,"display":true,"type":"125","canBeUsedToMatch":true},{"id":"127","displayName":"127","required":false,"defaultMatch":false,"display":true,"type":"125","canBeUsedToMatch":true},{"id":"128","displayName":"128","required":false,"defaultMatch":false,"display":true,"type":"125","canBeUsedToMatch":true},{"id":"129","displayName":"129","required":false,"defaultMatch":false,"display":true,"type":"125","canBeUsedToMatch":true},["130"],"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","video/mp4","output.mp4","When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","to create",{"Idea":"103","Environment":"104","Status":"105","Captions":"106"},[],["131","132","133","134","135"],{"json":"69","pairedItem":"136"},"Idea","string","Captions","Status","Environment","Video URL",{"json":"137","pairedItem":"138"},{"id":"124","displayName":"124","required":false,"defaultMatch":false,"display":true,"type":"125","canBeUsedToMatch":true},{"id":"126","displayName":"126","required":false,"defaultMatch":false,"display":true,"type":"125","canBeUsedToMatch":true},{"id":"127","displayName":"127","required":false,"defaultMatch":false,"display":true,"type":"125","canBeUsedToMatch":true},{"id":"128","displayName":"128","required":false,"defaultMatch":false,"display":true,"type":"125","canBeUsedToMatch":true},{"id":"129","displayName":"129","required":false,"defaultMatch":false,"display":true,"type":"125","canBeUsedToMatch":true},{"item":0},{"timestamp":"139","Readable date":"140","Readable time":"141","Day of week":"142","Year":"143","Month":"144","Day of month":"145","Hour":"146","Minute":"147","Second":"148","Timezone":"149"},{"item":0},"2025-11-30T22:19:02.661-08:00","November 30th 2025, 10:19:02 pm","10:19:02 pm","Sunday","2025","November","30","22","19","02","America/Los_Angeles (UTC-08:00)"]...
|
Edit
Delete
|
|
74
|
{"id":"S15JdQx6jSR0WBqV","name {"id":"S15JdQx6jSR0WBqV","name":"Veo3 Content Machine","active":false,"nodes":[{"parameters":{"notice":"","rule":{"interval":[{"field":"days","daysInterval":1,"triggerAtHour":0,"triggerAtMinute":0}]}},"type":"n8n-nodes-base.scheduleTrigger","typeVersion":1.2,"position":[-1152,176],"id":"f5b0bf42-94d5-49d0-9fa5-fbfa0c9e5f56","name":"Schedule Trigger"},{"parameters":{"content":"## Save Content","height":520,"width":540,"color":3},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[144,32],"id":"4939fca2-bc76-4ddd-845b-77cb9572fa81","name":"Sticky Note3"},{"parameters":{"content":"## Create a Video","height":740,"width":320,"color":6},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-224,-112],"id":"473def2a-255d-4284-8412-8ae78f51925d","name":"Sticky Note2"},{"parameters":{"content":"# Input: Video Topic","height":520,"width":840,"color":5},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-1200,32],"id":"f06c53eb-8f80-43d9-bfdc-c6ee92d7c9b4","name":"Sticky Note"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-1072,368],"id":"acbcee00-89d0-4987-ae85-cd56d9e93882","name":"OpenAI Chat Model1"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-944,368],"id":"eca01b0a-e6e5-4836-920c-b27cff297d16","name":"Think1"},{"parameters":{"notice":"","schemaType":"fromJson","jsonSchemaExample":"{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}","autoFix":false},"type":"@n8n/n8n-nodes-langchain.outputParserStructured","typeVersion":1.2,"position":[-832,368],"id":"20d06661-23bc-407f-9b75-49302be094eb","name":"Structured Output Parser1"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-672,368],"id":"951a8f16-1afb-4349-aaf4-45377851b9f4","name":"OpenAI Chat Model"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-512,368],"id":"d098b11b-9634-4964-8ee1-bdc3f477aeb8","name":"Think"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"Give me an idea to create the content about biblical characters speaking to thecamera and making a vlog","hasOutputParser":true,"notice":"","options":{"systemMessage":"=** Purpose **\nYou generate viral short-form video ideas inspired by biblical characters or scenes, styled like modern TikTok vlogs. These should feel personal, emotional, and often humorous.\n\n** Think Tool Prompt (used before generation) **\n“How can I take a biblical moment or character and turn it into a relatable, viral, or funny TikTok-style video idea that feels natural, emotional, or modern?”\n\n** Output Requirements **\nYour response must include:\n\n- caption – Short, poetic or funny, TikTok-style. Include emojis and 3–5 hashtags (e.g., #biblevlog #foryou #holycomedy #ancientvibes).\n- idea – 1–2 sentence summary of the action, story, or twist in the video.\n- environment – Describe what the set looks like: light, textures, mood, setting. Think “GoPro meets ancient Jerusalem.”\n- status – Must be \"to create\", without quotation marks\n\n** JSON Output Parser **\nEvery output must strictly follow this format:\n\n{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}\n\n** Sample Outputs **\n\nExample 1\n{\n \"caption\": \"When Jesus gives you the silent treatment 🕊️😶 #jesusvlog #holycomedy\",\n \"idea\": \"Jesus calmly stares at the camera while the disciple keeps asking, 'Are we lost?' – awkward silence builds up.\",\n \"environment\": \"Desert trail, golden hour light, dry bushes around, warm rocky textures and wind softly blowing.\",\n \"status\": \"ready for production\"\n}\n\nExample 2\n{\n \"caption\": \"POV: You just met Mary Magdalene and she’s not what you expected 😳✨ #biblevlog #foryou\",\n \"idea\": \"A modern-style introduction of Mary Magdalene where she breaks the fourth wall with sarcasm and confidence.\",\n \"environment\": \"Dusty stone home with narrow light beams, clay walls, fabric drapes blowing slightly in the breeze.\",\n \"status\": \"ready for production\"\n}\n\nExample 3\n{\n \"caption\": \"Me trying to explain the flood before it happened 🌧️🐘 #noahvibes #bibletok\",\n \"idea\": \"Noah explains why he’s building the ark, while others laugh in the background — like a vlog rant.\",\n \"environment\": \"Half-built wooden structure, cloudy sky, goats wandering around, mud everywhere, distant laughter.\",\n \"status\": \"concept only\"\n}"},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-992,176],"id":"75b9d54e-5541-4a76-bc4a-2b1b722c0a02","name":"Generate Video Idea"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Create a prompt for the Veo3 video based on the following information:\n\nIdea: {{ $json.output.idea }}\nEnvironment: {{ $json.output.environment }}","hasOutputParser":false,"options":{"systemMessage":"=** System Message **\n\nYou are a professional cinematic prompt generator for AI video tools. Your task is to convert a short-form video idea and its environment description (inspired by biblical or ancient-world themes) into a highly detailed, camera-aware, emotionally rich prompt suitable for generating a cinematic AI video using Veo3.\n\nYou must understand the emotional tone, visual aesthetics, and storytelling style of short-form TikTok videos that imitate biblical scenes with modern pacing and framing.\n\n** Veo3 Prompt Structure Guidelines **\n\nEach prompt should be natural, cinematic, and visually immersive, including:\n\n- Scene description – Describe the overall environment clearly (terrain, buildings, light, movement).\n- Character focus – If the idea involves a person, include their position, outfit style (biblical era), mood/expression, and framing (e.g., close-up, wide shot).\n- Camera movement – Always include one cinematic camera motion (e.g., slow push-in, handheld tracking, drone pan, orbit, dolly backward).\n- Time of day & lighting – Set the mood with light (e.g., golden hour, harsh daylight, candlelit interior).\n- Atmosphere & texture – Mention dust, wind, fabric movement, shadows, reflections, or imperfections in the scene to increase realism.\n- Style & quality – Include cinematic tone, analog warmth, slightly soft vintage film look, GoPro-like closeness if appropriate.\n\n** Input **\n- You will receive two fields: idea, environment\n- Return only the complete and detailed Veo3 prompt, no additional text.\n\n** Example Output **\nA biblical man stands in front of a half-built wooden ark, gesturing passionately as he explains something to the camera. The camera follows him handheld-style, moving slightly as he paces. In the background, groups of villagers are laughing and pointing. The sky is overcast with low clouds, and goats wander through muddy terrain. The man wears worn, ancient robes, his feet muddy, his tone frustrated but hopeful. The scene has a documentary-style realism, with soft golden highlights breaking through cloud gaps. Light wind moves fabric and rustles dry straw around the ark. Shot in cinematic 24fps with natural tones and slight vintage softness."},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-672,176],"id":"7c2941ba-42d5-4fb8-8d1f-2898fc44bb11","name":"Generate Veo3 Prompt"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"POST","url":"https://queue.fal.run/fal-ai/veo3","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":true,"contentType":"raw","rawContentType":"application/json","body":"={ \"prompt\": \"{{ $('Generate Veo3 Prompt').item.json.output }}\" }","options":{"batching":{"batch":{"batchSize":1,"batchInterval":2000}}},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,-32],"id":"85c3f12a-0f6e-4b50-9165-3efefe2f69fb","name":"Create Video"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"=https://queue.fal.run/fal-ai/veo3/requests/{{ $json.request_id }}\n","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,368],"id":"703b02b9-7714-4a27-9a52-f4043946836b","name":"Get Video"},{"parameters":{"resume":"timeInterval","amount":10,"unit":"seconds"},"type":"n8n-nodes-base.wait","typeVersion":1.1,"position":[-128,176],"id":"27001980-b208-4e21-9e2e-88417a242626","name":"Wait 10 Minutes","webhookId":"9fdae74d-0f36-4408-9c09-5fb55e66fed1"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Video URL":"={{ $json.video.url }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[368,208],"id":"ad79983c-6268-40f9-829e-97473a2b7b77","name":"Store the Video","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Idea":"={{ $('Generate Video Idea').first().json.output.idea }}","Environment":"={{ $('Generate Video Idea').first().json.output.environment }}","Status":"={{ $('Generate Video Idea').first().json.output.status }}","Captions":"={{ $('Generate Video Idea').first().json.output.caption }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[-352,176],"id":"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa","name":"Save Content Information","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}}],"connections":{"Schedule Trigger":{"main":[[{"node":"Generate Video Idea","type":"main","index":0}]]},"OpenAI Chat Model1":{"ai_languageModel":[[{"node":"Generate Video Idea","type":"ai_languageModel","index":0}]]},"Think1":{"ai_tool":[[{"node":"Generate Video Idea","type":"ai_tool","index":0}]]},"Structured Output Parser1":{"ai_outputParser":[[{"node":"Generate Video Idea","type":"ai_outputParser","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"Generate Veo3 Prompt","type":"ai_languageModel","index":0}]]},"Think":{"ai_tool":[[{"node":"Generate Veo3 Prompt","type":"ai_tool","index":0}]]},"Generate Video Idea":{"main":[[{"node":"Generate Veo3 Prompt","type":"main","index":0}]]},"Generate Veo3 Prompt":{"main":[[{"node":"Save Content Information","type":"main","index":0}]]},"Create Video":{"main":[[{"node":"Wait 10 Minutes","type":"main","index":0}]]},"Get Video":{"main":[[{"node":"Store the Video","type":"main","index":0}]]},"Wait 10 Minutes":{"main":[[{"node":"Get Video","type":"main","index":0}]]},"Save Content Information":{"main":[[{"node":"Create Video","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"Generate Veo3 Prompt":[{"json":{"output":"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling."}}],"Create Video":[{"json":{"status":"IN_QUEUE","request_id":"2ba961db-0c1c-4bd3-954c-905b905c1dcb","response_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","status_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","cancel_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel","logs":null,"metrics":{},"queue_position":0}}],"Get Video":[{"json":{"video":{"url":"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","content_type":"video/mp4","file_name":"output.mp4","file_size":3899896}}}],"Generate Video Idea":[{"json":{"output":{"caption":"When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","idea":"Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","environment":"Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","status":"to create"}}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"error":"6","runData":"7","pinData":"8","lastNodeExecuted":"4"},{"contextData":"9","nodeExecutionStack":"10","metadata":"11","waitingExecution":"12","waitingExecutionSource":"13","runtimeData":"14"},"Save Content Information",["15","16","4","17","18","19","20","21","22"],{"level":"23","tags":"24","timestamp":1764570817561,"context":"25","functionality":"26","name":"27","node":"28","messages":"29","httpCode":null,"message":"30","stack":"31"},{"Schedule Trigger":"32","Save Content Information":"33"},{"Generate Veo3 Prompt":"34","Create Video":"35","Get Video":"36","Generate Video Idea":"37"},{},["38"],{},{},{},{"version":1,"establishedAt":1764570817497,"source":"39"},"Schedule Trigger","Generate Veo3 Prompt","Generate Video Idea","OpenAI Chat Model","Think","OpenAI Chat Model1","Think1","Structured Output Parser1","warning",{},{},"regular","NodeApiError",{"parameters":"40","type":"41","typeVersion":4.5,"position":"42","id":"43","name":"4","credentials":"44"},["30"],"Unable to sign without access token","NodeApiError: Unable to sign without access token\n at ExecuteContext.apiRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/transport/index.ts:78:9)\n at GoogleSheet.spreadsheetGetSheet (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/helpers/GoogleSheet.ts:129:21)\n at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/actions/router.ts:43:20)\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/GoogleSheetsV2.node.ts:30:10)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:8)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:11)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:27\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["45"],["46"],["47"],["48"],["49"],["50"],{"node":"51","data":"52","source":"53"},"manual",{"preBuiltAgentsCalloutGoogleSheets":"54","authentication":"55","resource":"56","operation":"57","documentId":"58","sheetName":"59","columns":"60","options":"61"},"n8n-nodes-base.googleSheets",[-352,176],"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa",{"googleSheetsOAuth2Api":"62"},{"startTime":1764569942653,"executionIndex":0,"source":"63","hints":"64","executionTime":22,"executionStatus":"65","data":"66"},{"startTime":1764570817499,"executionIndex":1,"source":"67","hints":"68","executionTime":63,"executionStatus":"69","error":"70"},{"json":"71"},{"json":"72"},{"json":"73"},{"json":"74"},{"parameters":"75","type":"41","typeVersion":4.5,"position":"76","id":"43","name":"4","credentials":"77"},{"main":"78"},{"main":"67"},"","oAuth2","sheet","append",{"__rl":true,"value":"79","mode":"80","cachedResultName":"81","cachedResultUrl":"82"},{"__rl":true,"value":"83","mode":"80","cachedResultName":"84","cachedResultUrl":"85"},{"mappingMode":"86","value":"87","matchingColumns":"88","schema":"89","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"90","name":"91"},[],[],"success",{"main":"92"},["93"],[],"error",{"level":"23","tags":"24","timestamp":1764570817561,"context":"25","functionality":"26","name":"27","node":"28","messages":"29","httpCode":null,"message":"30","stack":"31"},{"output":"94"},{"status":"95","request_id":"96","response_url":"97","status_url":"98","cancel_url":"99","logs":null,"metrics":"100","queue_position":0},{"video":"101"},{"output":"102"},{"preBuiltAgentsCalloutGoogleSheets":"54","authentication":"55","resource":"56","operation":"57","documentId":"103","sheetName":"104","columns":"105","options":"106"},[-352,176],{"googleSheetsOAuth2Api":"107"},["108"],"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","list","Veo3 Videos","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk","gid=0","Sheet1","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0","defineBelow",{"Idea":"109","Environment":"110","Status":"111","Captions":"112"},[],["113","114","115","116","117"],"NufmenCs2JQN68sm","Google Sheets account",["118"],{"previousNode":"16","previousNodeOutput":0,"previousNodeRun":0},"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling.","IN_QUEUE","2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel",{},{"url":"119","content_type":"120","file_name":"121","file_size":3899896},{"caption":"122","idea":"123","environment":"124","status":"125"},{"__rl":true,"value":"79","mode":"80","cachedResultName":"81","cachedResultUrl":"82"},{"__rl":true,"value":"83","mode":"80","cachedResultName":"84","cachedResultUrl":"85"},{"mappingMode":"86","value":"126","matchingColumns":"127","schema":"128","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"90","name":"91"},["129"],"={{ $('Generate Video Idea').first().json.output.idea }}","={{ $('Generate Video Idea').first().json.output.environment }}","={{ $('Generate Video Idea').first().json.output.status }}","={{ $('Generate Video Idea').first().json.output.caption }}",{"id":"130","displayName":"130","required":false,"defaultMatch":false,"display":true,"type":"131","canBeUsedToMatch":true},{"id":"132","displayName":"132","required":false,"defaultMatch":false,"display":true,"type":"131","canBeUsedToMatch":true},{"id":"133","displayName":"133","required":false,"defaultMatch":false,"display":true,"type":"131","canBeUsedToMatch":true},{"id":"134","displayName":"134","required":false,"defaultMatch":false,"display":true,"type":"131","canBeUsedToMatch":true},{"id":"135","displayName":"135","required":false,"defaultMatch":false,"display":true,"type":"131","canBeUsedToMatch":true},["136"],"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","video/mp4","output.mp4","When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","to create",{"Idea":"109","Environment":"110","Status":"111","Captions":"112"},[],["137","138","139","140","141"],{"json":"71","pairedItem":"142"},"Idea","string","Captions","Status","Environment","Video URL",{"json":"143","pairedItem":"144"},{"id":"130","displayName":"130","required":false,"defaultMatch":false,"display":true,"type":"131","canBeUsedToMatch":true},{"id":"132","displayName":"132","required":false,"defaultMatch":false,"display":true,"type":"131","canBeUsedToMatch":true},{"id":"133","displayName":"133","required":false,"defaultMatch":false,"display":true,"type":"131","canBeUsedToMatch":true},{"id":"134","displayName":"134","required":false,"defaultMatch":false,"display":true,"type":"131","canBeUsedToMatch":true},{"id":"135","displayName":"135","required":false,"defaultMatch":false,"display":true,"type":"131","canBeUsedToMatch":true},{"item":0},{"timestamp":"145","Readable date":"146","Readable time":"147","Day of week":"148","Year":"149","Month":"150","Day of month":"151","Hour":"152","Minute":"153","Second":"154","Timezone":"155"},{"item":0},"2025-11-30T22:19:02.661-08:00","November 30th 2025, 10:19:02 pm","10:19:02 pm","Sunday","2025","November","30","22","19","02","America/Los_Angeles (UTC-08:00)"]...
|
Edit
Delete
|
|
75
|
{"id":"S15JdQx6jSR0WBqV","name {"id":"S15JdQx6jSR0WBqV","name":"Veo3 Content Machine","active":false,"nodes":[{"parameters":{"notice":"","rule":{"interval":[{"field":"days","daysInterval":1,"triggerAtHour":0,"triggerAtMinute":0}]}},"type":"n8n-nodes-base.scheduleTrigger","typeVersion":1.2,"position":[-1152,176],"id":"f5b0bf42-94d5-49d0-9fa5-fbfa0c9e5f56","name":"Schedule Trigger"},{"parameters":{"content":"## Save Content","height":520,"width":540,"color":3},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[144,32],"id":"4939fca2-bc76-4ddd-845b-77cb9572fa81","name":"Sticky Note3"},{"parameters":{"content":"## Create a Video","height":740,"width":320,"color":6},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-224,-112],"id":"473def2a-255d-4284-8412-8ae78f51925d","name":"Sticky Note2"},{"parameters":{"content":"# Input: Video Topic","height":520,"width":840,"color":5},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-1200,32],"id":"f06c53eb-8f80-43d9-bfdc-c6ee92d7c9b4","name":"Sticky Note"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-1072,368],"id":"acbcee00-89d0-4987-ae85-cd56d9e93882","name":"OpenAI Chat Model1"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-944,368],"id":"eca01b0a-e6e5-4836-920c-b27cff297d16","name":"Think1"},{"parameters":{"notice":"","schemaType":"fromJson","jsonSchemaExample":"{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}","autoFix":false},"type":"@n8n/n8n-nodes-langchain.outputParserStructured","typeVersion":1.2,"position":[-832,368],"id":"20d06661-23bc-407f-9b75-49302be094eb","name":"Structured Output Parser1"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-672,368],"id":"951a8f16-1afb-4349-aaf4-45377851b9f4","name":"OpenAI Chat Model"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-512,368],"id":"d098b11b-9634-4964-8ee1-bdc3f477aeb8","name":"Think"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"Give me an idea to create the content about biblical characters speaking to thecamera and making a vlog","hasOutputParser":true,"notice":"","options":{"systemMessage":"=** Purpose **\nYou generate viral short-form video ideas inspired by biblical characters or scenes, styled like modern TikTok vlogs. These should feel personal, emotional, and often humorous.\n\n** Think Tool Prompt (used before generation) **\n“How can I take a biblical moment or character and turn it into a relatable, viral, or funny TikTok-style video idea that feels natural, emotional, or modern?”\n\n** Output Requirements **\nYour response must include:\n\n- caption – Short, poetic or funny, TikTok-style. Include emojis and 3–5 hashtags (e.g., #biblevlog #foryou #holycomedy #ancientvibes).\n- idea – 1–2 sentence summary of the action, story, or twist in the video.\n- environment – Describe what the set looks like: light, textures, mood, setting. Think “GoPro meets ancient Jerusalem.”\n- status – Must be \"to create\", without quotation marks\n\n** JSON Output Parser **\nEvery output must strictly follow this format:\n\n{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}\n\n** Sample Outputs **\n\nExample 1\n{\n \"caption\": \"When Jesus gives you the silent treatment 🕊️😶 #jesusvlog #holycomedy\",\n \"idea\": \"Jesus calmly stares at the camera while the disciple keeps asking, 'Are we lost?' – awkward silence builds up.\",\n \"environment\": \"Desert trail, golden hour light, dry bushes around, warm rocky textures and wind softly blowing.\",\n \"status\": \"ready for production\"\n}\n\nExample 2\n{\n \"caption\": \"POV: You just met Mary Magdalene and she’s not what you expected 😳✨ #biblevlog #foryou\",\n \"idea\": \"A modern-style introduction of Mary Magdalene where she breaks the fourth wall with sarcasm and confidence.\",\n \"environment\": \"Dusty stone home with narrow light beams, clay walls, fabric drapes blowing slightly in the breeze.\",\n \"status\": \"ready for production\"\n}\n\nExample 3\n{\n \"caption\": \"Me trying to explain the flood before it happened 🌧️🐘 #noahvibes #bibletok\",\n \"idea\": \"Noah explains why he’s building the ark, while others laugh in the background — like a vlog rant.\",\n \"environment\": \"Half-built wooden structure, cloudy sky, goats wandering around, mud everywhere, distant laughter.\",\n \"status\": \"concept only\"\n}"},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-992,176],"id":"75b9d54e-5541-4a76-bc4a-2b1b722c0a02","name":"Generate Video Idea"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Create a prompt for the Veo3 video based on the following information:\n\nIdea: {{ $json.output.idea }}\nEnvironment: {{ $json.output.environment }}","hasOutputParser":false,"options":{"systemMessage":"=** System Message **\n\nYou are a professional cinematic prompt generator for AI video tools. Your task is to convert a short-form video idea and its environment description (inspired by biblical or ancient-world themes) into a highly detailed, camera-aware, emotionally rich prompt suitable for generating a cinematic AI video using Veo3.\n\nYou must understand the emotional tone, visual aesthetics, and storytelling style of short-form TikTok videos that imitate biblical scenes with modern pacing and framing.\n\n** Veo3 Prompt Structure Guidelines **\n\nEach prompt should be natural, cinematic, and visually immersive, including:\n\n- Scene description – Describe the overall environment clearly (terrain, buildings, light, movement).\n- Character focus – If the idea involves a person, include their position, outfit style (biblical era), mood/expression, and framing (e.g., close-up, wide shot).\n- Camera movement – Always include one cinematic camera motion (e.g., slow push-in, handheld tracking, drone pan, orbit, dolly backward).\n- Time of day & lighting – Set the mood with light (e.g., golden hour, harsh daylight, candlelit interior).\n- Atmosphere & texture – Mention dust, wind, fabric movement, shadows, reflections, or imperfections in the scene to increase realism.\n- Style & quality – Include cinematic tone, analog warmth, slightly soft vintage film look, GoPro-like closeness if appropriate.\n\n** Input **\n- You will receive two fields: idea, environment\n- Return only the complete and detailed Veo3 prompt, no additional text.\n\n** Example Output **\nA biblical man stands in front of a half-built wooden ark, gesturing passionately as he explains something to the camera. The camera follows him handheld-style, moving slightly as he paces. In the background, groups of villagers are laughing and pointing. The sky is overcast with low clouds, and goats wander through muddy terrain. The man wears worn, ancient robes, his feet muddy, his tone frustrated but hopeful. The scene has a documentary-style realism, with soft golden highlights breaking through cloud gaps. Light wind moves fabric and rustles dry straw around the ark. Shot in cinematic 24fps with natural tones and slight vintage softness."},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-672,176],"id":"7c2941ba-42d5-4fb8-8d1f-2898fc44bb11","name":"Generate Veo3 Prompt"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"POST","url":"https://queue.fal.run/fal-ai/veo3","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":true,"contentType":"raw","rawContentType":"application/json","body":"={ \"prompt\": \"{{ $('Generate Veo3 Prompt').item.json.output }}\" }","options":{"batching":{"batch":{"batchSize":1,"batchInterval":2000}}},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,-32],"id":"85c3f12a-0f6e-4b50-9165-3efefe2f69fb","name":"Create Video"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"=https://queue.fal.run/fal-ai/veo3/requests/{{ $json.request_id }}\n","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,368],"id":"703b02b9-7714-4a27-9a52-f4043946836b","name":"Get Video"},{"parameters":{"resume":"timeInterval","amount":10,"unit":"seconds"},"type":"n8n-nodes-base.wait","typeVersion":1.1,"position":[-128,176],"id":"27001980-b208-4e21-9e2e-88417a242626","name":"Wait 10 Minutes","webhookId":"9fdae74d-0f36-4408-9c09-5fb55e66fed1"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Video URL":"={{ $json.video.url }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[368,208],"id":"ad79983c-6268-40f9-829e-97473a2b7b77","name":"Store the Video","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Idea":"={{ $('Generate Video Idea').first().json.output.idea }}","Environment":"={{ $('Generate Video Idea').first().json.output.environment }}","Status":"={{ $('Generate Video Idea').first().json.output.status }}","Captions":"={{ $('Generate Video Idea').first().json.output.caption }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[-352,176],"id":"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa","name":"Save Content Information","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}}],"connections":{"Schedule Trigger":{"main":[[{"node":"Generate Video Idea","type":"main","index":0}]]},"OpenAI Chat Model1":{"ai_languageModel":[[{"node":"Generate Video Idea","type":"ai_languageModel","index":0}]]},"Think1":{"ai_tool":[[{"node":"Generate Video Idea","type":"ai_tool","index":0}]]},"Structured Output Parser1":{"ai_outputParser":[[{"node":"Generate Video Idea","type":"ai_outputParser","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"Generate Veo3 Prompt","type":"ai_languageModel","index":0}]]},"Think":{"ai_tool":[[{"node":"Generate Veo3 Prompt","type":"ai_tool","index":0}]]},"Generate Video Idea":{"main":[[{"node":"Generate Veo3 Prompt","type":"main","index":0}]]},"Generate Veo3 Prompt":{"main":[[{"node":"Save Content Information","type":"main","index":0}]]},"Create Video":{"main":[[{"node":"Wait 10 Minutes","type":"main","index":0}]]},"Get Video":{"main":[[{"node":"Store the Video","type":"main","index":0}]]},"Wait 10 Minutes":{"main":[[{"node":"Get Video","type":"main","index":0}]]},"Save Content Information":{"main":[[{"node":"Create Video","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"Generate Veo3 Prompt":[{"json":{"output":"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling."}}],"Create Video":[{"json":{"status":"IN_QUEUE","request_id":"2ba961db-0c1c-4bd3-954c-905b905c1dcb","response_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","status_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","cancel_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel","logs":null,"metrics":{},"queue_position":0}}],"Get Video":[{"json":{"video":{"url":"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","content_type":"video/mp4","file_name":"output.mp4","file_size":3899896}}}],"Generate Video Idea":[{"json":{"output":{"caption":"When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","idea":"Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","environment":"Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","status":"to create"}}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"error":"6","runData":"7","pinData":"8","lastNodeExecuted":"4"},{"contextData":"9","nodeExecutionStack":"10","metadata":"11","waitingExecution":"12","waitingExecutionSource":"13","runtimeData":"14"},"Save Content Information",["15","16","4","17","18","19","20","21","22"],{"level":"23","tags":"24","description":"25","timestamp":1764570967674,"context":"26","functionality":"27","name":"28","node":"29","messages":"30","httpCode":"31","message":"32","stack":"33"},{"Schedule Trigger":"34","Save Content Information":"35"},{"Generate Veo3 Prompt":"36","Create Video":"37","Get Video":"38","Generate Video Idea":"39"},{},["40"],{},{},{},{"version":1,"establishedAt":1764570966984,"source":"41"},"Schedule Trigger","Generate Veo3 Prompt","Generate Video Idea","OpenAI Chat Model","Think","OpenAI Chat Model1","Think1","Structured Output Parser1","warning",{},"The caller does not have permission",{},"regular","NodeApiError",{"parameters":"42","type":"43","typeVersion":4.5,"position":"44","id":"45","name":"4","credentials":"46"},["47"],"403","Forbidden - perhaps check your credentials?","NodeApiError: Forbidden - perhaps check your credentials?\n at ExecuteContext.apiRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/transport/index.ts:78:9)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at GoogleSheet.spreadsheetGetSheet (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/helpers/GoogleSheet.ts:129:21)\n at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/actions/router.ts:43:20)\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/GoogleSheetsV2.node.ts:30:10)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:8)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:11)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:27\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["48"],["49"],["50"],["51"],["52"],["53"],{"node":"54","data":"55","source":"56"},"manual",{"preBuiltAgentsCalloutGoogleSheets":"57","authentication":"58","resource":"59","operation":"60","documentId":"61","sheetName":"62","columns":"63","options":"64"},"n8n-nodes-base.googleSheets",[-352,176],"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa",{"googleSheetsOAuth2Api":"65"},"403 - {\"error\":{\"code\":403,\"message\":\"The caller does not have permission\",\"status\":\"PERMISSION_DENIED\"}}",{"startTime":1764569942653,"executionIndex":0,"source":"66","hints":"67","executionTime":22,"executionStatus":"68","data":"69"},{"startTime":1764570966986,"executionIndex":1,"source":"70","hints":"71","executionTime":699,"executionStatus":"72","error":"73"},{"json":"74"},{"json":"75"},{"json":"76"},{"json":"77"},{"parameters":"78","type":"43","typeVersion":4.5,"position":"79","id":"45","name":"4","credentials":"80"},{"main":"81"},{"main":"70"},"","oAuth2","sheet","append",{"__rl":true,"value":"82","mode":"83","cachedResultName":"84","cachedResultUrl":"85"},{"__rl":true,"value":"86","mode":"83","cachedResultName":"87","cachedResultUrl":"88"},{"mappingMode":"89","value":"90","matchingColumns":"91","schema":"92","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"93","name":"94"},[],[],"success",{"main":"95"},["96"],[],"error",{"level":"23","tags":"24","description":"25","timestamp":1764570967674,"context":"26","functionality":"27","name":"28","node":"29","messages":"30","httpCode":"31","message":"32","stack":"33"},{"output":"97"},{"status":"98","request_id":"99","response_url":"100","status_url":"101","cancel_url":"102","logs":null,"metrics":"103","queue_position":0},{"video":"104"},{"output":"105"},{"preBuiltAgentsCalloutGoogleSheets":"57","authentication":"58","resource":"59","operation":"60","documentId":"106","sheetName":"107","columns":"108","options":"109"},[-352,176],{"googleSheetsOAuth2Api":"110"},["111"],"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","list","Veo3 Videos","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk","gid=0","Sheet1","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0","defineBelow",{"Idea":"112","Environment":"113","Status":"114","Captions":"115"},[],["116","117","118","119","120"],"NufmenCs2JQN68sm","Google Sheets account",["121"],{"previousNode":"16","previousNodeOutput":0,"previousNodeRun":0},"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling.","IN_QUEUE","2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel",{},{"url":"122","content_type":"123","file_name":"124","file_size":3899896},{"caption":"125","idea":"126","environment":"127","status":"128"},{"__rl":true,"value":"82","mode":"83","cachedResultName":"84","cachedResultUrl":"85"},{"__rl":true,"value":"86","mode":"83","cachedResultName":"87","cachedResultUrl":"88"},{"mappingMode":"89","value":"129","matchingColumns":"130","schema":"131","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"93","name":"94"},["132"],"={{ $('Generate Video Idea').first().json.output.idea }}","={{ $('Generate Video Idea').first().json.output.environment }}","={{ $('Generate Video Idea').first().json.output.status }}","={{ $('Generate Video Idea').first().json.output.caption }}",{"id":"133","displayName":"133","required":false,"defaultMatch":false,"display":true,"type":"134","canBeUsedToMatch":true},{"id":"135","displayName":"135","required":false,"defaultMatch":false,"display":true,"type":"134","canBeUsedToMatch":true},{"id":"136","displayName":"136","required":false,"defaultMatch":false,"display":true,"type":"134","canBeUsedToMatch":true},{"id":"137","displayName":"137","required":false,"defaultMatch":false,"display":true,"type":"134","canBeUsedToMatch":true},{"id":"138","displayName":"138","required":false,"defaultMatch":false,"display":true,"type":"134","canBeUsedToMatch":true},["139"],"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","video/mp4","output.mp4","When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","to create",{"Idea":"112","Environment":"113","Status":"114","Captions":"115"},[],["140","141","142","143","144"],{"json":"74","pairedItem":"145"},"Idea","string","Captions","Status","Environment","Video URL",{"json":"146","pairedItem":"147"},{"id":"133","displayName":"133","required":false,"defaultMatch":false,"display":true,"type":"134","canBeUsedToMatch":true},{"id":"135","displayName":"135","required":false,"defaultMatch":false,"display":true,"type":"134","canBeUsedToMatch":true},{"id":"136","displayName":"136","required":false,"defaultMatch":false,"display":true,"type":"134","canBeUsedToMatch":true},{"id":"137","displayName":"137","required":false,"defaultMatch":false,"display":true,"type":"134","canBeUsedToMatch":true},{"id":"138","displayName":"138","required":false,"defaultMatch":false,"display":true,"type":"134","canBeUsedToMatch":true},{"item":0},{"timestamp":"148","Readable date":"149","Readable time":"150","Day of week":"151","Year":"152","Month":"153","Day of month":"154","Hour":"155","Minute":"156","Second":"157","Timezone":"158"},{"item":0},"2025-11-30T22:19:02.661-08:00","November 30th 2025, 10:19:02 pm","10:19:02 pm","Sunday","2025","November","30","22","19","02","America/Los_Angeles (UTC-08:00)"]...
|
Edit
Delete
|
|
76
|
{"id":"S15JdQx6jSR0WBqV","name {"id":"S15JdQx6jSR0WBqV","name":"Veo3 Content Machine","active":false,"nodes":[{"parameters":{"notice":"","rule":{"interval":[{"field":"days","daysInterval":1,"triggerAtHour":0,"triggerAtMinute":0}]}},"type":"n8n-nodes-base.scheduleTrigger","typeVersion":1.2,"position":[-1152,176],"id":"f5b0bf42-94d5-49d0-9fa5-fbfa0c9e5f56","name":"Schedule Trigger"},{"parameters":{"content":"## Save Content","height":520,"width":540,"color":3},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[144,32],"id":"4939fca2-bc76-4ddd-845b-77cb9572fa81","name":"Sticky Note3"},{"parameters":{"content":"## Create a Video","height":740,"width":320,"color":6},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-224,-112],"id":"473def2a-255d-4284-8412-8ae78f51925d","name":"Sticky Note2"},{"parameters":{"content":"# Input: Video Topic","height":520,"width":840,"color":5},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-1200,32],"id":"f06c53eb-8f80-43d9-bfdc-c6ee92d7c9b4","name":"Sticky Note"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-1072,368],"id":"acbcee00-89d0-4987-ae85-cd56d9e93882","name":"OpenAI Chat Model1"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-944,368],"id":"eca01b0a-e6e5-4836-920c-b27cff297d16","name":"Think1"},{"parameters":{"notice":"","schemaType":"fromJson","jsonSchemaExample":"{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}","autoFix":false},"type":"@n8n/n8n-nodes-langchain.outputParserStructured","typeVersion":1.2,"position":[-832,368],"id":"20d06661-23bc-407f-9b75-49302be094eb","name":"Structured Output Parser1"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-672,368],"id":"951a8f16-1afb-4349-aaf4-45377851b9f4","name":"OpenAI Chat Model"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-512,368],"id":"d098b11b-9634-4964-8ee1-bdc3f477aeb8","name":"Think"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"Give me an idea to create the content about biblical characters speaking to thecamera and making a vlog","hasOutputParser":true,"notice":"","options":{"systemMessage":"=** Purpose **\nYou generate viral short-form video ideas inspired by biblical characters or scenes, styled like modern TikTok vlogs. These should feel personal, emotional, and often humorous.\n\n** Think Tool Prompt (used before generation) **\n“How can I take a biblical moment or character and turn it into a relatable, viral, or funny TikTok-style video idea that feels natural, emotional, or modern?”\n\n** Output Requirements **\nYour response must include:\n\n- caption – Short, poetic or funny, TikTok-style. Include emojis and 3–5 hashtags (e.g., #biblevlog #foryou #holycomedy #ancientvibes).\n- idea – 1–2 sentence summary of the action, story, or twist in the video.\n- environment – Describe what the set looks like: light, textures, mood, setting. Think “GoPro meets ancient Jerusalem.”\n- status – Must be \"to create\", without quotation marks\n\n** JSON Output Parser **\nEvery output must strictly follow this format:\n\n{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}\n\n** Sample Outputs **\n\nExample 1\n{\n \"caption\": \"When Jesus gives you the silent treatment 🕊️😶 #jesusvlog #holycomedy\",\n \"idea\": \"Jesus calmly stares at the camera while the disciple keeps asking, 'Are we lost?' – awkward silence builds up.\",\n \"environment\": \"Desert trail, golden hour light, dry bushes around, warm rocky textures and wind softly blowing.\",\n \"status\": \"ready for production\"\n}\n\nExample 2\n{\n \"caption\": \"POV: You just met Mary Magdalene and she’s not what you expected 😳✨ #biblevlog #foryou\",\n \"idea\": \"A modern-style introduction of Mary Magdalene where she breaks the fourth wall with sarcasm and confidence.\",\n \"environment\": \"Dusty stone home with narrow light beams, clay walls, fabric drapes blowing slightly in the breeze.\",\n \"status\": \"ready for production\"\n}\n\nExample 3\n{\n \"caption\": \"Me trying to explain the flood before it happened 🌧️🐘 #noahvibes #bibletok\",\n \"idea\": \"Noah explains why he’s building the ark, while others laugh in the background — like a vlog rant.\",\n \"environment\": \"Half-built wooden structure, cloudy sky, goats wandering around, mud everywhere, distant laughter.\",\n \"status\": \"concept only\"\n}"},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-992,176],"id":"75b9d54e-5541-4a76-bc4a-2b1b722c0a02","name":"Generate Video Idea"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Create a prompt for the Veo3 video based on the following information:\n\nIdea: {{ $json.output.idea }}\nEnvironment: {{ $json.output.environment }}","hasOutputParser":false,"options":{"systemMessage":"=** System Message **\n\nYou are a professional cinematic prompt generator for AI video tools. Your task is to convert a short-form video idea and its environment description (inspired by biblical or ancient-world themes) into a highly detailed, camera-aware, emotionally rich prompt suitable for generating a cinematic AI video using Veo3.\n\nYou must understand the emotional tone, visual aesthetics, and storytelling style of short-form TikTok videos that imitate biblical scenes with modern pacing and framing.\n\n** Veo3 Prompt Structure Guidelines **\n\nEach prompt should be natural, cinematic, and visually immersive, including:\n\n- Scene description – Describe the overall environment clearly (terrain, buildings, light, movement).\n- Character focus – If the idea involves a person, include their position, outfit style (biblical era), mood/expression, and framing (e.g., close-up, wide shot).\n- Camera movement – Always include one cinematic camera motion (e.g., slow push-in, handheld tracking, drone pan, orbit, dolly backward).\n- Time of day & lighting – Set the mood with light (e.g., golden hour, harsh daylight, candlelit interior).\n- Atmosphere & texture – Mention dust, wind, fabric movement, shadows, reflections, or imperfections in the scene to increase realism.\n- Style & quality – Include cinematic tone, analog warmth, slightly soft vintage film look, GoPro-like closeness if appropriate.\n\n** Input **\n- You will receive two fields: idea, environment\n- Return only the complete and detailed Veo3 prompt, no additional text.\n\n** Example Output **\nA biblical man stands in front of a half-built wooden ark, gesturing passionately as he explains something to the camera. The camera follows him handheld-style, moving slightly as he paces. In the background, groups of villagers are laughing and pointing. The sky is overcast with low clouds, and goats wander through muddy terrain. The man wears worn, ancient robes, his feet muddy, his tone frustrated but hopeful. The scene has a documentary-style realism, with soft golden highlights breaking through cloud gaps. Light wind moves fabric and rustles dry straw around the ark. Shot in cinematic 24fps with natural tones and slight vintage softness."},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-672,176],"id":"7c2941ba-42d5-4fb8-8d1f-2898fc44bb11","name":"Generate Veo3 Prompt"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"POST","url":"https://queue.fal.run/fal-ai/veo3","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":true,"contentType":"raw","rawContentType":"application/json","body":"={ \"prompt\": \"{{ $('Generate Veo3 Prompt').item.json.output }}\" }","options":{"batching":{"batch":{"batchSize":1,"batchInterval":2000}}},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,-32],"id":"85c3f12a-0f6e-4b50-9165-3efefe2f69fb","name":"Create Video"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"=https://queue.fal.run/fal-ai/veo3/requests/{{ $json.request_id }}\n","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,368],"id":"703b02b9-7714-4a27-9a52-f4043946836b","name":"Get Video"},{"parameters":{"resume":"timeInterval","amount":10,"unit":"seconds"},"type":"n8n-nodes-base.wait","typeVersion":1.1,"position":[-128,176],"id":"27001980-b208-4e21-9e2e-88417a242626","name":"Wait 10 Minutes","webhookId":"9fdae74d-0f36-4408-9c09-5fb55e66fed1"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Video URL":"={{ $json.video.url }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[368,208],"id":"ad79983c-6268-40f9-829e-97473a2b7b77","name":"Store the Video","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Idea":"={{ $('Generate Video Idea').first().json.output.idea }}","Environment":"={{ $('Generate Video Idea').first().json.output.environment }}","Status":"={{ $('Generate Video Idea').first().json.output.status }}","Captions":"={{ $('Generate Video Idea').first().json.output.caption }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[-352,176],"id":"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa","name":"Save Content Information","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}}],"connections":{"Schedule Trigger":{"main":[[{"node":"Generate Video Idea","type":"main","index":0}]]},"OpenAI Chat Model1":{"ai_languageModel":[[{"node":"Generate Video Idea","type":"ai_languageModel","index":0}]]},"Think1":{"ai_tool":[[{"node":"Generate Video Idea","type":"ai_tool","index":0}]]},"Structured Output Parser1":{"ai_outputParser":[[{"node":"Generate Video Idea","type":"ai_outputParser","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"Generate Veo3 Prompt","type":"ai_languageModel","index":0}]]},"Think":{"ai_tool":[[{"node":"Generate Veo3 Prompt","type":"ai_tool","index":0}]]},"Generate Video Idea":{"main":[[{"node":"Generate Veo3 Prompt","type":"main","index":0}]]},"Generate Veo3 Prompt":{"main":[[{"node":"Save Content Information","type":"main","index":0}]]},"Create Video":{"main":[[{"node":"Wait 10 Minutes","type":"main","index":0}]]},"Get Video":{"main":[[{"node":"Store the Video","type":"main","index":0}]]},"Wait 10 Minutes":{"main":[[{"node":"Get Video","type":"main","index":0}]]},"Save Content Information":{"main":[[{"node":"Create Video","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"Generate Veo3 Prompt":[{"json":{"output":"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling."},"pairedItem":{"item":0}}],"Create Video":[{"json":{"status":"IN_QUEUE","request_id":"2ba961db-0c1c-4bd3-954c-905b905c1dcb","response_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","status_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","cancel_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel","logs":null,"metrics":{},"queue_position":0}}],"Get Video":[{"json":{"video":{"url":"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","content_type":"video/mp4","file_name":"output.mp4","file_size":3899896}}}],"Generate Video Idea":[{"json":{"output":{"caption":"When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","idea":"Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","environment":"Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","status":"to create"}},"pairedItem":{"item":0}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{},{"error":"4","runData":"5","pinData":"6","lastNodeExecuted":"7"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},{"level":"14","tags":"15","description":"16","timestamp":1764571036113,"context":"17","functionality":"18","name":"19","node":"20","messages":"21","httpCode":"22","message":"23","stack":"24"},{"Schedule Trigger":"25","Generate Video Idea":"26","Generate Veo3 Prompt":"27","Save Content Information":"28"},{"Generate Veo3 Prompt":"29","Create Video":"30","Get Video":"31","Generate Video Idea":"32"},"Save Content Information",{},["33"],{},{},{},{"version":1,"establishedAt":1764571035447,"source":"34"},"warning",{},"The caller does not have permission",{},"regular","NodeApiError",{"parameters":"35","type":"36","typeVersion":4.5,"position":"37","id":"38","name":"7","credentials":"39"},["40"],"403","Forbidden - perhaps check your credentials?","NodeApiError: Forbidden - perhaps check your credentials?\n at ExecuteContext.apiRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/transport/index.ts:78:9)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at GoogleSheet.spreadsheetGetSheet (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/helpers/GoogleSheet.ts:129:21)\n at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/actions/router.ts:43:20)\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/GoogleSheetsV2.node.ts:30:10)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:8)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:11)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:27\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["41"],["42"],["43"],["44"],["45"],["46"],["47"],["48"],{"node":"49","data":"50","source":"51"},"manual",{"preBuiltAgentsCalloutGoogleSheets":"52","authentication":"53","resource":"54","operation":"55","documentId":"56","sheetName":"57","columns":"58","options":"59"},"n8n-nodes-base.googleSheets",[-352,176],"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa",{"googleSheetsOAuth2Api":"60"},"403 - {\"error\":{\"code\":403,\"message\":\"The caller does not have permission\",\"status\":\"PERMISSION_DENIED\"}}",{"startTime":1764571035448,"executionIndex":0,"source":"61","hints":"62","executionTime":3,"executionStatus":"63","data":"64"},{"startTime":1764571035452,"executionIndex":1,"source":"65","hints":"66","executionTime":1,"executionStatus":"63","data":"67"},{"startTime":1764571035454,"executionIndex":2,"source":"68","hints":"69","executionTime":0,"executionStatus":"63","data":"70"},{"startTime":1764571035455,"executionIndex":3,"source":"71","hints":"72","executionTime":708,"executionStatus":"73","error":"74"},{"json":"75","pairedItem":"76"},{"json":"77"},{"json":"78"},{"json":"79","pairedItem":"80"},{"parameters":"81","type":"36","typeVersion":4.5,"position":"82","id":"38","name":"7","credentials":"83"},{"main":"84"},{"main":"71"},"","oAuth2","sheet","append",{"__rl":true,"value":"85","mode":"86","cachedResultName":"87","cachedResultUrl":"88"},{"__rl":true,"value":"89","mode":"86","cachedResultName":"90","cachedResultUrl":"91"},{"mappingMode":"92","value":"93","matchingColumns":"94","schema":"95","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"96","name":"97"},[],[],"success",{"main":"98"},["99"],[],{"main":"100"},["101"],[],{"main":"102"},["103"],[],"error",{"level":"14","tags":"15","description":"16","timestamp":1764571036113,"context":"17","functionality":"18","name":"19","node":"20","messages":"21","httpCode":"22","message":"23","stack":"24"},{"output":"104"},{"item":0},{"status":"105","request_id":"106","response_url":"107","status_url":"108","cancel_url":"109","logs":null,"metrics":"110","queue_position":0},{"video":"111"},{"output":"112"},{"item":0},{"preBuiltAgentsCalloutGoogleSheets":"52","authentication":"53","resource":"54","operation":"55","documentId":"113","sheetName":"114","columns":"115","options":"116"},[-352,176],{"googleSheetsOAuth2Api":"117"},["118"],"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","list","Veo3 Videos","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk","gid=0","Sheet1","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0","defineBelow",{"Idea":"119","Environment":"120","Status":"121","Captions":"122"},[],["123","124","125","126","127"],"NufmenCs2JQN68sm","Google Sheets account",["128"],{"previousNode":"129"},["32"],{"previousNode":"130"},["29"],{"previousNode":"131"},"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling.","IN_QUEUE","2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel",{},{"url":"132","content_type":"133","file_name":"134","file_size":3899896},{"caption":"135","idea":"136","environment":"137","status":"138"},{"__rl":true,"value":"85","mode":"86","cachedResultName":"87","cachedResultUrl":"88"},{"__rl":true,"value":"89","mode":"86","cachedResultName":"90","cachedResultUrl":"91"},{"mappingMode":"92","value":"139","matchingColumns":"140","schema":"141","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"96","name":"97"},["142"],"={{ $('Generate Video Idea').first().json.output.idea }}","={{ $('Generate Video Idea').first().json.output.environment }}","={{ $('Generate Video Idea').first().json.output.status }}","={{ $('Generate Video Idea').first().json.output.caption }}",{"id":"143","displayName":"143","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"145","displayName":"145","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"146","displayName":"146","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"147","displayName":"147","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"148","displayName":"148","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},["149"],"Schedule Trigger","Generate Video Idea","Generate Veo3 Prompt","https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","video/mp4","output.mp4","When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","to create",{"Idea":"119","Environment":"120","Status":"121","Captions":"122"},[],["150","151","152","153","154"],{"json":"75","pairedItem":"155"},"Idea","string","Captions","Status","Environment","Video URL",{"json":"156","pairedItem":"157"},{"id":"143","displayName":"143","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"145","displayName":"145","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"146","displayName":"146","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"147","displayName":"147","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"148","displayName":"148","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"item":0},{"timestamp":"158","Readable date":"159","Readable time":"160","Day of week":"161","Year":"162","Month":"163","Day of month":"164","Hour":"165","Minute":"166","Second":"167","Timezone":"168"},{"item":0},"2025-11-30T22:37:15.451-08:00","November 30th 2025, 10:37:15 pm","10:37:15 pm","Sunday","2025","November","30","22","37","15","America/Los_Angeles (UTC-08:00)"]...
|
Edit
Delete
|
|
77
|
{"id":"S15JdQx6jSR0WBqV","name {"id":"S15JdQx6jSR0WBqV","name":"Veo3 Content Machine","active":false,"nodes":[{"parameters":{"notice":"","rule":{"interval":[{"field":"days","daysInterval":1,"triggerAtHour":0,"triggerAtMinute":0}]}},"type":"n8n-nodes-base.scheduleTrigger","typeVersion":1.2,"position":[-1152,176],"id":"f5b0bf42-94d5-49d0-9fa5-fbfa0c9e5f56","name":"Schedule Trigger"},{"parameters":{"content":"## Save Content","height":520,"width":540,"color":3},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[144,32],"id":"4939fca2-bc76-4ddd-845b-77cb9572fa81","name":"Sticky Note3"},{"parameters":{"content":"## Create a Video","height":740,"width":320,"color":6},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-224,-112],"id":"473def2a-255d-4284-8412-8ae78f51925d","name":"Sticky Note2"},{"parameters":{"content":"# Input: Video Topic","height":520,"width":840,"color":5},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-1200,32],"id":"f06c53eb-8f80-43d9-bfdc-c6ee92d7c9b4","name":"Sticky Note"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-1072,368],"id":"acbcee00-89d0-4987-ae85-cd56d9e93882","name":"OpenAI Chat Model1"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-944,368],"id":"eca01b0a-e6e5-4836-920c-b27cff297d16","name":"Think1"},{"parameters":{"notice":"","schemaType":"fromJson","jsonSchemaExample":"{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}","autoFix":false},"type":"@n8n/n8n-nodes-langchain.outputParserStructured","typeVersion":1.2,"position":[-832,368],"id":"20d06661-23bc-407f-9b75-49302be094eb","name":"Structured Output Parser1"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-672,368],"id":"951a8f16-1afb-4349-aaf4-45377851b9f4","name":"OpenAI Chat Model"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-512,368],"id":"d098b11b-9634-4964-8ee1-bdc3f477aeb8","name":"Think"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"Give me an idea to create the content about biblical characters speaking to thecamera and making a vlog","hasOutputParser":true,"notice":"","options":{"systemMessage":"=** Purpose **\nYou generate viral short-form video ideas inspired by biblical characters or scenes, styled like modern TikTok vlogs. These should feel personal, emotional, and often humorous.\n\n** Think Tool Prompt (used before generation) **\n“How can I take a biblical moment or character and turn it into a relatable, viral, or funny TikTok-style video idea that feels natural, emotional, or modern?”\n\n** Output Requirements **\nYour response must include:\n\n- caption – Short, poetic or funny, TikTok-style. Include emojis and 3–5 hashtags (e.g., #biblevlog #foryou #holycomedy #ancientvibes).\n- idea – 1–2 sentence summary of the action, story, or twist in the video.\n- environment – Describe what the set looks like: light, textures, mood, setting. Think “GoPro meets ancient Jerusalem.”\n- status – Must be \"to create\", without quotation marks\n\n** JSON Output Parser **\nEvery output must strictly follow this format:\n\n{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}\n\n** Sample Outputs **\n\nExample 1\n{\n \"caption\": \"When Jesus gives you the silent treatment 🕊️😶 #jesusvlog #holycomedy\",\n \"idea\": \"Jesus calmly stares at the camera while the disciple keeps asking, 'Are we lost?' – awkward silence builds up.\",\n \"environment\": \"Desert trail, golden hour light, dry bushes around, warm rocky textures and wind softly blowing.\",\n \"status\": \"ready for production\"\n}\n\nExample 2\n{\n \"caption\": \"POV: You just met Mary Magdalene and she’s not what you expected 😳✨ #biblevlog #foryou\",\n \"idea\": \"A modern-style introduction of Mary Magdalene where she breaks the fourth wall with sarcasm and confidence.\",\n \"environment\": \"Dusty stone home with narrow light beams, clay walls, fabric drapes blowing slightly in the breeze.\",\n \"status\": \"ready for production\"\n}\n\nExample 3\n{\n \"caption\": \"Me trying to explain the flood before it happened 🌧️🐘 #noahvibes #bibletok\",\n \"idea\": \"Noah explains why he’s building the ark, while others laugh in the background — like a vlog rant.\",\n \"environment\": \"Half-built wooden structure, cloudy sky, goats wandering around, mud everywhere, distant laughter.\",\n \"status\": \"concept only\"\n}"},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-992,176],"id":"75b9d54e-5541-4a76-bc4a-2b1b722c0a02","name":"Generate Video Idea"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Create a prompt for the Veo3 video based on the following information:\n\nIdea: {{ $json.output.idea }}\nEnvironment: {{ $json.output.environment }}","hasOutputParser":false,"options":{"systemMessage":"=** System Message **\n\nYou are a professional cinematic prompt generator for AI video tools. Your task is to convert a short-form video idea and its environment description (inspired by biblical or ancient-world themes) into a highly detailed, camera-aware, emotionally rich prompt suitable for generating a cinematic AI video using Veo3.\n\nYou must understand the emotional tone, visual aesthetics, and storytelling style of short-form TikTok videos that imitate biblical scenes with modern pacing and framing.\n\n** Veo3 Prompt Structure Guidelines **\n\nEach prompt should be natural, cinematic, and visually immersive, including:\n\n- Scene description – Describe the overall environment clearly (terrain, buildings, light, movement).\n- Character focus – If the idea involves a person, include their position, outfit style (biblical era), mood/expression, and framing (e.g., close-up, wide shot).\n- Camera movement – Always include one cinematic camera motion (e.g., slow push-in, handheld tracking, drone pan, orbit, dolly backward).\n- Time of day & lighting – Set the mood with light (e.g., golden hour, harsh daylight, candlelit interior).\n- Atmosphere & texture – Mention dust, wind, fabric movement, shadows, reflections, or imperfections in the scene to increase realism.\n- Style & quality – Include cinematic tone, analog warmth, slightly soft vintage film look, GoPro-like closeness if appropriate.\n\n** Input **\n- You will receive two fields: idea, environment\n- Return only the complete and detailed Veo3 prompt, no additional text.\n\n** Example Output **\nA biblical man stands in front of a half-built wooden ark, gesturing passionately as he explains something to the camera. The camera follows him handheld-style, moving slightly as he paces. In the background, groups of villagers are laughing and pointing. The sky is overcast with low clouds, and goats wander through muddy terrain. The man wears worn, ancient robes, his feet muddy, his tone frustrated but hopeful. The scene has a documentary-style realism, with soft golden highlights breaking through cloud gaps. Light wind moves fabric and rustles dry straw around the ark. Shot in cinematic 24fps with natural tones and slight vintage softness."},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-672,176],"id":"7c2941ba-42d5-4fb8-8d1f-2898fc44bb11","name":"Generate Veo3 Prompt"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"POST","url":"https://queue.fal.run/fal-ai/veo3","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":true,"contentType":"raw","rawContentType":"application/json","body":"={ \"prompt\": \"{{ $('Generate Veo3 Prompt').item.json.output }}\" }","options":{"batching":{"batch":{"batchSize":1,"batchInterval":2000}}},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,-32],"id":"85c3f12a-0f6e-4b50-9165-3efefe2f69fb","name":"Create Video"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"=https://queue.fal.run/fal-ai/veo3/requests/{{ $json.request_id }}\n","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,368],"id":"703b02b9-7714-4a27-9a52-f4043946836b","name":"Get Video"},{"parameters":{"resume":"timeInterval","amount":10,"unit":"seconds"},"type":"n8n-nodes-base.wait","typeVersion":1.1,"position":[-128,176],"id":"27001980-b208-4e21-9e2e-88417a242626","name":"Wait 10 Minutes","webhookId":"9fdae74d-0f36-4408-9c09-5fb55e66fed1"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Video URL":"={{ $json.video.url }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[368,208],"id":"ad79983c-6268-40f9-829e-97473a2b7b77","name":"Store the Video","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Idea":"={{ $('Generate Video Idea').first().json.output.idea }}","Environment":"={{ $('Generate Video Idea').first().json.output.environment }}","Status":"={{ $('Generate Video Idea').first().json.output.status }}","Captions":"={{ $('Generate Video Idea').first().json.output.caption }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[-352,176],"id":"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa","name":"Save Content Information","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}}],"connections":{"Schedule Trigger":{"main":[[{"node":"Generate Video Idea","type":"main","index":0}]]},"OpenAI Chat Model1":{"ai_languageModel":[[{"node":"Generate Video Idea","type":"ai_languageModel","index":0}]]},"Think1":{"ai_tool":[[{"node":"Generate Video Idea","type":"ai_tool","index":0}]]},"Structured Output Parser1":{"ai_outputParser":[[{"node":"Generate Video Idea","type":"ai_outputParser","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"Generate Veo3 Prompt","type":"ai_languageModel","index":0}]]},"Think":{"ai_tool":[[{"node":"Generate Veo3 Prompt","type":"ai_tool","index":0}]]},"Generate Video Idea":{"main":[[{"node":"Generate Veo3 Prompt","type":"main","index":0}]]},"Generate Veo3 Prompt":{"main":[[{"node":"Save Content Information","type":"main","index":0}]]},"Create Video":{"main":[[{"node":"Wait 10 Minutes","type":"main","index":0}]]},"Get Video":{"main":[[{"node":"Store the Video","type":"main","index":0}]]},"Wait 10 Minutes":{"main":[[{"node":"Get Video","type":"main","index":0}]]},"Save Content Information":{"main":[[{"node":"Create Video","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"Generate Veo3 Prompt":[{"json":{"output":"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling."}}],"Create Video":[{"json":{"status":"IN_QUEUE","request_id":"2ba961db-0c1c-4bd3-954c-905b905c1dcb","response_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","status_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","cancel_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel","logs":null,"metrics":{},"queue_position":0}}],"Get Video":[{"json":{"video":{"url":"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","content_type":"video/mp4","file_name":"output.mp4","file_size":3899896}}}],"Generate Video Idea":[{"json":{"output":{"caption":"When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","idea":"Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","environment":"Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","status":"to create"}}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"error":"6","runData":"7","pinData":"8","lastNodeExecuted":"4"},{"contextData":"9","nodeExecutionStack":"10","metadata":"11","waitingExecution":"12","waitingExecutionSource":"13","runtimeData":"14"},"Save Content Information",["15","16","4","17","18","19","20","21","22"],{"level":"23","tags":"24","description":"25","timestamp":1764571107316,"context":"26","functionality":"27","name":"28","node":"29","messages":"30","httpCode":"31","message":"32","stack":"33"},{"Schedule Trigger":"34","Generate Video Idea":"35","Generate Veo3 Prompt":"36","Save Content Information":"37"},{"Generate Veo3 Prompt":"38","Create Video":"39","Get Video":"40","Generate Video Idea":"41"},{},["42"],{},{},{},{"version":1,"establishedAt":1764571107094,"source":"43"},"Schedule Trigger","Generate Veo3 Prompt","Generate Video Idea","OpenAI Chat Model","Think","OpenAI Chat Model1","Think1","Structured Output Parser1","warning",{},"The caller does not have permission",{},"regular","NodeApiError",{"parameters":"44","type":"45","typeVersion":4.5,"position":"46","id":"47","name":"4","credentials":"48"},["49"],"403","Forbidden - perhaps check your credentials?","NodeApiError: Forbidden - perhaps check your credentials?\n at ExecuteContext.apiRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/transport/index.ts:78:9)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at GoogleSheet.spreadsheetGetSheet (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/helpers/GoogleSheet.ts:129:21)\n at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/actions/router.ts:43:20)\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/GoogleSheetsV2.node.ts:30:10)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:8)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:11)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:27\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["50"],["51"],["52"],["53"],["54"],["55"],["56"],["57"],{"node":"58","data":"59","source":"60"},"manual",{"preBuiltAgentsCalloutGoogleSheets":"61","authentication":"62","resource":"63","operation":"64","documentId":"65","sheetName":"66","columns":"67","options":"68"},"n8n-nodes-base.googleSheets",[-352,176],"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa",{"googleSheetsOAuth2Api":"69"},"403 - {\"error\":{\"code\":403,\"message\":\"The caller does not have permission\",\"status\":\"PERMISSION_DENIED\"}}",{"startTime":1764571035448,"executionIndex":0,"source":"70","hints":"71","executionTime":3,"executionStatus":"72","data":"73"},{"startTime":1764571035452,"executionIndex":1,"source":"74","hints":"75","executionTime":1,"executionStatus":"72","data":"76"},{"startTime":1764571035454,"executionIndex":2,"source":"77","hints":"78","executionTime":0,"executionStatus":"72","data":"79"},{"startTime":1764571107097,"executionIndex":3,"source":"80","hints":"81","executionTime":219,"executionStatus":"82","error":"83"},{"json":"84"},{"json":"85"},{"json":"86"},{"json":"87"},{"parameters":"88","type":"45","typeVersion":4.5,"position":"89","id":"47","name":"4","credentials":"90"},{"main":"91"},{"main":"80"},"","oAuth2","sheet","append",{"__rl":true,"value":"92","mode":"93","cachedResultName":"94","cachedResultUrl":"95"},{"__rl":true,"value":"96","mode":"93","cachedResultName":"97","cachedResultUrl":"98"},{"mappingMode":"99","value":"100","matchingColumns":"101","schema":"102","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"103","name":"104"},[],[],"success",{"main":"105"},["106"],[],{"main":"107"},["108"],[],{"main":"109"},["110"],[],"error",{"level":"23","tags":"24","description":"25","timestamp":1764571107316,"context":"26","functionality":"27","name":"28","node":"29","messages":"30","httpCode":"31","message":"32","stack":"33"},{"output":"111"},{"status":"112","request_id":"113","response_url":"114","status_url":"115","cancel_url":"116","logs":null,"metrics":"117","queue_position":0},{"video":"118"},{"output":"119"},{"preBuiltAgentsCalloutGoogleSheets":"61","authentication":"62","resource":"63","operation":"64","documentId":"120","sheetName":"121","columns":"122","options":"123"},[-352,176],{"googleSheetsOAuth2Api":"124"},["125"],"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","list","Veo3 Videos","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk","gid=0","Sheet1","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0","defineBelow",{"Idea":"126","Environment":"127","Status":"128","Captions":"129"},[],["130","131","132","133","134"],"NufmenCs2JQN68sm","Google Sheets account",["135"],{"previousNode":"15"},["136"],{"previousNode":"17"},["137"],{"previousNode":"16","previousNodeOutput":0,"previousNodeRun":0},"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling.","IN_QUEUE","2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel",{},{"url":"138","content_type":"139","file_name":"140","file_size":3899896},{"caption":"141","idea":"142","environment":"143","status":"144"},{"__rl":true,"value":"92","mode":"93","cachedResultName":"94","cachedResultUrl":"95"},{"__rl":true,"value":"96","mode":"93","cachedResultName":"97","cachedResultUrl":"98"},{"mappingMode":"99","value":"145","matchingColumns":"146","schema":"147","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"103","name":"104"},["148"],"={{ $('Generate Video Idea').first().json.output.idea }}","={{ $('Generate Video Idea').first().json.output.environment }}","={{ $('Generate Video Idea').first().json.output.status }}","={{ $('Generate Video Idea').first().json.output.caption }}",{"id":"149","displayName":"149","required":false,"defaultMatch":false,"display":true,"type":"150","canBeUsedToMatch":true},{"id":"151","displayName":"151","required":false,"defaultMatch":false,"display":true,"type":"150","canBeUsedToMatch":true},{"id":"152","displayName":"152","required":false,"defaultMatch":false,"display":true,"type":"150","canBeUsedToMatch":true},{"id":"153","displayName":"153","required":false,"defaultMatch":false,"display":true,"type":"150","canBeUsedToMatch":true},{"id":"154","displayName":"154","required":false,"defaultMatch":false,"display":true,"type":"150","canBeUsedToMatch":true},["155"],["156"],["157"],"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","video/mp4","output.mp4","When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","to create",{"Idea":"126","Environment":"127","Status":"128","Captions":"129"},[],["158","159","160","161","162"],{"json":"84","pairedItem":"163"},"Idea","string","Captions","Status","Environment","Video URL",{"json":"164","pairedItem":"165"},{"json":"166","pairedItem":"167"},{"json":"168","pairedItem":"169"},{"id":"149","displayName":"149","required":false,"defaultMatch":false,"display":true,"type":"150","canBeUsedToMatch":true},{"id":"151","displayName":"151","required":false,"defaultMatch":false,"display":true,"type":"150","canBeUsedToMatch":true},{"id":"152","displayName":"152","required":false,"defaultMatch":false,"display":true,"type":"150","canBeUsedToMatch":true},{"id":"153","displayName":"153","required":false,"defaultMatch":false,"display":true,"type":"150","canBeUsedToMatch":true},{"id":"154","displayName":"154","required":false,"defaultMatch":false,"display":true,"type":"150","canBeUsedToMatch":true},{"item":0},{"timestamp":"170","Readable date":"171","Readable time":"172","Day of week":"173","Year":"174","Month":"175","Day of month":"176","Hour":"177","Minute":"178","Second":"179","Timezone":"180"},{"item":0},{"output":"181"},{"item":0},{"output":"111"},{"item":0},"2025-11-30T22:37:15.451-08:00","November 30th 2025, 10:37:15 pm","10:37:15 pm","Sunday","2025","November","30","22","37","15","America/Los_Angeles (UTC-08:00)",{"caption":"141","idea":"142","environment":"143","status":"144"}]...
|
Edit
Delete
|
|
78
|
{"id":"S15JdQx6jSR0WBqV","name {"id":"S15JdQx6jSR0WBqV","name":"Veo3 Content Machine","active":false,"nodes":[{"parameters":{"notice":"","rule":{"interval":[{"field":"days","daysInterval":1,"triggerAtHour":0,"triggerAtMinute":0}]}},"type":"n8n-nodes-base.scheduleTrigger","typeVersion":1.2,"position":[-1152,176],"id":"f5b0bf42-94d5-49d0-9fa5-fbfa0c9e5f56","name":"Schedule Trigger"},{"parameters":{"content":"## Save Content","height":520,"width":540,"color":3},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[144,32],"id":"4939fca2-bc76-4ddd-845b-77cb9572fa81","name":"Sticky Note3"},{"parameters":{"content":"## Create a Video","height":740,"width":320,"color":6},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-224,-112],"id":"473def2a-255d-4284-8412-8ae78f51925d","name":"Sticky Note2"},{"parameters":{"content":"# Input: Video Topic","height":520,"width":840,"color":5},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-1200,32],"id":"f06c53eb-8f80-43d9-bfdc-c6ee92d7c9b4","name":"Sticky Note"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-1072,368],"id":"acbcee00-89d0-4987-ae85-cd56d9e93882","name":"OpenAI Chat Model1"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-944,368],"id":"eca01b0a-e6e5-4836-920c-b27cff297d16","name":"Think1"},{"parameters":{"notice":"","schemaType":"fromJson","jsonSchemaExample":"{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}","autoFix":false},"type":"@n8n/n8n-nodes-langchain.outputParserStructured","typeVersion":1.2,"position":[-832,368],"id":"20d06661-23bc-407f-9b75-49302be094eb","name":"Structured Output Parser1"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-672,368],"id":"951a8f16-1afb-4349-aaf4-45377851b9f4","name":"OpenAI Chat Model"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-512,368],"id":"d098b11b-9634-4964-8ee1-bdc3f477aeb8","name":"Think"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"Give me an idea to create the content about biblical characters speaking to thecamera and making a vlog","hasOutputParser":true,"notice":"","options":{"systemMessage":"=** Purpose **\nYou generate viral short-form video ideas inspired by biblical characters or scenes, styled like modern TikTok vlogs. These should feel personal, emotional, and often humorous.\n\n** Think Tool Prompt (used before generation) **\n“How can I take a biblical moment or character and turn it into a relatable, viral, or funny TikTok-style video idea that feels natural, emotional, or modern?”\n\n** Output Requirements **\nYour response must include:\n\n- caption – Short, poetic or funny, TikTok-style. Include emojis and 3–5 hashtags (e.g., #biblevlog #foryou #holycomedy #ancientvibes).\n- idea – 1–2 sentence summary of the action, story, or twist in the video.\n- environment – Describe what the set looks like: light, textures, mood, setting. Think “GoPro meets ancient Jerusalem.”\n- status – Must be \"to create\", without quotation marks\n\n** JSON Output Parser **\nEvery output must strictly follow this format:\n\n{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}\n\n** Sample Outputs **\n\nExample 1\n{\n \"caption\": \"When Jesus gives you the silent treatment 🕊️😶 #jesusvlog #holycomedy\",\n \"idea\": \"Jesus calmly stares at the camera while the disciple keeps asking, 'Are we lost?' – awkward silence builds up.\",\n \"environment\": \"Desert trail, golden hour light, dry bushes around, warm rocky textures and wind softly blowing.\",\n \"status\": \"ready for production\"\n}\n\nExample 2\n{\n \"caption\": \"POV: You just met Mary Magdalene and she’s not what you expected 😳✨ #biblevlog #foryou\",\n \"idea\": \"A modern-style introduction of Mary Magdalene where she breaks the fourth wall with sarcasm and confidence.\",\n \"environment\": \"Dusty stone home with narrow light beams, clay walls, fabric drapes blowing slightly in the breeze.\",\n \"status\": \"ready for production\"\n}\n\nExample 3\n{\n \"caption\": \"Me trying to explain the flood before it happened 🌧️🐘 #noahvibes #bibletok\",\n \"idea\": \"Noah explains why he’s building the ark, while others laugh in the background — like a vlog rant.\",\n \"environment\": \"Half-built wooden structure, cloudy sky, goats wandering around, mud everywhere, distant laughter.\",\n \"status\": \"concept only\"\n}"},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-992,176],"id":"75b9d54e-5541-4a76-bc4a-2b1b722c0a02","name":"Generate Video Idea"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Create a prompt for the Veo3 video based on the following information:\n\nIdea: {{ $json.output.idea }}\nEnvironment: {{ $json.output.environment }}","hasOutputParser":false,"options":{"systemMessage":"=** System Message **\n\nYou are a professional cinematic prompt generator for AI video tools. Your task is to convert a short-form video idea and its environment description (inspired by biblical or ancient-world themes) into a highly detailed, camera-aware, emotionally rich prompt suitable for generating a cinematic AI video using Veo3.\n\nYou must understand the emotional tone, visual aesthetics, and storytelling style of short-form TikTok videos that imitate biblical scenes with modern pacing and framing.\n\n** Veo3 Prompt Structure Guidelines **\n\nEach prompt should be natural, cinematic, and visually immersive, including:\n\n- Scene description – Describe the overall environment clearly (terrain, buildings, light, movement).\n- Character focus – If the idea involves a person, include their position, outfit style (biblical era), mood/expression, and framing (e.g., close-up, wide shot).\n- Camera movement – Always include one cinematic camera motion (e.g., slow push-in, handheld tracking, drone pan, orbit, dolly backward).\n- Time of day & lighting – Set the mood with light (e.g., golden hour, harsh daylight, candlelit interior).\n- Atmosphere & texture – Mention dust, wind, fabric movement, shadows, reflections, or imperfections in the scene to increase realism.\n- Style & quality – Include cinematic tone, analog warmth, slightly soft vintage film look, GoPro-like closeness if appropriate.\n\n** Input **\n- You will receive two fields: idea, environment\n- Return only the complete and detailed Veo3 prompt, no additional text.\n\n** Example Output **\nA biblical man stands in front of a half-built wooden ark, gesturing passionately as he explains something to the camera. The camera follows him handheld-style, moving slightly as he paces. In the background, groups of villagers are laughing and pointing. The sky is overcast with low clouds, and goats wander through muddy terrain. The man wears worn, ancient robes, his feet muddy, his tone frustrated but hopeful. The scene has a documentary-style realism, with soft golden highlights breaking through cloud gaps. Light wind moves fabric and rustles dry straw around the ark. Shot in cinematic 24fps with natural tones and slight vintage softness."},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-672,176],"id":"7c2941ba-42d5-4fb8-8d1f-2898fc44bb11","name":"Generate Veo3 Prompt"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"POST","url":"https://queue.fal.run/fal-ai/veo3","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":true,"contentType":"raw","rawContentType":"application/json","body":"={ \"prompt\": \"{{ $('Generate Veo3 Prompt').item.json.output }}\" }","options":{"batching":{"batch":{"batchSize":1,"batchInterval":2000}}},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,-32],"id":"85c3f12a-0f6e-4b50-9165-3efefe2f69fb","name":"Create Video"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"=https://queue.fal.run/fal-ai/veo3/requests/{{ $json.request_id }}\n","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,368],"id":"703b02b9-7714-4a27-9a52-f4043946836b","name":"Get Video"},{"parameters":{"resume":"timeInterval","amount":10,"unit":"seconds"},"type":"n8n-nodes-base.wait","typeVersion":1.1,"position":[-128,176],"id":"27001980-b208-4e21-9e2e-88417a242626","name":"Wait 10 Minutes","webhookId":"9fdae74d-0f36-4408-9c09-5fb55e66fed1"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Video URL":"={{ $json.video.url }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[368,208],"id":"ad79983c-6268-40f9-829e-97473a2b7b77","name":"Store the Video","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Idea":"={{ $('Generate Video Idea').first().json.output.idea }}","Environment":"={{ $('Generate Video Idea').first().json.output.environment }}","Status":"={{ $('Generate Video Idea').first().json.output.status }}","Captions":"={{ $('Generate Video Idea').first().json.output.caption }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[-352,176],"id":"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa","name":"Save Content Information","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}}],"connections":{"Schedule Trigger":{"main":[[{"node":"Generate Video Idea","type":"main","index":0}]]},"OpenAI Chat Model1":{"ai_languageModel":[[{"node":"Generate Video Idea","type":"ai_languageModel","index":0}]]},"Think1":{"ai_tool":[[{"node":"Generate Video Idea","type":"ai_tool","index":0}]]},"Structured Output Parser1":{"ai_outputParser":[[{"node":"Generate Video Idea","type":"ai_outputParser","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"Generate Veo3 Prompt","type":"ai_languageModel","index":0}]]},"Think":{"ai_tool":[[{"node":"Generate Veo3 Prompt","type":"ai_tool","index":0}]]},"Generate Video Idea":{"main":[[{"node":"Generate Veo3 Prompt","type":"main","index":0}]]},"Generate Veo3 Prompt":{"main":[[{"node":"Save Content Information","type":"main","index":0}]]},"Create Video":{"main":[[{"node":"Wait 10 Minutes","type":"main","index":0}]]},"Get Video":{"main":[[{"node":"Store the Video","type":"main","index":0}]]},"Wait 10 Minutes":{"main":[[{"node":"Get Video","type":"main","index":0}]]},"Save Content Information":{"main":[[{"node":"Create Video","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"Generate Veo3 Prompt":[{"json":{"output":"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling."},"pairedItem":{"item":0}}],"Create Video":[{"json":{"status":"IN_QUEUE","request_id":"2ba961db-0c1c-4bd3-954c-905b905c1dcb","response_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","status_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","cancel_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel","logs":null,"metrics":{},"queue_position":0}}],"Get Video":[{"json":{"video":{"url":"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","content_type":"video/mp4","file_name":"output.mp4","file_size":3899896}}}],"Generate Video Idea":[{"json":{"output":{"caption":"When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","idea":"Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","environment":"Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","status":"to create"}},"pairedItem":{"item":0}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{},{"error":"4","runData":"5","pinData":"6","lastNodeExecuted":"7"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},{"level":"14","tags":"15","description":"16","timestamp":1764571111489,"context":"17","functionality":"18","name":"19","node":"20","messages":"21","httpCode":"22","message":"23","stack":"24"},{"Schedule Trigger":"25","Generate Video Idea":"26","Generate Veo3 Prompt":"27","Save Content Information":"28"},{"Generate Veo3 Prompt":"29","Create Video":"30","Get Video":"31","Generate Video Idea":"32"},"Save Content Information",{},["33"],{},{},{},{"version":1,"establishedAt":1764571111176,"source":"34"},"warning",{},"The caller does not have permission",{},"regular","NodeApiError",{"parameters":"35","type":"36","typeVersion":4.5,"position":"37","id":"38","name":"7","credentials":"39"},["40"],"403","Forbidden - perhaps check your credentials?","NodeApiError: Forbidden - perhaps check your credentials?\n at ExecuteContext.apiRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/transport/index.ts:78:9)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at GoogleSheet.spreadsheetGetSheet (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/helpers/GoogleSheet.ts:129:21)\n at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/actions/router.ts:43:20)\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/GoogleSheetsV2.node.ts:30:10)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:8)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:11)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:27\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["41"],["42"],["43"],["44"],["45"],["46"],["47"],["48"],{"node":"49","data":"50","source":"51"},"manual",{"preBuiltAgentsCalloutGoogleSheets":"52","authentication":"53","resource":"54","operation":"55","documentId":"56","sheetName":"57","columns":"58","options":"59"},"n8n-nodes-base.googleSheets",[-352,176],"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa",{"googleSheetsOAuth2Api":"60"},"403 - {\"error\":{\"code\":403,\"message\":\"The caller does not have permission\",\"status\":\"PERMISSION_DENIED\"}}",{"startTime":1764571111178,"executionIndex":0,"source":"61","hints":"62","executionTime":3,"executionStatus":"63","data":"64"},{"startTime":1764571111182,"executionIndex":1,"source":"65","hints":"66","executionTime":1,"executionStatus":"63","data":"67"},{"startTime":1764571111183,"executionIndex":2,"source":"68","hints":"69","executionTime":1,"executionStatus":"63","data":"70"},{"startTime":1764571111184,"executionIndex":3,"source":"71","hints":"72","executionTime":307,"executionStatus":"73","error":"74"},{"json":"75","pairedItem":"76"},{"json":"77"},{"json":"78"},{"json":"79","pairedItem":"80"},{"parameters":"81","type":"36","typeVersion":4.5,"position":"82","id":"38","name":"7","credentials":"83"},{"main":"84"},{"main":"71"},"","oAuth2","sheet","append",{"__rl":true,"value":"85","mode":"86","cachedResultName":"87","cachedResultUrl":"88"},{"__rl":true,"value":"89","mode":"86","cachedResultName":"90","cachedResultUrl":"91"},{"mappingMode":"92","value":"93","matchingColumns":"94","schema":"95","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"96","name":"97"},[],[],"success",{"main":"98"},["99"],[],{"main":"100"},["101"],[],{"main":"102"},["103"],[],"error",{"level":"14","tags":"15","description":"16","timestamp":1764571111489,"context":"17","functionality":"18","name":"19","node":"20","messages":"21","httpCode":"22","message":"23","stack":"24"},{"output":"104"},{"item":0},{"status":"105","request_id":"106","response_url":"107","status_url":"108","cancel_url":"109","logs":null,"metrics":"110","queue_position":0},{"video":"111"},{"output":"112"},{"item":0},{"preBuiltAgentsCalloutGoogleSheets":"52","authentication":"53","resource":"54","operation":"55","documentId":"113","sheetName":"114","columns":"115","options":"116"},[-352,176],{"googleSheetsOAuth2Api":"117"},["118"],"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","list","Veo3 Videos","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk","gid=0","Sheet1","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0","defineBelow",{"Idea":"119","Environment":"120","Status":"121","Captions":"122"},[],["123","124","125","126","127"],"NufmenCs2JQN68sm","Google Sheets account",["128"],{"previousNode":"129"},["32"],{"previousNode":"130"},["29"],{"previousNode":"131"},"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling.","IN_QUEUE","2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel",{},{"url":"132","content_type":"133","file_name":"134","file_size":3899896},{"caption":"135","idea":"136","environment":"137","status":"138"},{"__rl":true,"value":"85","mode":"86","cachedResultName":"87","cachedResultUrl":"88"},{"__rl":true,"value":"89","mode":"86","cachedResultName":"90","cachedResultUrl":"91"},{"mappingMode":"92","value":"139","matchingColumns":"140","schema":"141","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"96","name":"97"},["142"],"={{ $('Generate Video Idea').first().json.output.idea }}","={{ $('Generate Video Idea').first().json.output.environment }}","={{ $('Generate Video Idea').first().json.output.status }}","={{ $('Generate Video Idea').first().json.output.caption }}",{"id":"143","displayName":"143","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"145","displayName":"145","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"146","displayName":"146","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"147","displayName":"147","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"148","displayName":"148","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},["149"],"Schedule Trigger","Generate Video Idea","Generate Veo3 Prompt","https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","video/mp4","output.mp4","When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","to create",{"Idea":"119","Environment":"120","Status":"121","Captions":"122"},[],["150","151","152","153","154"],{"json":"75","pairedItem":"155"},"Idea","string","Captions","Status","Environment","Video URL",{"json":"156","pairedItem":"157"},{"id":"143","displayName":"143","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"145","displayName":"145","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"146","displayName":"146","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"147","displayName":"147","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"148","displayName":"148","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"item":0},{"timestamp":"158","Readable date":"159","Readable time":"160","Day of week":"161","Year":"162","Month":"163","Day of month":"164","Hour":"165","Minute":"166","Second":"167","Timezone":"168"},{"item":0},"2025-11-30T22:38:31.180-08:00","November 30th 2025, 10:38:31 pm","10:38:31 pm","Sunday","2025","November","30","22","38","31","America/Los_Angeles (UTC-08:00)"]...
|
Edit
Delete
|
|
79
|
{"id":"S15JdQx6jSR0WBqV","name {"id":"S15JdQx6jSR0WBqV","name":"Veo3 Content Machine","active":false,"nodes":[{"parameters":{"notice":"","rule":{"interval":[{"field":"days","daysInterval":1,"triggerAtHour":0,"triggerAtMinute":0}]}},"type":"n8n-nodes-base.scheduleTrigger","typeVersion":1.2,"position":[-1152,176],"id":"f5b0bf42-94d5-49d0-9fa5-fbfa0c9e5f56","name":"Schedule Trigger"},{"parameters":{"content":"## Save Content","height":520,"width":540,"color":3},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[144,32],"id":"4939fca2-bc76-4ddd-845b-77cb9572fa81","name":"Sticky Note3"},{"parameters":{"content":"## Create a Video","height":740,"width":320,"color":6},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-224,-112],"id":"473def2a-255d-4284-8412-8ae78f51925d","name":"Sticky Note2"},{"parameters":{"content":"# Input: Video Topic","height":520,"width":840,"color":5},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-1200,32],"id":"f06c53eb-8f80-43d9-bfdc-c6ee92d7c9b4","name":"Sticky Note"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-1072,368],"id":"acbcee00-89d0-4987-ae85-cd56d9e93882","name":"OpenAI Chat Model1"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-944,368],"id":"eca01b0a-e6e5-4836-920c-b27cff297d16","name":"Think1"},{"parameters":{"notice":"","schemaType":"fromJson","jsonSchemaExample":"{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}","autoFix":false},"type":"@n8n/n8n-nodes-langchain.outputParserStructured","typeVersion":1.2,"position":[-832,368],"id":"20d06661-23bc-407f-9b75-49302be094eb","name":"Structured Output Parser1"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-672,368],"id":"951a8f16-1afb-4349-aaf4-45377851b9f4","name":"OpenAI Chat Model"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-512,368],"id":"d098b11b-9634-4964-8ee1-bdc3f477aeb8","name":"Think"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"Give me an idea to create the content about biblical characters speaking to thecamera and making a vlog","hasOutputParser":true,"notice":"","options":{"systemMessage":"=** Purpose **\nYou generate viral short-form video ideas inspired by biblical characters or scenes, styled like modern TikTok vlogs. These should feel personal, emotional, and often humorous.\n\n** Think Tool Prompt (used before generation) **\n“How can I take a biblical moment or character and turn it into a relatable, viral, or funny TikTok-style video idea that feels natural, emotional, or modern?”\n\n** Output Requirements **\nYour response must include:\n\n- caption – Short, poetic or funny, TikTok-style. Include emojis and 3–5 hashtags (e.g., #biblevlog #foryou #holycomedy #ancientvibes).\n- idea – 1–2 sentence summary of the action, story, or twist in the video.\n- environment – Describe what the set looks like: light, textures, mood, setting. Think “GoPro meets ancient Jerusalem.”\n- status – Must be \"to create\", without quotation marks\n\n** JSON Output Parser **\nEvery output must strictly follow this format:\n\n{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}\n\n** Sample Outputs **\n\nExample 1\n{\n \"caption\": \"When Jesus gives you the silent treatment 🕊️😶 #jesusvlog #holycomedy\",\n \"idea\": \"Jesus calmly stares at the camera while the disciple keeps asking, 'Are we lost?' – awkward silence builds up.\",\n \"environment\": \"Desert trail, golden hour light, dry bushes around, warm rocky textures and wind softly blowing.\",\n \"status\": \"ready for production\"\n}\n\nExample 2\n{\n \"caption\": \"POV: You just met Mary Magdalene and she’s not what you expected 😳✨ #biblevlog #foryou\",\n \"idea\": \"A modern-style introduction of Mary Magdalene where she breaks the fourth wall with sarcasm and confidence.\",\n \"environment\": \"Dusty stone home with narrow light beams, clay walls, fabric drapes blowing slightly in the breeze.\",\n \"status\": \"ready for production\"\n}\n\nExample 3\n{\n \"caption\": \"Me trying to explain the flood before it happened 🌧️🐘 #noahvibes #bibletok\",\n \"idea\": \"Noah explains why he’s building the ark, while others laugh in the background — like a vlog rant.\",\n \"environment\": \"Half-built wooden structure, cloudy sky, goats wandering around, mud everywhere, distant laughter.\",\n \"status\": \"concept only\"\n}"},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-992,176],"id":"75b9d54e-5541-4a76-bc4a-2b1b722c0a02","name":"Generate Video Idea"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Create a prompt for the Veo3 video based on the following information:\n\nIdea: {{ $json.output.idea }}\nEnvironment: {{ $json.output.environment }}","hasOutputParser":false,"options":{"systemMessage":"=** System Message **\n\nYou are a professional cinematic prompt generator for AI video tools. Your task is to convert a short-form video idea and its environment description (inspired by biblical or ancient-world themes) into a highly detailed, camera-aware, emotionally rich prompt suitable for generating a cinematic AI video using Veo3.\n\nYou must understand the emotional tone, visual aesthetics, and storytelling style of short-form TikTok videos that imitate biblical scenes with modern pacing and framing.\n\n** Veo3 Prompt Structure Guidelines **\n\nEach prompt should be natural, cinematic, and visually immersive, including:\n\n- Scene description – Describe the overall environment clearly (terrain, buildings, light, movement).\n- Character focus – If the idea involves a person, include their position, outfit style (biblical era), mood/expression, and framing (e.g., close-up, wide shot).\n- Camera movement – Always include one cinematic camera motion (e.g., slow push-in, handheld tracking, drone pan, orbit, dolly backward).\n- Time of day & lighting – Set the mood with light (e.g., golden hour, harsh daylight, candlelit interior).\n- Atmosphere & texture – Mention dust, wind, fabric movement, shadows, reflections, or imperfections in the scene to increase realism.\n- Style & quality – Include cinematic tone, analog warmth, slightly soft vintage film look, GoPro-like closeness if appropriate.\n\n** Input **\n- You will receive two fields: idea, environment\n- Return only the complete and detailed Veo3 prompt, no additional text.\n\n** Example Output **\nA biblical man stands in front of a half-built wooden ark, gesturing passionately as he explains something to the camera. The camera follows him handheld-style, moving slightly as he paces. In the background, groups of villagers are laughing and pointing. The sky is overcast with low clouds, and goats wander through muddy terrain. The man wears worn, ancient robes, his feet muddy, his tone frustrated but hopeful. The scene has a documentary-style realism, with soft golden highlights breaking through cloud gaps. Light wind moves fabric and rustles dry straw around the ark. Shot in cinematic 24fps with natural tones and slight vintage softness."},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-672,176],"id":"7c2941ba-42d5-4fb8-8d1f-2898fc44bb11","name":"Generate Veo3 Prompt"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"POST","url":"https://queue.fal.run/fal-ai/veo3","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":true,"contentType":"raw","rawContentType":"application/json","body":"={ \"prompt\": \"{{ $('Generate Veo3 Prompt').item.json.output }}\" }","options":{"batching":{"batch":{"batchSize":1,"batchInterval":2000}}},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,-32],"id":"85c3f12a-0f6e-4b50-9165-3efefe2f69fb","name":"Create Video"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"=https://queue.fal.run/fal-ai/veo3/requests/{{ $json.request_id }}\n","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,368],"id":"703b02b9-7714-4a27-9a52-f4043946836b","name":"Get Video"},{"parameters":{"resume":"timeInterval","amount":10,"unit":"seconds"},"type":"n8n-nodes-base.wait","typeVersion":1.1,"position":[-128,176],"id":"27001980-b208-4e21-9e2e-88417a242626","name":"Wait 10 Minutes","webhookId":"9fdae74d-0f36-4408-9c09-5fb55e66fed1"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Video URL":"={{ $json.video.url }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[368,208],"id":"ad79983c-6268-40f9-829e-97473a2b7b77","name":"Store the Video","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Idea":"={{ $('Generate Video Idea').first().json.output.idea }}","Environment":"={{ $('Generate Video Idea').first().json.output.environment }}","Status":"={{ $('Generate Video Idea').first().json.output.status }}","Captions":"={{ $('Generate Video Idea').first().json.output.caption }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[-352,176],"id":"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa","name":"Save Content Information","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}}],"connections":{"Schedule Trigger":{"main":[[{"node":"Generate Video Idea","type":"main","index":0}]]},"OpenAI Chat Model1":{"ai_languageModel":[[{"node":"Generate Video Idea","type":"ai_languageModel","index":0}]]},"Think1":{"ai_tool":[[{"node":"Generate Video Idea","type":"ai_tool","index":0}]]},"Structured Output Parser1":{"ai_outputParser":[[{"node":"Generate Video Idea","type":"ai_outputParser","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"Generate Veo3 Prompt","type":"ai_languageModel","index":0}]]},"Think":{"ai_tool":[[{"node":"Generate Veo3 Prompt","type":"ai_tool","index":0}]]},"Generate Video Idea":{"main":[[{"node":"Generate Veo3 Prompt","type":"main","index":0}]]},"Generate Veo3 Prompt":{"main":[[{"node":"Save Content Information","type":"main","index":0}]]},"Create Video":{"main":[[{"node":"Wait 10 Minutes","type":"main","index":0}]]},"Get Video":{"main":[[{"node":"Store the Video","type":"main","index":0}]]},"Wait 10 Minutes":{"main":[[{"node":"Get Video","type":"main","index":0}]]},"Save Content Information":{"main":[[{"node":"Create Video","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"Generate Veo3 Prompt":[{"json":{"output":"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling."}}],"Create Video":[{"json":{"status":"IN_QUEUE","request_id":"2ba961db-0c1c-4bd3-954c-905b905c1dcb","response_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","status_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","cancel_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel","logs":null,"metrics":{},"queue_position":0}}],"Get Video":[{"json":{"video":{"url":"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","content_type":"video/mp4","file_name":"output.mp4","file_size":3899896}}}],"Generate Video Idea":[{"json":{"output":{"caption":"When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","idea":"Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","environment":"Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","status":"to create"}}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"error":"6","runData":"7","pinData":"8","lastNodeExecuted":"4"},{"contextData":"9","nodeExecutionStack":"10","metadata":"11","waitingExecution":"12","waitingExecutionSource":"13","runtimeData":"14"},"Save Content Information",["15","16","4","17","18","19","20","21","22"],{"level":"23","tags":"24","description":"25","timestamp":1764571434543,"context":"26","functionality":"27","name":"28","node":"29","messages":"30","httpCode":"31","message":"32","stack":"33"},{"Schedule Trigger":"34","Generate Video Idea":"35","Generate Veo3 Prompt":"36","Save Content Information":"37"},{"Generate Veo3 Prompt":"38","Create Video":"39","Get Video":"40","Generate Video Idea":"41"},{},["42"],{},{},{},{"version":1,"establishedAt":1764571434165,"source":"43"},"Schedule Trigger","Generate Veo3 Prompt","Generate Video Idea","OpenAI Chat Model","Think","OpenAI Chat Model1","Think1","Structured Output Parser1","warning",{},"The caller does not have permission",{},"regular","NodeApiError",{"parameters":"44","type":"45","typeVersion":4.5,"position":"46","id":"47","name":"4","credentials":"48"},["49"],"403","Forbidden - perhaps check your credentials?","NodeApiError: Forbidden - perhaps check your credentials?\n at ExecuteContext.apiRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/transport/index.ts:78:9)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at GoogleSheet.spreadsheetGetSheet (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/helpers/GoogleSheet.ts:129:21)\n at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/actions/router.ts:43:20)\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/GoogleSheetsV2.node.ts:30:10)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:8)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:11)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:27\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["50"],["51"],["52"],["53"],["54"],["55"],["56"],["57"],{"node":"58","data":"59","source":"60"},"manual",{"preBuiltAgentsCalloutGoogleSheets":"61","authentication":"62","resource":"63","operation":"64","documentId":"65","sheetName":"66","columns":"67","options":"68"},"n8n-nodes-base.googleSheets",[-352,176],"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa",{"googleSheetsOAuth2Api":"69"},"403 - {\"error\":{\"code\":403,\"message\":\"The caller does not have permission\",\"status\":\"PERMISSION_DENIED\"}}",{"startTime":1764571111178,"executionIndex":0,"source":"70","hints":"71","executionTime":3,"executionStatus":"72","data":"73"},{"startTime":1764571111182,"executionIndex":1,"source":"74","hints":"75","executionTime":1,"executionStatus":"72","data":"76"},{"startTime":1764571111183,"executionIndex":2,"source":"77","hints":"78","executionTime":1,"executionStatus":"72","data":"79"},{"startTime":1764571434168,"executionIndex":3,"source":"80","hints":"81","executionTime":376,"executionStatus":"82","error":"83"},{"json":"84"},{"json":"85"},{"json":"86"},{"json":"87"},{"parameters":"88","type":"45","typeVersion":4.5,"position":"89","id":"47","name":"4","credentials":"90"},{"main":"91"},{"main":"80"},"","oAuth2","sheet","append",{"__rl":true,"value":"92","mode":"93","cachedResultName":"94","cachedResultUrl":"95"},{"__rl":true,"value":"96","mode":"93","cachedResultName":"97","cachedResultUrl":"98"},{"mappingMode":"99","value":"100","matchingColumns":"101","schema":"102","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"103","name":"104"},[],[],"success",{"main":"105"},["106"],[],{"main":"107"},["108"],[],{"main":"109"},["110"],[],"error",{"level":"23","tags":"24","description":"25","timestamp":1764571434543,"context":"26","functionality":"27","name":"28","node":"29","messages":"30","httpCode":"31","message":"32","stack":"33"},{"output":"111"},{"status":"112","request_id":"113","response_url":"114","status_url":"115","cancel_url":"116","logs":null,"metrics":"117","queue_position":0},{"video":"118"},{"output":"119"},{"preBuiltAgentsCalloutGoogleSheets":"61","authentication":"62","resource":"63","operation":"64","documentId":"120","sheetName":"121","columns":"122","options":"123"},[-352,176],{"googleSheetsOAuth2Api":"124"},["125"],"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","list","Veo3 Videos","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk","gid=0","Sheet1","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0","defineBelow",{"Idea":"126","Environment":"127","Status":"128","Captions":"129"},[],["130","131","132","133","134"],"NufmenCs2JQN68sm","Google Sheets account",["135"],{"previousNode":"15"},["136"],{"previousNode":"17"},["137"],{"previousNode":"16","previousNodeOutput":0,"previousNodeRun":0},"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling.","IN_QUEUE","2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel",{},{"url":"138","content_type":"139","file_name":"140","file_size":3899896},{"caption":"141","idea":"142","environment":"143","status":"144"},{"__rl":true,"value":"92","mode":"93","cachedResultName":"94","cachedResultUrl":"95"},{"__rl":true,"value":"96","mode":"93","cachedResultName":"97","cachedResultUrl":"98"},{"mappingMode":"99","value":"145","matchingColumns":"146","schema":"147","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"103","name":"104"},["148"],"={{ $('Generate Video Idea').first().json.output.idea }}","={{ $('Generate Video Idea').first().json.output.environment }}","={{ $('Generate Video Idea').first().json.output.status }}","={{ $('Generate Video Idea').first().json.output.caption }}",{"id":"149","displayName":"149","required":false,"defaultMatch":false,"display":true,"type":"150","canBeUsedToMatch":true},{"id":"151","displayName":"151","required":false,"defaultMatch":false,"display":true,"type":"150","canBeUsedToMatch":true},{"id":"152","displayName":"152","required":false,"defaultMatch":false,"display":true,"type":"150","canBeUsedToMatch":true},{"id":"153","displayName":"153","required":false,"defaultMatch":false,"display":true,"type":"150","canBeUsedToMatch":true},{"id":"154","displayName":"154","required":false,"defaultMatch":false,"display":true,"type":"150","canBeUsedToMatch":true},["155"],["156"],["157"],"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","video/mp4","output.mp4","When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","to create",{"Idea":"126","Environment":"127","Status":"128","Captions":"129"},[],["158","159","160","161","162"],{"json":"84","pairedItem":"163"},"Idea","string","Captions","Status","Environment","Video URL",{"json":"164","pairedItem":"165"},{"json":"166","pairedItem":"167"},{"json":"168","pairedItem":"169"},{"id":"149","displayName":"149","required":false,"defaultMatch":false,"display":true,"type":"150","canBeUsedToMatch":true},{"id":"151","displayName":"151","required":false,"defaultMatch":false,"display":true,"type":"150","canBeUsedToMatch":true},{"id":"152","displayName":"152","required":false,"defaultMatch":false,"display":true,"type":"150","canBeUsedToMatch":true},{"id":"153","displayName":"153","required":false,"defaultMatch":false,"display":true,"type":"150","canBeUsedToMatch":true},{"id":"154","displayName":"154","required":false,"defaultMatch":false,"display":true,"type":"150","canBeUsedToMatch":true},{"item":0},{"timestamp":"170","Readable date":"171","Readable time":"172","Day of week":"173","Year":"174","Month":"175","Day of month":"176","Hour":"177","Minute":"178","Second":"179","Timezone":"180"},{"item":0},{"output":"181"},{"item":0},{"output":"111"},{"item":0},"2025-11-30T22:38:31.180-08:00","November 30th 2025, 10:38:31 pm","10:38:31 pm","Sunday","2025","November","30","22","38","31","America/Los_Angeles (UTC-08:00)",{"caption":"141","idea":"142","environment":"143","status":"144"}]...
|
Edit
Delete
|
|
80
|
{"id":"S15JdQx6jSR0WBqV","name {"id":"S15JdQx6jSR0WBqV","name":"Veo3 Content Machine","active":false,"nodes":[{"parameters":{"notice":"","rule":{"interval":[{"field":"days","daysInterval":1,"triggerAtHour":0,"triggerAtMinute":0}]}},"type":"n8n-nodes-base.scheduleTrigger","typeVersion":1.2,"position":[-1152,176],"id":"f5b0bf42-94d5-49d0-9fa5-fbfa0c9e5f56","name":"Schedule Trigger"},{"parameters":{"content":"## Save Content","height":520,"width":540,"color":3},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[144,32],"id":"4939fca2-bc76-4ddd-845b-77cb9572fa81","name":"Sticky Note3"},{"parameters":{"content":"## Create a Video","height":740,"width":320,"color":6},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-224,-112],"id":"473def2a-255d-4284-8412-8ae78f51925d","name":"Sticky Note2"},{"parameters":{"content":"# Input: Video Topic","height":520,"width":840,"color":5},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-1200,32],"id":"f06c53eb-8f80-43d9-bfdc-c6ee92d7c9b4","name":"Sticky Note"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-1072,368],"id":"acbcee00-89d0-4987-ae85-cd56d9e93882","name":"OpenAI Chat Model1"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-944,368],"id":"eca01b0a-e6e5-4836-920c-b27cff297d16","name":"Think1"},{"parameters":{"notice":"","schemaType":"fromJson","jsonSchemaExample":"{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}","autoFix":false},"type":"@n8n/n8n-nodes-langchain.outputParserStructured","typeVersion":1.2,"position":[-832,368],"id":"20d06661-23bc-407f-9b75-49302be094eb","name":"Structured Output Parser1"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-672,368],"id":"951a8f16-1afb-4349-aaf4-45377851b9f4","name":"OpenAI Chat Model"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-512,368],"id":"d098b11b-9634-4964-8ee1-bdc3f477aeb8","name":"Think"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"Give me an idea to create the content about biblical characters speaking to thecamera and making a vlog","hasOutputParser":true,"notice":"","options":{"systemMessage":"=** Purpose **\nYou generate viral short-form video ideas inspired by biblical characters or scenes, styled like modern TikTok vlogs. These should feel personal, emotional, and often humorous.\n\n** Think Tool Prompt (used before generation) **\n“How can I take a biblical moment or character and turn it into a relatable, viral, or funny TikTok-style video idea that feels natural, emotional, or modern?”\n\n** Output Requirements **\nYour response must include:\n\n- caption – Short, poetic or funny, TikTok-style. Include emojis and 3–5 hashtags (e.g., #biblevlog #foryou #holycomedy #ancientvibes).\n- idea – 1–2 sentence summary of the action, story, or twist in the video.\n- environment – Describe what the set looks like: light, textures, mood, setting. Think “GoPro meets ancient Jerusalem.”\n- status – Must be \"to create\", without quotation marks\n\n** JSON Output Parser **\nEvery output must strictly follow this format:\n\n{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}\n\n** Sample Outputs **\n\nExample 1\n{\n \"caption\": \"When Jesus gives you the silent treatment 🕊️😶 #jesusvlog #holycomedy\",\n \"idea\": \"Jesus calmly stares at the camera while the disciple keeps asking, 'Are we lost?' – awkward silence builds up.\",\n \"environment\": \"Desert trail, golden hour light, dry bushes around, warm rocky textures and wind softly blowing.\",\n \"status\": \"ready for production\"\n}\n\nExample 2\n{\n \"caption\": \"POV: You just met Mary Magdalene and she’s not what you expected 😳✨ #biblevlog #foryou\",\n \"idea\": \"A modern-style introduction of Mary Magdalene where she breaks the fourth wall with sarcasm and confidence.\",\n \"environment\": \"Dusty stone home with narrow light beams, clay walls, fabric drapes blowing slightly in the breeze.\",\n \"status\": \"ready for production\"\n}\n\nExample 3\n{\n \"caption\": \"Me trying to explain the flood before it happened 🌧️🐘 #noahvibes #bibletok\",\n \"idea\": \"Noah explains why he’s building the ark, while others laugh in the background — like a vlog rant.\",\n \"environment\": \"Half-built wooden structure, cloudy sky, goats wandering around, mud everywhere, distant laughter.\",\n \"status\": \"concept only\"\n}"},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-992,176],"id":"75b9d54e-5541-4a76-bc4a-2b1b722c0a02","name":"Generate Video Idea"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Create a prompt for the Veo3 video based on the following information:\n\nIdea: {{ $json.output.idea }}\nEnvironment: {{ $json.output.environment }}","hasOutputParser":false,"options":{"systemMessage":"=** System Message **\n\nYou are a professional cinematic prompt generator for AI video tools. Your task is to convert a short-form video idea and its environment description (inspired by biblical or ancient-world themes) into a highly detailed, camera-aware, emotionally rich prompt suitable for generating a cinematic AI video using Veo3.\n\nYou must understand the emotional tone, visual aesthetics, and storytelling style of short-form TikTok videos that imitate biblical scenes with modern pacing and framing.\n\n** Veo3 Prompt Structure Guidelines **\n\nEach prompt should be natural, cinematic, and visually immersive, including:\n\n- Scene description – Describe the overall environment clearly (terrain, buildings, light, movement).\n- Character focus – If the idea involves a person, include their position, outfit style (biblical era), mood/expression, and framing (e.g., close-up, wide shot).\n- Camera movement – Always include one cinematic camera motion (e.g., slow push-in, handheld tracking, drone pan, orbit, dolly backward).\n- Time of day & lighting – Set the mood with light (e.g., golden hour, harsh daylight, candlelit interior).\n- Atmosphere & texture – Mention dust, wind, fabric movement, shadows, reflections, or imperfections in the scene to increase realism.\n- Style & quality – Include cinematic tone, analog warmth, slightly soft vintage film look, GoPro-like closeness if appropriate.\n\n** Input **\n- You will receive two fields: idea, environment\n- Return only the complete and detailed Veo3 prompt, no additional text.\n\n** Example Output **\nA biblical man stands in front of a half-built wooden ark, gesturing passionately as he explains something to the camera. The camera follows him handheld-style, moving slightly as he paces. In the background, groups of villagers are laughing and pointing. The sky is overcast with low clouds, and goats wander through muddy terrain. The man wears worn, ancient robes, his feet muddy, his tone frustrated but hopeful. The scene has a documentary-style realism, with soft golden highlights breaking through cloud gaps. Light wind moves fabric and rustles dry straw around the ark. Shot in cinematic 24fps with natural tones and slight vintage softness."},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-672,176],"id":"7c2941ba-42d5-4fb8-8d1f-2898fc44bb11","name":"Generate Veo3 Prompt"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"POST","url":"https://queue.fal.run/fal-ai/veo3","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":true,"contentType":"raw","rawContentType":"application/json","body":"={ \"prompt\": \"{{ $('Generate Veo3 Prompt').item.json.output }}\" }","options":{"batching":{"batch":{"batchSize":1,"batchInterval":2000}}},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,-32],"id":"85c3f12a-0f6e-4b50-9165-3efefe2f69fb","name":"Create Video"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"=https://queue.fal.run/fal-ai/veo3/requests/{{ $json.request_id }}\n","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,368],"id":"703b02b9-7714-4a27-9a52-f4043946836b","name":"Get Video"},{"parameters":{"resume":"timeInterval","amount":10,"unit":"seconds"},"type":"n8n-nodes-base.wait","typeVersion":1.1,"position":[-128,176],"id":"27001980-b208-4e21-9e2e-88417a242626","name":"Wait 10 Minutes","webhookId":"9fdae74d-0f36-4408-9c09-5fb55e66fed1"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Video URL":"={{ $json.video.url }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[368,208],"id":"ad79983c-6268-40f9-829e-97473a2b7b77","name":"Store the Video","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno","mode":"list","cachedResultName":"Veo3 Videos [TEMPLATE]","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Idea":"={{ $('Generate Video Idea').item.json.output.idea }}","Captions":"={{ $('Generate Video Idea').item.json.output.caption }}","Environment":"={{ $('Generate Video Idea').item.json.output.environment }}","Status":"={{ $('Generate Video Idea').item.json.output.status }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[-352,176],"id":"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa","name":"Save Content Information","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}}],"connections":{"Schedule Trigger":{"main":[[{"node":"Generate Video Idea","type":"main","index":0}]]},"OpenAI Chat Model1":{"ai_languageModel":[[{"node":"Generate Video Idea","type":"ai_languageModel","index":0}]]},"Think1":{"ai_tool":[[{"node":"Generate Video Idea","type":"ai_tool","index":0}]]},"Structured Output Parser1":{"ai_outputParser":[[{"node":"Generate Video Idea","type":"ai_outputParser","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"Generate Veo3 Prompt","type":"ai_languageModel","index":0}]]},"Think":{"ai_tool":[[{"node":"Generate Veo3 Prompt","type":"ai_tool","index":0}]]},"Generate Video Idea":{"main":[[{"node":"Generate Veo3 Prompt","type":"main","index":0}]]},"Generate Veo3 Prompt":{"main":[[{"node":"Save Content Information","type":"main","index":0}]]},"Create Video":{"main":[[{"node":"Wait 10 Minutes","type":"main","index":0}]]},"Get Video":{"main":[[{"node":"Store the Video","type":"main","index":0}]]},"Wait 10 Minutes":{"main":[[{"node":"Get Video","type":"main","index":0}]]},"Save Content Information":{"main":[[{"node":"Create Video","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"Generate Veo3 Prompt":[{"json":{"output":"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling."}}],"Create Video":[{"json":{"status":"IN_QUEUE","request_id":"2ba961db-0c1c-4bd3-954c-905b905c1dcb","response_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","status_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","cancel_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel","logs":null,"metrics":{},"queue_position":0}}],"Get Video":[{"json":{"video":{"url":"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","content_type":"video/mp4","file_name":"output.mp4","file_size":3899896}}}],"Generate Video Idea":[{"json":{"output":{"caption":"When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","idea":"Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","environment":"Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","status":"to create"}}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Save Content Information",["14","15","4","16","17","18","19","20","21"],{"Schedule Trigger":"22","Generate Video Idea":"23","Generate Veo3 Prompt":"24","Save Content Information":"25"},{"Generate Veo3 Prompt":"26","Create Video":"27","Get Video":"28","Generate Video Idea":"29"},{},[],{},{},{},{"version":1,"establishedAt":1764571562714,"source":"30"},"Schedule Trigger","Generate Veo3 Prompt","Generate Video Idea","OpenAI Chat Model","Think","OpenAI Chat Model1","Think1","Structured Output Parser1",["31"],["32"],["33"],["34"],["35"],["36"],["37"],["38"],"manual",{"startTime":1764571111178,"executionIndex":0,"source":"39","hints":"40","executionTime":3,"executionStatus":"41","data":"42"},{"startTime":1764571111182,"executionIndex":1,"source":"43","hints":"44","executionTime":1,"executionStatus":"41","data":"45"},{"startTime":1764571111183,"executionIndex":2,"source":"46","hints":"47","executionTime":1,"executionStatus":"41","data":"48"},{"startTime":1764571562717,"executionIndex":3,"source":"49","hints":"50","executionTime":2046,"executionStatus":"41","data":"51"},{"json":"52"},{"json":"53"},{"json":"54"},{"json":"55"},[],[],"success",{"main":"56"},["57"],[],{"main":"58"},["59"],[],{"main":"60"},["61"],[],{"main":"62"},{"output":"63"},{"status":"64","request_id":"65","response_url":"66","status_url":"67","cancel_url":"68","logs":null,"metrics":"69","queue_position":0},{"video":"70"},{"output":"71"},["72"],{"previousNode":"14"},["73"],{"previousNode":"16"},["74"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["75"],"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling.","IN_QUEUE","2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel",{},{"url":"76","content_type":"77","file_name":"78","file_size":3899896},{"caption":"79","idea":"80","environment":"81","status":"82"},["83"],["84"],["85"],["86"],"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","video/mp4","output.mp4","When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","to create",{"json":"87","pairedItem":"88"},{"json":"89","pairedItem":"90"},{"json":"91","pairedItem":"92"},{"json":"93","pairedItem":"94"},{"timestamp":"95","Readable date":"96","Readable time":"97","Day of week":"98","Year":"99","Month":"100","Day of month":"101","Hour":"102","Minute":"103","Second":"104","Timezone":"105"},{"item":0},{"output":"106"},{"item":0},{"output":"63"},{"item":0},{"Idea":"80","Captions":"79","Environment":"81","Status":"82"},{"item":0},"2025-11-30T22:38:31.180-08:00","November 30th 2025, 10:38:31 pm","10:38:31 pm","Sunday","2025","November","30","22","38","31","America/Los_Angeles (UTC-08:00)",{"caption":"79","idea":"80","environment":"81","status":"82"}]...
|
Edit
Delete
|
|
81
|
{"id":"S15JdQx6jSR0WBqV","name {"id":"S15JdQx6jSR0WBqV","name":"Veo3 Content Machine","active":false,"nodes":[{"parameters":{"notice":"","rule":{"interval":[{"field":"days","daysInterval":1,"triggerAtHour":0,"triggerAtMinute":0}]}},"type":"n8n-nodes-base.scheduleTrigger","typeVersion":1.2,"position":[-1152,176],"id":"f5b0bf42-94d5-49d0-9fa5-fbfa0c9e5f56","name":"Schedule Trigger"},{"parameters":{"content":"## Save Content","height":520,"width":540,"color":3},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[144,32],"id":"4939fca2-bc76-4ddd-845b-77cb9572fa81","name":"Sticky Note3"},{"parameters":{"content":"## Create a Video","height":740,"width":320,"color":6},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-224,-112],"id":"473def2a-255d-4284-8412-8ae78f51925d","name":"Sticky Note2"},{"parameters":{"content":"# Input: Video Topic","height":520,"width":840,"color":5},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-1200,32],"id":"f06c53eb-8f80-43d9-bfdc-c6ee92d7c9b4","name":"Sticky Note"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-1072,368],"id":"acbcee00-89d0-4987-ae85-cd56d9e93882","name":"OpenAI Chat Model1"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-944,368],"id":"eca01b0a-e6e5-4836-920c-b27cff297d16","name":"Think1"},{"parameters":{"notice":"","schemaType":"fromJson","jsonSchemaExample":"{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}","autoFix":false},"type":"@n8n/n8n-nodes-langchain.outputParserStructured","typeVersion":1.2,"position":[-832,368],"id":"20d06661-23bc-407f-9b75-49302be094eb","name":"Structured Output Parser1"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-672,368],"id":"951a8f16-1afb-4349-aaf4-45377851b9f4","name":"OpenAI Chat Model"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-512,368],"id":"d098b11b-9634-4964-8ee1-bdc3f477aeb8","name":"Think"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"Give me an idea to create the content about biblical characters speaking to thecamera and making a vlog","hasOutputParser":true,"notice":"","options":{"systemMessage":"=** Purpose **\nYou generate viral short-form video ideas inspired by biblical characters or scenes, styled like modern TikTok vlogs. These should feel personal, emotional, and often humorous.\n\n** Think Tool Prompt (used before generation) **\n“How can I take a biblical moment or character and turn it into a relatable, viral, or funny TikTok-style video idea that feels natural, emotional, or modern?”\n\n** Output Requirements **\nYour response must include:\n\n- caption – Short, poetic or funny, TikTok-style. Include emojis and 3–5 hashtags (e.g., #biblevlog #foryou #holycomedy #ancientvibes).\n- idea – 1–2 sentence summary of the action, story, or twist in the video.\n- environment – Describe what the set looks like: light, textures, mood, setting. Think “GoPro meets ancient Jerusalem.”\n- status – Must be \"to create\", without quotation marks\n\n** JSON Output Parser **\nEvery output must strictly follow this format:\n\n{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}\n\n** Sample Outputs **\n\nExample 1\n{\n \"caption\": \"When Jesus gives you the silent treatment 🕊️😶 #jesusvlog #holycomedy\",\n \"idea\": \"Jesus calmly stares at the camera while the disciple keeps asking, 'Are we lost?' – awkward silence builds up.\",\n \"environment\": \"Desert trail, golden hour light, dry bushes around, warm rocky textures and wind softly blowing.\",\n \"status\": \"ready for production\"\n}\n\nExample 2\n{\n \"caption\": \"POV: You just met Mary Magdalene and she’s not what you expected 😳✨ #biblevlog #foryou\",\n \"idea\": \"A modern-style introduction of Mary Magdalene where she breaks the fourth wall with sarcasm and confidence.\",\n \"environment\": \"Dusty stone home with narrow light beams, clay walls, fabric drapes blowing slightly in the breeze.\",\n \"status\": \"ready for production\"\n}\n\nExample 3\n{\n \"caption\": \"Me trying to explain the flood before it happened 🌧️🐘 #noahvibes #bibletok\",\n \"idea\": \"Noah explains why he’s building the ark, while others laugh in the background — like a vlog rant.\",\n \"environment\": \"Half-built wooden structure, cloudy sky, goats wandering around, mud everywhere, distant laughter.\",\n \"status\": \"concept only\"\n}"},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-992,176],"id":"75b9d54e-5541-4a76-bc4a-2b1b722c0a02","name":"Generate Video Idea"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Create a prompt for the Veo3 video based on the following information:\n\nIdea: {{ $json.output.idea }}\nEnvironment: {{ $json.output.environment }}","hasOutputParser":false,"options":{"systemMessage":"=** System Message **\n\nYou are a professional cinematic prompt generator for AI video tools. Your task is to convert a short-form video idea and its environment description (inspired by biblical or ancient-world themes) into a highly detailed, camera-aware, emotionally rich prompt suitable for generating a cinematic AI video using Veo3.\n\nYou must understand the emotional tone, visual aesthetics, and storytelling style of short-form TikTok videos that imitate biblical scenes with modern pacing and framing.\n\n** Veo3 Prompt Structure Guidelines **\n\nEach prompt should be natural, cinematic, and visually immersive, including:\n\n- Scene description – Describe the overall environment clearly (terrain, buildings, light, movement).\n- Character focus – If the idea involves a person, include their position, outfit style (biblical era), mood/expression, and framing (e.g., close-up, wide shot).\n- Camera movement – Always include one cinematic camera motion (e.g., slow push-in, handheld tracking, drone pan, orbit, dolly backward).\n- Time of day & lighting – Set the mood with light (e.g., golden hour, harsh daylight, candlelit interior).\n- Atmosphere & texture – Mention dust, wind, fabric movement, shadows, reflections, or imperfections in the scene to increase realism.\n- Style & quality – Include cinematic tone, analog warmth, slightly soft vintage film look, GoPro-like closeness if appropriate.\n\n** Input **\n- You will receive two fields: idea, environment\n- Return only the complete and detailed Veo3 prompt, no additional text.\n\n** Example Output **\nA biblical man stands in front of a half-built wooden ark, gesturing passionately as he explains something to the camera. The camera follows him handheld-style, moving slightly as he paces. In the background, groups of villagers are laughing and pointing. The sky is overcast with low clouds, and goats wander through muddy terrain. The man wears worn, ancient robes, his feet muddy, his tone frustrated but hopeful. The scene has a documentary-style realism, with soft golden highlights breaking through cloud gaps. Light wind moves fabric and rustles dry straw around the ark. Shot in cinematic 24fps with natural tones and slight vintage softness."},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-672,176],"id":"7c2941ba-42d5-4fb8-8d1f-2898fc44bb11","name":"Generate Veo3 Prompt"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"POST","url":"https://queue.fal.run/fal-ai/veo3","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":true,"contentType":"raw","rawContentType":"application/json","body":"={ \"prompt\": \"{{ $('Generate Veo3 Prompt').item.json.output }}\" }","options":{"batching":{"batch":{"batchSize":1,"batchInterval":2000}}},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,-32],"id":"85c3f12a-0f6e-4b50-9165-3efefe2f69fb","name":"Create Video"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"=https://queue.fal.run/fal-ai/veo3/requests/{{ $json.request_id }}\n","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,368],"id":"703b02b9-7714-4a27-9a52-f4043946836b","name":"Get Video"},{"parameters":{"resume":"timeInterval","amount":10,"unit":"seconds"},"type":"n8n-nodes-base.wait","typeVersion":1.1,"position":[-128,176],"id":"27001980-b208-4e21-9e2e-88417a242626","name":"Wait 10 Minutes","webhookId":"9fdae74d-0f36-4408-9c09-5fb55e66fed1"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Video URL":"={{ $json.video.url }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[368,208],"id":"ad79983c-6268-40f9-829e-97473a2b7b77","name":"Store the Video","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno","mode":"list","cachedResultName":"Veo3 Videos [TEMPLATE]","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Idea":"={{ $('Generate Video Idea').item.json.output.idea }}","Captions":"={{ $('Generate Video Idea').item.json.output.caption }}","Environment":"={{ $('Generate Video Idea').item.json.output.environment }}","Status":"={{ $('Generate Video Idea').item.json.output.status }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[-352,176],"id":"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa","name":"Save Content Information","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}}],"connections":{"Schedule Trigger":{"main":[[{"node":"Generate Video Idea","type":"main","index":0}]]},"OpenAI Chat Model1":{"ai_languageModel":[[{"node":"Generate Video Idea","type":"ai_languageModel","index":0}]]},"Think1":{"ai_tool":[[{"node":"Generate Video Idea","type":"ai_tool","index":0}]]},"Structured Output Parser1":{"ai_outputParser":[[{"node":"Generate Video Idea","type":"ai_outputParser","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"Generate Veo3 Prompt","type":"ai_languageModel","index":0}]]},"Think":{"ai_tool":[[{"node":"Generate Veo3 Prompt","type":"ai_tool","index":0}]]},"Generate Video Idea":{"main":[[{"node":"Generate Veo3 Prompt","type":"main","index":0}]]},"Generate Veo3 Prompt":{"main":[[{"node":"Save Content Information","type":"main","index":0}]]},"Create Video":{"main":[[{"node":"Wait 10 Minutes","type":"main","index":0}]]},"Get Video":{"main":[[{"node":"Store the Video","type":"main","index":0}]]},"Wait 10 Minutes":{"main":[[{"node":"Get Video","type":"main","index":0}]]},"Save Content Information":{"main":[[{"node":"Create Video","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"Generate Veo3 Prompt":[{"json":{"output":"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling."}}],"Create Video":[{"json":{"status":"IN_QUEUE","request_id":"2ba961db-0c1c-4bd3-954c-905b905c1dcb","response_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","status_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","cancel_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel","logs":null,"metrics":{},"queue_position":0}}],"Get Video":[{"json":{"video":{"url":"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","content_type":"video/mp4","file_name":"output.mp4","file_size":3899896}},"pairedItem":{"item":0}}],"Generate Video Idea":[{"json":{"output":{"caption":"When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","idea":"Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","environment":"Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","status":"to create"}}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"error":"6","runData":"7","pinData":"8","lastNodeExecuted":"4"},{"contextData":"9","nodeExecutionStack":"10","metadata":"11","waitingExecution":"12","waitingExecutionSource":"13","runtimeData":"14"},"Store the Video",["15","16","4","17","18","19","20","21","22","23","24","25","26"],{"level":"27","tags":"28","description":"29","timestamp":1764571605187,"context":"30","functionality":"31","name":"32","node":"33","messages":"34","httpCode":"35","message":"36","stack":"37"},{"Schedule Trigger":"38","Generate Video Idea":"39","Generate Veo3 Prompt":"40","Save Content Information":"41","Wait 10 Minutes":"42","Get Video":"43","Store the Video":"44"},{"Generate Veo3 Prompt":"45","Create Video":"46","Get Video":"47","Generate Video Idea":"48"},{},["49"],{},{},{},{"version":1,"establishedAt":1764571594754,"source":"50"},"Schedule Trigger","Get Video","Wait 10 Minutes","Create Video","Save Content Information","Generate Veo3 Prompt","Generate Video Idea","OpenAI Chat Model","Think","OpenAI Chat Model1","Think1","Structured Output Parser1","warning",{},"The caller does not have permission",{},"regular","NodeApiError",{"parameters":"51","type":"52","typeVersion":4.5,"position":"53","id":"54","name":"4","credentials":"55"},["56"],"403","Forbidden - perhaps check your credentials?","NodeApiError: Forbidden - perhaps check your credentials?\n at ExecuteContext.apiRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/transport/index.ts:78:9)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at GoogleSheet.spreadsheetGetSheet (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/helpers/GoogleSheet.ts:129:21)\n at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/actions/router.ts:43:20)\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/GoogleSheetsV2.node.ts:30:10)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:8)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:11)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:27\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["57"],["58"],["59"],["60"],["61"],["62"],["63"],["64"],["65"],["66"],["67"],{"node":"68","data":"69","source":"70"},"manual",{"preBuiltAgentsCalloutGoogleSheets":"71","authentication":"72","resource":"73","operation":"74","documentId":"75","sheetName":"76","columns":"77","options":"78"},"n8n-nodes-base.googleSheets",[368,208],"ad79983c-6268-40f9-829e-97473a2b7b77",{"googleSheetsOAuth2Api":"79"},"403 - {\"error\":{\"code\":403,\"message\":\"The caller does not have permission\",\"status\":\"PERMISSION_DENIED\"}}",{"startTime":1764571111178,"executionIndex":0,"source":"80","hints":"81","executionTime":3,"executionStatus":"82","data":"83"},{"startTime":1764571111182,"executionIndex":1,"source":"84","hints":"85","executionTime":1,"executionStatus":"82","data":"86"},{"startTime":1764571111183,"executionIndex":2,"source":"87","hints":"88","executionTime":1,"executionStatus":"82","data":"89"},{"startTime":1764571562717,"executionIndex":3,"source":"90","hints":"91","executionTime":2046,"executionStatus":"82","data":"92"},{"startTime":1764571594757,"executionIndex":4,"source":"93","hints":"94","executionTime":10005,"executionStatus":"82","data":"95"},{"startTime":1764571604768,"executionIndex":5,"source":"96","hints":"97","executionTime":0,"executionStatus":"82","data":"98"},{"startTime":1764571604769,"executionIndex":6,"source":"99","hints":"100","executionTime":420,"executionStatus":"101","error":"102"},{"json":"103"},{"json":"104"},{"json":"105","pairedItem":"106"},{"json":"107"},{"parameters":"108","type":"52","typeVersion":4.5,"position":"109","id":"54","name":"4","credentials":"110"},{"main":"111"},{"main":"99"},"","oAuth2","sheet","append",{"__rl":true,"value":"112","mode":"113","cachedResultName":"114","cachedResultUrl":"115"},{"__rl":true,"value":"116","mode":"113","cachedResultName":"117","cachedResultUrl":"118"},{"mappingMode":"119","value":"120","matchingColumns":"121","schema":"122","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"123","name":"124"},[],[],"success",{"main":"125"},["126"],[],{"main":"127"},["128"],[],{"main":"129"},["130"],[],{"main":"131"},["132"],[],{"main":"133"},["134"],[],{"main":"135"},["136"],[],"error",{"level":"27","tags":"28","description":"29","timestamp":1764571605187,"context":"30","functionality":"31","name":"32","node":"33","messages":"34","httpCode":"35","message":"36","stack":"37"},{"output":"137"},{"status":"138","request_id":"139","response_url":"140","status_url":"141","cancel_url":"142","logs":null,"metrics":"143","queue_position":0},{"video":"144"},{"item":0},{"output":"145"},{"preBuiltAgentsCalloutGoogleSheets":"71","authentication":"72","resource":"73","operation":"74","documentId":"146","sheetName":"147","columns":"148","options":"149"},[368,208],{"googleSheetsOAuth2Api":"150"},["151"],"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","list","Veo3 Videos","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk","gid=0","Sheet1","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0","defineBelow",{"Video URL":"152"},[],["153","154","155","156","157"],"NufmenCs2JQN68sm","Google Sheets account",["158"],{"previousNode":"15"},["159"],{"previousNode":"21"},["160"],{"previousNode":"20","previousNodeOutput":0,"previousNodeRun":0},["161"],{"previousNode":"18","previousNodeOutput":0,"previousNodeRun":0},["162"],{"previousNode":"17"},["47"],{"previousNode":"16"},"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling.","IN_QUEUE","2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel",{},{"url":"163","content_type":"164","file_name":"165","file_size":3899896},{"caption":"166","idea":"167","environment":"168","status":"169"},{"__rl":true,"value":"112","mode":"113","cachedResultName":"114","cachedResultUrl":"115"},{"__rl":true,"value":"116","mode":"113","cachedResultName":"117","cachedResultUrl":"118"},{"mappingMode":"119","value":"170","matchingColumns":"171","schema":"172","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"123","name":"124"},["173"],"={{ $json.video.url }}",{"id":"174","displayName":"174","required":false,"defaultMatch":false,"display":true,"type":"175","canBeUsedToMatch":true},{"id":"176","displayName":"176","required":false,"defaultMatch":false,"display":true,"type":"175","canBeUsedToMatch":true},{"id":"177","displayName":"177","required":false,"defaultMatch":false,"display":true,"type":"175","canBeUsedToMatch":true},{"id":"178","displayName":"178","required":false,"defaultMatch":false,"display":true,"type":"175","canBeUsedToMatch":true},{"id":"179","displayName":"179","required":false,"defaultMatch":false,"display":true,"type":"175","canBeUsedToMatch":true},["180"],["181"],["182"],["183"],["184"],"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","video/mp4","output.mp4","When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","to create",{"Video URL":"152"},[],["185","186","187","188","189"],{"json":"105","pairedItem":"190"},"Idea","string","Captions","Status","Environment","Video URL",{"json":"191","pairedItem":"192"},{"json":"193","pairedItem":"194"},{"json":"195","pairedItem":"196"},{"json":"197","pairedItem":"198"},{"json":"104","pairedItem":"199"},{"id":"174","displayName":"174","required":false,"defaultMatch":false,"display":true,"type":"175","canBeUsedToMatch":true},{"id":"176","displayName":"176","required":false,"defaultMatch":false,"display":true,"type":"175","canBeUsedToMatch":true},{"id":"177","displayName":"177","required":false,"defaultMatch":false,"display":true,"type":"175","canBeUsedToMatch":true},{"id":"178","displayName":"178","required":false,"defaultMatch":false,"display":true,"type":"175","canBeUsedToMatch":true},{"id":"179","displayName":"179","required":false,"defaultMatch":false,"display":true,"type":"175","canBeUsedToMatch":true},{"item":0},{"timestamp":"200","Readable date":"201","Readable time":"202","Day of week":"203","Year":"204","Month":"205","Day of month":"206","Hour":"207","Minute":"208","Second":"209","Timezone":"210"},{"item":0},{"output":"211"},{"item":0},{"output":"137"},{"item":0},{"Idea":"167","Captions":"166","Environment":"168","Status":"169"},{"item":0},{"item":0},"2025-11-30T22:38:31.180-08:00","November 30th 2025, 10:38:31 pm","10:38:31 pm","Sunday","2025","November","30","22","38","31","America/Los_Angeles (UTC-08:00)",{"caption":"166","idea":"167","environment":"168","status":"169"}]...
|
Edit
Delete
|
|
82
|
{"id":"S15JdQx6jSR0WBqV","name {"id":"S15JdQx6jSR0WBqV","name":"Veo3 Content Machine","active":false,"nodes":[{"parameters":{"notice":"","rule":{"interval":[{"field":"days","daysInterval":1,"triggerAtHour":0,"triggerAtMinute":0}]}},"type":"n8n-nodes-base.scheduleTrigger","typeVersion":1.2,"position":[-1152,176],"id":"f5b0bf42-94d5-49d0-9fa5-fbfa0c9e5f56","name":"Schedule Trigger"},{"parameters":{"content":"## Save Content","height":520,"width":540,"color":3},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[144,32],"id":"4939fca2-bc76-4ddd-845b-77cb9572fa81","name":"Sticky Note3"},{"parameters":{"content":"## Create a Video","height":740,"width":320,"color":6},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-224,-112],"id":"473def2a-255d-4284-8412-8ae78f51925d","name":"Sticky Note2"},{"parameters":{"content":"# Input: Video Topic","height":520,"width":840,"color":5},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-1200,32],"id":"f06c53eb-8f80-43d9-bfdc-c6ee92d7c9b4","name":"Sticky Note"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-1072,368],"id":"acbcee00-89d0-4987-ae85-cd56d9e93882","name":"OpenAI Chat Model1"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-944,368],"id":"eca01b0a-e6e5-4836-920c-b27cff297d16","name":"Think1"},{"parameters":{"notice":"","schemaType":"fromJson","jsonSchemaExample":"{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}","autoFix":false},"type":"@n8n/n8n-nodes-langchain.outputParserStructured","typeVersion":1.2,"position":[-832,368],"id":"20d06661-23bc-407f-9b75-49302be094eb","name":"Structured Output Parser1"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-672,368],"id":"951a8f16-1afb-4349-aaf4-45377851b9f4","name":"OpenAI Chat Model"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-512,368],"id":"d098b11b-9634-4964-8ee1-bdc3f477aeb8","name":"Think"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"Give me an idea to create the content about biblical characters speaking to thecamera and making a vlog","hasOutputParser":true,"notice":"","options":{"systemMessage":"=** Purpose **\nYou generate viral short-form video ideas inspired by biblical characters or scenes, styled like modern TikTok vlogs. These should feel personal, emotional, and often humorous.\n\n** Think Tool Prompt (used before generation) **\n“How can I take a biblical moment or character and turn it into a relatable, viral, or funny TikTok-style video idea that feels natural, emotional, or modern?”\n\n** Output Requirements **\nYour response must include:\n\n- caption – Short, poetic or funny, TikTok-style. Include emojis and 3–5 hashtags (e.g., #biblevlog #foryou #holycomedy #ancientvibes).\n- idea – 1–2 sentence summary of the action, story, or twist in the video.\n- environment – Describe what the set looks like: light, textures, mood, setting. Think “GoPro meets ancient Jerusalem.”\n- status – Must be \"to create\", without quotation marks\n\n** JSON Output Parser **\nEvery output must strictly follow this format:\n\n{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}\n\n** Sample Outputs **\n\nExample 1\n{\n \"caption\": \"When Jesus gives you the silent treatment 🕊️😶 #jesusvlog #holycomedy\",\n \"idea\": \"Jesus calmly stares at the camera while the disciple keeps asking, 'Are we lost?' – awkward silence builds up.\",\n \"environment\": \"Desert trail, golden hour light, dry bushes around, warm rocky textures and wind softly blowing.\",\n \"status\": \"ready for production\"\n}\n\nExample 2\n{\n \"caption\": \"POV: You just met Mary Magdalene and she’s not what you expected 😳✨ #biblevlog #foryou\",\n \"idea\": \"A modern-style introduction of Mary Magdalene where she breaks the fourth wall with sarcasm and confidence.\",\n \"environment\": \"Dusty stone home with narrow light beams, clay walls, fabric drapes blowing slightly in the breeze.\",\n \"status\": \"ready for production\"\n}\n\nExample 3\n{\n \"caption\": \"Me trying to explain the flood before it happened 🌧️🐘 #noahvibes #bibletok\",\n \"idea\": \"Noah explains why he’s building the ark, while others laugh in the background — like a vlog rant.\",\n \"environment\": \"Half-built wooden structure, cloudy sky, goats wandering around, mud everywhere, distant laughter.\",\n \"status\": \"concept only\"\n}"},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-992,176],"id":"75b9d54e-5541-4a76-bc4a-2b1b722c0a02","name":"Generate Video Idea"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Create a prompt for the Veo3 video based on the following information:\n\nIdea: {{ $json.output.idea }}\nEnvironment: {{ $json.output.environment }}","hasOutputParser":false,"options":{"systemMessage":"=** System Message **\n\nYou are a professional cinematic prompt generator for AI video tools. Your task is to convert a short-form video idea and its environment description (inspired by biblical or ancient-world themes) into a highly detailed, camera-aware, emotionally rich prompt suitable for generating a cinematic AI video using Veo3.\n\nYou must understand the emotional tone, visual aesthetics, and storytelling style of short-form TikTok videos that imitate biblical scenes with modern pacing and framing.\n\n** Veo3 Prompt Structure Guidelines **\n\nEach prompt should be natural, cinematic, and visually immersive, including:\n\n- Scene description – Describe the overall environment clearly (terrain, buildings, light, movement).\n- Character focus – If the idea involves a person, include their position, outfit style (biblical era), mood/expression, and framing (e.g., close-up, wide shot).\n- Camera movement – Always include one cinematic camera motion (e.g., slow push-in, handheld tracking, drone pan, orbit, dolly backward).\n- Time of day & lighting – Set the mood with light (e.g., golden hour, harsh daylight, candlelit interior).\n- Atmosphere & texture – Mention dust, wind, fabric movement, shadows, reflections, or imperfections in the scene to increase realism.\n- Style & quality – Include cinematic tone, analog warmth, slightly soft vintage film look, GoPro-like closeness if appropriate.\n\n** Input **\n- You will receive two fields: idea, environment\n- Return only the complete and detailed Veo3 prompt, no additional text.\n\n** Example Output **\nA biblical man stands in front of a half-built wooden ark, gesturing passionately as he explains something to the camera. The camera follows him handheld-style, moving slightly as he paces. In the background, groups of villagers are laughing and pointing. The sky is overcast with low clouds, and goats wander through muddy terrain. The man wears worn, ancient robes, his feet muddy, his tone frustrated but hopeful. The scene has a documentary-style realism, with soft golden highlights breaking through cloud gaps. Light wind moves fabric and rustles dry straw around the ark. Shot in cinematic 24fps with natural tones and slight vintage softness."},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-672,176],"id":"7c2941ba-42d5-4fb8-8d1f-2898fc44bb11","name":"Generate Veo3 Prompt"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"POST","url":"https://queue.fal.run/fal-ai/veo3","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":true,"contentType":"raw","rawContentType":"application/json","body":"={ \"prompt\": \"{{ $('Generate Veo3 Prompt').item.json.output }}\" }","options":{"batching":{"batch":{"batchSize":1,"batchInterval":2000}}},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,-32],"id":"85c3f12a-0f6e-4b50-9165-3efefe2f69fb","name":"Create Video"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"=https://queue.fal.run/fal-ai/veo3/requests/{{ $json.request_id }}\n","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,368],"id":"703b02b9-7714-4a27-9a52-f4043946836b","name":"Get Video"},{"parameters":{"resume":"timeInterval","amount":10,"unit":"seconds"},"type":"n8n-nodes-base.wait","typeVersion":1.1,"position":[-128,176],"id":"27001980-b208-4e21-9e2e-88417a242626","name":"Wait 10 Minutes","webhookId":"9fdae74d-0f36-4408-9c09-5fb55e66fed1"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Video URL":"={{ $json.video.url }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[368,208],"id":"ad79983c-6268-40f9-829e-97473a2b7b77","name":"Store the Video","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Idea":"={{ $('Generate Video Idea').first().json.output.idea }}","Environment":"={{ $('Generate Video Idea').first().json.output.environment }}","Status":"={{ $('Generate Video Idea').first().json.output.status }}","Captions":"={{ $('Generate Video Idea').first().json.output.caption }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[-352,176],"id":"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa","name":"Save Content Information","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}}],"connections":{"Schedule Trigger":{"main":[[{"node":"Generate Video Idea","type":"main","index":0}]]},"OpenAI Chat Model1":{"ai_languageModel":[[{"node":"Generate Video Idea","type":"ai_languageModel","index":0}]]},"Think1":{"ai_tool":[[{"node":"Generate Video Idea","type":"ai_tool","index":0}]]},"Structured Output Parser1":{"ai_outputParser":[[{"node":"Generate Video Idea","type":"ai_outputParser","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"Generate Veo3 Prompt","type":"ai_languageModel","index":0}]]},"Think":{"ai_tool":[[{"node":"Generate Veo3 Prompt","type":"ai_tool","index":0}]]},"Generate Video Idea":{"main":[[{"node":"Generate Veo3 Prompt","type":"main","index":0}]]},"Generate Veo3 Prompt":{"main":[[{"node":"Save Content Information","type":"main","index":0}]]},"Create Video":{"main":[[{"node":"Wait 10 Minutes","type":"main","index":0}]]},"Get Video":{"main":[[{"node":"Store the Video","type":"main","index":0}]]},"Wait 10 Minutes":{"main":[[{"node":"Get Video","type":"main","index":0}]]},"Save Content Information":{"main":[[{"node":"Create Video","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"Generate Veo3 Prompt":[{"json":{"output":"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling."},"pairedItem":{"item":0}}],"Create Video":[{"json":{"status":"IN_QUEUE","request_id":"2ba961db-0c1c-4bd3-954c-905b905c1dcb","response_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","status_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","cancel_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel","logs":null,"metrics":{},"queue_position":0}}],"Get Video":[{"json":{"video":{"url":"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","content_type":"video/mp4","file_name":"output.mp4","file_size":3899896}}}],"Generate Video Idea":[{"json":{"output":{"caption":"When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","idea":"Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","environment":"Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","status":"to create"}},"pairedItem":{"item":0}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"error":"6","runData":"7","pinData":"8","lastNodeExecuted":"9"},{"contextData":"10","nodeExecutionStack":"11","metadata":"12","waitingExecution":"13","waitingExecutionSource":"14","runtimeData":"15"},"Store the Video",["16","17","18","9","19","20","21","4"],{"level":"22","tags":"23","description":"24","timestamp":1764610358716,"context":"25","functionality":"26","name":"27","node":"28","messages":"29","httpCode":"30","message":"31","stack":"32"},{"Schedule Trigger":"33","Generate Video Idea":"34","Generate Veo3 Prompt":"35","Save Content Information":"36"},{"Generate Veo3 Prompt":"37","Create Video":"38","Get Video":"39","Generate Video Idea":"40"},"Save Content Information",{},["41"],{},{},{},{"version":1,"establishedAt":1764610357882,"source":"42"},"Schedule Trigger","Generate Video Idea","Generate Veo3 Prompt","Create Video","Wait 10 Minutes","Get Video","warning",{},"The caller does not have permission",{},"regular","NodeApiError",{"parameters":"43","type":"44","typeVersion":4.5,"position":"45","id":"46","name":"9","credentials":"47"},["48"],"403","Forbidden - perhaps check your credentials?","NodeApiError: Forbidden - perhaps check your credentials?\n at ExecuteContext.apiRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/transport/index.ts:78:9)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at GoogleSheet.spreadsheetGetSheet (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/helpers/GoogleSheet.ts:129:21)\n at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/actions/router.ts:43:20)\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/GoogleSheetsV2.node.ts:30:10)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:8)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:11)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:27\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["49"],["50"],["51"],["52"],["53"],["54"],["55"],["56"],{"node":"57","data":"58","source":"59"},"manual",{"preBuiltAgentsCalloutGoogleSheets":"60","authentication":"61","resource":"62","operation":"63","documentId":"64","sheetName":"65","columns":"66","options":"67"},"n8n-nodes-base.googleSheets",[-352,176],"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa",{"googleSheetsOAuth2Api":"68"},"403 - {\"error\":{\"code\":403,\"message\":\"The caller does not have permission\",\"status\":\"PERMISSION_DENIED\"}}",{"startTime":1764610357884,"executionIndex":0,"source":"69","hints":"70","executionTime":20,"executionStatus":"71","data":"72"},{"startTime":1764610357909,"executionIndex":1,"source":"73","hints":"74","executionTime":1,"executionStatus":"71","data":"75"},{"startTime":1764610357911,"executionIndex":2,"source":"76","hints":"77","executionTime":0,"executionStatus":"71","data":"78"},{"startTime":1764610357912,"executionIndex":3,"source":"79","hints":"80","executionTime":805,"executionStatus":"81","error":"82"},{"json":"83","pairedItem":"84"},{"json":"85"},{"json":"86"},{"json":"87","pairedItem":"88"},{"parameters":"89","type":"44","typeVersion":4.5,"position":"90","id":"46","name":"9","credentials":"91"},{"main":"92"},{"main":"79"},"","oAuth2","sheet","append",{"__rl":true,"value":"93","mode":"94","cachedResultName":"95","cachedResultUrl":"96"},{"__rl":true,"value":"97","mode":"94","cachedResultName":"98","cachedResultUrl":"99"},{"mappingMode":"100","value":"101","matchingColumns":"102","schema":"103","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"104","name":"105"},[],[],"success",{"main":"106"},["107"],[],{"main":"108"},["109"],[],{"main":"110"},["111"],[],"error",{"level":"22","tags":"23","description":"24","timestamp":1764610358716,"context":"25","functionality":"26","name":"27","node":"28","messages":"29","httpCode":"30","message":"31","stack":"32"},{"output":"112"},{"item":0},{"status":"113","request_id":"114","response_url":"115","status_url":"116","cancel_url":"117","logs":null,"metrics":"118","queue_position":0},{"video":"119"},{"output":"120"},{"item":0},{"preBuiltAgentsCalloutGoogleSheets":"60","authentication":"61","resource":"62","operation":"63","documentId":"121","sheetName":"122","columns":"123","options":"124"},[-352,176],{"googleSheetsOAuth2Api":"125"},["126"],"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","list","Veo3 Videos","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk","gid=0","Sheet1","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0","defineBelow",{"Idea":"127","Environment":"128","Status":"129","Captions":"130"},[],["131","132","133","134","135"],"NufmenCs2JQN68sm","Google Sheets account",["136"],{"previousNode":"16"},["40"],{"previousNode":"17"},["37"],{"previousNode":"18"},"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling.","IN_QUEUE","2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel",{},{"url":"137","content_type":"138","file_name":"139","file_size":3899896},{"caption":"140","idea":"141","environment":"142","status":"143"},{"__rl":true,"value":"93","mode":"94","cachedResultName":"95","cachedResultUrl":"96"},{"__rl":true,"value":"97","mode":"94","cachedResultName":"98","cachedResultUrl":"99"},{"mappingMode":"100","value":"144","matchingColumns":"145","schema":"146","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"104","name":"105"},["147"],"={{ $('Generate Video Idea').first().json.output.idea }}","={{ $('Generate Video Idea').first().json.output.environment }}","={{ $('Generate Video Idea').first().json.output.status }}","={{ $('Generate Video Idea').first().json.output.caption }}",{"id":"148","displayName":"148","required":false,"defaultMatch":false,"display":true,"type":"149","canBeUsedToMatch":true},{"id":"150","displayName":"150","required":false,"defaultMatch":false,"display":true,"type":"149","canBeUsedToMatch":true},{"id":"151","displayName":"151","required":false,"defaultMatch":false,"display":true,"type":"149","canBeUsedToMatch":true},{"id":"152","displayName":"152","required":false,"defaultMatch":false,"display":true,"type":"149","canBeUsedToMatch":true},{"id":"153","displayName":"153","required":false,"defaultMatch":false,"display":true,"type":"149","canBeUsedToMatch":true},["154"],"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","video/mp4","output.mp4","When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","to create",{"Idea":"127","Environment":"128","Status":"129","Captions":"130"},[],["155","156","157","158","159"],{"json":"83","pairedItem":"160"},"Idea","string","Captions","Status","Environment","Video URL",{"json":"161","pairedItem":"162"},{"id":"148","displayName":"148","required":false,"defaultMatch":false,"display":true,"type":"149","canBeUsedToMatch":true},{"id":"150","displayName":"150","required":false,"defaultMatch":false,"display":true,"type":"149","canBeUsedToMatch":true},{"id":"151","displayName":"151","required":false,"defaultMatch":false,"display":true,"type":"149","canBeUsedToMatch":true},{"id":"152","displayName":"152","required":false,"defaultMatch":false,"display":true,"type":"149","canBeUsedToMatch":true},{"id":"153","displayName":"153","required":false,"defaultMatch":false,"display":true,"type":"149","canBeUsedToMatch":true},{"item":0},{"timestamp":"163","Readable date":"164","Readable time":"165","Day of week":"166","Year":"167","Month":"168","Day of month":"169","Hour":"170","Minute":"171","Second":"172","Timezone":"173"},{"item":0},"2025-12-01T09:32:37.898-08:00","December 1st 2025, 9:32:37 am","9:32:37 am","Monday","2025","December","01","09","32","37","America/Los_Angeles (UTC-08:00)"]...
|
Edit
Delete
|
|
83
|
{"id":"S15JdQx6jSR0WBqV","name {"id":"S15JdQx6jSR0WBqV","name":"Veo3 Content Machine","active":false,"nodes":[{"parameters":{"notice":"","rule":{"interval":[{"field":"days","daysInterval":1,"triggerAtHour":0,"triggerAtMinute":0}]}},"type":"n8n-nodes-base.scheduleTrigger","typeVersion":1.2,"position":[-1152,176],"id":"f5b0bf42-94d5-49d0-9fa5-fbfa0c9e5f56","name":"Schedule Trigger"},{"parameters":{"content":"## Save Content","height":520,"width":540,"color":3},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[144,32],"id":"4939fca2-bc76-4ddd-845b-77cb9572fa81","name":"Sticky Note3"},{"parameters":{"content":"## Create a Video","height":740,"width":320,"color":6},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-224,-112],"id":"473def2a-255d-4284-8412-8ae78f51925d","name":"Sticky Note2"},{"parameters":{"content":"# Input: Video Topic","height":520,"width":840,"color":5},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-1200,32],"id":"f06c53eb-8f80-43d9-bfdc-c6ee92d7c9b4","name":"Sticky Note"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-1072,368],"id":"acbcee00-89d0-4987-ae85-cd56d9e93882","name":"OpenAI Chat Model1"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-944,368],"id":"eca01b0a-e6e5-4836-920c-b27cff297d16","name":"Think1"},{"parameters":{"notice":"","schemaType":"fromJson","jsonSchemaExample":"{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}","autoFix":false},"type":"@n8n/n8n-nodes-langchain.outputParserStructured","typeVersion":1.2,"position":[-832,368],"id":"20d06661-23bc-407f-9b75-49302be094eb","name":"Structured Output Parser1"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-672,368],"id":"951a8f16-1afb-4349-aaf4-45377851b9f4","name":"OpenAI Chat Model"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-512,368],"id":"d098b11b-9634-4964-8ee1-bdc3f477aeb8","name":"Think"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"Give me an idea to create the content about biblical characters speaking to thecamera and making a vlog","hasOutputParser":true,"notice":"","options":{"systemMessage":"=** Purpose **\nYou generate viral short-form video ideas inspired by biblical characters or scenes, styled like modern TikTok vlogs. These should feel personal, emotional, and often humorous.\n\n** Think Tool Prompt (used before generation) **\n“How can I take a biblical moment or character and turn it into a relatable, viral, or funny TikTok-style video idea that feels natural, emotional, or modern?”\n\n** Output Requirements **\nYour response must include:\n\n- caption – Short, poetic or funny, TikTok-style. Include emojis and 3–5 hashtags (e.g., #biblevlog #foryou #holycomedy #ancientvibes).\n- idea – 1–2 sentence summary of the action, story, or twist in the video.\n- environment – Describe what the set looks like: light, textures, mood, setting. Think “GoPro meets ancient Jerusalem.”\n- status – Must be \"to create\", without quotation marks\n\n** JSON Output Parser **\nEvery output must strictly follow this format:\n\n{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}\n\n** Sample Outputs **\n\nExample 1\n{\n \"caption\": \"When Jesus gives you the silent treatment 🕊️😶 #jesusvlog #holycomedy\",\n \"idea\": \"Jesus calmly stares at the camera while the disciple keeps asking, 'Are we lost?' – awkward silence builds up.\",\n \"environment\": \"Desert trail, golden hour light, dry bushes around, warm rocky textures and wind softly blowing.\",\n \"status\": \"ready for production\"\n}\n\nExample 2\n{\n \"caption\": \"POV: You just met Mary Magdalene and she’s not what you expected 😳✨ #biblevlog #foryou\",\n \"idea\": \"A modern-style introduction of Mary Magdalene where she breaks the fourth wall with sarcasm and confidence.\",\n \"environment\": \"Dusty stone home with narrow light beams, clay walls, fabric drapes blowing slightly in the breeze.\",\n \"status\": \"ready for production\"\n}\n\nExample 3\n{\n \"caption\": \"Me trying to explain the flood before it happened 🌧️🐘 #noahvibes #bibletok\",\n \"idea\": \"Noah explains why he’s building the ark, while others laugh in the background — like a vlog rant.\",\n \"environment\": \"Half-built wooden structure, cloudy sky, goats wandering around, mud everywhere, distant laughter.\",\n \"status\": \"concept only\"\n}"},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-992,176],"id":"75b9d54e-5541-4a76-bc4a-2b1b722c0a02","name":"Generate Video Idea"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Create a prompt for the Veo3 video based on the following information:\n\nIdea: {{ $json.output.idea }}\nEnvironment: {{ $json.output.environment }}","hasOutputParser":false,"options":{"systemMessage":"=** System Message **\n\nYou are a professional cinematic prompt generator for AI video tools. Your task is to convert a short-form video idea and its environment description (inspired by biblical or ancient-world themes) into a highly detailed, camera-aware, emotionally rich prompt suitable for generating a cinematic AI video using Veo3.\n\nYou must understand the emotional tone, visual aesthetics, and storytelling style of short-form TikTok videos that imitate biblical scenes with modern pacing and framing.\n\n** Veo3 Prompt Structure Guidelines **\n\nEach prompt should be natural, cinematic, and visually immersive, including:\n\n- Scene description – Describe the overall environment clearly (terrain, buildings, light, movement).\n- Character focus – If the idea involves a person, include their position, outfit style (biblical era), mood/expression, and framing (e.g., close-up, wide shot).\n- Camera movement – Always include one cinematic camera motion (e.g., slow push-in, handheld tracking, drone pan, orbit, dolly backward).\n- Time of day & lighting – Set the mood with light (e.g., golden hour, harsh daylight, candlelit interior).\n- Atmosphere & texture – Mention dust, wind, fabric movement, shadows, reflections, or imperfections in the scene to increase realism.\n- Style & quality – Include cinematic tone, analog warmth, slightly soft vintage film look, GoPro-like closeness if appropriate.\n\n** Input **\n- You will receive two fields: idea, environment\n- Return only the complete and detailed Veo3 prompt, no additional text.\n\n** Example Output **\nA biblical man stands in front of a half-built wooden ark, gesturing passionately as he explains something to the camera. The camera follows him handheld-style, moving slightly as he paces. In the background, groups of villagers are laughing and pointing. The sky is overcast with low clouds, and goats wander through muddy terrain. The man wears worn, ancient robes, his feet muddy, his tone frustrated but hopeful. The scene has a documentary-style realism, with soft golden highlights breaking through cloud gaps. Light wind moves fabric and rustles dry straw around the ark. Shot in cinematic 24fps with natural tones and slight vintage softness."},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-672,176],"id":"7c2941ba-42d5-4fb8-8d1f-2898fc44bb11","name":"Generate Veo3 Prompt"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"POST","url":"https://queue.fal.run/fal-ai/veo3","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":true,"contentType":"raw","rawContentType":"application/json","body":"={ \"prompt\": \"{{ $('Generate Veo3 Prompt').item.json.output }}\" }","options":{"batching":{"batch":{"batchSize":1,"batchInterval":2000}}},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,-32],"id":"85c3f12a-0f6e-4b50-9165-3efefe2f69fb","name":"Create Video","credentials":{"httpHeaderAuth":{"id":"0eolXfvDWLGmr4lv","name":"Fal AI"}}},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"=https://queue.fal.run/fal-ai/veo3/requests/{{ $json.request_id }}\n","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,368],"id":"703b02b9-7714-4a27-9a52-f4043946836b","name":"Get Video","credentials":{"httpHeaderAuth":{"id":"0eolXfvDWLGmr4lv","name":"Fal AI"}}},{"parameters":{"resume":"timeInterval","amount":10,"unit":"seconds"},"type":"n8n-nodes-base.wait","typeVersion":1.1,"position":[-128,176],"id":"27001980-b208-4e21-9e2e-88417a242626","name":"Wait 10 Minutes","webhookId":"9fdae74d-0f36-4408-9c09-5fb55e66fed1"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Video URL":"={{ $json.video.url }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[368,208],"id":"ad79983c-6268-40f9-829e-97473a2b7b77","name":"Store the Video","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Idea":"={{ $('Generate Video Idea').first().json.output.idea }}","Environment":"={{ $('Generate Video Idea').first().json.output.environment }}","Status":"={{ $('Generate Video Idea').first().json.output.status }}","Captions":"={{ $('Generate Video Idea').first().json.output.caption }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[-352,176],"id":"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa","name":"Save Content Information","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}}],"connections":{"Schedule Trigger":{"main":[[{"node":"Generate Video Idea","type":"main","index":0}]]},"OpenAI Chat Model1":{"ai_languageModel":[[{"node":"Generate Video Idea","type":"ai_languageModel","index":0}]]},"Think1":{"ai_tool":[[{"node":"Generate Video Idea","type":"ai_tool","index":0}]]},"Structured Output Parser1":{"ai_outputParser":[[{"node":"Generate Video Idea","type":"ai_outputParser","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"Generate Veo3 Prompt","type":"ai_languageModel","index":0}]]},"Think":{"ai_tool":[[{"node":"Generate Veo3 Prompt","type":"ai_tool","index":0}]]},"Generate Video Idea":{"main":[[{"node":"Generate Veo3 Prompt","type":"main","index":0}]]},"Generate Veo3 Prompt":{"main":[[{"node":"Save Content Information","type":"main","index":0}]]},"Create Video":{"main":[[{"node":"Wait 10 Minutes","type":"main","index":0}]]},"Get Video":{"main":[[{"node":"Store the Video","type":"main","index":0}]]},"Wait 10 Minutes":{"main":[[{"node":"Get Video","type":"main","index":0}]]},"Save Content Information":{"main":[[{"node":"Create Video","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"Generate Veo3 Prompt":[{"json":{"output":"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling."},"pairedItem":{"item":0}}],"Create Video":[{"json":{"status":"IN_QUEUE","request_id":"2ba961db-0c1c-4bd3-954c-905b905c1dcb","response_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","status_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","cancel_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel","logs":null,"metrics":{},"queue_position":0}}],"Get Video":[{"json":{"video":{"url":"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","content_type":"video/mp4","file_name":"output.mp4","file_size":3899896}}}],"Generate Video Idea":[{"json":{"output":{"caption":"When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","idea":"Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","environment":"Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","status":"to create"}},"pairedItem":{"item":0}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{},{"error":"4","runData":"5","pinData":"6","lastNodeExecuted":"7"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},{"level":"14","tags":"15","description":"16","timestamp":1764611036118,"context":"17","functionality":"18","name":"19","node":"20","messages":"21","httpCode":"22","message":"23","stack":"24"},{"Schedule Trigger":"25","Generate Video Idea":"26","Generate Veo3 Prompt":"27","Save Content Information":"28"},{"Generate Veo3 Prompt":"29","Create Video":"30","Get Video":"31","Generate Video Idea":"32"},"Save Content Information",{},["33"],{},{},{},{"version":1,"establishedAt":1764611035652,"source":"34"},"warning",{},"The caller does not have permission",{},"regular","NodeApiError",{"parameters":"35","type":"36","typeVersion":4.5,"position":"37","id":"38","name":"7","credentials":"39"},["40"],"403","Forbidden - perhaps check your credentials?","NodeApiError: Forbidden - perhaps check your credentials?\n at ExecuteContext.apiRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/transport/index.ts:78:9)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at GoogleSheet.spreadsheetGetSheet (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/helpers/GoogleSheet.ts:129:21)\n at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/actions/router.ts:43:20)\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/GoogleSheetsV2.node.ts:30:10)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:8)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:11)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:27\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["41"],["42"],["43"],["44"],["45"],["46"],["47"],["48"],{"node":"49","data":"50","source":"51"},"manual",{"preBuiltAgentsCalloutGoogleSheets":"52","authentication":"53","resource":"54","operation":"55","documentId":"56","sheetName":"57","columns":"58","options":"59"},"n8n-nodes-base.googleSheets",[-352,176],"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa",{"googleSheetsOAuth2Api":"60"},"403 - {\"error\":{\"code\":403,\"message\":\"The caller does not have permission\",\"status\":\"PERMISSION_DENIED\"}}",{"startTime":1764611035655,"executionIndex":0,"source":"61","hints":"62","executionTime":5,"executionStatus":"63","data":"64"},{"startTime":1764611035661,"executionIndex":1,"source":"65","hints":"66","executionTime":0,"executionStatus":"63","data":"67"},{"startTime":1764611035662,"executionIndex":2,"source":"68","hints":"69","executionTime":1,"executionStatus":"63","data":"70"},{"startTime":1764611035664,"executionIndex":3,"source":"71","hints":"72","executionTime":456,"executionStatus":"73","error":"74"},{"json":"75","pairedItem":"76"},{"json":"77"},{"json":"78"},{"json":"79","pairedItem":"80"},{"parameters":"81","type":"36","typeVersion":4.5,"position":"82","id":"38","name":"7","credentials":"83"},{"main":"84"},{"main":"71"},"","oAuth2","sheet","append",{"__rl":true,"value":"85","mode":"86","cachedResultName":"87","cachedResultUrl":"88"},{"__rl":true,"value":"89","mode":"86","cachedResultName":"90","cachedResultUrl":"91"},{"mappingMode":"92","value":"93","matchingColumns":"94","schema":"95","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"96","name":"97"},[],[],"success",{"main":"98"},["99"],[],{"main":"100"},["101"],[],{"main":"102"},["103"],[],"error",{"level":"14","tags":"15","description":"16","timestamp":1764611036118,"context":"17","functionality":"18","name":"19","node":"20","messages":"21","httpCode":"22","message":"23","stack":"24"},{"output":"104"},{"item":0},{"status":"105","request_id":"106","response_url":"107","status_url":"108","cancel_url":"109","logs":null,"metrics":"110","queue_position":0},{"video":"111"},{"output":"112"},{"item":0},{"preBuiltAgentsCalloutGoogleSheets":"52","authentication":"53","resource":"54","operation":"55","documentId":"113","sheetName":"114","columns":"115","options":"116"},[-352,176],{"googleSheetsOAuth2Api":"117"},["118"],"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","list","Veo3 Videos","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk","gid=0","Sheet1","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0","defineBelow",{"Idea":"119","Environment":"120","Status":"121","Captions":"122"},[],["123","124","125","126","127"],"NufmenCs2JQN68sm","Google Sheets account",["128"],{"previousNode":"129"},["32"],{"previousNode":"130"},["29"],{"previousNode":"131"},"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling.","IN_QUEUE","2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel",{},{"url":"132","content_type":"133","file_name":"134","file_size":3899896},{"caption":"135","idea":"136","environment":"137","status":"138"},{"__rl":true,"value":"85","mode":"86","cachedResultName":"87","cachedResultUrl":"88"},{"__rl":true,"value":"89","mode":"86","cachedResultName":"90","cachedResultUrl":"91"},{"mappingMode":"92","value":"139","matchingColumns":"140","schema":"141","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"96","name":"97"},["142"],"={{ $('Generate Video Idea').first().json.output.idea }}","={{ $('Generate Video Idea').first().json.output.environment }}","={{ $('Generate Video Idea').first().json.output.status }}","={{ $('Generate Video Idea').first().json.output.caption }}",{"id":"143","displayName":"143","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"145","displayName":"145","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"146","displayName":"146","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"147","displayName":"147","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"148","displayName":"148","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},["149"],"Schedule Trigger","Generate Video Idea","Generate Veo3 Prompt","https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","video/mp4","output.mp4","When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","to create",{"Idea":"119","Environment":"120","Status":"121","Captions":"122"},[],["150","151","152","153","154"],{"json":"75","pairedItem":"155"},"Idea","string","Captions","Status","Environment","Video URL",{"json":"156","pairedItem":"157"},{"id":"143","displayName":"143","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"145","displayName":"145","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"146","displayName":"146","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"147","displayName":"147","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"148","displayName":"148","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"item":0},{"timestamp":"158","Readable date":"159","Readable time":"160","Day of week":"161","Year":"162","Month":"163","Day of month":"164","Hour":"165","Minute":"166","Second":"167","Timezone":"168"},{"item":0},"2025-12-01T09:43:55.658-08:00","December 1st 2025, 9:43:55 am","9:43:55 am","Monday","2025","December","01","09","43","55","America/Los_Angeles (UTC-08:00)"]...
|
Edit
Delete
|
|
84
|
{"id":"S15JdQx6jSR0WBqV","name {"id":"S15JdQx6jSR0WBqV","name":"Veo3 Content Machine","active":false,"nodes":[{"parameters":{"notice":"","rule":{"interval":[{"field":"days","daysInterval":1,"triggerAtHour":0,"triggerAtMinute":0}]}},"type":"n8n-nodes-base.scheduleTrigger","typeVersion":1.2,"position":[-1152,176],"id":"f5b0bf42-94d5-49d0-9fa5-fbfa0c9e5f56","name":"Schedule Trigger"},{"parameters":{"content":"## Save Content","height":520,"width":540,"color":3},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[144,32],"id":"4939fca2-bc76-4ddd-845b-77cb9572fa81","name":"Sticky Note3"},{"parameters":{"content":"## Create a Video","height":740,"width":320,"color":6},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-224,-112],"id":"473def2a-255d-4284-8412-8ae78f51925d","name":"Sticky Note2"},{"parameters":{"content":"# Input: Video Topic","height":520,"width":840,"color":5},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-1200,32],"id":"f06c53eb-8f80-43d9-bfdc-c6ee92d7c9b4","name":"Sticky Note"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-1072,368],"id":"acbcee00-89d0-4987-ae85-cd56d9e93882","name":"OpenAI Chat Model1"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-944,368],"id":"eca01b0a-e6e5-4836-920c-b27cff297d16","name":"Think1"},{"parameters":{"notice":"","schemaType":"fromJson","jsonSchemaExample":"{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}","autoFix":false},"type":"@n8n/n8n-nodes-langchain.outputParserStructured","typeVersion":1.2,"position":[-832,368],"id":"20d06661-23bc-407f-9b75-49302be094eb","name":"Structured Output Parser1"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-672,368],"id":"951a8f16-1afb-4349-aaf4-45377851b9f4","name":"OpenAI Chat Model"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-512,368],"id":"d098b11b-9634-4964-8ee1-bdc3f477aeb8","name":"Think"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"Give me an idea to create the content about biblical characters speaking to thecamera and making a vlog","hasOutputParser":true,"notice":"","options":{"systemMessage":"=** Purpose **\nYou generate viral short-form video ideas inspired by biblical characters or scenes, styled like modern TikTok vlogs. These should feel personal, emotional, and often humorous.\n\n** Think Tool Prompt (used before generation) **\n“How can I take a biblical moment or character and turn it into a relatable, viral, or funny TikTok-style video idea that feels natural, emotional, or modern?”\n\n** Output Requirements **\nYour response must include:\n\n- caption – Short, poetic or funny, TikTok-style. Include emojis and 3–5 hashtags (e.g., #biblevlog #foryou #holycomedy #ancientvibes).\n- idea – 1–2 sentence summary of the action, story, or twist in the video.\n- environment – Describe what the set looks like: light, textures, mood, setting. Think “GoPro meets ancient Jerusalem.”\n- status – Must be \"to create\", without quotation marks\n\n** JSON Output Parser **\nEvery output must strictly follow this format:\n\n{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}\n\n** Sample Outputs **\n\nExample 1\n{\n \"caption\": \"When Jesus gives you the silent treatment 🕊️😶 #jesusvlog #holycomedy\",\n \"idea\": \"Jesus calmly stares at the camera while the disciple keeps asking, 'Are we lost?' – awkward silence builds up.\",\n \"environment\": \"Desert trail, golden hour light, dry bushes around, warm rocky textures and wind softly blowing.\",\n \"status\": \"ready for production\"\n}\n\nExample 2\n{\n \"caption\": \"POV: You just met Mary Magdalene and she’s not what you expected 😳✨ #biblevlog #foryou\",\n \"idea\": \"A modern-style introduction of Mary Magdalene where she breaks the fourth wall with sarcasm and confidence.\",\n \"environment\": \"Dusty stone home with narrow light beams, clay walls, fabric drapes blowing slightly in the breeze.\",\n \"status\": \"ready for production\"\n}\n\nExample 3\n{\n \"caption\": \"Me trying to explain the flood before it happened 🌧️🐘 #noahvibes #bibletok\",\n \"idea\": \"Noah explains why he’s building the ark, while others laugh in the background — like a vlog rant.\",\n \"environment\": \"Half-built wooden structure, cloudy sky, goats wandering around, mud everywhere, distant laughter.\",\n \"status\": \"concept only\"\n}"},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-992,176],"id":"75b9d54e-5541-4a76-bc4a-2b1b722c0a02","name":"Generate Video Idea"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Create a prompt for the Veo3 video based on the following information:\n\nIdea: {{ $json.output.idea }}\nEnvironment: {{ $json.output.environment }}","hasOutputParser":false,"options":{"systemMessage":"=** System Message **\n\nYou are a professional cinematic prompt generator for AI video tools. Your task is to convert a short-form video idea and its environment description (inspired by biblical or ancient-world themes) into a highly detailed, camera-aware, emotionally rich prompt suitable for generating a cinematic AI video using Veo3.\n\nYou must understand the emotional tone, visual aesthetics, and storytelling style of short-form TikTok videos that imitate biblical scenes with modern pacing and framing.\n\n** Veo3 Prompt Structure Guidelines **\n\nEach prompt should be natural, cinematic, and visually immersive, including:\n\n- Scene description – Describe the overall environment clearly (terrain, buildings, light, movement).\n- Character focus – If the idea involves a person, include their position, outfit style (biblical era), mood/expression, and framing (e.g., close-up, wide shot).\n- Camera movement – Always include one cinematic camera motion (e.g., slow push-in, handheld tracking, drone pan, orbit, dolly backward).\n- Time of day & lighting – Set the mood with light (e.g., golden hour, harsh daylight, candlelit interior).\n- Atmosphere & texture – Mention dust, wind, fabric movement, shadows, reflections, or imperfections in the scene to increase realism.\n- Style & quality – Include cinematic tone, analog warmth, slightly soft vintage film look, GoPro-like closeness if appropriate.\n\n** Input **\n- You will receive two fields: idea, environment\n- Return only the complete and detailed Veo3 prompt, no additional text.\n\n** Example Output **\nA biblical man stands in front of a half-built wooden ark, gesturing passionately as he explains something to the camera. The camera follows him handheld-style, moving slightly as he paces. In the background, groups of villagers are laughing and pointing. The sky is overcast with low clouds, and goats wander through muddy terrain. The man wears worn, ancient robes, his feet muddy, his tone frustrated but hopeful. The scene has a documentary-style realism, with soft golden highlights breaking through cloud gaps. Light wind moves fabric and rustles dry straw around the ark. Shot in cinematic 24fps with natural tones and slight vintage softness."},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-672,176],"id":"7c2941ba-42d5-4fb8-8d1f-2898fc44bb11","name":"Generate Veo3 Prompt"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"POST","url":"https://queue.fal.run/fal-ai/veo3","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":true,"contentType":"raw","rawContentType":"application/json","body":"={ \"prompt\": \"{{ $('Generate Veo3 Prompt').item.json.output }}\" }","options":{"batching":{"batch":{"batchSize":1,"batchInterval":2000}}},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,-32],"id":"85c3f12a-0f6e-4b50-9165-3efefe2f69fb","name":"Create Video","credentials":{"httpHeaderAuth":{"id":"0eolXfvDWLGmr4lv","name":"Fal AI"}}},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"=https://queue.fal.run/fal-ai/veo3/requests/{{ $json.request_id }}\n","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,368],"id":"703b02b9-7714-4a27-9a52-f4043946836b","name":"Get Video","credentials":{"httpHeaderAuth":{"id":"0eolXfvDWLGmr4lv","name":"Fal AI"}}},{"parameters":{"resume":"timeInterval","amount":10,"unit":"seconds"},"type":"n8n-nodes-base.wait","typeVersion":1.1,"position":[-128,176],"id":"27001980-b208-4e21-9e2e-88417a242626","name":"Wait 10 Minutes","webhookId":"9fdae74d-0f36-4408-9c09-5fb55e66fed1"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Video URL":"={{ $json.video.url }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[368,208],"id":"ad79983c-6268-40f9-829e-97473a2b7b77","name":"Store the Video","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Idea":"={{ $('Generate Video Idea').first().json.output.idea }}","Environment":"={{ $('Generate Video Idea').first().json.output.environment }}","Status":"={{ $('Generate Video Idea').first().json.output.status }}","Captions":"={{ $('Generate Video Idea').first().json.output.caption }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[-352,176],"id":"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa","name":"Save Content Information","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}}],"connections":{"Schedule Trigger":{"main":[[{"node":"Generate Video Idea","type":"main","index":0}]]},"OpenAI Chat Model1":{"ai_languageModel":[[{"node":"Generate Video Idea","type":"ai_languageModel","index":0}]]},"Think1":{"ai_tool":[[{"node":"Generate Video Idea","type":"ai_tool","index":0}]]},"Structured Output Parser1":{"ai_outputParser":[[{"node":"Generate Video Idea","type":"ai_outputParser","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"Generate Veo3 Prompt","type":"ai_languageModel","index":0}]]},"Think":{"ai_tool":[[{"node":"Generate Veo3 Prompt","type":"ai_tool","index":0}]]},"Generate Video Idea":{"main":[[{"node":"Generate Veo3 Prompt","type":"main","index":0}]]},"Generate Veo3 Prompt":{"main":[[{"node":"Save Content Information","type":"main","index":0}]]},"Create Video":{"main":[[{"node":"Wait 10 Minutes","type":"main","index":0}]]},"Get Video":{"main":[[{"node":"Store the Video","type":"main","index":0}]]},"Wait 10 Minutes":{"main":[[{"node":"Get Video","type":"main","index":0}]]},"Save Content Information":{"main":[[{"node":"Create Video","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"Generate Veo3 Prompt":[{"json":{"output":"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling."},"pairedItem":{"item":0}}],"Create Video":[{"json":{"status":"IN_QUEUE","request_id":"2ba961db-0c1c-4bd3-954c-905b905c1dcb","response_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","status_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","cancel_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel","logs":null,"metrics":{},"queue_position":0}}],"Get Video":[{"json":{"video":{"url":"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","content_type":"video/mp4","file_name":"output.mp4","file_size":3899896}}}],"Generate Video Idea":[{"json":{"output":{"caption":"When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","idea":"Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","environment":"Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","status":"to create"}},"pairedItem":{"item":0}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{},{"error":"4","runData":"5","pinData":"6","lastNodeExecuted":"7"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},{"level":"14","tags":"15","description":"16","timestamp":1764611085455,"context":"17","functionality":"18","name":"19","node":"20","messages":"21","httpCode":"22","message":"23","stack":"24"},{"Schedule Trigger":"25","Generate Video Idea":"26","Generate Veo3 Prompt":"27","Save Content Information":"28"},{"Generate Veo3 Prompt":"29","Create Video":"30","Get Video":"31","Generate Video Idea":"32"},"Save Content Information",{},["33"],{},{},{},{"version":1,"establishedAt":1764611085197,"source":"34"},"warning",{},"The caller does not have permission",{},"regular","NodeApiError",{"parameters":"35","type":"36","typeVersion":4.5,"position":"37","id":"38","name":"7","credentials":"39"},["40"],"403","Forbidden - perhaps check your credentials?","NodeApiError: Forbidden - perhaps check your credentials?\n at ExecuteContext.apiRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/transport/index.ts:78:9)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at GoogleSheet.spreadsheetGetSheet (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/helpers/GoogleSheet.ts:129:21)\n at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/actions/router.ts:43:20)\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/GoogleSheetsV2.node.ts:30:10)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:8)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:11)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:27\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["41"],["42"],["43"],["44"],["45"],["46"],["47"],["48"],{"node":"49","data":"50","source":"51"},"manual",{"preBuiltAgentsCalloutGoogleSheets":"52","authentication":"53","resource":"54","operation":"55","documentId":"56","sheetName":"57","columns":"58","options":"59"},"n8n-nodes-base.googleSheets",[-352,176],"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa",{"googleSheetsOAuth2Api":"60"},"403 - {\"error\":{\"code\":403,\"message\":\"The caller does not have permission\",\"status\":\"PERMISSION_DENIED\"}}",{"startTime":1764611085200,"executionIndex":0,"source":"61","hints":"62","executionTime":2,"executionStatus":"63","data":"64"},{"startTime":1764611085204,"executionIndex":1,"source":"65","hints":"66","executionTime":1,"executionStatus":"63","data":"67"},{"startTime":1764611085206,"executionIndex":2,"source":"68","hints":"69","executionTime":0,"executionStatus":"63","data":"70"},{"startTime":1764611085208,"executionIndex":3,"source":"71","hints":"72","executionTime":247,"executionStatus":"73","error":"74"},{"json":"75","pairedItem":"76"},{"json":"77"},{"json":"78"},{"json":"79","pairedItem":"80"},{"parameters":"81","type":"36","typeVersion":4.5,"position":"82","id":"38","name":"7","credentials":"83"},{"main":"84"},{"main":"71"},"","oAuth2","sheet","append",{"__rl":true,"value":"85","mode":"86","cachedResultName":"87","cachedResultUrl":"88"},{"__rl":true,"value":"89","mode":"86","cachedResultName":"90","cachedResultUrl":"91"},{"mappingMode":"92","value":"93","matchingColumns":"94","schema":"95","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"96","name":"97"},[],[],"success",{"main":"98"},["99"],[],{"main":"100"},["101"],[],{"main":"102"},["103"],[],"error",{"level":"14","tags":"15","description":"16","timestamp":1764611085455,"context":"17","functionality":"18","name":"19","node":"20","messages":"21","httpCode":"22","message":"23","stack":"24"},{"output":"104"},{"item":0},{"status":"105","request_id":"106","response_url":"107","status_url":"108","cancel_url":"109","logs":null,"metrics":"110","queue_position":0},{"video":"111"},{"output":"112"},{"item":0},{"preBuiltAgentsCalloutGoogleSheets":"52","authentication":"53","resource":"54","operation":"55","documentId":"113","sheetName":"114","columns":"115","options":"116"},[-352,176],{"googleSheetsOAuth2Api":"117"},["118"],"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","list","Veo3 Videos","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk","gid=0","Sheet1","https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0","defineBelow",{"Idea":"119","Environment":"120","Status":"121","Captions":"122"},[],["123","124","125","126","127"],"NufmenCs2JQN68sm","Google Sheets account",["128"],{"previousNode":"129"},["32"],{"previousNode":"130"},["29"],{"previousNode":"131"},"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling.","IN_QUEUE","2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel",{},{"url":"132","content_type":"133","file_name":"134","file_size":3899896},{"caption":"135","idea":"136","environment":"137","status":"138"},{"__rl":true,"value":"85","mode":"86","cachedResultName":"87","cachedResultUrl":"88"},{"__rl":true,"value":"89","mode":"86","cachedResultName":"90","cachedResultUrl":"91"},{"mappingMode":"92","value":"139","matchingColumns":"140","schema":"141","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"96","name":"97"},["142"],"={{ $('Generate Video Idea').first().json.output.idea }}","={{ $('Generate Video Idea').first().json.output.environment }}","={{ $('Generate Video Idea').first().json.output.status }}","={{ $('Generate Video Idea').first().json.output.caption }}",{"id":"143","displayName":"143","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"145","displayName":"145","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"146","displayName":"146","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"147","displayName":"147","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"148","displayName":"148","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},["149"],"Schedule Trigger","Generate Video Idea","Generate Veo3 Prompt","https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","video/mp4","output.mp4","When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","to create",{"Idea":"119","Environment":"120","Status":"121","Captions":"122"},[],["150","151","152","153","154"],{"json":"75","pairedItem":"155"},"Idea","string","Captions","Status","Environment","Video URL",{"json":"156","pairedItem":"157"},{"id":"143","displayName":"143","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"145","displayName":"145","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"146","displayName":"146","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"147","displayName":"147","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"id":"148","displayName":"148","required":false,"defaultMatch":false,"display":true,"type":"144","canBeUsedToMatch":true},{"item":0},{"timestamp":"158","Readable date":"159","Readable time":"160","Day of week":"161","Year":"162","Month":"163","Day of month":"164","Hour":"165","Minute":"166","Second":"167","Timezone":"168"},{"item":0},"2025-12-01T09:44:45.202-08:00","December 1st 2025, 9:44:45 am","9:44:45 am","Monday","2025","December","01","09","44","45","America/Los_Angeles (UTC-08:00)"]...
|
Edit
Delete
|
|
85
|
{"id":"S15JdQx6jSR0WBqV","name {"id":"S15JdQx6jSR0WBqV","name":"Veo3 Content Machine","active":false,"nodes":[{"parameters":{"notice":"","rule":{"interval":[{"field":"days","daysInterval":1,"triggerAtHour":0,"triggerAtMinute":0}]}},"type":"n8n-nodes-base.scheduleTrigger","typeVersion":1.2,"position":[-1152,176],"id":"f5b0bf42-94d5-49d0-9fa5-fbfa0c9e5f56","name":"Schedule Trigger"},{"parameters":{"content":"## Save Content","height":520,"width":540,"color":3},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[144,32],"id":"4939fca2-bc76-4ddd-845b-77cb9572fa81","name":"Sticky Note3"},{"parameters":{"content":"## Create a Video","height":740,"width":320,"color":6},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-224,-112],"id":"473def2a-255d-4284-8412-8ae78f51925d","name":"Sticky Note2"},{"parameters":{"content":"# Input: Video Topic","height":520,"width":840,"color":5},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-1200,32],"id":"f06c53eb-8f80-43d9-bfdc-c6ee92d7c9b4","name":"Sticky Note"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-1072,368],"id":"acbcee00-89d0-4987-ae85-cd56d9e93882","name":"OpenAI Chat Model1"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-944,368],"id":"eca01b0a-e6e5-4836-920c-b27cff297d16","name":"Think1"},{"parameters":{"notice":"","schemaType":"fromJson","jsonSchemaExample":"{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}","autoFix":false},"type":"@n8n/n8n-nodes-langchain.outputParserStructured","typeVersion":1.2,"position":[-832,368],"id":"20d06661-23bc-407f-9b75-49302be094eb","name":"Structured Output Parser1"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-672,368],"id":"951a8f16-1afb-4349-aaf4-45377851b9f4","name":"OpenAI Chat Model"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-512,368],"id":"d098b11b-9634-4964-8ee1-bdc3f477aeb8","name":"Think"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"Give me an idea to create the content about biblical characters speaking to thecamera and making a vlog","hasOutputParser":true,"notice":"","options":{"systemMessage":"=** Purpose **\nYou generate viral short-form video ideas inspired by biblical characters or scenes, styled like modern TikTok vlogs. These should feel personal, emotional, and often humorous.\n\n** Think Tool Prompt (used before generation) **\n“How can I take a biblical moment or character and turn it into a relatable, viral, or funny TikTok-style video idea that feels natural, emotional, or modern?”\n\n** Output Requirements **\nYour response must include:\n\n- caption – Short, poetic or funny, TikTok-style. Include emojis and 3–5 hashtags (e.g., #biblevlog #foryou #holycomedy #ancientvibes).\n- idea – 1–2 sentence summary of the action, story, or twist in the video.\n- environment – Describe what the set looks like: light, textures, mood, setting. Think “GoPro meets ancient Jerusalem.”\n- status – Must be \"to create\", without quotation marks\n\n** JSON Output Parser **\nEvery output must strictly follow this format:\n\n{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}\n\n** Sample Outputs **\n\nExample 1\n{\n \"caption\": \"When Jesus gives you the silent treatment 🕊️😶 #jesusvlog #holycomedy\",\n \"idea\": \"Jesus calmly stares at the camera while the disciple keeps asking, 'Are we lost?' – awkward silence builds up.\",\n \"environment\": \"Desert trail, golden hour light, dry bushes around, warm rocky textures and wind softly blowing.\",\n \"status\": \"ready for production\"\n}\n\nExample 2\n{\n \"caption\": \"POV: You just met Mary Magdalene and she’s not what you expected 😳✨ #biblevlog #foryou\",\n \"idea\": \"A modern-style introduction of Mary Magdalene where she breaks the fourth wall with sarcasm and confidence.\",\n \"environment\": \"Dusty stone home with narrow light beams, clay walls, fabric drapes blowing slightly in the breeze.\",\n \"status\": \"ready for production\"\n}\n\nExample 3\n{\n \"caption\": \"Me trying to explain the flood before it happened 🌧️🐘 #noahvibes #bibletok\",\n \"idea\": \"Noah explains why he’s building the ark, while others laugh in the background — like a vlog rant.\",\n \"environment\": \"Half-built wooden structure, cloudy sky, goats wandering around, mud everywhere, distant laughter.\",\n \"status\": \"concept only\"\n}"},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-992,176],"id":"75b9d54e-5541-4a76-bc4a-2b1b722c0a02","name":"Generate Video Idea"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Create a prompt for the Veo3 video based on the following information:\n\nIdea: {{ $json.output.idea }}\nEnvironment: {{ $json.output.environment }}","hasOutputParser":false,"options":{"systemMessage":"=** System Message **\n\nYou are a professional cinematic prompt generator for AI video tools. Your task is to convert a short-form video idea and its environment description (inspired by biblical or ancient-world themes) into a highly detailed, camera-aware, emotionally rich prompt suitable for generating a cinematic AI video using Veo3.\n\nYou must understand the emotional tone, visual aesthetics, and storytelling style of short-form TikTok videos that imitate biblical scenes with modern pacing and framing.\n\n** Veo3 Prompt Structure Guidelines **\n\nEach prompt should be natural, cinematic, and visually immersive, including:\n\n- Scene description – Describe the overall environment clearly (terrain, buildings, light, movement).\n- Character focus – If the idea involves a person, include their position, outfit style (biblical era), mood/expression, and framing (e.g., close-up, wide shot).\n- Camera movement – Always include one cinematic camera motion (e.g., slow push-in, handheld tracking, drone pan, orbit, dolly backward).\n- Time of day & lighting – Set the mood with light (e.g., golden hour, harsh daylight, candlelit interior).\n- Atmosphere & texture – Mention dust, wind, fabric movement, shadows, reflections, or imperfections in the scene to increase realism.\n- Style & quality – Include cinematic tone, analog warmth, slightly soft vintage film look, GoPro-like closeness if appropriate.\n\n** Input **\n- You will receive two fields: idea, environment\n- Return only the complete and detailed Veo3 prompt, no additional text.\n\n** Example Output **\nA biblical man stands in front of a half-built wooden ark, gesturing passionately as he explains something to the camera. The camera follows him handheld-style, moving slightly as he paces. In the background, groups of villagers are laughing and pointing. The sky is overcast with low clouds, and goats wander through muddy terrain. The man wears worn, ancient robes, his feet muddy, his tone frustrated but hopeful. The scene has a documentary-style realism, with soft golden highlights breaking through cloud gaps. Light wind moves fabric and rustles dry straw around the ark. Shot in cinematic 24fps with natural tones and slight vintage softness."},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-672,176],"id":"7c2941ba-42d5-4fb8-8d1f-2898fc44bb11","name":"Generate Veo3 Prompt"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"POST","url":"https://queue.fal.run/fal-ai/veo3","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":true,"contentType":"raw","rawContentType":"application/json","body":"={ \"prompt\": \"{{ $('Generate Veo3 Prompt').item.json.output }}\" }","options":{"batching":{"batch":{"batchSize":1,"batchInterval":2000}}},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,-32],"id":"85c3f12a-0f6e-4b50-9165-3efefe2f69fb","name":"Create Video","credentials":{"httpHeaderAuth":{"id":"0eolXfvDWLGmr4lv","name":"Fal AI"}}},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"=https://queue.fal.run/fal-ai/veo3/requests/{{ $json.request_id }}\n","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,368],"id":"703b02b9-7714-4a27-9a52-f4043946836b","name":"Get Video","credentials":{"httpHeaderAuth":{"id":"0eolXfvDWLGmr4lv","name":"Fal AI"}}},{"parameters":{"resume":"timeInterval","amount":10,"unit":"seconds"},"type":"n8n-nodes-base.wait","typeVersion":1.1,"position":[-128,176],"id":"27001980-b208-4e21-9e2e-88417a242626","name":"Wait 10 Minutes","webhookId":"9fdae74d-0f36-4408-9c09-5fb55e66fed1"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E","mode":"list","cachedResultName":"Veo3 Videos","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1JsQWTq-ozkDD4VRaUEe34IzVFhig4HlWPIh0ZelyQ2E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Video URL":"={{ $json.video.url }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[368,208],"id":"ad79983c-6268-40f9-829e-97473a2b7b77","name":"Store the Video","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno","mode":"list","cachedResultName":"Veo3 Videos [TEMPLATE]","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Idea":"={{ $('Generate Video Idea').item.json.output.idea }}","Status":"={{ $('Generate Video Idea').item.json.output.status }}","Environment":"={{ $('Generate Video Idea').item.json.output.environment }}","Captions":"={{ $('Generate Video Idea').item.json.output.caption }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[-352,176],"id":"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa","name":"Save Content Information","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}}],"connections":{"Schedule Trigger":{"main":[[{"node":"Generate Video Idea","type":"main","index":0}]]},"OpenAI Chat Model1":{"ai_languageModel":[[{"node":"Generate Video Idea","type":"ai_languageModel","index":0}]]},"Think1":{"ai_tool":[[{"node":"Generate Video Idea","type":"ai_tool","index":0}]]},"Structured Output Parser1":{"ai_outputParser":[[{"node":"Generate Video Idea","type":"ai_outputParser","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"Generate Veo3 Prompt","type":"ai_languageModel","index":0}]]},"Think":{"ai_tool":[[{"node":"Generate Veo3 Prompt","type":"ai_tool","index":0}]]},"Generate Video Idea":{"main":[[{"node":"Generate Veo3 Prompt","type":"main","index":0}]]},"Generate Veo3 Prompt":{"main":[[{"node":"Save Content Information","type":"main","index":0}]]},"Create Video":{"main":[[{"node":"Wait 10 Minutes","type":"main","index":0}]]},"Get Video":{"main":[[{"node":"Store the Video","type":"main","index":0}]]},"Wait 10 Minutes":{"main":[[{"node":"Get Video","type":"main","index":0}]]},"Save Content Information":{"main":[[{"node":"Create Video","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"Generate Veo3 Prompt":[{"json":{"output":"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling."}}],"Create Video":[{"json":{"status":"IN_QUEUE","request_id":"2ba961db-0c1c-4bd3-954c-905b905c1dcb","response_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","status_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","cancel_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel","logs":null,"metrics":{},"queue_position":0}}],"Get Video":[{"json":{"video":{"url":"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","content_type":"video/mp4","file_name":"output.mp4","file_size":3899896}}}],"Generate Video Idea":[{"json":{"output":{"caption":"When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","idea":"Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","environment":"Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","status":"to create"}}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Save Content Information",["14","15","4","16","17","18","19","20","21"],{"Schedule Trigger":"22","Generate Video Idea":"23","Generate Veo3 Prompt":"24","Save Content Information":"25"},{"Generate Veo3 Prompt":"26","Create Video":"27","Get Video":"28","Generate Video Idea":"29"},{},[],{},{},{},{"version":1,"establishedAt":1764611169405,"source":"30"},"Schedule Trigger","Generate Veo3 Prompt","Generate Video Idea","OpenAI Chat Model","Think","OpenAI Chat Model1","Think1","Structured Output Parser1",["31"],["32"],["33"],["34"],["35"],["36"],["37"],["38"],"manual",{"startTime":1764611085200,"executionIndex":0,"source":"39","hints":"40","executionTime":2,"executionStatus":"41","data":"42"},{"startTime":1764611085204,"executionIndex":1,"source":"43","hints":"44","executionTime":1,"executionStatus":"41","data":"45"},{"startTime":1764611085206,"executionIndex":2,"source":"46","hints":"47","executionTime":0,"executionStatus":"41","data":"48"},{"startTime":1764611169407,"executionIndex":3,"source":"49","hints":"50","executionTime":1747,"executionStatus":"41","data":"51"},{"json":"52"},{"json":"53"},{"json":"54"},{"json":"55"},[],[],"success",{"main":"56"},["57"],[],{"main":"58"},["59"],[],{"main":"60"},["61"],[],{"main":"62"},{"output":"63"},{"status":"64","request_id":"65","response_url":"66","status_url":"67","cancel_url":"68","logs":null,"metrics":"69","queue_position":0},{"video":"70"},{"output":"71"},["72"],{"previousNode":"14"},["73"],{"previousNode":"16"},["74"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["75"],"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling.","IN_QUEUE","2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel",{},{"url":"76","content_type":"77","file_name":"78","file_size":3899896},{"caption":"79","idea":"80","environment":"81","status":"82"},["83"],["84"],["85"],["86"],"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","video/mp4","output.mp4","When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","to create",{"json":"87","pairedItem":"88"},{"json":"89","pairedItem":"90"},{"json":"91","pairedItem":"92"},{"json":"93","pairedItem":"94"},{"timestamp":"95","Readable date":"96","Readable time":"97","Day of week":"98","Year":"99","Month":"100","Day of month":"101","Hour":"102","Minute":"103","Second":"104","Timezone":"105"},{"item":0},{"output":"106"},{"item":0},{"output":"63"},{"item":0},{"Idea":"80","Status":"82","Environment":"81","Captions":"79"},{"item":0},"2025-12-01T09:44:45.202-08:00","December 1st 2025, 9:44:45 am","9:44:45 am","Monday","2025","December","01","09","44","45","America/Los_Angeles (UTC-08:00)",{"caption":"79","idea":"80","environment":"81","status":"82"}]...
|
Edit
Delete
|
|
86
|
{"id":"S15JdQx6jSR0WBqV","name {"id":"S15JdQx6jSR0WBqV","name":"Veo3 Content Machine","active":false,"nodes":[{"parameters":{"notice":"","rule":{"interval":[{"field":"days","daysInterval":1,"triggerAtHour":0,"triggerAtMinute":0}]}},"type":"n8n-nodes-base.scheduleTrigger","typeVersion":1.2,"position":[-1152,176],"id":"f5b0bf42-94d5-49d0-9fa5-fbfa0c9e5f56","name":"Schedule Trigger"},{"parameters":{"content":"## Save Content","height":520,"width":540,"color":3},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[144,32],"id":"4939fca2-bc76-4ddd-845b-77cb9572fa81","name":"Sticky Note3"},{"parameters":{"content":"## Create a Video","height":740,"width":320,"color":6},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-224,-112],"id":"473def2a-255d-4284-8412-8ae78f51925d","name":"Sticky Note2"},{"parameters":{"content":"# Input: Video Topic","height":520,"width":840,"color":5},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-1200,32],"id":"f06c53eb-8f80-43d9-bfdc-c6ee92d7c9b4","name":"Sticky Note"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-1072,368],"id":"acbcee00-89d0-4987-ae85-cd56d9e93882","name":"OpenAI Chat Model1"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-944,368],"id":"eca01b0a-e6e5-4836-920c-b27cff297d16","name":"Think1"},{"parameters":{"notice":"","schemaType":"fromJson","jsonSchemaExample":"{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}","autoFix":false},"type":"@n8n/n8n-nodes-langchain.outputParserStructured","typeVersion":1.2,"position":[-832,368],"id":"20d06661-23bc-407f-9b75-49302be094eb","name":"Structured Output Parser1"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-672,368],"id":"951a8f16-1afb-4349-aaf4-45377851b9f4","name":"OpenAI Chat Model"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-512,368],"id":"d098b11b-9634-4964-8ee1-bdc3f477aeb8","name":"Think"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"Give me an idea to create the content about biblical characters speaking to thecamera and making a vlog","hasOutputParser":true,"notice":"","options":{"systemMessage":"=** Purpose **\nYou generate viral short-form video ideas inspired by biblical characters or scenes, styled like modern TikTok vlogs. These should feel personal, emotional, and often humorous.\n\n** Think Tool Prompt (used before generation) **\n“How can I take a biblical moment or character and turn it into a relatable, viral, or funny TikTok-style video idea that feels natural, emotional, or modern?”\n\n** Output Requirements **\nYour response must include:\n\n- caption – Short, poetic or funny, TikTok-style. Include emojis and 3–5 hashtags (e.g., #biblevlog #foryou #holycomedy #ancientvibes).\n- idea – 1–2 sentence summary of the action, story, or twist in the video.\n- environment – Describe what the set looks like: light, textures, mood, setting. Think “GoPro meets ancient Jerusalem.”\n- status – Must be \"to create\", without quotation marks\n\n** JSON Output Parser **\nEvery output must strictly follow this format:\n\n{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}\n\n** Sample Outputs **\n\nExample 1\n{\n \"caption\": \"When Jesus gives you the silent treatment 🕊️😶 #jesusvlog #holycomedy\",\n \"idea\": \"Jesus calmly stares at the camera while the disciple keeps asking, 'Are we lost?' – awkward silence builds up.\",\n \"environment\": \"Desert trail, golden hour light, dry bushes around, warm rocky textures and wind softly blowing.\",\n \"status\": \"ready for production\"\n}\n\nExample 2\n{\n \"caption\": \"POV: You just met Mary Magdalene and she’s not what you expected 😳✨ #biblevlog #foryou\",\n \"idea\": \"A modern-style introduction of Mary Magdalene where she breaks the fourth wall with sarcasm and confidence.\",\n \"environment\": \"Dusty stone home with narrow light beams, clay walls, fabric drapes blowing slightly in the breeze.\",\n \"status\": \"ready for production\"\n}\n\nExample 3\n{\n \"caption\": \"Me trying to explain the flood before it happened 🌧️🐘 #noahvibes #bibletok\",\n \"idea\": \"Noah explains why he’s building the ark, while others laugh in the background — like a vlog rant.\",\n \"environment\": \"Half-built wooden structure, cloudy sky, goats wandering around, mud everywhere, distant laughter.\",\n \"status\": \"concept only\"\n}"},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-992,176],"id":"75b9d54e-5541-4a76-bc4a-2b1b722c0a02","name":"Generate Video Idea"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Create a prompt for the Veo3 video based on the following information:\n\nIdea: {{ $json.output.idea }}\nEnvironment: {{ $json.output.environment }}","hasOutputParser":false,"options":{"systemMessage":"=** System Message **\n\nYou are a professional cinematic prompt generator for AI video tools. Your task is to convert a short-form video idea and its environment description (inspired by biblical or ancient-world themes) into a highly detailed, camera-aware, emotionally rich prompt suitable for generating a cinematic AI video using Veo3.\n\nYou must understand the emotional tone, visual aesthetics, and storytelling style of short-form TikTok videos that imitate biblical scenes with modern pacing and framing.\n\n** Veo3 Prompt Structure Guidelines **\n\nEach prompt should be natural, cinematic, and visually immersive, including:\n\n- Scene description – Describe the overall environment clearly (terrain, buildings, light, movement).\n- Character focus – If the idea involves a person, include their position, outfit style (biblical era), mood/expression, and framing (e.g., close-up, wide shot).\n- Camera movement – Always include one cinematic camera motion (e.g., slow push-in, handheld tracking, drone pan, orbit, dolly backward).\n- Time of day & lighting – Set the mood with light (e.g., golden hour, harsh daylight, candlelit interior).\n- Atmosphere & texture – Mention dust, wind, fabric movement, shadows, reflections, or imperfections in the scene to increase realism.\n- Style & quality – Include cinematic tone, analog warmth, slightly soft vintage film look, GoPro-like closeness if appropriate.\n\n** Input **\n- You will receive two fields: idea, environment\n- Return only the complete and detailed Veo3 prompt, no additional text.\n\n** Example Output **\nA biblical man stands in front of a half-built wooden ark, gesturing passionately as he explains something to the camera. The camera follows him handheld-style, moving slightly as he paces. In the background, groups of villagers are laughing and pointing. The sky is overcast with low clouds, and goats wander through muddy terrain. The man wears worn, ancient robes, his feet muddy, his tone frustrated but hopeful. The scene has a documentary-style realism, with soft golden highlights breaking through cloud gaps. Light wind moves fabric and rustles dry straw around the ark. Shot in cinematic 24fps with natural tones and slight vintage softness."},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-672,176],"id":"7c2941ba-42d5-4fb8-8d1f-2898fc44bb11","name":"Generate Veo3 Prompt"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"POST","url":"https://queue.fal.run/fal-ai/veo3","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":true,"contentType":"raw","rawContentType":"application/json","body":"={ \"prompt\": \"{{ $('Generate Veo3 Prompt').item.json.output }}\" }","options":{"batching":{"batch":{"batchSize":1,"batchInterval":2000}}},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,-32],"id":"85c3f12a-0f6e-4b50-9165-3efefe2f69fb","name":"Create Video","credentials":{"httpHeaderAuth":{"id":"0eolXfvDWLGmr4lv","name":"Fal AI"}}},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"=https://queue.fal.run/fal-ai/veo3/requests/{{ $json.request_id }}\n","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,368],"id":"703b02b9-7714-4a27-9a52-f4043946836b","name":"Get Video","credentials":{"httpHeaderAuth":{"id":"0eolXfvDWLGmr4lv","name":"Fal AI"}}},{"parameters":{"resume":"timeInterval","amount":10,"unit":"seconds"},"type":"n8n-nodes-base.wait","typeVersion":1.1,"position":[-128,176],"id":"27001980-b208-4e21-9e2e-88417a242626","name":"Wait 10 Minutes","webhookId":"9fdae74d-0f36-4408-9c09-5fb55e66fed1"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno","mode":"list","cachedResultName":"Veo3 Videos [TEMPLATE]","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Video URL":"={{ $json.video.url }}","Idea":"={{ $('Generate Video Idea').item.json.output.idea }}","Captions":"={{ $('Generate Video Idea').item.json.output.caption }}","Environment":"={{ $('Generate Video Idea').item.json.output.environment }}","Status":"=Complete"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[368,208],"id":"ad79983c-6268-40f9-829e-97473a2b7b77","name":"Store the Video","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno","mode":"list","cachedResultName":"Veo3 Videos [TEMPLATE]","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Idea":"={{ $('Generate Video Idea').item.json.output.idea }}","Status":"={{ $('Generate Video Idea').item.json.output.status }}","Environment":"={{ $('Generate Video Idea').item.json.output.environment }}","Captions":"={{ $('Generate Video Idea').item.json.output.caption }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[-352,176],"id":"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa","name":"Save Content Information","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}}],"connections":{"Schedule Trigger":{"main":[[{"node":"Generate Video Idea","type":"main","index":0}]]},"OpenAI Chat Model1":{"ai_languageModel":[[{"node":"Generate Video Idea","type":"ai_languageModel","index":0}]]},"Think1":{"ai_tool":[[{"node":"Generate Video Idea","type":"ai_tool","index":0}]]},"Structured Output Parser1":{"ai_outputParser":[[{"node":"Generate Video Idea","type":"ai_outputParser","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"Generate Veo3 Prompt","type":"ai_languageModel","index":0}]]},"Think":{"ai_tool":[[{"node":"Generate Veo3 Prompt","type":"ai_tool","index":0}]]},"Generate Video Idea":{"main":[[{"node":"Generate Veo3 Prompt","type":"main","index":0}]]},"Generate Veo3 Prompt":{"main":[[{"node":"Save Content Information","type":"main","index":0}]]},"Create Video":{"main":[[{"node":"Wait 10 Minutes","type":"main","index":0}]]},"Get Video":{"main":[[{"node":"Store the Video","type":"main","index":0}]]},"Wait 10 Minutes":{"main":[[{"node":"Get Video","type":"main","index":0}]]},"Save Content Information":{"main":[[{"node":"Create Video","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"Generate Veo3 Prompt":[{"json":{"output":"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling."}}],"Create Video":[{"json":{"status":"IN_QUEUE","request_id":"2ba961db-0c1c-4bd3-954c-905b905c1dcb","response_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","status_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","cancel_url":"https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel","logs":null,"metrics":{},"queue_position":0}}],"Get Video":[{"json":{"video":{"url":"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","content_type":"video/mp4","file_name":"output.mp4","file_size":3899896}},"pairedItem":{"item":0}}],"Generate Video Idea":[{"json":{"output":{"caption":"When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","idea":"Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","environment":"Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","status":"to create"}}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"error":"6","runData":"7","pinData":"8","lastNodeExecuted":"4"},{"contextData":"9","nodeExecutionStack":"10","metadata":"11","waitingExecution":"12","waitingExecutionSource":"13","runtimeData":"14"},"Store the Video",["15","16","4","17","18","19","20","21","22","23","24","25","26"],{"cause":"27","level":"28","tags":"29","timestamp":1764611291412,"context":"30","functionality":"31","name":"32","message":"33","stack":"34"},{"Schedule Trigger":"35","Generate Video Idea":"36","Generate Veo3 Prompt":"37","Save Content Information":"38","Wait 10 Minutes":"39","Get Video":"40","Store the Video":"41"},{"Generate Veo3 Prompt":"42","Create Video":"43","Get Video":"44","Generate Video Idea":"45"},{},["46"],{},{},{},{"version":1,"establishedAt":1764611280739,"source":"47"},"Schedule Trigger","Get Video","Wait 10 Minutes","Create Video","Save Content Information","Generate Veo3 Prompt","Generate Video Idea","OpenAI Chat Model","Think","OpenAI Chat Model1","Think1","Structured Output Parser1",{"Video URL":"48","Idea":"49","Captions":"50","Environment":"51","Status":"52"},"warning",{},{"runIndex":0,"itemIndex":0,"descriptionKey":"53","nodeCause":"18","causeDetailed":"54","type":"55","parameter":"56"},"pairedItem","ExpressionError","Using the item method doesn't work with pinned data in this scenario. Please unpin 'Create Video' and try again.","ExpressionError: Using the item method doesn't work with pinned data in this scenario. Please unpin 'Create Video' and try again.\n at createMissingPairedItemError (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-workflow@file+packages+workflow/node_modules/n8n-workflow/src/workflow-data-proxy.ts:819:11)\n at getPairedItem (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-workflow@file+packages+workflow/node_modules/n8n-workflow/src/workflow-data-proxy.ts:975:11)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-workflow@file+packages+workflow/node_modules/n8n-workflow/src/workflow-data-proxy.ts:988:7\n at Array.flatMap (<anonymous>)\n at getPairedItem (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-workflow@file+packages+workflow/node_modules/n8n-workflow/src/workflow-data-proxy.ts:979:36)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-workflow@file+packages+workflow/node_modules/n8n-workflow/src/workflow-data-proxy.ts:988:7\n at Array.flatMap (<anonymous>)\n at getPairedItem (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-workflow@file+packages+workflow/node_modules/n8n-workflow/src/workflow-data-proxy.ts:979:36)\n at pairedItemMethod (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-workflow@file+packages+workflow/node_modules/n8n-workflow/src/workflow-data-proxy.ts:1234:17)\n at Object.get (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-workflow@file+packages+workflow/node_modules/n8n-workflow/src/workflow-data-proxy.ts:1238:17)",["57"],["58"],["59"],["60"],["61"],["62"],["63"],["64"],["65"],["66"],["67"],{"node":"68","data":"69","source":"70"},"manual","={{ $json.video.url }}","={{ $('Generate Video Idea').item.json.output.idea }}","={{ $('Generate Video Idea').item.json.output.caption }}","={{ $('Generate Video Idea').item.json.output.environment }}","=Complete","pairedItemNoInfo","Missing pairedItem data (node 'Create Video' probably didn't supply it)","paired_item_no_info","columns.value",{"startTime":1764611085200,"executionIndex":0,"source":"71","hints":"72","executionTime":2,"executionStatus":"73","data":"74"},{"startTime":1764611085204,"executionIndex":1,"source":"75","hints":"76","executionTime":1,"executionStatus":"73","data":"77"},{"startTime":1764611085206,"executionIndex":2,"source":"78","hints":"79","executionTime":0,"executionStatus":"73","data":"80"},{"startTime":1764611169407,"executionIndex":3,"source":"81","hints":"82","executionTime":1747,"executionStatus":"73","data":"83"},{"startTime":1764611280743,"executionIndex":4,"source":"84","hints":"85","executionTime":10006,"executionStatus":"73","data":"86"},{"startTime":1764611290750,"executionIndex":5,"source":"87","hints":"88","executionTime":2,"executionStatus":"73","data":"89"},{"startTime":1764611290753,"executionIndex":6,"source":"90","hints":"91","executionTime":715,"executionStatus":"92","error":"93"},{"json":"94"},{"json":"95"},{"json":"96","pairedItem":"97"},{"json":"98"},{"parameters":"99","type":"100","typeVersion":4.5,"position":"101","id":"102","name":"4","credentials":"103"},{"main":"104"},{"main":"90"},[],[],"success",{"main":"105"},["106"],[],{"main":"107"},["108"],[],{"main":"109"},["110"],[],{"main":"111"},["112"],[],{"main":"113"},["114"],[],{"main":"115"},["116"],[],"error",{"cause":"27","level":"28","tags":"29","timestamp":1764611291412,"context":"30","functionality":"31","name":"32","message":"33","stack":"34"},{"output":"117"},{"status":"118","request_id":"119","response_url":"120","status_url":"121","cancel_url":"122","logs":null,"metrics":"123","queue_position":0},{"video":"124"},{"item":0},{"output":"125"},{"preBuiltAgentsCalloutGoogleSheets":"126","authentication":"127","resource":"128","operation":"129","documentId":"130","sheetName":"131","columns":"132","options":"133"},"n8n-nodes-base.googleSheets",[368,208],"ad79983c-6268-40f9-829e-97473a2b7b77",{"googleSheetsOAuth2Api":"134"},["135"],["136"],{"previousNode":"15"},["137"],{"previousNode":"21"},["138"],{"previousNode":"20","previousNodeOutput":0,"previousNodeRun":0},["139"],{"previousNode":"18","previousNodeOutput":0,"previousNodeRun":0},["140"],{"previousNode":"17"},["44"],{"previousNode":"16"},"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling.","IN_QUEUE","2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/status","https://queue.fal.run/fal-ai/veo3/requests/2ba961db-0c1c-4bd3-954c-905b905c1dcb/cancel",{},{"url":"141","content_type":"142","file_name":"143","file_size":3899896},{"caption":"144","idea":"145","environment":"146","status":"147"},"","oAuth2","sheet","append",{"__rl":true,"value":"148","mode":"149","cachedResultName":"150","cachedResultUrl":"151"},{"__rl":true,"value":"152","mode":"149","cachedResultName":"153","cachedResultUrl":"154"},{"mappingMode":"155","value":"27","matchingColumns":"156","schema":"157","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"158","name":"159"},["160"],["161"],["162"],["163"],["164"],["165"],"https://v3.fal.media/files/panda/7s5NhlkFCz7rHszxLvfyB_output.mp4","video/mp4","output.mp4","When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","to create","1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno","list","Veo3 Videos [TEMPLATE]","https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit?usp=drivesdk","gid=0","Sheet1","https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit#gid=0","defineBelow",[],["166","167","168","169","170"],"NufmenCs2JQN68sm","Google Sheets account",{"json":"96","pairedItem":"171"},{"json":"172","pairedItem":"173"},{"json":"174","pairedItem":"175"},{"json":"176","pairedItem":"177"},{"json":"178","pairedItem":"179"},{"json":"95","pairedItem":"180"},{"id":"181","displayName":"181","required":false,"defaultMatch":false,"display":true,"type":"182","canBeUsedToMatch":true},{"id":"183","displayName":"183","required":false,"defaultMatch":false,"display":true,"type":"182","canBeUsedToMatch":true},{"id":"184","displayName":"184","required":false,"defaultMatch":false,"display":true,"type":"182","canBeUsedToMatch":true},{"id":"185","displayName":"185","required":false,"defaultMatch":false,"display":true,"type":"182","canBeUsedToMatch":true},{"id":"186","displayName":"186","required":false,"defaultMatch":false,"display":true,"type":"182","canBeUsedToMatch":true},{"item":0},{"timestamp":"187","Readable date":"188","Readable time":"189","Day of week":"190","Year":"191","Month":"192","Day of month":"193","Hour":"194","Minute":"195","Second":"196","Timezone":"197"},{"item":0},{"output":"198"},{"item":0},{"output":"117"},{"item":0},{"Idea":"145","Status":"147","Environment":"146","Captions":"144"},{"item":0},{"item":0},"Idea","string","Captions","Status","Environment","Video URL","2025-12-01T09:44:45.202-08:00","December 1st 2025, 9:44:45 am","9:44:45 am","Monday","2025","December","01","09","44","45","America/Los_Angeles (UTC-08:00)",{"caption":"144","idea":"145","environment":"146","status":"147"}]...
|
Edit
Delete
|
|
87
|
{"id":"S15JdQx6jSR0WBqV","name {"id":"S15JdQx6jSR0WBqV","name":"Veo3 Content Machine","active":false,"nodes":[{"parameters":{"notice":"","rule":{"interval":[{"field":"days","daysInterval":1,"triggerAtHour":0,"triggerAtMinute":0}]}},"type":"n8n-nodes-base.scheduleTrigger","typeVersion":1.2,"position":[-1152,176],"id":"f5b0bf42-94d5-49d0-9fa5-fbfa0c9e5f56","name":"Schedule Trigger"},{"parameters":{"content":"## Save Content","height":520,"width":540,"color":3},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[144,32],"id":"4939fca2-bc76-4ddd-845b-77cb9572fa81","name":"Sticky Note3"},{"parameters":{"content":"## Create a Video","height":740,"width":320,"color":6},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-224,-112],"id":"473def2a-255d-4284-8412-8ae78f51925d","name":"Sticky Note2"},{"parameters":{"content":"# Input: Video Topic","height":520,"width":840,"color":5},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-1200,32],"id":"f06c53eb-8f80-43d9-bfdc-c6ee92d7c9b4","name":"Sticky Note"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-1072,368],"id":"acbcee00-89d0-4987-ae85-cd56d9e93882","name":"OpenAI Chat Model1"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-944,368],"id":"eca01b0a-e6e5-4836-920c-b27cff297d16","name":"Think1"},{"parameters":{"notice":"","schemaType":"fromJson","jsonSchemaExample":"{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}","autoFix":false},"type":"@n8n/n8n-nodes-langchain.outputParserStructured","typeVersion":1.2,"position":[-832,368],"id":"20d06661-23bc-407f-9b75-49302be094eb","name":"Structured Output Parser1"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-672,368],"id":"951a8f16-1afb-4349-aaf4-45377851b9f4","name":"OpenAI Chat Model"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-512,368],"id":"d098b11b-9634-4964-8ee1-bdc3f477aeb8","name":"Think"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"Give me an idea to create the content about biblical characters speaking to thecamera and making a vlog","hasOutputParser":true,"notice":"","options":{"systemMessage":"=** Purpose **\nYou generate viral short-form video ideas inspired by biblical characters or scenes, styled like modern TikTok vlogs. These should feel personal, emotional, and often humorous.\n\n** Think Tool Prompt (used before generation) **\n“How can I take a biblical moment or character and turn it into a relatable, viral, or funny TikTok-style video idea that feels natural, emotional, or modern?”\n\n** Output Requirements **\nYour response must include:\n\n- caption – Short, poetic or funny, TikTok-style. Include emojis and 3–5 hashtags (e.g., #biblevlog #foryou #holycomedy #ancientvibes).\n- idea – 1–2 sentence summary of the action, story, or twist in the video.\n- environment – Describe what the set looks like: light, textures, mood, setting. Think “GoPro meets ancient Jerusalem.”\n- status – Must be \"to create\", without quotation marks\n\n** JSON Output Parser **\nEvery output must strictly follow this format:\n\n{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}\n\n** Sample Outputs **\n\nExample 1\n{\n \"caption\": \"When Jesus gives you the silent treatment 🕊️😶 #jesusvlog #holycomedy\",\n \"idea\": \"Jesus calmly stares at the camera while the disciple keeps asking, 'Are we lost?' – awkward silence builds up.\",\n \"environment\": \"Desert trail, golden hour light, dry bushes around, warm rocky textures and wind softly blowing.\",\n \"status\": \"ready for production\"\n}\n\nExample 2\n{\n \"caption\": \"POV: You just met Mary Magdalene and she’s not what you expected 😳✨ #biblevlog #foryou\",\n \"idea\": \"A modern-style introduction of Mary Magdalene where she breaks the fourth wall with sarcasm and confidence.\",\n \"environment\": \"Dusty stone home with narrow light beams, clay walls, fabric drapes blowing slightly in the breeze.\",\n \"status\": \"ready for production\"\n}\n\nExample 3\n{\n \"caption\": \"Me trying to explain the flood before it happened 🌧️🐘 #noahvibes #bibletok\",\n \"idea\": \"Noah explains why he’s building the ark, while others laugh in the background — like a vlog rant.\",\n \"environment\": \"Half-built wooden structure, cloudy sky, goats wandering around, mud everywhere, distant laughter.\",\n \"status\": \"concept only\"\n}"},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-992,176],"id":"75b9d54e-5541-4a76-bc4a-2b1b722c0a02","name":"Generate Video Idea"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Create a prompt for the Veo3 video based on the following information:\n\nIdea: {{ $json.output.idea }}\nEnvironment: {{ $json.output.environment }}","hasOutputParser":false,"options":{"systemMessage":"=** System Message **\n\nYou are a professional cinematic prompt generator for AI video tools. Your task is to convert a short-form video idea and its environment description (inspired by biblical or ancient-world themes) into a highly detailed, camera-aware, emotionally rich prompt suitable for generating a cinematic AI video using Veo3.\n\nYou must understand the emotional tone, visual aesthetics, and storytelling style of short-form TikTok videos that imitate biblical scenes with modern pacing and framing.\n\n** Veo3 Prompt Structure Guidelines **\n\nEach prompt should be natural, cinematic, and visually immersive, including:\n\n- Scene description – Describe the overall environment clearly (terrain, buildings, light, movement).\n- Character focus – If the idea involves a person, include their position, outfit style (biblical era), mood/expression, and framing (e.g., close-up, wide shot).\n- Camera movement – Always include one cinematic camera motion (e.g., slow push-in, handheld tracking, drone pan, orbit, dolly backward).\n- Time of day & lighting – Set the mood with light (e.g., golden hour, harsh daylight, candlelit interior).\n- Atmosphere & texture – Mention dust, wind, fabric movement, shadows, reflections, or imperfections in the scene to increase realism.\n- Style & quality – Include cinematic tone, analog warmth, slightly soft vintage film look, GoPro-like closeness if appropriate.\n\n** Input **\n- You will receive two fields: idea, environment\n- Return only the complete and detailed Veo3 prompt, no additional text.\n\n** Example Output **\nA biblical man stands in front of a half-built wooden ark, gesturing passionately as he explains something to the camera. The camera follows him handheld-style, moving slightly as he paces. In the background, groups of villagers are laughing and pointing. The sky is overcast with low clouds, and goats wander through muddy terrain. The man wears worn, ancient robes, his feet muddy, his tone frustrated but hopeful. The scene has a documentary-style realism, with soft golden highlights breaking through cloud gaps. Light wind moves fabric and rustles dry straw around the ark. Shot in cinematic 24fps with natural tones and slight vintage softness."},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-672,176],"id":"7c2941ba-42d5-4fb8-8d1f-2898fc44bb11","name":"Generate Veo3 Prompt"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"POST","url":"https://queue.fal.run/fal-ai/veo3","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":true,"contentType":"raw","rawContentType":"application/json","body":"={ \"prompt\": \"{{ $('Generate Veo3 Prompt').item.json.output }}\" }","options":{"batching":{"batch":{"batchSize":1,"batchInterval":2000}}},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,-32],"id":"85c3f12a-0f6e-4b50-9165-3efefe2f69fb","name":"Create Video","credentials":{"httpHeaderAuth":{"id":"0eolXfvDWLGmr4lv","name":"Fal AI"}}},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"=https://queue.fal.run/fal-ai/veo3/requests/{{ $json.request_id }}\n","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,368],"id":"703b02b9-7714-4a27-9a52-f4043946836b","name":"Get Video","credentials":{"httpHeaderAuth":{"id":"0eolXfvDWLGmr4lv","name":"Fal AI"}}},{"parameters":{"resume":"timeInterval","amount":10,"unit":"seconds"},"type":"n8n-nodes-base.wait","typeVersion":1.1,"position":[-128,176],"id":"27001980-b208-4e21-9e2e-88417a242626","name":"Wait 10 Minutes","webhookId":"9fdae74d-0f36-4408-9c09-5fb55e66fed1"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno","mode":"list","cachedResultName":"Veo3 Videos [TEMPLATE]","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Video URL":"={{ $json.video.url }}","Idea":"={{ $('Generate Video Idea').item.json.output.idea }}","Captions":"={{ $('Generate Video Idea').item.json.output.caption }}","Environment":"={{ $('Generate Video Idea').item.json.output.environment }}","Status":"=Complete"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[368,208],"id":"ad79983c-6268-40f9-829e-97473a2b7b77","name":"Store the Video","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno","mode":"list","cachedResultName":"Veo3 Videos [TEMPLATE]","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Idea":"={{ $('Generate Video Idea').item.json.output.idea }}","Status":"={{ $('Generate Video Idea').item.json.output.status }}","Environment":"={{ $('Generate Video Idea').item.json.output.environment }}","Captions":"={{ $('Generate Video Idea').item.json.output.caption }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[-352,176],"id":"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa","name":"Save Content Information","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}}],"connections":{"Schedule Trigger":{"main":[[{"node":"Generate Video Idea","type":"main","index":0}]]},"OpenAI Chat Model1":{"ai_languageModel":[[{"node":"Generate Video Idea","type":"ai_languageModel","index":0}]]},"Think1":{"ai_tool":[[{"node":"Generate Video Idea","type":"ai_tool","index":0}]]},"Structured Output Parser1":{"ai_outputParser":[[{"node":"Generate Video Idea","type":"ai_outputParser","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"Generate Veo3 Prompt","type":"ai_languageModel","index":0}]]},"Think":{"ai_tool":[[{"node":"Generate Veo3 Prompt","type":"ai_tool","index":0}]]},"Generate Video Idea":{"main":[[{"node":"Generate Veo3 Prompt","type":"main","index":0}]]},"Generate Veo3 Prompt":{"main":[[{"node":"Save Content Information","type":"main","index":0}]]},"Create Video":{"main":[[{"node":"Wait 10 Minutes","type":"main","index":0}]]},"Get Video":{"main":[[{"node":"Store the Video","type":"main","index":0}]]},"Wait 10 Minutes":{"main":[[{"node":"Get Video","type":"main","index":0}]]},"Save Content Information":{"main":[[{"node":"Create Video","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"Generate Veo3 Prompt":[{"json":{"output":"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling."},"pairedItem":{"item":0}}],"Generate Video Idea":[{"json":{"output":{"caption":"When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","idea":"Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","environment":"Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","status":"to create"}},"pairedItem":{"item":0}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{},{"error":"4","runData":"5","pinData":"6","lastNodeExecuted":"7"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},{"level":"14","tags":"15","description":"16","timestamp":1764611329224,"context":"17","functionality":"18","name":"19","node":"20","messages":"21","httpCode":"22","message":"23","stack":"24"},{"Schedule Trigger":"25","Generate Video Idea":"26","Generate Veo3 Prompt":"27","Save Content Information":"28","Create Video":"29","Wait 10 Minutes":"30","Get Video":"31"},{"Generate Veo3 Prompt":"32","Generate Video Idea":"33"},"Get Video",{"node:Create Video":"34"},["35"],{},{},{},{"version":1,"establishedAt":1764611316772,"source":"36"},"warning",{},"Request is still in progress",{"itemIndex":0,"request":"37"},"regular","NodeApiError",{"parameters":"38","type":"39","typeVersion":4.2,"position":"40","id":"41","name":"7","credentials":"42"},["43"],"400","Bad request - please check your parameters","NodeApiError: Bad request - please check your parameters\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/HttpRequest/V3/HttpRequestV3.node.ts:858:16)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:8)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:11)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:27\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["44"],["45"],["46"],["47"],["48"],["49"],["50"],["51"],["52"],{"response":"53"},{"node":"54","data":"55","source":"56"},"manual",{"headers":"57","method":"58","uri":"59","gzip":true,"rejectUnauthorized":true,"followRedirect":true,"resolveWithFullResponse":true,"followAllRedirects":true,"timeout":300000,"encoding":null,"json":false,"useStream":true},{"preBuiltAgentsCalloutHttpRequest":"60","curlImport":"60","method":"58","url":"61","authentication":"62","genericAuthType":"63","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":false,"options":"64","infoMessage":"60"},"n8n-nodes-base.httpRequest",[-128,368],"703b02b9-7714-4a27-9a52-f4043946836b",{"httpHeaderAuth":"65"},"400 - \"{\\\"detail\\\": \\\"Request is still in progress\\\", \\\"request_id\\\": \\\"ae0a71f0-2c52-4446-8143-691778641a34\\\", \\\"response_url\\\": \\\"https://queue.fal.run/fal-ai/veo3/requests/ae0a71f0-2c52-4446-8143-691778641a34\\\", \\\"status_url\\\": \\\"https://queue.fal.run/fal-ai/veo3/requests/ae0a71f0-2c52-4446-8143-691778641a34/status\\\", \\\"cancel_url\\\": \\\"https://queue.fal.run/fal-ai/veo3/requests/ae0a71f0-2c52-4446-8143-691778641a34/cancel\\\"}\"",{"startTime":1764611316774,"executionIndex":0,"source":"66","hints":"67","executionTime":3,"executionStatus":"68","data":"69"},{"startTime":1764611316778,"executionIndex":1,"source":"70","hints":"71","executionTime":0,"executionStatus":"68","data":"72"},{"startTime":1764611316779,"executionIndex":2,"source":"73","hints":"74","executionTime":0,"executionStatus":"68","data":"75"},{"startTime":1764611316780,"executionIndex":3,"source":"76","hints":"77","executionTime":1785,"executionStatus":"68","data":"78"},{"startTime":1764611318566,"executionIndex":4,"source":"79","hints":"80","executionTime":379,"executionStatus":"68","data":"81"},{"startTime":1764611318995,"executionIndex":5,"source":"82","hints":"83","executionTime":10008,"executionStatus":"68","data":"84"},{"startTime":1764611329007,"executionIndex":6,"source":"85","hints":"86","executionTime":240,"executionStatus":"87","error":"88"},{"json":"89","pairedItem":"90"},{"json":"91","pairedItem":"92"},{"body":"93"},{"parameters":"94","type":"39","typeVersion":4.2,"position":"95","id":"41","name":"7","credentials":"96"},{"main":"97"},{"main":"85"},{"Authorization":"98","accept":"99"},"GET","https://queue.fal.run/fal-ai/veo3/requests/ae0a71f0-2c52-4446-8143-691778641a34\n","","=https://queue.fal.run/fal-ai/veo3/requests/{{ $json.request_id }}\n","genericCredentialType","httpHeaderAuth",{},{"id":"100","name":"101"},[],[],"success",{"main":"102"},["103"],[],{"main":"104"},["105"],[],{"main":"106"},["107"],[],{"main":"108"},["109"],[],{"main":"110"},["111"],[],{"main":"112"},["113"],[],"error",{"level":"14","tags":"15","description":"16","timestamp":1764611329224,"context":"17","functionality":"18","name":"19","node":"20","messages":"21","httpCode":"22","message":"23","stack":"24"},{"output":"114"},{"item":0},{"output":"115"},{"item":0},{"status":"116","request_id":"117","response_url":"118","status_url":"119","cancel_url":"120","logs":null,"metrics":"121","queue_position":0},{"preBuiltAgentsCalloutHttpRequest":"60","curlImport":"60","method":"58","url":"61","authentication":"62","genericAuthType":"63","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":false,"options":"122","infoMessage":"60"},[-128,368],{"httpHeaderAuth":"123"},["124"],"**hidden**","application/json,text/html,application/xhtml+xml,application/xml,text/*;q=0.9, image/*;q=0.8, */*;q=0.7","0eolXfvDWLGmr4lv","Fal AI",["125"],{"previousNode":"126"},["33"],{"previousNode":"127"},["32"],{"previousNode":"128"},["129"],{"previousNode":"130"},["131"],{"previousNode":"132"},["133"],{"previousNode":"134"},"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling.",{"caption":"135","idea":"136","environment":"137","status":"138"},"IN_QUEUE","ae0a71f0-2c52-4446-8143-691778641a34","https://queue.fal.run/fal-ai/veo3/requests/ae0a71f0-2c52-4446-8143-691778641a34","https://queue.fal.run/fal-ai/veo3/requests/ae0a71f0-2c52-4446-8143-691778641a34/status","https://queue.fal.run/fal-ai/veo3/requests/ae0a71f0-2c52-4446-8143-691778641a34/cancel",{},{},{"id":"100","name":"101"},["139"],["140"],"Schedule Trigger","Generate Video Idea","Generate Veo3 Prompt",["141"],"Save Content Information",["142"],"Create Video",["143"],"Wait 10 Minutes","When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","to create",{"json":"93","pairedItem":"144"},{"json":"145","pairedItem":"146"},{"json":"147","pairedItem":"148"},{"json":"93","pairedItem":"149"},{"json":"93","pairedItem":"150"},{"item":0},{"timestamp":"151","Readable date":"152","Readable time":"153","Day of week":"154","Year":"155","Month":"156","Day of month":"157","Hour":"158","Minute":"159","Second":"160","Timezone":"161"},{"item":0},{"Idea":"136","Status":"138","Environment":"137","Captions":"135"},{"item":0},{"item":0},{"item":0},"2025-12-01T09:48:36.776-08:00","December 1st 2025, 9:48:36 am","9:48:36 am","Monday","2025","December","01","09","48","36","America/Los_Angeles (UTC-08:00)"]...
|
Edit
Delete
|
|
88
|
{"id":"S15JdQx6jSR0WBqV","name {"id":"S15JdQx6jSR0WBqV","name":"Veo3 Content Machine","active":false,"nodes":[{"parameters":{"notice":"","rule":{"interval":[{"field":"days","daysInterval":1,"triggerAtHour":0,"triggerAtMinute":0}]}},"type":"n8n-nodes-base.scheduleTrigger","typeVersion":1.2,"position":[-1152,176],"id":"f5b0bf42-94d5-49d0-9fa5-fbfa0c9e5f56","name":"Schedule Trigger"},{"parameters":{"content":"## Save Content","height":520,"width":540,"color":3},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[144,32],"id":"4939fca2-bc76-4ddd-845b-77cb9572fa81","name":"Sticky Note3"},{"parameters":{"content":"## Create a Video","height":740,"width":320,"color":6},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-224,-112],"id":"473def2a-255d-4284-8412-8ae78f51925d","name":"Sticky Note2"},{"parameters":{"content":"# Input: Video Topic","height":520,"width":840,"color":5},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-1200,32],"id":"f06c53eb-8f80-43d9-bfdc-c6ee92d7c9b4","name":"Sticky Note"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-1072,368],"id":"acbcee00-89d0-4987-ae85-cd56d9e93882","name":"OpenAI Chat Model1"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-944,368],"id":"eca01b0a-e6e5-4836-920c-b27cff297d16","name":"Think1"},{"parameters":{"notice":"","schemaType":"fromJson","jsonSchemaExample":"{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}","autoFix":false},"type":"@n8n/n8n-nodes-langchain.outputParserStructured","typeVersion":1.2,"position":[-832,368],"id":"20d06661-23bc-407f-9b75-49302be094eb","name":"Structured Output Parser1"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-672,368],"id":"951a8f16-1afb-4349-aaf4-45377851b9f4","name":"OpenAI Chat Model"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-512,368],"id":"d098b11b-9634-4964-8ee1-bdc3f477aeb8","name":"Think"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"Give me an idea to create the content about biblical characters speaking to thecamera and making a vlog","hasOutputParser":true,"notice":"","options":{"systemMessage":"=** Purpose **\nYou generate viral short-form video ideas inspired by biblical characters or scenes, styled like modern TikTok vlogs. These should feel personal, emotional, and often humorous.\n\n** Think Tool Prompt (used before generation) **\n“How can I take a biblical moment or character and turn it into a relatable, viral, or funny TikTok-style video idea that feels natural, emotional, or modern?”\n\n** Output Requirements **\nYour response must include:\n\n- caption – Short, poetic or funny, TikTok-style. Include emojis and 3–5 hashtags (e.g., #biblevlog #foryou #holycomedy #ancientvibes).\n- idea – 1–2 sentence summary of the action, story, or twist in the video.\n- environment – Describe what the set looks like: light, textures, mood, setting. Think “GoPro meets ancient Jerusalem.”\n- status – Must be \"to create\", without quotation marks\n\n** JSON Output Parser **\nEvery output must strictly follow this format:\n\n{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}\n\n** Sample Outputs **\n\nExample 1\n{\n \"caption\": \"When Jesus gives you the silent treatment 🕊️😶 #jesusvlog #holycomedy\",\n \"idea\": \"Jesus calmly stares at the camera while the disciple keeps asking, 'Are we lost?' – awkward silence builds up.\",\n \"environment\": \"Desert trail, golden hour light, dry bushes around, warm rocky textures and wind softly blowing.\",\n \"status\": \"ready for production\"\n}\n\nExample 2\n{\n \"caption\": \"POV: You just met Mary Magdalene and she’s not what you expected 😳✨ #biblevlog #foryou\",\n \"idea\": \"A modern-style introduction of Mary Magdalene where she breaks the fourth wall with sarcasm and confidence.\",\n \"environment\": \"Dusty stone home with narrow light beams, clay walls, fabric drapes blowing slightly in the breeze.\",\n \"status\": \"ready for production\"\n}\n\nExample 3\n{\n \"caption\": \"Me trying to explain the flood before it happened 🌧️🐘 #noahvibes #bibletok\",\n \"idea\": \"Noah explains why he’s building the ark, while others laugh in the background — like a vlog rant.\",\n \"environment\": \"Half-built wooden structure, cloudy sky, goats wandering around, mud everywhere, distant laughter.\",\n \"status\": \"concept only\"\n}"},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-992,176],"id":"75b9d54e-5541-4a76-bc4a-2b1b722c0a02","name":"Generate Video Idea"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Create a prompt for the Veo3 video based on the following information:\n\nIdea: {{ $json.output.idea }}\nEnvironment: {{ $json.output.environment }}","hasOutputParser":false,"options":{"systemMessage":"=** System Message **\n\nYou are a professional cinematic prompt generator for AI video tools. Your task is to convert a short-form video idea and its environment description (inspired by biblical or ancient-world themes) into a highly detailed, camera-aware, emotionally rich prompt suitable for generating a cinematic AI video using Veo3.\n\nYou must understand the emotional tone, visual aesthetics, and storytelling style of short-form TikTok videos that imitate biblical scenes with modern pacing and framing.\n\n** Veo3 Prompt Structure Guidelines **\n\nEach prompt should be natural, cinematic, and visually immersive, including:\n\n- Scene description – Describe the overall environment clearly (terrain, buildings, light, movement).\n- Character focus – If the idea involves a person, include their position, outfit style (biblical era), mood/expression, and framing (e.g., close-up, wide shot).\n- Camera movement – Always include one cinematic camera motion (e.g., slow push-in, handheld tracking, drone pan, orbit, dolly backward).\n- Time of day & lighting – Set the mood with light (e.g., golden hour, harsh daylight, candlelit interior).\n- Atmosphere & texture – Mention dust, wind, fabric movement, shadows, reflections, or imperfections in the scene to increase realism.\n- Style & quality – Include cinematic tone, analog warmth, slightly soft vintage film look, GoPro-like closeness if appropriate.\n\n** Input **\n- You will receive two fields: idea, environment\n- Return only the complete and detailed Veo3 prompt, no additional text.\n\n** Example Output **\nA biblical man stands in front of a half-built wooden ark, gesturing passionately as he explains something to the camera. The camera follows him handheld-style, moving slightly as he paces. In the background, groups of villagers are laughing and pointing. The sky is overcast with low clouds, and goats wander through muddy terrain. The man wears worn, ancient robes, his feet muddy, his tone frustrated but hopeful. The scene has a documentary-style realism, with soft golden highlights breaking through cloud gaps. Light wind moves fabric and rustles dry straw around the ark. Shot in cinematic 24fps with natural tones and slight vintage softness."},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-672,176],"id":"7c2941ba-42d5-4fb8-8d1f-2898fc44bb11","name":"Generate Veo3 Prompt"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"POST","url":"https://queue.fal.run/fal-ai/veo3","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":true,"contentType":"raw","rawContentType":"application/json","body":"={ \"prompt\": \"{{ $('Generate Veo3 Prompt').item.json.output }}\" }","options":{"batching":{"batch":{"batchSize":1,"batchInterval":2000}}},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,-32],"id":"85c3f12a-0f6e-4b50-9165-3efefe2f69fb","name":"Create Video","credentials":{"httpHeaderAuth":{"id":"0eolXfvDWLGmr4lv","name":"Fal AI"}}},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"=https://queue.fal.run/fal-ai/veo3/requests/{{ $json.request_id }}\n","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,368],"id":"703b02b9-7714-4a27-9a52-f4043946836b","name":"Get Video","credentials":{"httpHeaderAuth":{"id":"0eolXfvDWLGmr4lv","name":"Fal AI"}}},{"parameters":{"resume":"timeInterval","amount":2,"unit":"minutes"},"type":"n8n-nodes-base.wait","typeVersion":1.1,"position":[-128,176],"id":"27001980-b208-4e21-9e2e-88417a242626","name":"Wait 10 Minutes","webhookId":"9fdae74d-0f36-4408-9c09-5fb55e66fed1"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno","mode":"list","cachedResultName":"Veo3 Videos [TEMPLATE]","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Video URL":"={{ $json.video.url }}","Idea":"={{ $('Generate Video Idea').item.json.output.idea }}","Captions":"={{ $('Generate Video Idea').item.json.output.caption }}","Environment":"={{ $('Generate Video Idea').item.json.output.environment }}","Status":"=Complete"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[368,208],"id":"ad79983c-6268-40f9-829e-97473a2b7b77","name":"Store the Video","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno","mode":"list","cachedResultName":"Veo3 Videos [TEMPLATE]","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Idea":"={{ $('Generate Video Idea').item.json.output.idea }}","Status":"={{ $('Generate Video Idea').item.json.output.status }}","Environment":"={{ $('Generate Video Idea').item.json.output.environment }}","Captions":"={{ $('Generate Video Idea').item.json.output.caption }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[-352,176],"id":"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa","name":"Save Content Information","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}}],"connections":{"Schedule Trigger":{"main":[[{"node":"Generate Video Idea","type":"main","index":0}]]},"OpenAI Chat Model1":{"ai_languageModel":[[{"node":"Generate Video Idea","type":"ai_languageModel","index":0}]]},"Think1":{"ai_tool":[[{"node":"Generate Video Idea","type":"ai_tool","index":0}]]},"Structured Output Parser1":{"ai_outputParser":[[{"node":"Generate Video Idea","type":"ai_outputParser","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"Generate Veo3 Prompt","type":"ai_languageModel","index":0}]]},"Think":{"ai_tool":[[{"node":"Generate Veo3 Prompt","type":"ai_tool","index":0}]]},"Generate Video Idea":{"main":[[{"node":"Generate Veo3 Prompt","type":"main","index":0}]]},"Generate Veo3 Prompt":{"main":[[{"node":"Save Content Information","type":"main","index":0}]]},"Create Video":{"main":[[{"node":"Wait 10 Minutes","type":"main","index":0}]]},"Get Video":{"main":[[{"node":"Store the Video","type":"main","index":0}]]},"Wait 10 Minutes":{"main":[[{"node":"Get Video","type":"main","index":0}]]},"Save Content Information":{"main":[[{"node":"Create Video","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"Generate Veo3 Prompt":[{"json":{"output":"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling."}}],"Generate Video Idea":[{"json":{"output":{"caption":"When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","idea":"Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","environment":"Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","status":"to create"}}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3","pushRef":"4"},{"destinationNode":"5","runNodeFilter":"6"},{"runData":"7","pinData":"8","lastNodeExecuted":"5"},{"contextData":"9","nodeExecutionStack":"10","metadata":"11","waitingExecution":"12","waitingExecutionSource":"13","runtimeData":"14"},"exfwukuzyn","Get Video",["15","16","5","17","18","19","20","21","22","23","24","25"],{"Schedule Trigger":"26","Generate Video Idea":"27","Generate Veo3 Prompt":"28","Save Content Information":"29","Create Video":"30","Wait 10 Minutes":"31","Get Video":"32"},{"Generate Veo3 Prompt":"33","Generate Video Idea":"34"},{"node:Get Video":"35"},[],{},{},{},{"version":1,"establishedAt":1764611358348,"source":"36"},"Schedule Trigger","Wait 10 Minutes","Create Video","Save Content Information","Generate Veo3 Prompt","Generate Video Idea","OpenAI Chat Model","Think","OpenAI Chat Model1","Think1","Structured Output Parser1",["37"],["38"],["39"],["40"],["41"],["42"],["43"],["44"],["45"],{"response":"46"},"manual",{"startTime":1764611316774,"executionIndex":0,"source":"47","hints":"48","executionTime":3,"executionStatus":"49","data":"50"},{"startTime":1764611316778,"executionIndex":1,"source":"51","hints":"52","executionTime":0,"executionStatus":"49","data":"53"},{"startTime":1764611316779,"executionIndex":2,"source":"54","hints":"55","executionTime":0,"executionStatus":"49","data":"56"},{"startTime":1764611316780,"executionIndex":3,"source":"57","hints":"58","executionTime":1785,"executionStatus":"49","data":"59"},{"startTime":1764611318566,"executionIndex":4,"source":"60","hints":"61","executionTime":379,"executionStatus":"49","data":"62"},{"startTime":1764611478469,"executionIndex":0,"source":"63","hints":"64","executionTime":1,"executionStatus":"49","data":"65"},{"startTime":1764611478471,"executionIndex":1,"source":"66","hints":"67","executionTime":164,"executionStatus":"49","data":"68"},{"json":"69"},{"json":"70"},{"body":"71"},[],[],"success",{"main":"72"},["73"],[],{"main":"74"},["75"],[],{"main":"76"},["77"],[],{"main":"78"},["79"],[],{"main":"80"},["81"],[],{"main":"82"},["83"],[],{"main":"84"},{"output":"85"},{"output":"86"},{"video":"87"},["88"],{"previousNode":"15"},["89"],{"previousNode":"20"},["90"],{"previousNode":"19"},["91"],{"previousNode":"18"},["92"],{"previousNode":"17","previousNodeOutput":0,"previousNodeRun":0},["93"],{"previousNode":"16"},["94"],"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling.",{"caption":"95","idea":"96","environment":"97","status":"98"},{"url":"99","content_type":"100","file_name":"101","file_size":2713570},["102"],["103"],["104"],["105"],["106"],["107"],["108"],"When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","to create","https://v3b.fal.media/files/b/0a849552/oI5VHotdypyAwj4UCY6XD_output.mp4","video/mp4","output.mp4",{"json":"109","pairedItem":"110"},{"json":"111","pairedItem":"112"},{"json":"113","pairedItem":"114"},{"json":"115","pairedItem":"116"},{"json":"117","pairedItem":"118"},{"json":"117","pairedItem":"119"},{"json":"71","pairedItem":"120"},{"timestamp":"121","Readable date":"122","Readable time":"123","Day of week":"124","Year":"125","Month":"126","Day of month":"127","Hour":"128","Minute":"129","Second":"130","Timezone":"131"},{"item":0},{"output":"132"},{"item":0},{"output":"85"},{"item":0},{"Idea":"96","Status":"98","Environment":"97","Captions":"95"},{"item":0},{"status":"133","request_id":"134","response_url":"135","status_url":"136","cancel_url":"137","logs":null,"metrics":"138","queue_position":0},{"item":0},{"item":0},{"item":0},"2025-12-01T09:48:36.776-08:00","December 1st 2025, 9:48:36 am","9:48:36 am","Monday","2025","December","01","09","48","36","America/Los_Angeles (UTC-08:00)",{"caption":"95","idea":"96","environment":"97","status":"98"},"IN_QUEUE","ae0a71f0-2c52-4446-8143-691778641a34","https://queue.fal.run/fal-ai/veo3/requests/ae0a71f0-2c52-4446-8143-691778641a34","https://queue.fal.run/fal-ai/veo3/requests/ae0a71f0-2c52-4446-8143-691778641a34/status","https://queue.fal.run/fal-ai/veo3/requests/ae0a71f0-2c52-4446-8143-691778641a34/cancel",{}]...
|
Edit
Delete
|
|
89
|
{"id":"S15JdQx6jSR0WBqV","name {"id":"S15JdQx6jSR0WBqV","name":"Veo3 Content Machine","active":false,"nodes":[{"parameters":{"notice":"","rule":{"interval":[{"field":"days","daysInterval":1,"triggerAtHour":0,"triggerAtMinute":0}]}},"type":"n8n-nodes-base.scheduleTrigger","typeVersion":1.2,"position":[-1152,176],"id":"f5b0bf42-94d5-49d0-9fa5-fbfa0c9e5f56","name":"Schedule Trigger"},{"parameters":{"content":"## Save Content","height":520,"width":540,"color":3},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[144,32],"id":"4939fca2-bc76-4ddd-845b-77cb9572fa81","name":"Sticky Note3"},{"parameters":{"content":"## Create a Video","height":740,"width":320,"color":6},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-224,-112],"id":"473def2a-255d-4284-8412-8ae78f51925d","name":"Sticky Note2"},{"parameters":{"content":"# Input: Video Topic","height":520,"width":840,"color":5},"type":"n8n-nodes-base.stickyNote","typeVersion":1,"position":[-1200,32],"id":"f06c53eb-8f80-43d9-bfdc-c6ee92d7c9b4","name":"Sticky Note"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-1072,368],"id":"acbcee00-89d0-4987-ae85-cd56d9e93882","name":"OpenAI Chat Model1"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-944,368],"id":"eca01b0a-e6e5-4836-920c-b27cff297d16","name":"Think1"},{"parameters":{"notice":"","schemaType":"fromJson","jsonSchemaExample":"{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}","autoFix":false},"type":"@n8n/n8n-nodes-langchain.outputParserStructured","typeVersion":1.2,"position":[-832,368],"id":"20d06661-23bc-407f-9b75-49302be094eb","name":"Structured Output Parser1"},{"parameters":{"notice":"","model":{"__rl":true,"mode":"list","value":"gpt-4o-mini"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-672,368],"id":"951a8f16-1afb-4349-aaf4-45377851b9f4","name":"OpenAI Chat Model"},{"parameters":{"notice":"","description":"Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed."},"type":"@n8n/n8n-nodes-langchain.toolThink","typeVersion":1,"position":[-512,368],"id":"d098b11b-9634-4964-8ee1-bdc3f477aeb8","name":"Think"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"Give me an idea to create the content about biblical characters speaking to thecamera and making a vlog","hasOutputParser":true,"notice":"","options":{"systemMessage":"=** Purpose **\nYou generate viral short-form video ideas inspired by biblical characters or scenes, styled like modern TikTok vlogs. These should feel personal, emotional, and often humorous.\n\n** Think Tool Prompt (used before generation) **\n“How can I take a biblical moment or character and turn it into a relatable, viral, or funny TikTok-style video idea that feels natural, emotional, or modern?”\n\n** Output Requirements **\nYour response must include:\n\n- caption – Short, poetic or funny, TikTok-style. Include emojis and 3–5 hashtags (e.g., #biblevlog #foryou #holycomedy #ancientvibes).\n- idea – 1–2 sentence summary of the action, story, or twist in the video.\n- environment – Describe what the set looks like: light, textures, mood, setting. Think “GoPro meets ancient Jerusalem.”\n- status – Must be \"to create\", without quotation marks\n\n** JSON Output Parser **\nEvery output must strictly follow this format:\n\n{\n \"caption\": \"\",\n \"idea\": \"\",\n \"environment\": \"\",\n \"status\": \"\"\n}\n\n** Sample Outputs **\n\nExample 1\n{\n \"caption\": \"When Jesus gives you the silent treatment 🕊️😶 #jesusvlog #holycomedy\",\n \"idea\": \"Jesus calmly stares at the camera while the disciple keeps asking, 'Are we lost?' – awkward silence builds up.\",\n \"environment\": \"Desert trail, golden hour light, dry bushes around, warm rocky textures and wind softly blowing.\",\n \"status\": \"ready for production\"\n}\n\nExample 2\n{\n \"caption\": \"POV: You just met Mary Magdalene and she’s not what you expected 😳✨ #biblevlog #foryou\",\n \"idea\": \"A modern-style introduction of Mary Magdalene where she breaks the fourth wall with sarcasm and confidence.\",\n \"environment\": \"Dusty stone home with narrow light beams, clay walls, fabric drapes blowing slightly in the breeze.\",\n \"status\": \"ready for production\"\n}\n\nExample 3\n{\n \"caption\": \"Me trying to explain the flood before it happened 🌧️🐘 #noahvibes #bibletok\",\n \"idea\": \"Noah explains why he’s building the ark, while others laugh in the background — like a vlog rant.\",\n \"environment\": \"Half-built wooden structure, cloudy sky, goats wandering around, mud everywhere, distant laughter.\",\n \"status\": \"concept only\"\n}"},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-992,176],"id":"75b9d54e-5541-4a76-bc4a-2b1b722c0a02","name":"Generate Video Idea"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Create a prompt for the Veo3 video based on the following information:\n\nIdea: {{ $json.output.idea }}\nEnvironment: {{ $json.output.environment }}","hasOutputParser":false,"options":{"systemMessage":"=** System Message **\n\nYou are a professional cinematic prompt generator for AI video tools. Your task is to convert a short-form video idea and its environment description (inspired by biblical or ancient-world themes) into a highly detailed, camera-aware, emotionally rich prompt suitable for generating a cinematic AI video using Veo3.\n\nYou must understand the emotional tone, visual aesthetics, and storytelling style of short-form TikTok videos that imitate biblical scenes with modern pacing and framing.\n\n** Veo3 Prompt Structure Guidelines **\n\nEach prompt should be natural, cinematic, and visually immersive, including:\n\n- Scene description – Describe the overall environment clearly (terrain, buildings, light, movement).\n- Character focus – If the idea involves a person, include their position, outfit style (biblical era), mood/expression, and framing (e.g., close-up, wide shot).\n- Camera movement – Always include one cinematic camera motion (e.g., slow push-in, handheld tracking, drone pan, orbit, dolly backward).\n- Time of day & lighting – Set the mood with light (e.g., golden hour, harsh daylight, candlelit interior).\n- Atmosphere & texture – Mention dust, wind, fabric movement, shadows, reflections, or imperfections in the scene to increase realism.\n- Style & quality – Include cinematic tone, analog warmth, slightly soft vintage film look, GoPro-like closeness if appropriate.\n\n** Input **\n- You will receive two fields: idea, environment\n- Return only the complete and detailed Veo3 prompt, no additional text.\n\n** Example Output **\nA biblical man stands in front of a half-built wooden ark, gesturing passionately as he explains something to the camera. The camera follows him handheld-style, moving slightly as he paces. In the background, groups of villagers are laughing and pointing. The sky is overcast with low clouds, and goats wander through muddy terrain. The man wears worn, ancient robes, his feet muddy, his tone frustrated but hopeful. The scene has a documentary-style realism, with soft golden highlights breaking through cloud gaps. Light wind moves fabric and rustles dry straw around the ark. Shot in cinematic 24fps with natural tones and slight vintage softness."},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-672,176],"id":"7c2941ba-42d5-4fb8-8d1f-2898fc44bb11","name":"Generate Veo3 Prompt"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"POST","url":"https://queue.fal.run/fal-ai/veo3","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":true,"contentType":"raw","rawContentType":"application/json","body":"={ \"prompt\": \"{{ $('Generate Veo3 Prompt').item.json.output }}\" }","options":{"batching":{"batch":{"batchSize":1,"batchInterval":2000}}},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,-32],"id":"85c3f12a-0f6e-4b50-9165-3efefe2f69fb","name":"Create Video","credentials":{"httpHeaderAuth":{"id":"0eolXfvDWLGmr4lv","name":"Fal AI"}}},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"=https://queue.fal.run/fal-ai/veo3/requests/{{ $json.request_id }}\n","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":false,"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.2,"position":[-128,368],"id":"703b02b9-7714-4a27-9a52-f4043946836b","name":"Get Video","credentials":{"httpHeaderAuth":{"id":"0eolXfvDWLGmr4lv","name":"Fal AI"}}},{"parameters":{"resume":"timeInterval","amount":2,"unit":"minutes"},"type":"n8n-nodes-base.wait","typeVersion":1.1,"position":[-128,176],"id":"27001980-b208-4e21-9e2e-88417a242626","name":"Wait 10 Minutes","webhookId":"9fdae74d-0f36-4408-9c09-5fb55e66fed1"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno","mode":"list","cachedResultName":"Veo3 Videos [TEMPLATE]","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Video URL":"={{ $json.video.url }}","Idea":"={{ $('Generate Video Idea').item.json.output.idea }}","Captions":"={{ $('Generate Video Idea').item.json.output.caption }}","Environment":"={{ $('Generate Video Idea').item.json.output.environment }}","Status":"=Complete"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[368,208],"id":"ad79983c-6268-40f9-829e-97473a2b7b77","name":"Store the Video","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno","mode":"list","cachedResultName":"Veo3 Videos [TEMPLATE]","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1iXvUGDNzW0dbpIR-ErJwM9dMx7884IQY9IhdCGaeMno/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Idea":"={{ $('Generate Video Idea').item.json.output.idea }}","Status":"={{ $('Generate Video Idea').item.json.output.status }}","Environment":"={{ $('Generate Video Idea').item.json.output.environment }}","Captions":"={{ $('Generate Video Idea').item.json.output.caption }}"},"matchingColumns":[],"schema":[{"id":"Idea","displayName":"Idea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Captions","displayName":"Captions","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Status","displayName":"Status","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Environment","displayName":"Environment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Video URL","displayName":"Video URL","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[-352,176],"id":"1e01bf33-7fe2-4b26-9c78-ad6258a3bcaa","name":"Save Content Information","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}}],"connections":{"Schedule Trigger":{"main":[[{"node":"Generate Video Idea","type":"main","index":0}]]},"OpenAI Chat Model1":{"ai_languageModel":[[{"node":"Generate Video Idea","type":"ai_languageModel","index":0}]]},"Think1":{"ai_tool":[[{"node":"Generate Video Idea","type":"ai_tool","index":0}]]},"Structured Output Parser1":{"ai_outputParser":[[{"node":"Generate Video Idea","type":"ai_outputParser","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"Generate Veo3 Prompt","type":"ai_languageModel","index":0}]]},"Think":{"ai_tool":[[{"node":"Generate Veo3 Prompt","type":"ai_tool","index":0}]]},"Generate Video Idea":{"main":[[{"node":"Generate Veo3 Prompt","type":"main","index":0}]]},"Generate Veo3 Prompt":{"main":[[{"node":"Save Content Information","type":"main","index":0}]]},"Create Video":{"main":[[{"node":"Wait 10 Minutes","type":"main","index":0}]]},"Get Video":{"main":[[{"node":"Store the Video","type":"main","index":0}]]},"Wait 10 Minutes":{"main":[[{"node":"Get Video","type":"main","index":0}]]},"Save Content Information":{"main":[[{"node":"Create Video","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"Generate Veo3 Prompt":[{"json":{"output":"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling."}}],"Generate Video Idea":[{"json":{"output":{"caption":"When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","idea":"Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","environment":"Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","status":"to create"}}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Store the Video",["14","15","4","16","17","18","19","20","21","22","23","24","25"],{"Schedule Trigger":"26","Generate Video Idea":"27","Generate Veo3 Prompt":"28","Save Content Information":"29","Create Video":"30","Wait 10 Minutes":"31","Get Video":"32","Store the Video":"33"},{"Generate Veo3 Prompt":"34","Generate Video Idea":"35"},{},[],{},{},{},{"version":1,"establishedAt":1764611769888,"source":"36"},"Schedule Trigger","Get Video","Wait 10 Minutes","Create Video","Save Content Information","Generate Veo3 Prompt","Generate Video Idea","OpenAI Chat Model","Think","OpenAI Chat Model1","Think1","Structured Output Parser1",["37"],["38"],["39"],["40"],["41"],["42"],["43"],["44"],["45"],["46"],"manual",{"startTime":1764611316774,"executionIndex":0,"source":"47","hints":"48","executionTime":3,"executionStatus":"49","data":"50"},{"startTime":1764611316778,"executionIndex":1,"source":"51","hints":"52","executionTime":0,"executionStatus":"49","data":"53"},{"startTime":1764611316779,"executionIndex":2,"source":"54","hints":"55","executionTime":0,"executionStatus":"49","data":"56"},{"startTime":1764611316780,"executionIndex":3,"source":"57","hints":"58","executionTime":1785,"executionStatus":"49","data":"59"},{"startTime":1764611318566,"executionIndex":4,"source":"60","hints":"61","executionTime":379,"executionStatus":"49","data":"62"},{"startTime":1764611478469,"executionIndex":0,"source":"63","hints":"64","executionTime":1,"executionStatus":"49","data":"65"},{"startTime":1764611478471,"executionIndex":1,"source":"66","hints":"67","executionTime":164,"executionStatus":"49","data":"68"},{"startTime":1764611769894,"executionIndex":5,"source":"69","hints":"70","executionTime":1961,"executionStatus":"49","data":"71"},{"json":"72"},{"json":"73"},[],[],"success",{"main":"74"},["75"],[],{"main":"76"},["77"],[],{"main":"78"},["79"],[],{"main":"80"},["81"],[],{"main":"82"},["83"],[],{"main":"84"},["85"],[],{"main":"86"},["87"],[],{"main":"88"},{"output":"89"},{"output":"90"},["91"],{"previousNode":"14"},["92"],{"previousNode":"20"},["93"],{"previousNode":"19"},["94"],{"previousNode":"18"},["95"],{"previousNode":"17","previousNodeOutput":0,"previousNodeRun":0},["96"],{"previousNode":"16"},["97"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["98"],"In a stunning mountainous landscape, Moses stands atop a rocky outcrop, his expression a mix of bewilderment and determination as he addresses a diverse group of followers below. Dressed in ancient, flowing robes, his long hair blows slightly in the warm sunlight, which casts playful shadows on the rugged terrain. The vibrant blue sky stretches endlessly above, adding to the scene's dramatic feel. As he animatedly updates his followers, his tone oscillates between inspirational and comedic tension, suddenly shifting to panic as he realizes the tablets are missing again. The camera utilizes a slow push-in, capturing his increasing distress and the worried glances of the crowd. Dust kicks up gently around them, illuminated by the warm sunlight, enhancing the scene's comedic chaos. The atmosphere is lively and rich, with a vintage soft film quality evoking a sense of timeless storytelling.",{"caption":"99","idea":"100","environment":"101","status":"102"},["103"],["104"],["105"],["106"],["107"],["108"],["109"],["110"],"When Moses realizes he’s lost the commandments again 📜🙄 #mosesvlog #holycomedy","Moses updates his followers on his journey, only to panic when he discovers the tablets are missing again — comedic storytelling ensues.","Mountainous backdrop with rugged rocks and a bright blue sky, warm sunlight casting shadows; Moses looks bewildered yet determined.","to create",{"json":"111","pairedItem":"112"},{"json":"113","pairedItem":"114"},{"json":"115","pairedItem":"116"},{"json":"117","pairedItem":"118"},{"json":"119","pairedItem":"120"},{"json":"121","pairedItem":"122"},{"json":"123","pairedItem":"124"},{"json":"125","pairedItem":"126"},{"timestamp":"127","Readable date":"128","Readable time":"129","Day of week":"130","Year":"131","Month":"132","Day of month":"133","Hour":"134","Minute":"135","Second":"136","Timezone":"137"},{"item":0},{"output":"138"},{"item":0},{"output":"89"},{"item":0},{"Idea":"100","Status":"102","Environment":"101","Captions":"99"},{"item":0},{"status":"139","request_id":"140","response_url":"141","status_url":"142","cancel_url":"143","logs":null,"metrics":"144","queue_position":0},{"item":0},{"status":"139","request_id":"140","response_url":"141","status_url":"142","cancel_url":"143","logs":null,"metrics":"145","queue_position":0},{"item":0},{"video":"146"},{"item":0},{"Video URL":"147","Idea":"100","Captions":"99","Environment":"101","Status":"148"},{"item":0},"2025-12-01T09:48:36.776-08:00","December 1st 2025, 9:48:36 am","9:48:36 am","Monday","2025","December","01","09","48","36","America/Los_Angeles (UTC-08:00)",{"caption":"99","idea":"100","environment":"101","status":"102"},"IN_QUEUE","ae0a71f0-2c52-4446-8143-691778641a34","https://queue.fal.run/fal-ai/veo3/requests/ae0a71f0-2c52-4446-8143-691778641a34","https://queue.fal.run/fal-ai/veo3/requests/ae0a71f0-2c52-4446-8143-691778641a34/status","https://queue.fal.run/fal-ai/veo3/requests/ae0a71f0-2c52-4446-8143-691778641a34/cancel",{},{},{"url":"147","content_type":"149","file_name":"150","file_size":2713570},"https://v3b.fal.media/files/b/0a849552/oI5VHotdypyAwj4UCY6XD_output.mp4","Complete","video/mp4","output.mp4"]...
|
Edit
Delete
|
|
90
|
{"id":"HhEZikdtm5ZZuKtm","name {"id":"HhEZikdtm5ZZuKtm","name":"Onboarding System Automation","active":false,"nodes":[{"parameters":{"authentication":"none","formTitle":"Onboarding System","formDescription":"Please fulfill all of the fields","formFields":{"values":[{"fieldLabel":"Name","fieldType":"text","placeholder":"Enter Your Name","requiredField":true},{"fieldLabel":"Email","fieldType":"text","placeholder":"Please Enter Your Email","requiredField":true},{"fieldLabel":"Company Industry","fieldType":"text","placeholder":"e.g. Finances, Health Care","requiredField":true},{"fieldLabel":"What do you want to achieve with us in 5 months","fieldType":"text","placeholder":"","requiredField":true}]},"responseMode":"onReceived","addFormPage":"","options":{"appendAttribution":false}},"type":"n8n-nodes-base.formTrigger","typeVersion":2.2,"position":[-896,-128],"id":"88677045-dca5-4658-8884-e9956ad30e71","name":"On form submission","webhookId":"12a1a279-5ebd-44fb-985f-0a072f63e2dd"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Can you generate a warm and professional welcome email for a new client based on the information provided? The message should be friendly, brief, and personalized—while still sounding professional. It should reflect the client’s industry and their goals for our collaboration. Below is the client’s information:\n\nName: {{ $json.Name }}\n\nEmail: {{ $json.Email }}\n\nCompany Industry: {{ $json['Company Industry'] }}\n\nGoals for the Partnership: {{ $json['What do you want to achieve with us in 5 months'] }}\n\nMake sure to always end the email with the following sign-off:\n\nBest regards,\nBob Bob\nVP of Internal Relations\nABC Corp\n\nDo not use placeholders like [Your Name] or [Your Contact Information] under any circumstances, even if some information is missing.\n\nReturn the result in 3 separate fields:\n\nSubject: The email’s subject line\n\nBody: The main email content\n\nEmail: {{ $json.Email }}","hasOutputParser":false,"options":{},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-432,-352],"id":"277fce44-7c1a-4eda-83c6-ebb1e1acd9ca","name":"AI Agent"},{"parameters":{"notice":"","model":{"__rl":true,"value":"gpt-4o","mode":"list","cachedResultName":"gpt-4o"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-400,-192],"id":"2752d5a3-30a2-4958-aff7-8bbea2d26610","name":"OpenAI Chat Model","credentials":{"openAiApi":{"id":"5DFuvUPLavfaWChn","name":"OpenAi account"}}},{"parameters":{"resource":"text","operation":"message","modelId":{"__rl":true,"value":"gpt-4o","mode":"list","cachedResultName":"GPT-4O"},"messages":{"values":[{"content":"Parse the JSON query and output the parameters seperately:\n\nSubject\nBody\nEmail","role":"system"},{"content":"={{ $json.output }}","role":"user"}]},"simplify":true,"jsonOutput":true,"options":{}},"type":"@n8n/n8n-nodes-langchain.openAi","typeVersion":1.8,"position":[-96,-352],"id":"011afeed-566d-4268-bd9d-b18e7b27ec9c","name":"OpenAI","credentials":{"openAiApi":{"id":"5DFuvUPLavfaWChn","name":"OpenAi account"}}},{"parameters":{"preBuiltAgentsCalloutGmail":"","authentication":"oAuth2","resource":"message","operation":"send","sendTo":"={{ $json.message.content.Email }}","subject":"={{ $json.message.content.Subject }}","emailType":"html","message":"={{ $json.message.content.Body }}","options":{"appendAttribution":false}},"type":"n8n-nodes-base.gmail","typeVersion":2.1,"position":[272,-352],"id":"b62dc869-63a3-494f-ad6c-094c374bb9b2","name":"Gmail","webhookId":"803e30f5-7321-4612-8c73-9c7923f30356","credentials":{"gmailOAuth2":{"id":"jq5N8RrWCTNs4opL","name":"Gmail account"}}},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Use the client details below to generate a clear summary of their profile. Here is the information provided:\n\nName: {{ $json.Name }}\n\nCompany Industry: {{ $json['Company Industry'] }}\n\nGoals with Us: {{ $json['What do you want to achieve with us in 5 months'] }}\n\nReturn the following fields separately:\n\nName: {{ $json.Name }}\n\nEmail: {{ $json.Email }}\n\nSummary: A concise overview of the client based on the information provided above\n","hasOutputParser":false,"options":{},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-560,32],"id":"1c257b43-9d15-4bf6-ba3d-5879d9d39642","name":"AI Agent1"},{"parameters":{"notice":"","model":{"__rl":true,"value":"gpt-4o","mode":"list","cachedResultName":"gpt-4o"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-608,208],"id":"5cf0053e-3d69-49da-8b21-d0c6550c353b","name":"OpenAI Chat Model1","credentials":{"openAiApi":{"id":"5DFuvUPLavfaWChn","name":"OpenAi account"}}},{"parameters":{"resource":"text","operation":"message","modelId":{"__rl":true,"value":"gpt-4o","mode":"list","cachedResultName":"GPT-4O"},"messages":{"values":[{"content":"Parse the JSON query into 3 fields\n\nName\nEmail\nSummary","role":"system"},{"content":"={{ $json.output }}","role":"user"}]},"simplify":true,"jsonOutput":true,"options":{}},"type":"@n8n/n8n-nodes-langchain.openAi","typeVersion":1.8,"position":[-128,32],"id":"f0070d92-8c39-43a8-ab40-3d0b43031a7b","name":"OpenAI1","credentials":{"openAiApi":{"id":"5DFuvUPLavfaWChn","name":"OpenAi account"}}},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1Y28XTc7qLq0sOJZrARmBZBpVk7EbklDmm3QoAkjO1z4","mode":"list","cachedResultName":"Client's Onboarding","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1Y28XTc7qLq0sOJZrARmBZBpVk7EbklDmm3QoAkjO1z4/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1Y28XTc7qLq0sOJZrARmBZBpVk7EbklDmm3QoAkjO1z4/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Name":"={{ $json.message.content.Name }}","Email":"={{ $json.message.content.Email }}","Summary":"={{ $json.message.content.Summary }}"},"matchingColumns":[],"schema":[{"id":"Name","displayName":"Name","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Email","displayName":"Email","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Summary","displayName":"Summary","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[240,32],"id":"b3816505-1846-4cfe-af19-dd97cee68d5f","name":"Google Sheets","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}}],"connections":{"On form submission":{"main":[[{"node":"AI Agent1","type":"main","index":0},{"node":"AI Agent","type":"main","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"AI Agent","type":"ai_languageModel","index":0}]]},"AI Agent":{"main":[[{"node":"OpenAI","type":"main","index":0}]]},"OpenAI":{"main":[[{"node":"Gmail","type":"main","index":0}]]},"AI Agent1":{"main":[[{"node":"OpenAI1","type":"main","index":0}]]},"OpenAI Chat Model1":{"ai_languageModel":[[{"node":"AI Agent1","type":"ai_languageModel","index":0}]]},"OpenAI1":{"main":[[{"node":"Google Sheets","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"staticData":{},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4"},{"error":"5","runData":"6","pinData":"7","lastNodeExecuted":"8"},{"contextData":"9","nodeExecutionStack":"10","metadata":"11","waitingExecution":"12","waitingExecutionSource":"13","runtimeData":"14"},"AI Agent",{"level":"15","tags":"16","description":"17","timestamp":1764630735244,"context":"18","functionality":"19","name":"20","node":"21","messages":"22","httpCode":"23","message":"24","stack":"25"},{"On form submission":"26","OpenAI Chat Model":"27","AI Agent":"28","OpenAI Chat Model1":"29","AI Agent1":"30","OpenAI1":"31","Google Sheets":"32"},{},"Google Sheets",{},["33"],{"OpenAI Chat Model":"34","OpenAI Chat Model1":"35"},{},{},{"version":1,"establishedAt":1764630725140,"source":"36"},"warning",{},"The caller does not have permission",{},"regular","NodeApiError",{"parameters":"37","type":"38","typeVersion":4.5,"position":"39","id":"40","name":"8","credentials":"41"},["42"],"403","Forbidden - perhaps check your credentials?","NodeApiError: Forbidden - perhaps check your credentials?\n at ExecuteContext.apiRequest (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/transport/index.ts:78:9)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at GoogleSheet.spreadsheetGetSheet (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/helpers/GoogleSheet.ts:129:21)\n at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/actions/router.ts:43:20)\n at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/Google/Sheet/v2/GoogleSheetsV2.node.ts:30:10)\n at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1074:8)\n at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1255:11)\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1691:27\n at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2307:11",["43"],["44"],["45"],["46"],["47"],["48"],["49"],{"node":"50","data":"51","source":"52"},["53"],["54"],"manual",{"preBuiltAgentsCalloutGoogleSheets":"55","authentication":"56","resource":"57","operation":"58","documentId":"59","sheetName":"60","columns":"61","options":"62"},"n8n-nodes-base.googleSheets",[240,32],"b3816505-1846-4cfe-af19-dd97cee68d5f",{"googleSheetsOAuth2Api":"63"},"403 - {\"error\":{\"code\":403,\"message\":\"The caller does not have permission\",\"status\":\"PERMISSION_DENIED\"}}",{"startTime":1764630725144,"executionIndex":0,"source":"64","hints":"65","executionTime":4,"executionStatus":"66","data":"67"},{"startTime":1764630727459,"executionTime":3366,"executionIndex":2,"executionStatus":"66","source":"68","data":"69","inputOverride":"70","metadata":"71"},{"startTime":1764630725152,"executionIndex":1,"source":"72","hints":"73","executionTime":5719,"executionStatus":"66","data":"74"},{"startTime":1764630730930,"executionTime":2351,"executionIndex":4,"executionStatus":"66","source":"75","data":"76","inputOverride":"77","metadata":"78"},{"startTime":1764630730872,"executionIndex":3,"source":"79","hints":"80","executionTime":2412,"executionStatus":"66","data":"81"},{"startTime":1764630733285,"executionIndex":5,"source":"82","hints":"83","executionTime":1601,"executionStatus":"66","data":"84"},{"startTime":1764630734887,"executionIndex":6,"source":"85","hints":"86","executionTime":358,"executionStatus":"87","error":"88"},{"parameters":"89","type":"38","typeVersion":4.5,"position":"90","id":"40","name":"8","credentials":"91"},{"main":"92"},{"main":"85"},{"subRun":"93"},{"subRun":"94"},"","oAuth2","sheet","append",{"__rl":true,"value":"95","mode":"96","cachedResultName":"97","cachedResultUrl":"98"},{"__rl":true,"value":"99","mode":"96","cachedResultName":"100","cachedResultUrl":"101"},{"mappingMode":"102","value":"103","matchingColumns":"104","schema":"105","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"106","name":"107"},[],[],"success",{"main":"108"},["109"],{"ai_languageModel":"110"},{"ai_languageModel":"111"},{"subRun":"93"},["112"],[],{"main":"113"},["114"],{"ai_languageModel":"115"},{"ai_languageModel":"116"},{"subRun":"94"},["117"],[],{"main":"118"},["119"],[],{"main":"120"},["121"],[],"error",{"level":"15","tags":"16","description":"17","timestamp":1764630735244,"context":"18","functionality":"19","name":"20","node":"21","messages":"22","httpCode":"23","message":"24","stack":"25"},{"preBuiltAgentsCalloutGoogleSheets":"55","authentication":"56","resource":"57","operation":"58","documentId":"122","sheetName":"123","columns":"124","options":"125"},[240,32],{"googleSheetsOAuth2Api":"126"},["127"],["128"],["129"],"1Y28XTc7qLq0sOJZrARmBZBpVk7EbklDmm3QoAkjO1z4","list","Client's Onboarding","https://docs.google.com/spreadsheets/d/1Y28XTc7qLq0sOJZrARmBZBpVk7EbklDmm3QoAkjO1z4/edit?usp=drivesdk","gid=0","Sheet1","https://docs.google.com/spreadsheets/d/1Y28XTc7qLq0sOJZrARmBZBpVk7EbklDmm3QoAkjO1z4/edit#gid=0","defineBelow",{"Name":"130","Email":"131","Summary":"132"},[],["133","134","135"],"NufmenCs2JQN68sm","Google Sheets account",["136"],{"previousNode":"4","previousNodeRun":0},["137"],["138"],{"previousNode":"139"},["140"],{"previousNode":"141","previousNodeRun":0},["142"],["143"],{"previousNode":"139"},["144"],{"previousNode":"141"},["145"],{"previousNode":"146"},{"__rl":true,"value":"95","mode":"96","cachedResultName":"97","cachedResultUrl":"98"},{"__rl":true,"value":"99","mode":"96","cachedResultName":"100","cachedResultUrl":"101"},{"mappingMode":"102","value":"147","matchingColumns":"148","schema":"149","attemptToConvertTypes":false,"convertFieldsToString":false},{},{"id":"106","name":"107"},["150"],{"node":"151","runIndex":0},{"node":"152","runIndex":0},"={{ $json.message.content.Name }}","={{ $json.message.content.Email }}","={{ $json.message.content.Summary }}",{"id":"153","displayName":"153","required":false,"defaultMatch":false,"display":true,"type":"154","canBeUsedToMatch":true},{"id":"155","displayName":"155","required":false,"defaultMatch":false,"display":true,"type":"154","canBeUsedToMatch":true},{"id":"156","displayName":"156","required":false,"defaultMatch":false,"display":true,"type":"154","canBeUsedToMatch":true},["157"],["158"],["159"],"On form submission",["160"],"AI Agent1",["161"],["162"],["163"],["164"],"OpenAI1",{"Name":"130","Email":"131","Summary":"132"},[],["165","166","167"],{"json":"168","pairedItem":"169"},"OpenAI Chat Model","OpenAI Chat Model1","Name","string","Email","Summary",{"json":"170","pairedItem":"171"},{"json":"172"},{"json":"173"},{"json":"174","pairedItem":"175"},{"json":"176"},{"json":"177"},{"json":"178","pairedItem":"179"},{"json":"168","pairedItem":"180"},{"id":"153","displayName":"153","required":false,"defaultMatch":false,"display":true,"type":"154","canBeUsedToMatch":true},{"id":"155","displayName":"155","required":false,"defaultMatch":false,"display":true,"type":"154","canBeUsedToMatch":true},{"id":"156","displayName":"156","required":false,"defaultMatch":false,"display":true,"type":"154","canBeUsedToMatch":true},{"index":0,"message":"181","logprobs":null,"finish_reason":"182"},{"item":0},{"Name":"183","Email":"184","Company Industry":"185","What do you want to achieve with us in 5 months":"186","submittedAt":"187","formMode":"188"},{"item":0},{"response":"189","tokenUsage":"190"},{"messages":"191","estimatedTokens":172,"options":"192"},{"output":"193"},{"item":0},{"response":"194","tokenUsage":"195"},{"messages":"196","estimatedTokens":76,"options":"197"},{"output":"198"},{"item":0},{"item":0},{"role":"199","content":"200","refusal":null,"annotations":"201"},"stop","Damon Hess","[email protected]","Awesomeness","Everything","2025-12-01T15:12:05.087-08:00","test",{"generations":"202"},{"completionTokens":161,"promptTokens":177,"totalTokens":338},["203"],{"openai_api_key":"204","model":"205","timeout":60000,"max_retries":2,"configuration":"206","model_kwargs":"207"},"Subject: Welcome to the ABC Corp Family, Damon!\n\nBody: \n\nDear Damon,\n\nI hope this message finds you well! On behalf of everyone at ABC Corp, I want to extend a warm welcome to you and express our excitement at the opportunity to partner with you in the vibrant world of Awesomeness.\n\nWe are thrilled to embark on this journey with you and are fully committed to helping you achieve everything you're aiming for. Our team is eager to start working closely with you, ensuring that our collaboration is both fruitful and inspiring.\n\nPlease feel free to reach out anytime with questions or ideas. We’re here to support you every step of the way.\n\nLooking forward to an amazing partnership!\n\nBest regards, \nBob Bob \nVP of Internal Relations \nABC Corp \n\nEmail: [email protected]",{"generations":"208"},{"completionTokens":56,"promptTokens":81,"totalTokens":137},["209"],{"openai_api_key":"210","model":"205","timeout":60000,"max_retries":2,"configuration":"211","model_kwargs":"212"},"Name: Damon Hess\n\nEmail: [email protected]\n\nSummary: Damon Hess is associated with the dynamic and unique industry of \"Awesomeness.\" Driven by the aspiration to achieve virtually every possible goal with us, Damon presents an ambitious and limitless vision for collaboration.","assistant",{"Name":"183","Email":"184","Summary":"213"},[],["214"],"Human: Can you generate a warm and professional welcome email for a new client based on the information provided? The message should be friendly, brief, and personalized—while still sounding professional. It should reflect the client’s industry and their goals for our collaboration. Below is the client’s information:\n\nName: Damon Hess\n\nEmail: [email protected]\n\nCompany Industry: Awesomeness\n\nGoals for the Partnership: Everything\n\nMake sure to always end the email with the following sign-off:\n\nBest regards,\nBob Bob\nVP of Internal Relations\nABC Corp\n\nDo not use placeholders like [Your Name] or [Your Contact Information] under any circumstances, even if some information is missing.\n\nReturn the result in 3 separate fields:\n\nSubject: The email’s subject line\n\nBody: The main email content\n\nEmail: [email protected]",{"lc":1,"type":"215","id":"216"},"gpt-4o",{"baseURL":"217","fetchOptions":"218"},{},["219"],"Human: Use the client details below to generate a clear summary of their profile. Here is the information provided:\n\nName: Damon Hess\n\nCompany Industry: Awesomeness\n\nGoals with Us: Everything\n\nReturn the following fields separately:\n\nName: Damon Hess\n\nEmail: [email protected]\n\nSummary: A concise overview of the client based on the information provided above\n",{"lc":1,"type":"215","id":"220"},{"baseURL":"217","fetchOptions":"221"},{},"Damon Hess is associated with the dynamic and unique industry of \"Awesomeness.\" Driven by the aspiration to achieve virtually every possible goal with us, Damon presents an ambitious and limitless vision for collaboration.",["222"],"secret",["223"],"https://api.openai.com/v1",{},["224"],["223"],{},{"text":"193","generationInfo":"225"},"OPENAI_API_KEY",{"text":"198","generationInfo":"226"},{"prompt":0,"completion":0,"finish_reason":"182","system_fingerprint":"227","model_name":"228","service_tier":"229"},{"prompt":0,"completion":0,"finish_reason":"182","system_fingerprint":"230","model_name":"228","service_tier":"229"},"fp_672b6a21ba","gpt-4o-2024-08-06","default","fp_ed643dde95"]...
|
Edit
Delete
|
|
91
|
{"id":"HhEZikdtm5ZZuKtm","name {"id":"HhEZikdtm5ZZuKtm","name":"Onboarding System Automation","active":false,"nodes":[{"parameters":{"authentication":"none","formTitle":"Onboarding System","formDescription":"Please fulfill all of the fields","formFields":{"values":[{"fieldLabel":"Name","fieldType":"text","placeholder":"Enter Your Name","requiredField":true},{"fieldLabel":"Email","fieldType":"text","placeholder":"Please Enter Your Email","requiredField":true},{"fieldLabel":"Company Industry","fieldType":"text","placeholder":"e.g. Finances, Health Care","requiredField":true},{"fieldLabel":"What do you want to achieve with us in 5 months","fieldType":"text","placeholder":"","requiredField":true}]},"responseMode":"onReceived","addFormPage":"","options":{"appendAttribution":false}},"type":"n8n-nodes-base.formTrigger","typeVersion":2.2,"position":[-896,-128],"id":"88677045-dca5-4658-8884-e9956ad30e71","name":"On form submission","webhookId":"12a1a279-5ebd-44fb-985f-0a072f63e2dd"},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Can you generate a warm and professional welcome email for a new client based on the information provided? The message should be friendly, brief, and personalized—while still sounding professional. It should reflect the client’s industry and their goals for our collaboration. Below is the client’s information:\n\nName: {{ $json.Name }}\n\nEmail: {{ $json.Email }}\n\nCompany Industry: {{ $json['Company Industry'] }}\n\nGoals for the Partnership: {{ $json['What do you want to achieve with us in 5 months'] }}\n\nMake sure to always end the email with the following sign-off:\n\nBest regards,\nBob Bob\nVP of Internal Relations\nABC Corp\n\nDo not use placeholders like [Your Name] or [Your Contact Information] under any circumstances, even if some information is missing.\n\nReturn the result in 3 separate fields:\n\nSubject: The email’s subject line\n\nBody: The main email content\n\nEmail: {{ $json.Email }}","hasOutputParser":false,"options":{},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-432,-352],"id":"277fce44-7c1a-4eda-83c6-ebb1e1acd9ca","name":"AI Agent"},{"parameters":{"notice":"","model":{"__rl":true,"value":"gpt-4o","mode":"list","cachedResultName":"gpt-4o"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-400,-192],"id":"2752d5a3-30a2-4958-aff7-8bbea2d26610","name":"OpenAI Chat Model","credentials":{"openAiApi":{"id":"5DFuvUPLavfaWChn","name":"OpenAi account"}}},{"parameters":{"resource":"text","operation":"message","modelId":{"__rl":true,"value":"gpt-4o","mode":"list","cachedResultName":"GPT-4O"},"messages":{"values":[{"content":"Parse the JSON query and output the parameters seperately:\n\nSubject\nBody\nEmail","role":"system"},{"content":"={{ $json.output }}","role":"user"}]},"simplify":true,"jsonOutput":true,"options":{}},"type":"@n8n/n8n-nodes-langchain.openAi","typeVersion":1.8,"position":[-96,-352],"id":"011afeed-566d-4268-bd9d-b18e7b27ec9c","name":"OpenAI","credentials":{"openAiApi":{"id":"5DFuvUPLavfaWChn","name":"OpenAi account"}}},{"parameters":{"preBuiltAgentsCalloutGmail":"","authentication":"oAuth2","resource":"message","operation":"send","sendTo":"={{ $json.message.content.Email }}","subject":"={{ $json.message.content.Subject }}","emailType":"html","message":"={{ $json.message.content.Body }}","options":{"appendAttribution":false}},"type":"n8n-nodes-base.gmail","typeVersion":2.1,"position":[272,-352],"id":"b62dc869-63a3-494f-ad6c-094c374bb9b2","name":"Gmail","webhookId":"803e30f5-7321-4612-8c73-9c7923f30356","credentials":{"gmailOAuth2":{"id":"jq5N8RrWCTNs4opL","name":"Gmail account"}}},{"parameters":{"aiAgentStarterCallout":"","preBuiltAgentsCallout":"","agent":"toolsAgent","promptType":"define","text":"=Use the client details below to generate a clear summary of their profile. Here is the information provided:\n\nName: {{ $json.Name }}\n\nCompany Industry: {{ $json['Company Industry'] }}\n\nGoals with Us: {{ $json['What do you want to achieve with us in 5 months'] }}\n\nReturn the following fields separately:\n\nName: {{ $json.Name }}\n\nEmail: {{ $json.Email }}\n\nSummary: A concise overview of the client based on the information provided above\n","hasOutputParser":false,"options":{},"credentials":""},"type":"@n8n/n8n-nodes-langchain.agent","typeVersion":1.9,"position":[-560,32],"id":"1c257b43-9d15-4bf6-ba3d-5879d9d39642","name":"AI Agent1"},{"parameters":{"notice":"","model":{"__rl":true,"value":"gpt-4o","mode":"list","cachedResultName":"gpt-4o"},"options":{}},"type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","typeVersion":1.2,"position":[-608,208],"id":"5cf0053e-3d69-49da-8b21-d0c6550c353b","name":"OpenAI Chat Model1","credentials":{"openAiApi":{"id":"5DFuvUPLavfaWChn","name":"OpenAi account"}}},{"parameters":{"resource":"text","operation":"message","modelId":{"__rl":true,"value":"gpt-4o","mode":"list","cachedResultName":"GPT-4O"},"messages":{"values":[{"content":"Parse the JSON query into 3 fields\n\nName\nEmail\nSummary","role":"system"},{"content":"={{ $json.output }}","role":"user"}]},"simplify":true,"jsonOutput":true,"options":{}},"type":"@n8n/n8n-nodes-langchain.openAi","typeVersion":1.8,"position":[-128,32],"id":"f0070d92-8c39-43a8-ab40-3d0b43031a7b","name":"OpenAI1","credentials":{"openAiApi":{"id":"5DFuvUPLavfaWChn","name":"OpenAi account"}}},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"append","documentId":{"__rl":true,"value":"1cHZ6V1w3lfPtVfNWZhZi5Y7DDCSff5MlILfyJqW2iRk","mode":"list","cachedResultName":"Automated Onboarding System","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1cHZ6V1w3lfPtVfNWZhZi5Y7DDCSff5MlILfyJqW2iRk/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1cHZ6V1w3lfPtVfNWZhZi5Y7DDCSff5MlILfyJqW2iRk/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Name":"={{ $json.message.content.Name }}","Email":"={{ $json.message.content.Email }}","Summary":"={{ $json.message.content.Summary }}"},"matchingColumns":[],"schema":[{"id":"Name","displayName":"Name","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Email","displayName":"Email","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"Summary","displayName":"Summary","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.5,"position":[240,32],"id":"b3816505-1846-4cfe-af19-dd97cee68d5f","name":"Google Sheets","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}}],"connections":{"On form submission":{"main":[[{"node":"AI Agent1","type":"main","index":0},{"node":"AI Agent","type":"main","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"AI Agent","type":"ai_languageModel","index":0}]]},"AI Agent":{"main":[[{"node":"OpenAI","type":"main","index":0}]]},"OpenAI":{"main":[[{"node":"Gmail","type":"main","index":0}]]},"AI Agent1":{"main":[[{"node":"OpenAI1","type":"main","index":0}]]},"OpenAI Chat Model1":{"ai_languageModel":[[{"node":"AI Agent1","type":"ai_languageModel","index":0}]]},"OpenAI1":{"main":[[{"node":"Google Sheets","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"staticData":{},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{},{"runData":"4","pinData":"5","lastNodeExecuted":"6"},{"contextData":"7","nodeExecutionStack":"8","metadata":"9","waitingExecution":"10","waitingExecutionSource":"11","runtimeData":"12"},{"On form submission":"13","OpenAI Chat Model":"14","AI Agent":"15","OpenAI":"16","Gmail":"17","OpenAI Chat Model1":"18","AI Agent1":"19","OpenAI1":"20","Google Sheets":"21"},{},"Google Sheets",{},[],{"OpenAI Chat Model":"22","OpenAI Chat Model1":"23"},{},{},{"version":1,"establishedAt":1764631013007,"source":"24"},["25"],["26"],["27"],["28"],["29"],["30"],["31"],["32"],["33"],["34"],["35"],"manual",{"startTime":1764631013010,"executionIndex":0,"source":"36","hints":"37","executionTime":2,"executionStatus":"38","data":"39"},{"startTime":1764631013078,"executionTime":2060,"executionIndex":2,"executionStatus":"38","source":"40","data":"41","inputOverride":"42","metadata":"43"},{"startTime":1764631013014,"executionIndex":1,"source":"44","hints":"45","executionTime":2133,"executionStatus":"38","data":"46"},{"startTime":1764631015148,"executionIndex":3,"source":"47","hints":"48","executionTime":2752,"executionStatus":"38","data":"49"},{"startTime":1764631017911,"executionIndex":4,"source":"50","hints":"51","executionTime":591,"executionStatus":"38","data":"52"},{"startTime":1764631018522,"executionTime":1372,"executionIndex":6,"executionStatus":"38","source":"53","data":"54","inputOverride":"55","metadata":"56"},{"startTime":1764631018503,"executionIndex":5,"source":"57","hints":"58","executionTime":1394,"executionStatus":"38","data":"59"},{"startTime":1764631019899,"executionIndex":7,"source":"60","hints":"61","executionTime":1277,"executionStatus":"38","data":"62"},{"startTime":1764631021177,"executionIndex":8,"source":"63","hints":"64","executionTime":2221,"executionStatus":"38","data":"65"},{"subRun":"66"},{"subRun":"67"},[],[],"success",{"main":"68"},["69"],{"ai_languageModel":"70"},{"ai_languageModel":"71"},{"subRun":"66"},["72"],[],{"main":"73"},["74"],[],{"main":"75"},["76"],[],{"main":"77"},["78"],{"ai_languageModel":"79"},{"ai_languageModel":"80"},{"subRun":"67"},["81"],[],{"main":"82"},["83"],[],{"main":"84"},["85"],[],{"main":"86"},["87"],["88"],["89"],{"previousNode":"90","previousNodeRun":0},["91"],["92"],{"previousNode":"93"},["94"],{"previousNode":"90"},["95"],{"previousNode":"96"},["97"],{"previousNode":"98","previousNodeRun":0},["99"],["100"],{"previousNode":"93"},["101"],{"previousNode":"98"},["102"],{"previousNode":"103"},["104"],{"node":"105","runIndex":0},{"node":"106","runIndex":0},["107"],"AI Agent",["108"],["109"],"On form submission",["110"],["111"],"OpenAI",["112"],"AI Agent1",["113"],["114"],["115"],["116"],"OpenAI1",["117"],"OpenAI Chat Model","OpenAI Chat Model1",{"json":"118","pairedItem":"119"},{"json":"120"},{"json":"121"},{"json":"122","pairedItem":"123"},{"json":"124","pairedItem":"125"},{"json":"126","pairedItem":"127"},{"json":"128"},{"json":"129"},{"json":"130","pairedItem":"131"},{"json":"132","pairedItem":"133"},{"json":"134","pairedItem":"135"},{"Name":"136","Email":"137","Company Industry":"138","What do you want to achieve with us in 5 months":"139","submittedAt":"140","formMode":"141"},{"item":0},{"response":"142","tokenUsage":"143"},{"messages":"144","estimatedTokens":172,"options":"145"},{"output":"146"},{"item":0},{"index":0,"message":"147","logprobs":null,"finish_reason":"148"},{"item":0},{"id":"149","threadId":"149","labelIds":"150"},{"item":0},{"response":"151","tokenUsage":"152"},{"messages":"153","estimatedTokens":76,"options":"154"},{"output":"155"},{"item":0},{"index":0,"message":"156","logprobs":null,"finish_reason":"148"},{"item":0},{"Name":"136","Email":"137","Summary":"157"},{"item":0},"Damon Hess","[email protected]","Awesomeness","Everything","2025-12-01T15:16:52.941-08:00","test",{"generations":"158"},{"completionTokens":146,"promptTokens":177,"totalTokens":323},["159"],{"openai_api_key":"160","model":"161","timeout":60000,"max_retries":2,"configuration":"162","model_kwargs":"163"},"Subject: Welcome to ABC Corp, Damon!\n\nBody: \nHi Damon,\n\nI hope this email finds you well. On behalf of the entire team at ABC Corp, I'm thrilled to welcome you aboard and to begin our exciting journey together!\n\nYour company’s dedication to Awesomeness caught our attention, and we're enthusiastic about the endless possibilities that lie ahead for our partnership. We are committed to supporting \"everything\" you'd like to achieve and ensuring a seamless and successful collaboration.\n\nPlease don't hesitate to reach out if you have any questions or need further assistance. We're here to help and excited to start this chapter with you.\n\nBest regards, \nBob Bob \nVP of Internal Relations \nABC Corp\n\nEmail: [email protected]",{"role":"164","content":"165","refusal":null,"annotations":"166"},"stop","19adc347b4491bb3",["167"],{"generations":"168"},{"completionTokens":69,"promptTokens":81,"totalTokens":150},["169"],{"openai_api_key":"170","model":"161","timeout":60000,"max_retries":2,"configuration":"171","model_kwargs":"172"},"Name: Damon Hess\n\nEmail: [email protected]\n\nSummary: Damon Hess works in the dynamic and innovative industry of \"Awesomeness.\" With ambitious and all-encompassing goals labeled as \"Everything,\" Damon seeks to maximize potential and achieve extensive objectives. This client appears eager to explore and leverage opportunities to their fullest extent.",{"role":"164","content":"173","refusal":null,"annotations":"174"},"Damon Hess works in the dynamic and innovative industry of 'Awesomeness.' With ambitious and all-encompassing goals labeled as 'Everything,' Damon seeks to maximize potential and achieve extensive objectives. This client appears eager to explore and leverage opportunities to their fullest extent.",["175"],"Human: Can you generate a warm and professional welcome email for a new client based on the information provided? The message should be friendly, brief, and personalized—while still sounding professional. It should reflect the client’s industry and their goals for our collaboration. Below is the client’s information:\n\nName: Damon Hess\n\nEmail: [email protected]\n\nCompany Industry: Awesomeness\n\nGoals for the Partnership: Everything\n\nMake sure to always end the email with the following sign-off:\n\nBest regards,\nBob Bob\nVP of Internal Relations\nABC Corp\n\nDo not use placeholders like [Your Name] or [Your Contact Information] under any circumstances, even if some information is missing.\n\nReturn the result in 3 separate fields:\n\nSubject: The email’s subject line\n\nBody: The main email content\n\nEmail: [email protected]",{"lc":1,"type":"176","id":"177"},"gpt-4o",{"baseURL":"178","fetchOptions":"179"},{},"assistant",{"Subject":"180","Body":"181","Email":"137"},[],"SENT",["182"],"Human: Use the client details below to generate a clear summary of their profile. Here is the information provided:\n\nName: Damon Hess\n\nCompany Industry: Awesomeness\n\nGoals with Us: Everything\n\nReturn the following fields separately:\n\nName: Damon Hess\n\nEmail: [email protected]\n\nSummary: A concise overview of the client based on the information provided above\n",{"lc":1,"type":"176","id":"183"},{"baseURL":"178","fetchOptions":"184"},{},{"Name":"136","Email":"137","Summary":"157"},[],["185"],"secret",["186"],"https://api.openai.com/v1",{},"Welcome to ABC Corp, Damon!","Hi Damon,\n\nI hope this email finds you well. On behalf of the entire team at ABC Corp, I'm thrilled to welcome you aboard and to begin our exciting journey together!\n\nYour company’s dedication to Awesomeness caught our attention, and we're enthusiastic about the endless possibilities that lie ahead for our partnership. We are committed to supporting \"everything\" you'd like to achieve and ensuring a seamless and successful collaboration.\n\nPlease don't hesitate to reach out if you have any questions or need further assistance. We're here to help and excited to start this chapter with you.\n\nBest regards,\nBob Bob\nVP of Internal Relations\nABC Corp",["187"],["186"],{},{"text":"146","generationInfo":"188"},"OPENAI_API_KEY",{"text":"155","generationInfo":"189"},{"prompt":0,"completion":0,"finish_reason":"148","system_fingerprint":"190","model_name":"191","service_tier":"192"},{"prompt":0,"completion":0,"finish_reason":"148","system_fingerprint":"193","model_name":"191","service_tier":"192"},"fp_672b6a21ba","gpt-4o-2024-08-06","default","fp_ed643dde95"]...
|
Edit
Delete
|
|
92
|
{"id":"2B85eBwnhrBGciaP","name {"id":"2B85eBwnhrBGciaP","name":"My workflow","active":false,"nodes":[{"parameters":{"authentication":"none","formTitle":"Real Estate - Form","formDescription":"Please provide all of your metrics to get the best real estate deals.","formFields":{"values":[{"fieldLabel":"Location","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Status","fieldType":"dropdown","fieldOptions":{"values":[{"option":"forSale"}]},"requiredField":true},{"fieldLabel":"Minimum Price","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Maximum Price","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Minimum Number of Beds","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Minimum Number of Bathrooms","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"sortselection","fieldType":"dropdown","fieldOptions":{"values":[{"option":"Prince"}]},"requiredField":true},{"fieldLabel":"Multi Family?","fieldType":"dropdown","fieldOptions":{"values":[{"option":"true"},{"option":"false"}]},"requiredField":true}]},"responseMode":"onReceived","addFormPage":"","options":{}},"type":"n8n-nodes-base.formTrigger","typeVersion":2.3,"position":[0,0],"id":"5b2356a7-a20d-4ae7-b9ea-53395848c39a","name":"On form submission","webhookId":"ea20f37f-8676-4c8e-807a-e18200f9aa62"}],"connections":{},"settings":{"executionOrder":"v1"},"staticData":{},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{},{"runData":"4","pinData":"5","lastNodeExecuted":"6"},{"contextData":"7","nodeExecutionStack":"8","metadata":"9","waitingExecution":"10","waitingExecutionSource":"11","runtimeData":"12"},{"On form submission":"13"},{},"On form submission",{},[],{},{},{},{"version":1,"establishedAt":1764827091799,"source":"14"},["15"],"manual",{"startTime":1764827091800,"executionIndex":0,"source":"16","hints":"17","executionTime":1,"executionStatus":"18","data":"19"},[],[],"success",{"main":"20"},["21"],["22"],{"json":"23","pairedItem":"24"},{"Location":"25","Status":"26","Minimum Price":"27","Maximum Price":"28","Minimum Number of Beds":"29","Minimum Number of Bathrooms":"30","sortselection":"31","Multi Family?":"32","submittedAt":"33","formMode":"34"},{"item":0},"MIami","forSale","400000","550000","3","2","Prince","true","2025-12-03T21:44:51.764-08:00","test"]...
|
Edit
Delete
|
|
93
|
{"id":"2B85eBwnhrBGciaP","name {"id":"2B85eBwnhrBGciaP","name":"My workflow","active":false,"nodes":[{"parameters":{"authentication":"none","formTitle":"Real Estate - Form","formDescription":"Please provide all of your metrics to get the best real estate deals.","formFields":{"values":[{"fieldLabel":"Location","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Status","fieldType":"dropdown","fieldOptions":{"values":[{"option":"forSale"}]},"requiredField":true},{"fieldLabel":"Minimum Price","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Maximum Price","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Minimum Number of Beds","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Minimum Number of Bathrooms","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"sortselection","fieldType":"dropdown","fieldOptions":{"values":[{"option":"Price"}]},"requiredField":true},{"fieldLabel":"Multi Family?","fieldType":"dropdown","fieldOptions":{"values":[{"option":"true"},{"option":"false"}]},"requiredField":true}]},"responseMode":"onReceived","addFormPage":"","options":{}},"type":"n8n-nodes-base.formTrigger","typeVersion":2.3,"position":[0,0],"id":"5b2356a7-a20d-4ae7-b9ea-53395848c39a","name":"On form submission","webhookId":"ea20f37f-8676-4c8e-807a-e18200f9aa62"}],"connections":{},"settings":{"executionOrder":"v1"},"staticData":{},"pinData":{}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{},{"runData":"4","pinData":"5","lastNodeExecuted":"6"},{"contextData":"7","nodeExecutionStack":"8","metadata":"9","waitingExecution":"10","waitingExecutionSource":"11","runtimeData":"12"},{"On form submission":"13"},{},"On form submission",{},[],{},{},{},{"version":1,"establishedAt":1764827146312,"source":"14"},["15"],"manual",{"startTime":1764827146315,"executionIndex":0,"source":"16","hints":"17","executionTime":1,"executionStatus":"18","data":"19"},[],[],"success",{"main":"20"},["21"],["22"],{"json":"23","pairedItem":"24"},{"Location":"25","Status":"26","Minimum Price":"27","Maximum Price":"28","Minimum Number of Beds":"29","Minimum Number of Bathrooms":"30","sortselection":"31","Multi Family?":"32","submittedAt":"33","formMode":"34"},{"item":0},"MIami","forSale","400000","550000","3","2","Price","true","2025-12-03T21:45:46.257-08:00","test"]...
|
Edit
Delete
|
|
94
|
{"id":"2B85eBwnhrBGciaP","name {"id":"2B85eBwnhrBGciaP","name":"My workflow","active":false,"nodes":[{"parameters":{"authentication":"none","formTitle":"Real Estate - Form","formDescription":"Please provide all of your metrics to get the best real estate deals.","formFields":{"values":[{"fieldLabel":"Location","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Status","fieldType":"dropdown","fieldOptions":{"values":[{"option":"forSale"}]},"requiredField":true},{"fieldLabel":"Minimum Price","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Maximum Price","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Minimum Number of Beds","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Minimum Number of Bathrooms","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"sortselection","fieldType":"dropdown","fieldOptions":{"values":[{"option":"Price"}]},"requiredField":true},{"fieldLabel":"Multi Family?","fieldType":"dropdown","fieldOptions":{"values":[{"option":"true"},{"option":"false"}]},"requiredField":true}]},"responseMode":"onReceived","addFormPage":"","options":{}},"type":"n8n-nodes-base.formTrigger","typeVersion":2.3,"position":[0,0],"id":"5b2356a7-a20d-4ae7-b9ea-53395848c39a","name":"On form submission","webhookId":"ea20f37f-8676-4c8e-807a-e18200f9aa62"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"https://zillow56.p.rapidapi.com/search?","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":true,"specifyQuery":"keypair","queryParameters":{"parameters":[{"name":"location","value":"={{ $json.Location }}"},{"name":"status","value":"={{ $json.Status }}"},{"name":"price_min","value":"={{ $json['Minimum Price'] }}"},{"name":"price_max","value":"={{ $json['Maximum Price'] }}"},{"name":"beds_min","value":"={{ $json['Minimum Number of Beds'] }}"},{"name":"baths_min","value":"={{ $json['Minimum Number of Bathrooms'] }}"},{"name":"sortSelection","value":"={{ $json.sortselection }}"},{"name":"isMultiFamily","value":"={{ $json['Multi Family?'] }}"}]},"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.3,"position":[208,0],"id":"ddb750b1-e1f9-44f6-845c-40d792a6520d","name":"Search for Deals","credentials":{"httpHeaderAuth":{"id":"Zgd6WeNleJH1GJW4","name":"Header Auth account"}}}],"connections":{"On form submission":{"main":[[{"node":"Search for Deals","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"On form submission":[{"json":{"Location":"MIami","Status":"forSale","Minimum Price":"400000","Maximum Price":"550000","Minimum Number of Beds":"3","Minimum Number of Bathrooms":"2","sortselection":"Price","Multi Family?":"true","submittedAt":"2025-12-03T21:45:46.257-08:00","formMode":"test"}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Search for Deals",["14","4"],{"On form submission":"15","Search for Deals":"16"},{"On form submission":"17"},{"node:Search for Deals":"18"},[],{},{},{},{"version":1,"establishedAt":1764829403668,"source":"19"},"On form submission",["20"],["21"],["22"],{"response":"23"},"manual",{"startTime":1764827146315,"executionIndex":0,"source":"24","hints":"25","executionTime":1,"executionStatus":"26","data":"27"},{"startTime":1764829403671,"executionIndex":1,"source":"28","hints":"29","executionTime":13238,"executionStatus":"26","data":"30"},{"json":"31"},{"body":"32"},[],[],"success",{"main":"33"},["34"],[],{"main":"35"},{"Location":"36","Status":"37","Minimum Price":"38","Maximum Price":"39","Minimum Number of Beds":"40","Minimum Number of Bathrooms":"41","sortselection":"42","Multi Family?":"43","submittedAt":"44","formMode":"45"},{"results":"46","resultsPerPage":41,"totalPages":7,"totalResultCount":260},["47"],{"previousNode":"14","previousNodeOutput":0,"previousNodeRun":0},["48"],"MIami","forSale","400000","550000","3","2","Price","true","2025-12-03T21:45:46.257-08:00","test",["49","50","51","52","53","54","55","56","57","58","59","60","61","62","63","64","65","66","67","68","69","70","71","72","73","74","75","76","77","78","79","80","81","82","83","84","85","86","87","88","89"],["90"],["91"],{"bathrooms":2,"bedrooms":3,"city":"92","country":"93","currency":"94","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"97","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":"98","livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"99","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"100","rentZestimate":2981,"shouldHighlight":false,"state":"101","streetAddress":"102","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"103","zpid":44246499},{"bathrooms":4,"bedrooms":4,"city":"92","country":"93","currency":"94","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"104","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":"105","livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"99","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"106","shouldHighlight":false,"state":"101","streetAddress":"107","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"108","zpid":43827372},{"bathrooms":3,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"109","imgSrc":"110","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":"111","livingArea":1336,"longitude":-80.370636,"openHouse":"112","open_house_info":"113","price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"101","streetAddress":"114","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"115","zpid":156224524},{"bathrooms":2,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"109","imgSrc":"116","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":"117","livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"101","streetAddress":"118","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"119","zestimate":445400,"zipcode":"120","zpid":44280853},{"bathrooms":2,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"121","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":"122","livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"99","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"101","streetAddress":"123","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"124","zpid":44329115},{"bathrooms":2,"bedrooms":4,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"125","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":"126","livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"99","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"101","streetAddress":"127","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"128","zpid":43808029},{"bathrooms":2,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"109","imgSrc":"129","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":"130","livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"101","streetAddress":"131","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"115","zpid":44214153},{"bathrooms":2,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"132","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":"133","livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"99","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"101","streetAddress":"134","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"135","zpid":44331113},{"bathrooms":3,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"109","imgSrc":"136","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":"137","livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"101","streetAddress":"138","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"139","zestimate":435600,"zipcode":"140","zpid":44268720},{"bathrooms":2,"bedrooms":4,"city":"92","country":"93","currency":"94","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"141","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":"142","livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"99","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"143","rentZestimate":2445,"shouldHighlight":false,"state":"101","streetAddress":"144","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"145","zpid":43816637},{"bathrooms":3,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"109","imgSrc":"146","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":"147","livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"101","streetAddress":"148","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"149","zpid":338743241},{"bathrooms":3,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"109","imgSrc":"150","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":"151","livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"101","streetAddress":"152","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"135","zpid":62931912},{"bathrooms":2,"bedrooms":4,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"153","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":"154","livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"99","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"101","streetAddress":"155","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"156","zpid":44302016},{"bathrooms":3,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"157","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":"158","livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"99","lotAreaValue":2125,"newConstructionType":"159","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"101","streetAddress":"160","timeOnZillow":1135294000,"zipcode":"128","zpid":458467587},{"bathrooms":3,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"109","imgSrc":"161","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":"162","livingArea":1575,"longitude":-80.3799,"openHouse":"163","open_house_info":"164","price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"101","streetAddress":"165","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"166","zestimate":511400,"zipcode":"115","zpid":44214373},{"bathrooms":5,"bedrooms":8,"city":"92","country":"93","currency":"94","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"167","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":"168","livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"99","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"169","shouldHighlight":false,"state":"101","streetAddress":"170","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"171","zpid":43822416},{"bathrooms":2,"bedrooms":4,"city":"92","country":"93","currency":"94","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"172","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":"173","livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"99","lotAreaValue":3920,"newConstructionType":"159","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"174","rentZestimate":4151,"shouldHighlight":false,"state":"101","streetAddress":"175","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"176","zpid":155725020},{"bathrooms":3,"bedrooms":5,"city":"92","country":"93","currency":"94","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"177","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":"178","livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"99","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"179","rentZestimate":3827,"shouldHighlight":false,"state":"101","streetAddress":"180","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"124","zpid":44328384},{"bathrooms":2,"bedrooms":4,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"181","imgSrc":"182","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":"183","livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"101","streetAddress":"184","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"145","zpid":43811977},{"bathrooms":3,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"109","imgSrc":"185","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":"186","livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"101","streetAddress":"187","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"188","zestimate":415800,"zipcode":"189","zpid":44192705},{"bathrooms":2,"bedrooms":3,"city":"92","country":"93","currency":"94","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"190","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":"191","livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"99","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"192","shouldHighlight":false,"state":"101","streetAddress":"193","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"156","zpid":82067300},{"bathrooms":3,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"194","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":"195","livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"99","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"101","streetAddress":"196","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"197","zpid":44234621},{"bathrooms":2,"bedrooms":3,"city":"92","country":"93","currency":"94","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"198","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":"199","livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"99","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"200","rentZestimate":2860,"shouldHighlight":false,"state":"101","streetAddress":"201","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"202","zpid":44350402},{"bathrooms":2,"bedrooms":4,"city":"92","country":"93","currency":"94","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"203","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":"204","livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"99","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"205","shouldHighlight":false,"state":"101","streetAddress":"206","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"207","zpid":43839021},{"bathrooms":2,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"208","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":"209","livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"99","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"101","streetAddress":"210","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"211","zpid":44334520},{"bathrooms":2,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"212","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":"213","livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"99","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"101","streetAddress":"214","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"211","zpid":44360997},{"bathrooms":3,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"109","imgSrc":"215","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":"216","livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"101","streetAddress":"217","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"218","zipcode":"211","zpid":44333127},{"bathrooms":3,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"109","imgSrc":"219","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":"220","livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"101","streetAddress":"221","timeOnZillow":644297000,"unit":"222","zestimate":490300,"zipcode":"223","zpid":2060256131},{"bathrooms":3,"bedrooms":4,"city":"92","country":"93","currency":"94","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"109","imgSrc":"224","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":"225","livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"226","rentZestimate":3418,"shouldHighlight":false,"state":"101","streetAddress":"227","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"135","zpid":60798233},{"bathrooms":2,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"228","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":"229","livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"99","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"101","streetAddress":"230","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"140","zpid":118914384},{"bathrooms":2,"bedrooms":4,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"231","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":"232","livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"99","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"101","streetAddress":"233","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"202","zpid":44350836},{"bathrooms":2,"bedrooms":3,"city":"92","country":"93","currency":"94","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"181","imgSrc":"234","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":"235","livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"236","shouldHighlight":false,"state":"101","streetAddress":"237","timeOnZillow":641836000,"zestimate":441600,"zipcode":"176","zpid":452695494},{"bathrooms":2,"bedrooms":3,"city":"92","country":"93","currency":"94","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"238","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":"239","livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"99","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"240","shouldHighlight":false,"state":"101","streetAddress":"241","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"211","zpid":44343488},{"bathrooms":2,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"242","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":"243","livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"99","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"101","streetAddress":"244","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"156","zpid":44301845},{"bathrooms":3,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"109","imgSrc":"245","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":"246","livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"101","streetAddress":"247","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"140","zpid":44264409},{"bathrooms":2,"bedrooms":3,"city":"92","country":"93","currency":"94","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"248","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":"249","livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"99","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"250","rentZestimate":3162,"shouldHighlight":false,"state":"101","streetAddress":"251","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"145","zpid":43813029},{"bathrooms":2,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"252","imgSrc":"253","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":"254","livingArea":1120,"longitude":-80.226776,"newConstructionType":"255","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"101","streetAddress":"256","timeOnZillow":5926090000,"zipcode":"145","zpid":456982725},{"bathrooms":2,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"257","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":"258","livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"99","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"101","streetAddress":"259","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"156","zpid":44299942},{"bathrooms":3,"bedrooms":3,"city":"92","country":"93","currency":"94","daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"109","imgSrc":"260","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":"261","livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"101","streetAddress":"262","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"263","zestimate":416700,"zipcode":"124","zpid":337202171},{"bathrooms":2,"bedrooms":3,"city":"92","country":"93","currency":"94","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"264","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":"265","livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"99","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"266","rentZestimate":3879,"shouldHighlight":false,"state":"101","streetAddress":"267","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"211","zpid":44363879},{"bathrooms":2,"bedrooms":3,"city":"92","country":"93","currency":"94","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"95","homeStatusForHDP":"95","homeType":"96","imgSrc":"268","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":"269","livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"99","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"270","rentZestimate":3048,"shouldHighlight":false,"state":"101","streetAddress":"271","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"211","zpid":44340771},{"json":"272","pairedItem":"273"},{"json":"32","pairedItem":"274"},"Miami","USA","USD","FOR_SALE","SINGLE_FAMILY","https://photos.zillowstatic.com/fp/12c4cfc456ca46d98bd9c90394ed972f-p_e.jpg",{"is_FSBA":true},"sqft","$10,000 (Nov 10)","FL","13741 SW 46th Ter","33175","https://photos.zillowstatic.com/fp/e18a785b7d6d745c04cb54d48b272220-p_e.jpg",{"is_FSBA":true},"$55,000 (Oct 21)","8320 NE 3rd Ave","33138","TOWNHOUSE","https://photos.zillowstatic.com/fp/be985c3b16b4616f615a06d9cb85c0b2-p_e.jpg",{"is_FSBA":true,"is_openHouse":true},"Sat. 2-5pm",{"open_house_showing":"275"},"10930 SW 75th St","33173","https://photos.zillowstatic.com/fp/3188cd2f9186651e70c58fb8bba20fb7-p_e.jpg",{"is_FSBA":true},"10669 SW 113th Pl #84Z","# 84Z","33176","https://photos.zillowstatic.com/fp/65fdb59ddba6a8ebcd59bb4e92939c7c-p_e.jpg",{"is_FSBA":true},"14117 SW 149th Ave","33196","https://photos.zillowstatic.com/fp/8328e530139b271d5af2727e2f30c250-p_e.jpg",{"is_FSBA":true},"286 NW 57th St","33127","https://photos.zillowstatic.com/fp/2f703bc7451d73923ad737ade976fe37-p_e.jpg",{"is_FSBA":true},"10927 SW 71st Ln","https://photos.zillowstatic.com/fp/202998295cf917270202ed9effe3f7a2-p_e.jpg",{"is_foreclosure":true},"15141 SW 130th Ave","33186","https://photos.zillowstatic.com/fp/1fa5f9cfafce4c0711343813f020a4a3-p_e.jpg",{"is_FSBA":true},"8595 SW 152nd Ave APT 251","Apt 251","33193","https://photos.zillowstatic.com/fp/558d65e3b3facfdf8fb9bbeef1b08bae-p_e.jpg",{"is_FSBA":true},"$4,000 (Nov 24)","3320 NW 14th Ave","33142","https://photos.zillowstatic.com/fp/735682adf178a404084dd0ee28937e4d-p_e.jpg",{"is_FSBA":true},"14782 SW 181st Ter","33187","https://photos.zillowstatic.com/fp/1b0a5c206d525d6df89131ebeaea6a99-p_e.jpg",{"is_FSBA":true},"12566 SW 126th Ave","https://photos.zillowstatic.com/fp/5a34cb5460fd3a930845608fbea04a53-p_e.jpg",{"is_FSBA":true},"17995 SW 105th Ave","33157","https://photos.zillowstatic.com/fp/784efa77756687d2d9074b5853636b04-p_e.jpg",{"is_newHome":true},"BUILDER_SPEC","5820 NW 3rd Ave","https://photos.zillowstatic.com/fp/baf1866ac5d43af6fccf94bc9b46aac9-p_e.jpg",{"is_FSBA":true,"is_openHouse":true},"Sat. 12-2pm",{"open_house_showing":"276"},"11537 SW 64th St #A83","# A83","https://photos.zillowstatic.com/fp/c667d2f29ce825e9469eda56f55e2601-p_e.jpg",{"is_FSBA":true},"$4,901 (Nov 22)","1025 NW 31st Ave","33125","https://photos.zillowstatic.com/fp/ba7b3b6032c3aebffa8f54bc2bfeecb1-p_e.jpg",{"is_newHome":true},"$38,000 (Nov 26)","6821 NW 6th Ct","33150","https://photos.zillowstatic.com/fp/fbd254673dce5f8a3b5ba43262ed8776-p_e.jpg",{"is_FSBA":true},"$15,000 (Nov 9)","14552 SW 155th Pl","MULTI_FAMILY","https://photos.zillowstatic.com/fp/f90432302d5cdd6560b6c964da2c2eaf-p_e.jpg",{"is_FSBA":true},"5020 NW 14th Ave","https://photos.zillowstatic.com/fp/f780ef650bf1ae7dc169ecc21bae04fb-p_e.jpg",{"is_FSBA":true},"3806 SW 84th Ave #17","# 17","33155","https://photos.zillowstatic.com/fp/125fb831c0feaf471fc467fd34ee0392-p_e.jpg",{"is_FSBA":true},"$10,000 (Nov 21)","10169 SW 171st St","https://photos.zillowstatic.com/fp/4d185772aa7d1ba42f3c7eacd9ed3fb4-p_e.jpg",{"is_FSBA":true},"12276 SW 10th St","33184","https://photos.zillowstatic.com/fp/d90e09e42c970ffa9295cb45a9df9ddf-p_e.jpg",{"is_FSBA":true},"$31,000 (Dec 1)","20000 SW 114th Ave","33189","https://photos.zillowstatic.com/fp/ec99f4e889a4a7c48f82e9bf2408a7c9-p_e.jpg",{"is_FSBA":true},"","1877 SW 6th St","33135","https://photos.zillowstatic.com/fp/379185d2624418874a27f7660062042c-p_e.jpg",{"is_FSBA":true},"13910 SW 160th Ter","33177","https://photos.zillowstatic.com/fp/43146b49dd55d0a792332364e944c18e-p_e.jpg",{"is_FSBA":true},"12421 SW 193rd St","https://photos.zillowstatic.com/fp/4bb9891acfde8482b7a5aace288a2812-p_e.jpg",{"is_FSBA":true},"13402 SW 153rd St APT 1905","Apt 1905","https://photos.zillowstatic.com/fp/064c6436db6aead23ba531ce2f7fe22c-p_e.jpg",{"is_FSBA":true},"6514 SW 128th Pl #6514","# 6514","33183","https://photos.zillowstatic.com/fp/e3eb585d9f0ccb0ca55e095646e13780-p_e.jpg",{"is_FSBA":true},"$35,000 (Nov 22)","12513 SW 121st Way","https://photos.zillowstatic.com/fp/5ff79e6ed2ada6d64ff10d529fe4d4d6-p_e.jpg",{"is_FSBA":true},"7161 SW 163rd Pl","https://photos.zillowstatic.com/fp/3024547d65f93fce3b918ffe82ab2d2f-p_e.jpg",{"is_FSBA":true},"20120 SW 112th Ct","https://photos.zillowstatic.com/fp/c3dbb5a78049c47a2496bfc8e57050c8-p_e.jpg",{"is_FSBA":true},"$25,000 (Oct 29)","640-642 NW 77th St","https://photos.zillowstatic.com/fp/4d1d685123bd70d5205ebc1917e1a095-p_e.jpg",{"is_FSBA":true},"$30,100 (Nov 17)","17360 SW 121st Ave","https://photos.zillowstatic.com/fp/a8dbaaf1c136402d69004c7f52f32951-p_e.jpg",{"is_FSBA":true},"10250 SW 172nd St","https://photos.zillowstatic.com/fp/a9eebcf7aed96dffa09ded2fd02eaf07-p_e.jpg",{"is_FSBA":true},"16415 SW 73rd Ter","https://photos.zillowstatic.com/fp/3bbe2ae61cc4085c1c59f0f2b8e46051-p_e.jpg",{"is_FSBA":true},"$20,000 (Sep 19)","1243 NW 42nd St","CONDO","https://photos.zillowstatic.com/fp/77a7afc9110b11f0b8dcaddb14c1a6c3-p_e.jpg",{"is_newHome":true},"NEW_CONSTRUCTION_TYPE_OTHER","1844 NW 33rd St","https://photos.zillowstatic.com/fp/bafec18e9e2a38b0753c7bc9132af2a4-p_e.jpg",{"is_FSBA":true},"11321 SW 162nd Ter","https://photos.zillowstatic.com/fp/fb5770e48c396506f474c8739e049bb0-p_e.jpg",{"is_FSBA":true},"15540 SW 136th St #204","# 204","https://photos.zillowstatic.com/fp/6517234e2d34e7054159120b53578677-p_e.jpg",{"is_FSBA":true},"$15,000 (Nov 20)","11958 SW 210th Ter","https://photos.zillowstatic.com/fp/8ca70fd55f28ebe42fda9ea083c064ea-p_e.jpg",{"is_FSBA":true},"$29,999 (Nov 14)","17404 SW 142nd Pl",{"Location":"36","Status":"37","Minimum Price":"38","Maximum Price":"39","Minimum Number of Beds":"40","Minimum Number of Bathrooms":"41","sortselection":"42","Multi Family?":"43","submittedAt":"44","formMode":"45"},{"item":0},{"item":0},["277","278"],["279"],{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000},{"open_house_end":1765058400000,"open_house_start":1765051200000}]...
|
Edit
Delete
|
|
95
|
{"id":"2B85eBwnhrBGciaP","name {"id":"2B85eBwnhrBGciaP","name":"My workflow","active":false,"nodes":[{"parameters":{"authentication":"none","formTitle":"Real Estate - Form","formDescription":"Please provide all of your metrics to get the best real estate deals.","formFields":{"values":[{"fieldLabel":"Location","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Status","fieldType":"dropdown","fieldOptions":{"values":[{"option":"forSale"}]},"requiredField":true},{"fieldLabel":"Minimum Price","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Maximum Price","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Minimum Number of Beds","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Minimum Number of Bathrooms","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"sortselection","fieldType":"dropdown","fieldOptions":{"values":[{"option":"Price"}]},"requiredField":true},{"fieldLabel":"Multi Family?","fieldType":"dropdown","fieldOptions":{"values":[{"option":"true"},{"option":"false"}]},"requiredField":true}]},"responseMode":"onReceived","addFormPage":"","options":{}},"type":"n8n-nodes-base.formTrigger","typeVersion":2.3,"position":[0,0],"id":"5b2356a7-a20d-4ae7-b9ea-53395848c39a","name":"On form submission","webhookId":"ea20f37f-8676-4c8e-807a-e18200f9aa62"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"https://zillow56.p.rapidapi.com/search?","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":true,"specifyQuery":"keypair","queryParameters":{"parameters":[{"name":"location","value":"={{ $json.Location }}"},{"name":"status","value":"={{ $json.Status }}"},{"name":"price_min","value":"={{ $json['Minimum Price'] }}"},{"name":"price_max","value":"={{ $json['Maximum Price'] }}"},{"name":"beds_min","value":"={{ $json['Minimum Number of Beds'] }}"},{"name":"baths_min","value":"={{ $json['Minimum Number of Bathrooms'] }}"},{"name":"sortSelection","value":"={{ $json.sortselection }}"},{"name":"isMultiFamily","value":"={{ $json['Multi Family?'] }}"}]},"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.3,"position":[208,0],"id":"ddb750b1-e1f9-44f6-845c-40d792a6520d","name":"Search for Deals","credentials":{"httpHeaderAuth":{"id":"Zgd6WeNleJH1GJW4","name":"Header Auth account"}}},{"parameters":{"fieldToSplitOut":"results","include":"noOtherFields","options":{}},"type":"n8n-nodes-base.splitOut","typeVersion":1,"position":[416,0],"id":"090fc404-e8cb-413c-9566-449222d89a36","name":"Split Out"}],"connections":{"On form submission":{"main":[[{"node":"Search for Deals","type":"main","index":0}]]},"Search for Deals":{"main":[[{"node":"Split Out","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"On form submission":[{"json":{"Location":"MIami","Status":"forSale","Minimum Price":"400000","Maximum Price":"550000","Minimum Number of Beds":"3","Minimum Number of Bathrooms":"2","sortselection":"Price","Multi Family?":"true","submittedAt":"2025-12-03T21:45:46.257-08:00","formMode":"test"}}],"Search for Deals":[{"json":{"results":[{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/12c4cfc456ca46d98bd9c90394ed972f-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":{"is_FSBA":true},"livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"sqft","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"$10,000 (Nov 10)","rentZestimate":2981,"shouldHighlight":false,"state":"FL","streetAddress":"13741 SW 46th Ter","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"33175","zpid":44246499},{"bathrooms":4,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/e18a785b7d6d745c04cb54d48b272220-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":{"is_FSBA":true},"livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"sqft","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"$55,000 (Oct 21)","shouldHighlight":false,"state":"FL","streetAddress":"8320 NE 3rd Ave","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"33138","zpid":43827372},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/be985c3b16b4616f615a06d9cb85c0b2-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":{"is_FSBA":true,"is_openHouse":true},"livingArea":1336,"longitude":-80.370636,"openHouse":"Sat. 2-5pm","open_house_info":{"open_house_showing":[{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000}]},"price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"FL","streetAddress":"10930 SW 75th St","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"33173","zpid":156224524},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/3188cd2f9186651e70c58fb8bba20fb7-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":{"is_FSBA":true},"livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"FL","streetAddress":"10669 SW 113th Pl #84Z","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"# 84Z","zestimate":445400,"zipcode":"33176","zpid":44280853},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/65fdb59ddba6a8ebcd59bb4e92939c7c-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":{"is_FSBA":true},"livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"sqft","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"FL","streetAddress":"14117 SW 149th Ave","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"33196","zpid":44329115},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/8328e530139b271d5af2727e2f30c250-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":{"is_FSBA":true},"livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"sqft","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"FL","streetAddress":"286 NW 57th St","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"33127","zpid":43808029},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/2f703bc7451d73923ad737ade976fe37-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":{"is_FSBA":true},"livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"FL","streetAddress":"10927 SW 71st Ln","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"33173","zpid":44214153},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/202998295cf917270202ed9effe3f7a2-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":{"is_foreclosure":true},"livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"sqft","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"FL","streetAddress":"15141 SW 130th Ave","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"33186","zpid":44331113},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/1fa5f9cfafce4c0711343813f020a4a3-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":{"is_FSBA":true},"livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"FL","streetAddress":"8595 SW 152nd Ave APT 251","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"Apt 251","zestimate":435600,"zipcode":"33193","zpid":44268720},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/558d65e3b3facfdf8fb9bbeef1b08bae-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":{"is_FSBA":true},"livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"sqft","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"$4,000 (Nov 24)","rentZestimate":2445,"shouldHighlight":false,"state":"FL","streetAddress":"3320 NW 14th Ave","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"33142","zpid":43816637},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/735682adf178a404084dd0ee28937e4d-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":{"is_FSBA":true},"livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"FL","streetAddress":"14782 SW 181st Ter","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"33187","zpid":338743241},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/1b0a5c206d525d6df89131ebeaea6a99-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":{"is_FSBA":true},"livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"FL","streetAddress":"12566 SW 126th Ave","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"33186","zpid":62931912},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/5a34cb5460fd3a930845608fbea04a53-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":{"is_FSBA":true},"livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"sqft","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"FL","streetAddress":"17995 SW 105th Ave","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"33157","zpid":44302016},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/784efa77756687d2d9074b5853636b04-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":{"is_newHome":true},"livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"sqft","lotAreaValue":2125,"newConstructionType":"BUILDER_SPEC","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"FL","streetAddress":"5820 NW 3rd Ave","timeOnZillow":1135294000,"zipcode":"33127","zpid":458467587},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/baf1866ac5d43af6fccf94bc9b46aac9-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":{"is_FSBA":true,"is_openHouse":true},"livingArea":1575,"longitude":-80.3799,"openHouse":"Sat. 12-2pm","open_house_info":{"open_house_showing":[{"open_house_end":1765058400000,"open_house_start":1765051200000}]},"price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"FL","streetAddress":"11537 SW 64th St #A83","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"# A83","zestimate":511400,"zipcode":"33173","zpid":44214373},{"bathrooms":5,"bedrooms":8,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/c667d2f29ce825e9469eda56f55e2601-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":{"is_FSBA":true},"livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"sqft","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"$4,901 (Nov 22)","shouldHighlight":false,"state":"FL","streetAddress":"1025 NW 31st Ave","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"33125","zpid":43822416},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/ba7b3b6032c3aebffa8f54bc2bfeecb1-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":{"is_newHome":true},"livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"sqft","lotAreaValue":3920,"newConstructionType":"BUILDER_SPEC","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"$38,000 (Nov 26)","rentZestimate":4151,"shouldHighlight":false,"state":"FL","streetAddress":"6821 NW 6th Ct","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"33150","zpid":155725020},{"bathrooms":3,"bedrooms":5,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/fbd254673dce5f8a3b5ba43262ed8776-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":{"is_FSBA":true},"livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"sqft","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"$15,000 (Nov 9)","rentZestimate":3827,"shouldHighlight":false,"state":"FL","streetAddress":"14552 SW 155th Pl","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"33196","zpid":44328384},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"MULTI_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/f90432302d5cdd6560b6c964da2c2eaf-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":{"is_FSBA":true},"livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"FL","streetAddress":"5020 NW 14th Ave","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"33142","zpid":43811977},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/f780ef650bf1ae7dc169ecc21bae04fb-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":{"is_FSBA":true},"livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"FL","streetAddress":"3806 SW 84th Ave #17","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"# 17","zestimate":415800,"zipcode":"33155","zpid":44192705},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/125fb831c0feaf471fc467fd34ee0392-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":{"is_FSBA":true},"livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"sqft","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"$10,000 (Nov 21)","shouldHighlight":false,"state":"FL","streetAddress":"10169 SW 171st St","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"33157","zpid":82067300},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/4d185772aa7d1ba42f3c7eacd9ed3fb4-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":{"is_FSBA":true},"livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"sqft","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"FL","streetAddress":"12276 SW 10th St","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"33184","zpid":44234621},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/d90e09e42c970ffa9295cb45a9df9ddf-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":{"is_FSBA":true},"livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"sqft","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"$31,000 (Dec 1)","rentZestimate":2860,"shouldHighlight":false,"state":"FL","streetAddress":"20000 SW 114th Ave","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"33189","zpid":44350402},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/ec99f4e889a4a7c48f82e9bf2408a7c9-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":{"is_FSBA":true},"livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"sqft","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"","shouldHighlight":false,"state":"FL","streetAddress":"1877 SW 6th St","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"33135","zpid":43839021},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/379185d2624418874a27f7660062042c-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":{"is_FSBA":true},"livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"sqft","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"FL","streetAddress":"13910 SW 160th Ter","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"33177","zpid":44334520},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/43146b49dd55d0a792332364e944c18e-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":{"is_FSBA":true},"livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"sqft","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"FL","streetAddress":"12421 SW 193rd St","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"33177","zpid":44360997},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/4bb9891acfde8482b7a5aace288a2812-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":{"is_FSBA":true},"livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"FL","streetAddress":"13402 SW 153rd St APT 1905","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"Apt 1905","zipcode":"33177","zpid":44333127},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/064c6436db6aead23ba531ce2f7fe22c-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":{"is_FSBA":true},"livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"FL","streetAddress":"6514 SW 128th Pl #6514","timeOnZillow":644297000,"unit":"# 6514","zestimate":490300,"zipcode":"33183","zpid":2060256131},{"bathrooms":3,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/e3eb585d9f0ccb0ca55e095646e13780-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":{"is_FSBA":true},"livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"$35,000 (Nov 22)","rentZestimate":3418,"shouldHighlight":false,"state":"FL","streetAddress":"12513 SW 121st Way","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"33186","zpid":60798233},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/5ff79e6ed2ada6d64ff10d529fe4d4d6-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":{"is_FSBA":true},"livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"sqft","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"FL","streetAddress":"7161 SW 163rd Pl","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"33193","zpid":118914384},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/3024547d65f93fce3b918ffe82ab2d2f-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":{"is_FSBA":true},"livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"sqft","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"FL","streetAddress":"20120 SW 112th Ct","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"33189","zpid":44350836},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"MULTI_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/c3dbb5a78049c47a2496bfc8e57050c8-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":{"is_FSBA":true},"livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"$25,000 (Oct 29)","shouldHighlight":false,"state":"FL","streetAddress":"640-642 NW 77th St","timeOnZillow":641836000,"zestimate":441600,"zipcode":"33150","zpid":452695494},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/4d1d685123bd70d5205ebc1917e1a095-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":{"is_FSBA":true},"livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"sqft","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"$30,100 (Nov 17)","shouldHighlight":false,"state":"FL","streetAddress":"17360 SW 121st Ave","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"33177","zpid":44343488},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/a8dbaaf1c136402d69004c7f52f32951-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":{"is_FSBA":true},"livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"sqft","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"FL","streetAddress":"10250 SW 172nd St","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"33157","zpid":44301845},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/a9eebcf7aed96dffa09ded2fd02eaf07-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":{"is_FSBA":true},"livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"FL","streetAddress":"16415 SW 73rd Ter","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"33193","zpid":44264409},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/3bbe2ae61cc4085c1c59f0f2b8e46051-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":{"is_FSBA":true},"livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"sqft","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"$20,000 (Sep 19)","rentZestimate":3162,"shouldHighlight":false,"state":"FL","streetAddress":"1243 NW 42nd St","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"33142","zpid":43813029},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"CONDO","imgSrc":"https://photos.zillowstatic.com/fp/77a7afc9110b11f0b8dcaddb14c1a6c3-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":{"is_newHome":true},"livingArea":1120,"longitude":-80.226776,"newConstructionType":"NEW_CONSTRUCTION_TYPE_OTHER","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"FL","streetAddress":"1844 NW 33rd St","timeOnZillow":5926090000,"zipcode":"33142","zpid":456982725},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/bafec18e9e2a38b0753c7bc9132af2a4-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":{"is_FSBA":true},"livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"sqft","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"FL","streetAddress":"11321 SW 162nd Ter","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"33157","zpid":44299942},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/fb5770e48c396506f474c8739e049bb0-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":{"is_FSBA":true},"livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"FL","streetAddress":"15540 SW 136th St #204","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"# 204","zestimate":416700,"zipcode":"33196","zpid":337202171},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/6517234e2d34e7054159120b53578677-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":{"is_FSBA":true},"livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"sqft","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"$15,000 (Nov 20)","rentZestimate":3879,"shouldHighlight":false,"state":"FL","streetAddress":"11958 SW 210th Ter","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"33177","zpid":44363879},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/8ca70fd55f28ebe42fda9ea083c064ea-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":{"is_FSBA":true},"livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"sqft","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"$29,999 (Nov 14)","rentZestimate":3048,"shouldHighlight":false,"state":"FL","streetAddress":"17404 SW 142nd Pl","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"33177","zpid":44340771}],"resultsPerPage":41,"totalPages":7,"totalResultCount":260}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Split Out",["14","15","4"],{"On form submission":"16","Search for Deals":"17","Split Out":"18"},{"On form submission":"19","Search for Deals":"20"},{},[],{},{},{},{"version":1,"establishedAt":1764829500777,"source":"21"},"On form submission","Search for Deals",["22"],["23"],["24"],["25"],["26"],"manual",{"startTime":1764827146315,"executionIndex":0,"source":"27","hints":"28","executionTime":1,"executionStatus":"29","data":"30"},{"startTime":1764829403671,"executionIndex":1,"source":"31","hints":"32","executionTime":13238,"executionStatus":"29","data":"33"},{"startTime":1764829500781,"executionIndex":2,"source":"34","hints":"35","executionTime":7,"executionStatus":"29","data":"36"},{"json":"37"},{"json":"38"},[],[],"success",{"main":"39"},["40"],[],{"main":"41"},["42"],[],{"main":"43"},{"Location":"44","Status":"45","Minimum Price":"46","Maximum Price":"47","Minimum Number of Beds":"48","Minimum Number of Bathrooms":"49","sortselection":"50","Multi Family?":"51","submittedAt":"52","formMode":"53"},{"results":"54","resultsPerPage":41,"totalPages":7,"totalResultCount":260},["55"],{"previousNode":"14","previousNodeOutput":0,"previousNodeRun":0},["56"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["57"],"MIami","forSale","400000","550000","3","2","Price","true","2025-12-03T21:45:46.257-08:00","test",["58","59","60","61","62","63","64","65","66","67","68","69","70","71","72","73","74","75","76","77","78","79","80","81","82","83","84","85","86","87","88","89","90","91","92","93","94","95","96","97","98"],["99"],["100"],["101","102","103","104","105","106","107","108","109","110","111","112","113","114","115","116","117","118","119","120","121","122","123","124","125","126","127","128","129","130","131","132","133","134","135","136","137","138","139","140","141"],{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"147","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":"148","livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"149","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"150","rentZestimate":2981,"shouldHighlight":false,"state":"151","streetAddress":"152","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"153","zpid":44246499},{"bathrooms":4,"bedrooms":4,"city":"142","country":"143","currency":"144","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"154","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":"155","livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"149","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"156","shouldHighlight":false,"state":"151","streetAddress":"157","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"158","zpid":43827372},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"160","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":"161","livingArea":1336,"longitude":-80.370636,"openHouse":"162","open_house_info":"163","price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"151","streetAddress":"164","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"165","zpid":156224524},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"166","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":"167","livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"151","streetAddress":"168","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"169","zestimate":445400,"zipcode":"170","zpid":44280853},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"171","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":"172","livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"149","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"151","streetAddress":"173","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"174","zpid":44329115},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"175","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":"176","livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"149","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"151","streetAddress":"177","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"178","zpid":43808029},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"179","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":"180","livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"151","streetAddress":"181","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"165","zpid":44214153},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"182","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":"183","livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"149","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"151","streetAddress":"184","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"185","zpid":44331113},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"186","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":"187","livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"151","streetAddress":"188","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"189","zestimate":435600,"zipcode":"190","zpid":44268720},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"191","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":"192","livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"149","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"193","rentZestimate":2445,"shouldHighlight":false,"state":"151","streetAddress":"194","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"195","zpid":43816637},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"196","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":"197","livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"151","streetAddress":"198","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"199","zpid":338743241},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"200","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":"201","livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"151","streetAddress":"202","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"185","zpid":62931912},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"203","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":"204","livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"149","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"151","streetAddress":"205","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"206","zpid":44302016},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"207","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":"208","livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"149","lotAreaValue":2125,"newConstructionType":"209","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"151","streetAddress":"210","timeOnZillow":1135294000,"zipcode":"178","zpid":458467587},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"211","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":"212","livingArea":1575,"longitude":-80.3799,"openHouse":"213","open_house_info":"214","price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"151","streetAddress":"215","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"216","zestimate":511400,"zipcode":"165","zpid":44214373},{"bathrooms":5,"bedrooms":8,"city":"142","country":"143","currency":"144","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"217","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":"218","livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"149","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"219","shouldHighlight":false,"state":"151","streetAddress":"220","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"221","zpid":43822416},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"222","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":"223","livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"149","lotAreaValue":3920,"newConstructionType":"209","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"224","rentZestimate":4151,"shouldHighlight":false,"state":"151","streetAddress":"225","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"226","zpid":155725020},{"bathrooms":3,"bedrooms":5,"city":"142","country":"143","currency":"144","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"227","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":"228","livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"149","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"229","rentZestimate":3827,"shouldHighlight":false,"state":"151","streetAddress":"230","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"174","zpid":44328384},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"231","imgSrc":"232","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":"233","livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"151","streetAddress":"234","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"195","zpid":43811977},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"235","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":"236","livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"151","streetAddress":"237","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"238","zestimate":415800,"zipcode":"239","zpid":44192705},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"240","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":"241","livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"149","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"242","shouldHighlight":false,"state":"151","streetAddress":"243","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"206","zpid":82067300},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"244","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":"245","livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"149","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"151","streetAddress":"246","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"247","zpid":44234621},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"248","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":"249","livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"149","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"250","rentZestimate":2860,"shouldHighlight":false,"state":"151","streetAddress":"251","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"252","zpid":44350402},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"253","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":"254","livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"149","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"255","shouldHighlight":false,"state":"151","streetAddress":"256","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"257","zpid":43839021},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"258","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":"259","livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"149","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"151","streetAddress":"260","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"261","zpid":44334520},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"262","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":"263","livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"149","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"151","streetAddress":"264","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"261","zpid":44360997},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"265","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":"266","livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"151","streetAddress":"267","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"268","zipcode":"261","zpid":44333127},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"269","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":"270","livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"151","streetAddress":"271","timeOnZillow":644297000,"unit":"272","zestimate":490300,"zipcode":"273","zpid":2060256131},{"bathrooms":3,"bedrooms":4,"city":"142","country":"143","currency":"144","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"274","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":"275","livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"276","rentZestimate":3418,"shouldHighlight":false,"state":"151","streetAddress":"277","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"185","zpid":60798233},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"278","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":"279","livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"149","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"151","streetAddress":"280","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"190","zpid":118914384},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"281","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":"282","livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"149","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"151","streetAddress":"283","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"252","zpid":44350836},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"231","imgSrc":"284","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":"285","livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"286","shouldHighlight":false,"state":"151","streetAddress":"287","timeOnZillow":641836000,"zestimate":441600,"zipcode":"226","zpid":452695494},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"288","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":"289","livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"149","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"290","shouldHighlight":false,"state":"151","streetAddress":"291","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"261","zpid":44343488},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"292","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":"293","livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"149","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"151","streetAddress":"294","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"206","zpid":44301845},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"295","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":"296","livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"151","streetAddress":"297","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"190","zpid":44264409},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"298","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":"299","livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"149","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"300","rentZestimate":3162,"shouldHighlight":false,"state":"151","streetAddress":"301","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"195","zpid":43813029},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"302","imgSrc":"303","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":"304","livingArea":1120,"longitude":-80.226776,"newConstructionType":"305","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"151","streetAddress":"306","timeOnZillow":5926090000,"zipcode":"195","zpid":456982725},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"307","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":"308","livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"149","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"151","streetAddress":"309","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"206","zpid":44299942},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"310","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":"311","livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"151","streetAddress":"312","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"313","zestimate":416700,"zipcode":"174","zpid":337202171},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"314","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":"315","livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"149","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"316","rentZestimate":3879,"shouldHighlight":false,"state":"151","streetAddress":"317","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"261","zpid":44363879},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"318","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":"319","livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"149","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"320","rentZestimate":3048,"shouldHighlight":false,"state":"151","streetAddress":"321","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"261","zpid":44340771},{"json":"322","pairedItem":"323"},{"json":"324","pairedItem":"325"},{"json":"326","pairedItem":"327"},{"json":"328","pairedItem":"329"},{"json":"330","pairedItem":"331"},{"json":"332","pairedItem":"333"},{"json":"334","pairedItem":"335"},{"json":"336","pairedItem":"337"},{"json":"338","pairedItem":"339"},{"json":"340","pairedItem":"341"},{"json":"342","pairedItem":"343"},{"json":"344","pairedItem":"345"},{"json":"346","pairedItem":"347"},{"json":"348","pairedItem":"349"},{"json":"350","pairedItem":"351"},{"json":"352","pairedItem":"353"},{"json":"354","pairedItem":"355"},{"json":"356","pairedItem":"357"},{"json":"358","pairedItem":"359"},{"json":"360","pairedItem":"361"},{"json":"362","pairedItem":"363"},{"json":"364","pairedItem":"365"},{"json":"366","pairedItem":"367"},{"json":"368","pairedItem":"369"},{"json":"370","pairedItem":"371"},{"json":"372","pairedItem":"373"},{"json":"374","pairedItem":"375"},{"json":"376","pairedItem":"377"},{"json":"378","pairedItem":"379"},{"json":"380","pairedItem":"381"},{"json":"382","pairedItem":"383"},{"json":"384","pairedItem":"385"},{"json":"386","pairedItem":"387"},{"json":"388","pairedItem":"389"},{"json":"390","pairedItem":"391"},{"json":"392","pairedItem":"393"},{"json":"394","pairedItem":"395"},{"json":"396","pairedItem":"397"},{"json":"398","pairedItem":"399"},{"json":"400","pairedItem":"401"},{"json":"402","pairedItem":"403"},{"json":"404","pairedItem":"405"},{"json":"406","pairedItem":"407"},"Miami","USA","USD","FOR_SALE","SINGLE_FAMILY","https://photos.zillowstatic.com/fp/12c4cfc456ca46d98bd9c90394ed972f-p_e.jpg",{"is_FSBA":true},"sqft","$10,000 (Nov 10)","FL","13741 SW 46th Ter","33175","https://photos.zillowstatic.com/fp/e18a785b7d6d745c04cb54d48b272220-p_e.jpg",{"is_FSBA":true},"$55,000 (Oct 21)","8320 NE 3rd Ave","33138","TOWNHOUSE","https://photos.zillowstatic.com/fp/be985c3b16b4616f615a06d9cb85c0b2-p_e.jpg",{"is_FSBA":true,"is_openHouse":true},"Sat. 2-5pm",{"open_house_showing":"408"},"10930 SW 75th St","33173","https://photos.zillowstatic.com/fp/3188cd2f9186651e70c58fb8bba20fb7-p_e.jpg",{"is_FSBA":true},"10669 SW 113th Pl #84Z","# 84Z","33176","https://photos.zillowstatic.com/fp/65fdb59ddba6a8ebcd59bb4e92939c7c-p_e.jpg",{"is_FSBA":true},"14117 SW 149th Ave","33196","https://photos.zillowstatic.com/fp/8328e530139b271d5af2727e2f30c250-p_e.jpg",{"is_FSBA":true},"286 NW 57th St","33127","https://photos.zillowstatic.com/fp/2f703bc7451d73923ad737ade976fe37-p_e.jpg",{"is_FSBA":true},"10927 SW 71st Ln","https://photos.zillowstatic.com/fp/202998295cf917270202ed9effe3f7a2-p_e.jpg",{"is_foreclosure":true},"15141 SW 130th Ave","33186","https://photos.zillowstatic.com/fp/1fa5f9cfafce4c0711343813f020a4a3-p_e.jpg",{"is_FSBA":true},"8595 SW 152nd Ave APT 251","Apt 251","33193","https://photos.zillowstatic.com/fp/558d65e3b3facfdf8fb9bbeef1b08bae-p_e.jpg",{"is_FSBA":true},"$4,000 (Nov 24)","3320 NW 14th Ave","33142","https://photos.zillowstatic.com/fp/735682adf178a404084dd0ee28937e4d-p_e.jpg",{"is_FSBA":true},"14782 SW 181st Ter","33187","https://photos.zillowstatic.com/fp/1b0a5c206d525d6df89131ebeaea6a99-p_e.jpg",{"is_FSBA":true},"12566 SW 126th Ave","https://photos.zillowstatic.com/fp/5a34cb5460fd3a930845608fbea04a53-p_e.jpg",{"is_FSBA":true},"17995 SW 105th Ave","33157","https://photos.zillowstatic.com/fp/784efa77756687d2d9074b5853636b04-p_e.jpg",{"is_newHome":true},"BUILDER_SPEC","5820 NW 3rd Ave","https://photos.zillowstatic.com/fp/baf1866ac5d43af6fccf94bc9b46aac9-p_e.jpg",{"is_FSBA":true,"is_openHouse":true},"Sat. 12-2pm",{"open_house_showing":"409"},"11537 SW 64th St #A83","# A83","https://photos.zillowstatic.com/fp/c667d2f29ce825e9469eda56f55e2601-p_e.jpg",{"is_FSBA":true},"$4,901 (Nov 22)","1025 NW 31st Ave","33125","https://photos.zillowstatic.com/fp/ba7b3b6032c3aebffa8f54bc2bfeecb1-p_e.jpg",{"is_newHome":true},"$38,000 (Nov 26)","6821 NW 6th Ct","33150","https://photos.zillowstatic.com/fp/fbd254673dce5f8a3b5ba43262ed8776-p_e.jpg",{"is_FSBA":true},"$15,000 (Nov 9)","14552 SW 155th Pl","MULTI_FAMILY","https://photos.zillowstatic.com/fp/f90432302d5cdd6560b6c964da2c2eaf-p_e.jpg",{"is_FSBA":true},"5020 NW 14th Ave","https://photos.zillowstatic.com/fp/f780ef650bf1ae7dc169ecc21bae04fb-p_e.jpg",{"is_FSBA":true},"3806 SW 84th Ave #17","# 17","33155","https://photos.zillowstatic.com/fp/125fb831c0feaf471fc467fd34ee0392-p_e.jpg",{"is_FSBA":true},"$10,000 (Nov 21)","10169 SW 171st St","https://photos.zillowstatic.com/fp/4d185772aa7d1ba42f3c7eacd9ed3fb4-p_e.jpg",{"is_FSBA":true},"12276 SW 10th St","33184","https://photos.zillowstatic.com/fp/d90e09e42c970ffa9295cb45a9df9ddf-p_e.jpg",{"is_FSBA":true},"$31,000 (Dec 1)","20000 SW 114th Ave","33189","https://photos.zillowstatic.com/fp/ec99f4e889a4a7c48f82e9bf2408a7c9-p_e.jpg",{"is_FSBA":true},"","1877 SW 6th St","33135","https://photos.zillowstatic.com/fp/379185d2624418874a27f7660062042c-p_e.jpg",{"is_FSBA":true},"13910 SW 160th Ter","33177","https://photos.zillowstatic.com/fp/43146b49dd55d0a792332364e944c18e-p_e.jpg",{"is_FSBA":true},"12421 SW 193rd St","https://photos.zillowstatic.com/fp/4bb9891acfde8482b7a5aace288a2812-p_e.jpg",{"is_FSBA":true},"13402 SW 153rd St APT 1905","Apt 1905","https://photos.zillowstatic.com/fp/064c6436db6aead23ba531ce2f7fe22c-p_e.jpg",{"is_FSBA":true},"6514 SW 128th Pl #6514","# 6514","33183","https://photos.zillowstatic.com/fp/e3eb585d9f0ccb0ca55e095646e13780-p_e.jpg",{"is_FSBA":true},"$35,000 (Nov 22)","12513 SW 121st Way","https://photos.zillowstatic.com/fp/5ff79e6ed2ada6d64ff10d529fe4d4d6-p_e.jpg",{"is_FSBA":true},"7161 SW 163rd Pl","https://photos.zillowstatic.com/fp/3024547d65f93fce3b918ffe82ab2d2f-p_e.jpg",{"is_FSBA":true},"20120 SW 112th Ct","https://photos.zillowstatic.com/fp/c3dbb5a78049c47a2496bfc8e57050c8-p_e.jpg",{"is_FSBA":true},"$25,000 (Oct 29)","640-642 NW 77th St","https://photos.zillowstatic.com/fp/4d1d685123bd70d5205ebc1917e1a095-p_e.jpg",{"is_FSBA":true},"$30,100 (Nov 17)","17360 SW 121st Ave","https://photos.zillowstatic.com/fp/a8dbaaf1c136402d69004c7f52f32951-p_e.jpg",{"is_FSBA":true},"10250 SW 172nd St","https://photos.zillowstatic.com/fp/a9eebcf7aed96dffa09ded2fd02eaf07-p_e.jpg",{"is_FSBA":true},"16415 SW 73rd Ter","https://photos.zillowstatic.com/fp/3bbe2ae61cc4085c1c59f0f2b8e46051-p_e.jpg",{"is_FSBA":true},"$20,000 (Sep 19)","1243 NW 42nd St","CONDO","https://photos.zillowstatic.com/fp/77a7afc9110b11f0b8dcaddb14c1a6c3-p_e.jpg",{"is_newHome":true},"NEW_CONSTRUCTION_TYPE_OTHER","1844 NW 33rd St","https://photos.zillowstatic.com/fp/bafec18e9e2a38b0753c7bc9132af2a4-p_e.jpg",{"is_FSBA":true},"11321 SW 162nd Ter","https://photos.zillowstatic.com/fp/fb5770e48c396506f474c8739e049bb0-p_e.jpg",{"is_FSBA":true},"15540 SW 136th St #204","# 204","https://photos.zillowstatic.com/fp/6517234e2d34e7054159120b53578677-p_e.jpg",{"is_FSBA":true},"$15,000 (Nov 20)","11958 SW 210th Ter","https://photos.zillowstatic.com/fp/8ca70fd55f28ebe42fda9ea083c064ea-p_e.jpg",{"is_FSBA":true},"$29,999 (Nov 14)","17404 SW 142nd Pl",{"Location":"44","Status":"45","Minimum Price":"46","Maximum Price":"47","Minimum Number of Beds":"48","Minimum Number of Bathrooms":"49","sortselection":"50","Multi Family?":"51","submittedAt":"52","formMode":"53"},{"item":0},{"results":"410","resultsPerPage":41,"totalPages":7,"totalResultCount":260},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"147","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":"148","livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"149","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"150","rentZestimate":2981,"shouldHighlight":false,"state":"151","streetAddress":"152","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"153","zpid":44246499},{"item":0},{"bathrooms":4,"bedrooms":4,"city":"142","country":"143","currency":"144","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"154","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":"155","livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"149","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"156","shouldHighlight":false,"state":"151","streetAddress":"157","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"158","zpid":43827372},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"160","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":"161","livingArea":1336,"longitude":-80.370636,"openHouse":"162","open_house_info":"163","price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"151","streetAddress":"164","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"165","zpid":156224524},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"166","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":"167","livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"151","streetAddress":"168","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"169","zestimate":445400,"zipcode":"170","zpid":44280853},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"171","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":"172","livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"149","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"151","streetAddress":"173","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"174","zpid":44329115},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"175","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":"176","livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"149","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"151","streetAddress":"177","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"178","zpid":43808029},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"179","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":"180","livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"151","streetAddress":"181","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"165","zpid":44214153},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"182","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":"183","livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"149","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"151","streetAddress":"184","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"185","zpid":44331113},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"186","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":"187","livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"151","streetAddress":"188","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"189","zestimate":435600,"zipcode":"190","zpid":44268720},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"191","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":"192","livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"149","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"193","rentZestimate":2445,"shouldHighlight":false,"state":"151","streetAddress":"194","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"195","zpid":43816637},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"196","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":"197","livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"151","streetAddress":"198","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"199","zpid":338743241},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"200","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":"201","livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"151","streetAddress":"202","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"185","zpid":62931912},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"203","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":"204","livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"149","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"151","streetAddress":"205","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"206","zpid":44302016},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"207","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":"208","livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"149","lotAreaValue":2125,"newConstructionType":"209","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"151","streetAddress":"210","timeOnZillow":1135294000,"zipcode":"178","zpid":458467587},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"211","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":"212","livingArea":1575,"longitude":-80.3799,"openHouse":"213","open_house_info":"214","price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"151","streetAddress":"215","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"216","zestimate":511400,"zipcode":"165","zpid":44214373},{"item":0},{"bathrooms":5,"bedrooms":8,"city":"142","country":"143","currency":"144","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"217","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":"218","livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"149","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"219","shouldHighlight":false,"state":"151","streetAddress":"220","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"221","zpid":43822416},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"222","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":"223","livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"149","lotAreaValue":3920,"newConstructionType":"209","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"224","rentZestimate":4151,"shouldHighlight":false,"state":"151","streetAddress":"225","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"226","zpid":155725020},{"item":0},{"bathrooms":3,"bedrooms":5,"city":"142","country":"143","currency":"144","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"227","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":"228","livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"149","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"229","rentZestimate":3827,"shouldHighlight":false,"state":"151","streetAddress":"230","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"174","zpid":44328384},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"231","imgSrc":"232","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":"233","livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"151","streetAddress":"234","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"195","zpid":43811977},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"235","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":"236","livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"151","streetAddress":"237","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"238","zestimate":415800,"zipcode":"239","zpid":44192705},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"240","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":"241","livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"149","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"242","shouldHighlight":false,"state":"151","streetAddress":"243","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"206","zpid":82067300},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"244","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":"245","livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"149","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"151","streetAddress":"246","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"247","zpid":44234621},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"248","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":"249","livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"149","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"250","rentZestimate":2860,"shouldHighlight":false,"state":"151","streetAddress":"251","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"252","zpid":44350402},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"253","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":"254","livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"149","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"255","shouldHighlight":false,"state":"151","streetAddress":"256","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"257","zpid":43839021},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"258","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":"259","livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"149","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"151","streetAddress":"260","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"261","zpid":44334520},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"262","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":"263","livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"149","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"151","streetAddress":"264","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"261","zpid":44360997},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"265","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":"266","livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"151","streetAddress":"267","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"268","zipcode":"261","zpid":44333127},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"269","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":"270","livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"151","streetAddress":"271","timeOnZillow":644297000,"unit":"272","zestimate":490300,"zipcode":"273","zpid":2060256131},{"item":0},{"bathrooms":3,"bedrooms":4,"city":"142","country":"143","currency":"144","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"274","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":"275","livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"276","rentZestimate":3418,"shouldHighlight":false,"state":"151","streetAddress":"277","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"185","zpid":60798233},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"278","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":"279","livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"149","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"151","streetAddress":"280","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"190","zpid":118914384},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"281","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":"282","livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"149","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"151","streetAddress":"283","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"252","zpid":44350836},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"231","imgSrc":"284","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":"285","livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"286","shouldHighlight":false,"state":"151","streetAddress":"287","timeOnZillow":641836000,"zestimate":441600,"zipcode":"226","zpid":452695494},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"288","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":"289","livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"149","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"290","shouldHighlight":false,"state":"151","streetAddress":"291","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"261","zpid":44343488},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"292","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":"293","livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"149","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"151","streetAddress":"294","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"206","zpid":44301845},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"295","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":"296","livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"151","streetAddress":"297","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"190","zpid":44264409},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"298","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":"299","livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"149","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"300","rentZestimate":3162,"shouldHighlight":false,"state":"151","streetAddress":"301","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"195","zpid":43813029},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"302","imgSrc":"303","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":"304","livingArea":1120,"longitude":-80.226776,"newConstructionType":"305","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"151","streetAddress":"306","timeOnZillow":5926090000,"zipcode":"195","zpid":456982725},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"307","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":"308","livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"149","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"151","streetAddress":"309","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"206","zpid":44299942},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"310","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":"311","livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"151","streetAddress":"312","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"313","zestimate":416700,"zipcode":"174","zpid":337202171},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"314","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":"315","livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"149","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"316","rentZestimate":3879,"shouldHighlight":false,"state":"151","streetAddress":"317","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"261","zpid":44363879},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"318","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":"319","livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"149","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"320","rentZestimate":3048,"shouldHighlight":false,"state":"151","streetAddress":"321","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"261","zpid":44340771},{"item":0},["411","412"],["413"],["414","415","416","417","418","419","420","421","422","423","424","425","426","427","428","429","430","431","432","433","434","435","436","437","438","439","440","441","442","443","444","445","446","447","448","449","450","451","452","453","454"],{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000},{"open_house_end":1765058400000,"open_house_start":1765051200000},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"147","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":"455","livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"149","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"150","rentZestimate":2981,"shouldHighlight":false,"state":"151","streetAddress":"152","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"153","zpid":44246499},{"bathrooms":4,"bedrooms":4,"city":"142","country":"143","currency":"144","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"154","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":"456","livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"149","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"156","shouldHighlight":false,"state":"151","streetAddress":"157","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"158","zpid":43827372},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"160","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":"457","livingArea":1336,"longitude":-80.370636,"openHouse":"162","open_house_info":"458","price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"151","streetAddress":"164","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"165","zpid":156224524},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"166","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":"459","livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"151","streetAddress":"168","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"169","zestimate":445400,"zipcode":"170","zpid":44280853},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"171","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":"460","livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"149","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"151","streetAddress":"173","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"174","zpid":44329115},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"175","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":"461","livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"149","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"151","streetAddress":"177","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"178","zpid":43808029},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"179","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":"462","livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"151","streetAddress":"181","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"165","zpid":44214153},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"182","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":"463","livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"149","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"151","streetAddress":"184","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"185","zpid":44331113},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"186","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":"464","livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"151","streetAddress":"188","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"189","zestimate":435600,"zipcode":"190","zpid":44268720},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"191","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":"465","livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"149","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"193","rentZestimate":2445,"shouldHighlight":false,"state":"151","streetAddress":"194","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"195","zpid":43816637},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"196","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":"466","livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"151","streetAddress":"198","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"199","zpid":338743241},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"200","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":"467","livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"151","streetAddress":"202","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"185","zpid":62931912},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"203","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":"468","livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"149","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"151","streetAddress":"205","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"206","zpid":44302016},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"207","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":"469","livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"149","lotAreaValue":2125,"newConstructionType":"209","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"151","streetAddress":"210","timeOnZillow":1135294000,"zipcode":"178","zpid":458467587},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"211","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":"470","livingArea":1575,"longitude":-80.3799,"openHouse":"213","open_house_info":"471","price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"151","streetAddress":"215","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"216","zestimate":511400,"zipcode":"165","zpid":44214373},{"bathrooms":5,"bedrooms":8,"city":"142","country":"143","currency":"144","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"217","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":"472","livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"149","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"219","shouldHighlight":false,"state":"151","streetAddress":"220","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"221","zpid":43822416},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"222","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":"473","livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"149","lotAreaValue":3920,"newConstructionType":"209","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"224","rentZestimate":4151,"shouldHighlight":false,"state":"151","streetAddress":"225","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"226","zpid":155725020},{"bathrooms":3,"bedrooms":5,"city":"142","country":"143","currency":"144","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"227","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":"474","livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"149","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"229","rentZestimate":3827,"shouldHighlight":false,"state":"151","streetAddress":"230","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"174","zpid":44328384},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"231","imgSrc":"232","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":"475","livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"151","streetAddress":"234","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"195","zpid":43811977},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"235","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":"476","livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"151","streetAddress":"237","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"238","zestimate":415800,"zipcode":"239","zpid":44192705},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"240","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":"477","livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"149","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"242","shouldHighlight":false,"state":"151","streetAddress":"243","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"206","zpid":82067300},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"244","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":"478","livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"149","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"151","streetAddress":"246","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"247","zpid":44234621},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"248","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":"479","livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"149","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"250","rentZestimate":2860,"shouldHighlight":false,"state":"151","streetAddress":"251","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"252","zpid":44350402},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"253","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":"480","livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"149","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"255","shouldHighlight":false,"state":"151","streetAddress":"256","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"257","zpid":43839021},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"258","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":"481","livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"149","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"151","streetAddress":"260","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"261","zpid":44334520},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"262","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":"482","livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"149","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"151","streetAddress":"264","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"261","zpid":44360997},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"265","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":"483","livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"151","streetAddress":"267","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"268","zipcode":"261","zpid":44333127},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"269","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":"484","livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"151","streetAddress":"271","timeOnZillow":644297000,"unit":"272","zestimate":490300,"zipcode":"273","zpid":2060256131},{"bathrooms":3,"bedrooms":4,"city":"142","country":"143","currency":"144","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"274","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":"485","livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"276","rentZestimate":3418,"shouldHighlight":false,"state":"151","streetAddress":"277","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"185","zpid":60798233},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"278","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":"486","livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"149","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"151","streetAddress":"280","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"190","zpid":118914384},{"bathrooms":2,"bedrooms":4,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"281","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":"487","livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"149","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"151","streetAddress":"283","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"252","zpid":44350836},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"231","imgSrc":"284","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":"488","livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"286","shouldHighlight":false,"state":"151","streetAddress":"287","timeOnZillow":641836000,"zestimate":441600,"zipcode":"226","zpid":452695494},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"288","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":"489","livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"149","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"290","shouldHighlight":false,"state":"151","streetAddress":"291","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"261","zpid":44343488},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"292","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":"490","livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"149","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"151","streetAddress":"294","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"206","zpid":44301845},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"295","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":"491","livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"151","streetAddress":"297","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"190","zpid":44264409},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"298","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":"492","livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"149","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"300","rentZestimate":3162,"shouldHighlight":false,"state":"151","streetAddress":"301","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"195","zpid":43813029},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"302","imgSrc":"303","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":"493","livingArea":1120,"longitude":-80.226776,"newConstructionType":"305","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"151","streetAddress":"306","timeOnZillow":5926090000,"zipcode":"195","zpid":456982725},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"307","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":"494","livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"149","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"151","streetAddress":"309","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"206","zpid":44299942},{"bathrooms":3,"bedrooms":3,"city":"142","country":"143","currency":"144","daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"159","imgSrc":"310","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":"495","livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"151","streetAddress":"312","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"313","zestimate":416700,"zipcode":"174","zpid":337202171},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"314","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":"496","livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"149","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"316","rentZestimate":3879,"shouldHighlight":false,"state":"151","streetAddress":"317","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"261","zpid":44363879},{"bathrooms":2,"bedrooms":3,"city":"142","country":"143","currency":"144","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"145","homeStatusForHDP":"145","homeType":"146","imgSrc":"318","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":"497","livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"149","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"320","rentZestimate":3048,"shouldHighlight":false,"state":"151","streetAddress":"321","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"261","zpid":44340771},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"498"},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_foreclosure":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"499"},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},["500","501"],["502"],{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000},{"open_house_end":1765058400000,"open_house_start":1765051200000}]...
|
Edit
Delete
|
|
96
|
{"id":"2B85eBwnhrBGciaP","name {"id":"2B85eBwnhrBGciaP","name":"My workflow","active":false,"nodes":[{"parameters":{"authentication":"none","formTitle":"Real Estate - Form","formDescription":"Please provide all of your metrics to get the best real estate deals.","formFields":{"values":[{"fieldLabel":"Location","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Status","fieldType":"dropdown","fieldOptions":{"values":[{"option":"forSale"}]},"requiredField":true},{"fieldLabel":"Minimum Price","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Maximum Price","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Minimum Number of Beds","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Minimum Number of Bathrooms","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"sortselection","fieldType":"dropdown","fieldOptions":{"values":[{"option":"Price"}]},"requiredField":true},{"fieldLabel":"Multi Family?","fieldType":"dropdown","fieldOptions":{"values":[{"option":"true"},{"option":"false"}]},"requiredField":true}]},"responseMode":"onReceived","addFormPage":"","options":{}},"type":"n8n-nodes-base.formTrigger","typeVersion":2.3,"position":[0,0],"id":"5b2356a7-a20d-4ae7-b9ea-53395848c39a","name":"On form submission","webhookId":"ea20f37f-8676-4c8e-807a-e18200f9aa62"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"https://zillow56.p.rapidapi.com/search?","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":true,"specifyQuery":"keypair","queryParameters":{"parameters":[{"name":"location","value":"={{ $json.Location }}"},{"name":"status","value":"={{ $json.Status }}"},{"name":"price_min","value":"={{ $json['Minimum Price'] }}"},{"name":"price_max","value":"={{ $json['Maximum Price'] }}"},{"name":"beds_min","value":"={{ $json['Minimum Number of Beds'] }}"},{"name":"baths_min","value":"={{ $json['Minimum Number of Bathrooms'] }}"},{"name":"sortSelection","value":"={{ $json.sortselection }}"},{"name":"isMultiFamily","value":"={{ $json['Multi Family?'] }}"}]},"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.3,"position":[208,0],"id":"ddb750b1-e1f9-44f6-845c-40d792a6520d","name":"Search for Deals","credentials":{"httpHeaderAuth":{"id":"Zgd6WeNleJH1GJW4","name":"Header Auth account"}}},{"parameters":{"fieldToSplitOut":"results","include":"noOtherFields","options":{}},"type":"n8n-nodes-base.splitOut","typeVersion":1,"position":[416,0],"id":"090fc404-e8cb-413c-9566-449222d89a36","name":"Split Out"},{"parameters":{"mode":"runOnceForAllItems","language":"javaScript","jsCode":"// ── CONFIGURABLE ASSUMPTIONS ─────────────────────────────────────────\nconst downPaymentPct = 0.20; // 20 % down\nconst closingCostPct = 0.03; // 3 % closing costs\nconst annualInterestRate = 0.05; // 5 % APR\nReal Estate AI Agent 1\nconst loanTermYears = 30; // 30‑yr mortgage\nconst propertyTaxRate = 0.012; // 1.2 % of assessed value per year\nconst insuranceRate = 0.003; // 0.3 % of price per year\nconst maintenanceRate = 0.01; // 1 % of price per year\n// ─────────────────────────────────────────────────────────────────────\n// IMPORTANT for n8n: return array of { json: … }\nreturn items.map(item => {\n // —— raw inputs (fall back to 0 if missing) ————————————————\n const j = item.json;\n const price = parseFloat(j.price) || 0;\n const rent = parseFloat(j.rentZestimate) || 0;\n const livingArea = parseFloat(j.LivingArea) || 0; // sqft\n const zEstimate = parseFloat(j.zestimate) || 0;\n const taxAssessedVal = parseFloat(j.taxAssessedValue)|| price;\n // ————————————————————————————————————————————————————————\n // —— Financing ——————————————————————————\n const downPayment = price * downPaymentPct;\n const closingCosts = price * closingCostPct;\n const loanAmount = price - downPayment;\n const monthlyRate = annualInterestRate / 12;\n const numPayments = loanTermYears * 12;\n const mortgagePayment= loanAmount * monthlyRate /\n (1 - Math.pow(1 + monthlyRate, -numPayments));\n // —— Operating expenses ———————————————\n const annualTax = taxAssessedVal * propertyTaxRate;\n const annualIns = price * insuranceRate;\n const annualMaint = price * maintenanceRate;\n const monthlyTax = annualTax / 12;\n const monthlyIns = annualIns / 12;\n const monthlyMaint = annualMaint / 12;\n // —— Cash‑flow & returns ——————————————\n const totalMonthlyExp = mortgagePayment + monthlyTax + monthlyIns + monthlyMaint;\n const monthlyCashFlow = rent - totalMonthlyExp;\n const annualCashFlow = monthlyCashFlow * 12;\n const capRate = annualCashFlow / price; // NOI ÷ price\n const cashOnCashROI = annualCashFlow / (downPayment + closingCosts);\n // —— Extra metrics ————————————————\n const pricePerSqft = livingArea ? price / livingArea : 0;\n const rentPerSqft = livingArea ? rent / livingArea : 0;\n const rentToPricePct = price ? (rent * 12) / price : 0; // GRM inverse\n const priceVsZestPct = zEstimate ? (price - zEstimate) / zEstimate : 0;\n // ————————————————————————————————————————————————————————\n // —— Attach everything to output JSON ——\n Object.assign(j, {\n downPayment: +downPayment.toFixed(2),\n closingCosts: +closingCosts.toFixed(2),\n loanAmount: +loanAmount.toFixed(2),\n mortgagePayment: +mortgagePayment.toFixed(2),\n monthlyPropertyTax: +monthlyTax.toFixed(2),\n monthlyInsurance: +monthlyIns.toFixed(2),\nReal Estate AI Agent 2\n monthlyMaintenance: +monthlyMaint.toFixed(2),\n totalMonthlyExpenses: +totalMonthlyExp.toFixed(2),\n monthlyCashFlow: +monthlyCashFlow.toFixed(2),\n annualCashFlow: +annualCashFlow.toFixed(2),\n capRate: +capRate.toFixed(4), // 0.0523 ➜ 5.23 %\n cashOnCashROI: +cashOnCashROI.toFixed(4), // 0.1234 ➜ 12.34 %\n pricePerSqft: +pricePerSqft.toFixed(2),\n rentPerSqft: +rentPerSqft.toFixed(2),\n rentToPricePct: +(rentToPricePct*100).toFixed(2), // % of price per yr\n priceVsZestimatePct: +(priceVsZestPct*100).toFixed(2) // over/under %\n });\n // Return a proper n8n item\n return { json: j };\n});\n","notice":""},"type":"n8n-nodes-base.code","typeVersion":2,"position":[624,0],"id":"0840379e-e03a-442a-bcdb-4e4d7833e916","name":"Code in JavaScript"}],"connections":{"On form submission":{"main":[[{"node":"Search for Deals","type":"main","index":0}]]},"Search for Deals":{"main":[[{"node":"Split Out","type":"main","index":0}]]},"Split Out":{"main":[[{"node":"Code in JavaScript","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"On form submission":[{"json":{"Location":"MIami","Status":"forSale","Minimum Price":"400000","Maximum Price":"550000","Minimum Number of Beds":"3","Minimum Number of Bathrooms":"2","sortselection":"Price","Multi Family?":"true","submittedAt":"2025-12-03T21:45:46.257-08:00","formMode":"test"}}],"Search for Deals":[{"json":{"results":[{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/12c4cfc456ca46d98bd9c90394ed972f-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":{"is_FSBA":true},"livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"sqft","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"$10,000 (Nov 10)","rentZestimate":2981,"shouldHighlight":false,"state":"FL","streetAddress":"13741 SW 46th Ter","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"33175","zpid":44246499},{"bathrooms":4,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/e18a785b7d6d745c04cb54d48b272220-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":{"is_FSBA":true},"livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"sqft","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"$55,000 (Oct 21)","shouldHighlight":false,"state":"FL","streetAddress":"8320 NE 3rd Ave","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"33138","zpid":43827372},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/be985c3b16b4616f615a06d9cb85c0b2-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":{"is_FSBA":true,"is_openHouse":true},"livingArea":1336,"longitude":-80.370636,"openHouse":"Sat. 2-5pm","open_house_info":{"open_house_showing":[{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000}]},"price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"FL","streetAddress":"10930 SW 75th St","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"33173","zpid":156224524},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/3188cd2f9186651e70c58fb8bba20fb7-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":{"is_FSBA":true},"livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"FL","streetAddress":"10669 SW 113th Pl #84Z","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"# 84Z","zestimate":445400,"zipcode":"33176","zpid":44280853},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/65fdb59ddba6a8ebcd59bb4e92939c7c-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":{"is_FSBA":true},"livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"sqft","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"FL","streetAddress":"14117 SW 149th Ave","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"33196","zpid":44329115},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/8328e530139b271d5af2727e2f30c250-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":{"is_FSBA":true},"livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"sqft","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"FL","streetAddress":"286 NW 57th St","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"33127","zpid":43808029},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/2f703bc7451d73923ad737ade976fe37-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":{"is_FSBA":true},"livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"FL","streetAddress":"10927 SW 71st Ln","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"33173","zpid":44214153},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/202998295cf917270202ed9effe3f7a2-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":{"is_foreclosure":true},"livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"sqft","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"FL","streetAddress":"15141 SW 130th Ave","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"33186","zpid":44331113},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/1fa5f9cfafce4c0711343813f020a4a3-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":{"is_FSBA":true},"livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"FL","streetAddress":"8595 SW 152nd Ave APT 251","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"Apt 251","zestimate":435600,"zipcode":"33193","zpid":44268720},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/558d65e3b3facfdf8fb9bbeef1b08bae-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":{"is_FSBA":true},"livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"sqft","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"$4,000 (Nov 24)","rentZestimate":2445,"shouldHighlight":false,"state":"FL","streetAddress":"3320 NW 14th Ave","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"33142","zpid":43816637},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/735682adf178a404084dd0ee28937e4d-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":{"is_FSBA":true},"livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"FL","streetAddress":"14782 SW 181st Ter","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"33187","zpid":338743241},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/1b0a5c206d525d6df89131ebeaea6a99-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":{"is_FSBA":true},"livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"FL","streetAddress":"12566 SW 126th Ave","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"33186","zpid":62931912},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/5a34cb5460fd3a930845608fbea04a53-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":{"is_FSBA":true},"livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"sqft","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"FL","streetAddress":"17995 SW 105th Ave","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"33157","zpid":44302016},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/784efa77756687d2d9074b5853636b04-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":{"is_newHome":true},"livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"sqft","lotAreaValue":2125,"newConstructionType":"BUILDER_SPEC","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"FL","streetAddress":"5820 NW 3rd Ave","timeOnZillow":1135294000,"zipcode":"33127","zpid":458467587},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/baf1866ac5d43af6fccf94bc9b46aac9-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":{"is_FSBA":true,"is_openHouse":true},"livingArea":1575,"longitude":-80.3799,"openHouse":"Sat. 12-2pm","open_house_info":{"open_house_showing":[{"open_house_end":1765058400000,"open_house_start":1765051200000}]},"price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"FL","streetAddress":"11537 SW 64th St #A83","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"# A83","zestimate":511400,"zipcode":"33173","zpid":44214373},{"bathrooms":5,"bedrooms":8,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/c667d2f29ce825e9469eda56f55e2601-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":{"is_FSBA":true},"livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"sqft","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"$4,901 (Nov 22)","shouldHighlight":false,"state":"FL","streetAddress":"1025 NW 31st Ave","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"33125","zpid":43822416},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/ba7b3b6032c3aebffa8f54bc2bfeecb1-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":{"is_newHome":true},"livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"sqft","lotAreaValue":3920,"newConstructionType":"BUILDER_SPEC","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"$38,000 (Nov 26)","rentZestimate":4151,"shouldHighlight":false,"state":"FL","streetAddress":"6821 NW 6th Ct","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"33150","zpid":155725020},{"bathrooms":3,"bedrooms":5,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/fbd254673dce5f8a3b5ba43262ed8776-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":{"is_FSBA":true},"livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"sqft","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"$15,000 (Nov 9)","rentZestimate":3827,"shouldHighlight":false,"state":"FL","streetAddress":"14552 SW 155th Pl","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"33196","zpid":44328384},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"MULTI_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/f90432302d5cdd6560b6c964da2c2eaf-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":{"is_FSBA":true},"livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"FL","streetAddress":"5020 NW 14th Ave","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"33142","zpid":43811977},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/f780ef650bf1ae7dc169ecc21bae04fb-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":{"is_FSBA":true},"livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"FL","streetAddress":"3806 SW 84th Ave #17","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"# 17","zestimate":415800,"zipcode":"33155","zpid":44192705},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/125fb831c0feaf471fc467fd34ee0392-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":{"is_FSBA":true},"livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"sqft","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"$10,000 (Nov 21)","shouldHighlight":false,"state":"FL","streetAddress":"10169 SW 171st St","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"33157","zpid":82067300},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/4d185772aa7d1ba42f3c7eacd9ed3fb4-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":{"is_FSBA":true},"livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"sqft","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"FL","streetAddress":"12276 SW 10th St","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"33184","zpid":44234621},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/d90e09e42c970ffa9295cb45a9df9ddf-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":{"is_FSBA":true},"livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"sqft","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"$31,000 (Dec 1)","rentZestimate":2860,"shouldHighlight":false,"state":"FL","streetAddress":"20000 SW 114th Ave","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"33189","zpid":44350402},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/ec99f4e889a4a7c48f82e9bf2408a7c9-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":{"is_FSBA":true},"livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"sqft","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"","shouldHighlight":false,"state":"FL","streetAddress":"1877 SW 6th St","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"33135","zpid":43839021},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/379185d2624418874a27f7660062042c-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":{"is_FSBA":true},"livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"sqft","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"FL","streetAddress":"13910 SW 160th Ter","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"33177","zpid":44334520},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/43146b49dd55d0a792332364e944c18e-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":{"is_FSBA":true},"livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"sqft","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"FL","streetAddress":"12421 SW 193rd St","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"33177","zpid":44360997},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/4bb9891acfde8482b7a5aace288a2812-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":{"is_FSBA":true},"livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"FL","streetAddress":"13402 SW 153rd St APT 1905","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"Apt 1905","zipcode":"33177","zpid":44333127},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/064c6436db6aead23ba531ce2f7fe22c-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":{"is_FSBA":true},"livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"FL","streetAddress":"6514 SW 128th Pl #6514","timeOnZillow":644297000,"unit":"# 6514","zestimate":490300,"zipcode":"33183","zpid":2060256131},{"bathrooms":3,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/e3eb585d9f0ccb0ca55e095646e13780-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":{"is_FSBA":true},"livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"$35,000 (Nov 22)","rentZestimate":3418,"shouldHighlight":false,"state":"FL","streetAddress":"12513 SW 121st Way","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"33186","zpid":60798233},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/5ff79e6ed2ada6d64ff10d529fe4d4d6-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":{"is_FSBA":true},"livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"sqft","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"FL","streetAddress":"7161 SW 163rd Pl","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"33193","zpid":118914384},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/3024547d65f93fce3b918ffe82ab2d2f-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":{"is_FSBA":true},"livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"sqft","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"FL","streetAddress":"20120 SW 112th Ct","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"33189","zpid":44350836},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"MULTI_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/c3dbb5a78049c47a2496bfc8e57050c8-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":{"is_FSBA":true},"livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"$25,000 (Oct 29)","shouldHighlight":false,"state":"FL","streetAddress":"640-642 NW 77th St","timeOnZillow":641836000,"zestimate":441600,"zipcode":"33150","zpid":452695494},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/4d1d685123bd70d5205ebc1917e1a095-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":{"is_FSBA":true},"livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"sqft","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"$30,100 (Nov 17)","shouldHighlight":false,"state":"FL","streetAddress":"17360 SW 121st Ave","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"33177","zpid":44343488},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/a8dbaaf1c136402d69004c7f52f32951-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":{"is_FSBA":true},"livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"sqft","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"FL","streetAddress":"10250 SW 172nd St","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"33157","zpid":44301845},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/a9eebcf7aed96dffa09ded2fd02eaf07-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":{"is_FSBA":true},"livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"FL","streetAddress":"16415 SW 73rd Ter","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"33193","zpid":44264409},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/3bbe2ae61cc4085c1c59f0f2b8e46051-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":{"is_FSBA":true},"livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"sqft","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"$20,000 (Sep 19)","rentZestimate":3162,"shouldHighlight":false,"state":"FL","streetAddress":"1243 NW 42nd St","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"33142","zpid":43813029},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"CONDO","imgSrc":"https://photos.zillowstatic.com/fp/77a7afc9110b11f0b8dcaddb14c1a6c3-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":{"is_newHome":true},"livingArea":1120,"longitude":-80.226776,"newConstructionType":"NEW_CONSTRUCTION_TYPE_OTHER","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"FL","streetAddress":"1844 NW 33rd St","timeOnZillow":5926090000,"zipcode":"33142","zpid":456982725},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/bafec18e9e2a38b0753c7bc9132af2a4-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":{"is_FSBA":true},"livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"sqft","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"FL","streetAddress":"11321 SW 162nd Ter","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"33157","zpid":44299942},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/fb5770e48c396506f474c8739e049bb0-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":{"is_FSBA":true},"livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"FL","streetAddress":"15540 SW 136th St #204","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"# 204","zestimate":416700,"zipcode":"33196","zpid":337202171},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/6517234e2d34e7054159120b53578677-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":{"is_FSBA":true},"livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"sqft","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"$15,000 (Nov 20)","rentZestimate":3879,"shouldHighlight":false,"state":"FL","streetAddress":"11958 SW 210th Ter","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"33177","zpid":44363879},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/8ca70fd55f28ebe42fda9ea083c064ea-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":{"is_FSBA":true},"livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"sqft","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"$29,999 (Nov 14)","rentZestimate":3048,"shouldHighlight":false,"state":"FL","streetAddress":"17404 SW 142nd Pl","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"33177","zpid":44340771}],"resultsPerPage":41,"totalPages":7,"totalResultCount":260}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"error":"6","runData":"7","pinData":"8","lastNodeExecuted":"4"},{"contextData":"9","nodeExecutionStack":"10","metadata":"11","waitingExecution":"12","waitingExecutionSource":"13","runtimeData":"14"},"Code in JavaScript",["15","16","4","17"],{"level":"18","tags":"19","description":"20","message":"21","stack":"22"},{"On form submission":"23","Search for Deals":"24","Split Out":"25","Code in JavaScript":"26"},{"On form submission":"27","Search for Deals":"28"},{},["29"],{},{},{},{"version":1,"establishedAt":1764829698257,"source":"30"},"On form submission","Split Out","Search for Deals","error",{},"SyntaxError","Unexpected identifier 'Estate' ","evalmachine.<anonymous>:5\nReal Estate AI Agent 1\n ^^^^^^\n\nSyntaxError: Unexpected identifier 'Estate'\n at new Script (node:vm:117:7)\n at createScript (node:vm:269:10)\n at runInContext (node:vm:300:10)\n at result (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n+task-runner_@[email protected]_@opentelemetry_5147392a3f2dab4b87aa45b14b25796a/node_modules/@n8n/task-runner/dist/js-task-runner/js-task-runner.js:176:61)\n at new Promise (<anonymous>)\n at JsTaskRunner.runForAllItems (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n+task-runner_@[email protected]_@opentelemetry_5147392a3f2dab4b87aa45b14b25796a/node_modules/@n8n/task-runner/dist/js-task-runner/js-task-runner.js:169:34)\n at JsTaskRunner.executeTask (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n+task-runner_@[email protected]_@opentelemetry_5147392a3f2dab4b87aa45b14b25796a/node_modules/@n8n/task-runner/dist/js-task-runner/js-task-runner.js:119:26)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Object.waitingForSettings (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n+task-runner_@[email protected]_@opentelemetry_5147392a3f2dab4b87aa45b14b25796a/node_modules/@n8n/task-runner/dist/task-runner.js:256:17)\n at async TaskState.caseOf (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/@n8n+task-runner@file+packages+@n8n+task-runner_@[email protected]_@opentelemetry_5147392a3f2dab4b87aa45b14b25796a/node_modules/@n8n/task-runner/dist/task-state.js:56:16)",["31"],["32"],["33"],["34"],["35"],["36"],{"node":"37","data":"38","source":"39"},"manual",{"startTime":1764827146315,"executionIndex":0,"source":"40","hints":"41","executionTime":1,"executionStatus":"42","data":"43"},{"startTime":1764829403671,"executionIndex":1,"source":"44","hints":"45","executionTime":13238,"executionStatus":"42","data":"46"},{"startTime":1764829500781,"executionIndex":2,"source":"47","hints":"48","executionTime":7,"executionStatus":"42","data":"49"},{"startTime":1764829698269,"executionIndex":3,"source":"50","hints":"51","executionTime":510,"executionStatus":"18","error":"52"},{"json":"53"},{"json":"54"},{"parameters":"55","type":"56","typeVersion":2,"position":"57","id":"58","name":"4"},{"main":"59"},{"main":"50"},[],[],"success",{"main":"60"},["61"],[],{"main":"62"},["63"],[],{"main":"64"},["65"],[],{"level":"18","tags":"19","description":"20","message":"21","stack":"22"},{"Location":"66","Status":"67","Minimum Price":"68","Maximum Price":"69","Minimum Number of Beds":"70","Minimum Number of Bathrooms":"71","sortselection":"72","Multi Family?":"73","submittedAt":"74","formMode":"75"},{"results":"76","resultsPerPage":41,"totalPages":7,"totalResultCount":260},{"mode":"77","language":"78","jsCode":"79","notice":"80"},"n8n-nodes-base.code",[624,0],"0840379e-e03a-442a-bcdb-4e4d7833e916",["81"],["82"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["83"],{"previousNode":"17","previousNodeOutput":0,"previousNodeRun":0},["84"],{"previousNode":"16","previousNodeOutput":0,"previousNodeRun":0},"MIami","forSale","400000","550000","3","2","Price","true","2025-12-03T21:45:46.257-08:00","test",["85","86","87","88","89","90","91","92","93","94","95","96","97","98","99","100","101","102","103","104","105","106","107","108","109","110","111","112","113","114","115","116","117","118","119","120","121","122","123","124","125"],"runOnceForAllItems","javaScript","// ── CONFIGURABLE ASSUMPTIONS ─────────────────────────────────────────\nconst downPaymentPct = 0.20; // 20 % down\nconst closingCostPct = 0.03; // 3 % closing costs\nconst annualInterestRate = 0.05; // 5 % APR\nReal Estate AI Agent 1\nconst loanTermYears = 30; // 30‑yr mortgage\nconst propertyTaxRate = 0.012; // 1.2 % of assessed value per year\nconst insuranceRate = 0.003; // 0.3 % of price per year\nconst maintenanceRate = 0.01; // 1 % of price per year\n// ─────────────────────────────────────────────────────────────────────\n// IMPORTANT for n8n: return array of { json: … }\nreturn items.map(item => {\n // —— raw inputs (fall back to 0 if missing) ————————————————\n const j = item.json;\n const price = parseFloat(j.price) || 0;\n const rent = parseFloat(j.rentZestimate) || 0;\n const livingArea = parseFloat(j.LivingArea) || 0; // sqft\n const zEstimate = parseFloat(j.zestimate) || 0;\n const taxAssessedVal = parseFloat(j.taxAssessedValue)|| price;\n // ————————————————————————————————————————————————————————\n // —— Financing ——————————————————————————\n const downPayment = price * downPaymentPct;\n const closingCosts = price * closingCostPct;\n const loanAmount = price - downPayment;\n const monthlyRate = annualInterestRate / 12;\n const numPayments = loanTermYears * 12;\n const mortgagePayment= loanAmount * monthlyRate /\n (1 - Math.pow(1 + monthlyRate, -numPayments));\n // —— Operating expenses ———————————————\n const annualTax = taxAssessedVal * propertyTaxRate;\n const annualIns = price * insuranceRate;\n const annualMaint = price * maintenanceRate;\n const monthlyTax = annualTax / 12;\n const monthlyIns = annualIns / 12;\n const monthlyMaint = annualMaint / 12;\n // —— Cash‑flow & returns ——————————————\n const totalMonthlyExp = mortgagePayment + monthlyTax + monthlyIns + monthlyMaint;\n const monthlyCashFlow = rent - totalMonthlyExp;\n const annualCashFlow = monthlyCashFlow * 12;\n const capRate = annualCashFlow / price; // NOI ÷ price\n const cashOnCashROI = annualCashFlow / (downPayment + closingCosts);\n // —— Extra metrics ————————————————\n const pricePerSqft = livingArea ? price / livingArea : 0;\n const rentPerSqft = livingArea ? rent / livingArea : 0;\n const rentToPricePct = price ? (rent * 12) / price : 0; // GRM inverse\n const priceVsZestPct = zEstimate ? (price - zEstimate) / zEstimate : 0;\n // ————————————————————————————————————————————————————————\n // —— Attach everything to output JSON ——\n Object.assign(j, {\n downPayment: +downPayment.toFixed(2),\n closingCosts: +closingCosts.toFixed(2),\n loanAmount: +loanAmount.toFixed(2),\n mortgagePayment: +mortgagePayment.toFixed(2),\n monthlyPropertyTax: +monthlyTax.toFixed(2),\n monthlyInsurance: +monthlyIns.toFixed(2),\nReal Estate AI Agent 2\n monthlyMaintenance: +monthlyMaint.toFixed(2),\n totalMonthlyExpenses: +totalMonthlyExp.toFixed(2),\n monthlyCashFlow: +monthlyCashFlow.toFixed(2),\n annualCashFlow: +annualCashFlow.toFixed(2),\n capRate: +capRate.toFixed(4), // 0.0523 ➜ 5.23 %\n cashOnCashROI: +cashOnCashROI.toFixed(4), // 0.1234 ➜ 12.34 %\n pricePerSqft: +pricePerSqft.toFixed(2),\n rentPerSqft: +rentPerSqft.toFixed(2),\n rentToPricePct: +(rentToPricePct*100).toFixed(2), // % of price per yr\n priceVsZestimatePct: +(priceVsZestPct*100).toFixed(2) // over/under %\n });\n // Return a proper n8n item\n return { json: j };\n});\n","",["126","127","128","129","130","131","132","133","134","135","136","137","138","139","140","141","142","143","144","145","146","147","148","149","150","151","152","153","154","155","156","157","158","159","160","161","162","163","164","165","166"],["167"],["168"],["169","170","171","172","173","174","175","176","177","178","179","180","181","182","183","184","185","186","187","188","189","190","191","192","193","194","195","196","197","198","199","200","201","202","203","204","205","206","207","208","209"],{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"215","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":"216","livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"217","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"218","rentZestimate":2981,"shouldHighlight":false,"state":"219","streetAddress":"220","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"221","zpid":44246499},{"bathrooms":4,"bedrooms":4,"city":"210","country":"211","currency":"212","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"222","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":"223","livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"217","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"224","shouldHighlight":false,"state":"219","streetAddress":"225","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"226","zpid":43827372},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"228","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":"229","livingArea":1336,"longitude":-80.370636,"openHouse":"230","open_house_info":"231","price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"219","streetAddress":"232","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"233","zpid":156224524},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"234","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":"235","livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"219","streetAddress":"236","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"237","zestimate":445400,"zipcode":"238","zpid":44280853},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"239","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":"240","livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"217","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"219","streetAddress":"241","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"242","zpid":44329115},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"243","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":"244","livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"217","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"219","streetAddress":"245","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"246","zpid":43808029},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"247","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":"248","livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"219","streetAddress":"249","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"233","zpid":44214153},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"250","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":"251","livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"217","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"219","streetAddress":"252","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"253","zpid":44331113},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"254","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":"255","livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"219","streetAddress":"256","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"257","zestimate":435600,"zipcode":"258","zpid":44268720},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"259","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":"260","livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"217","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"261","rentZestimate":2445,"shouldHighlight":false,"state":"219","streetAddress":"262","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"263","zpid":43816637},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"264","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":"265","livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"219","streetAddress":"266","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"267","zpid":338743241},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"268","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":"269","livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"219","streetAddress":"270","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"253","zpid":62931912},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"271","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":"272","livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"217","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"219","streetAddress":"273","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"274","zpid":44302016},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"275","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":"276","livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"217","lotAreaValue":2125,"newConstructionType":"277","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"219","streetAddress":"278","timeOnZillow":1135294000,"zipcode":"246","zpid":458467587},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"279","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":"280","livingArea":1575,"longitude":-80.3799,"openHouse":"281","open_house_info":"282","price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"219","streetAddress":"283","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"284","zestimate":511400,"zipcode":"233","zpid":44214373},{"bathrooms":5,"bedrooms":8,"city":"210","country":"211","currency":"212","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"285","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":"286","livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"217","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"287","shouldHighlight":false,"state":"219","streetAddress":"288","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"289","zpid":43822416},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"290","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":"291","livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"217","lotAreaValue":3920,"newConstructionType":"277","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"292","rentZestimate":4151,"shouldHighlight":false,"state":"219","streetAddress":"293","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"294","zpid":155725020},{"bathrooms":3,"bedrooms":5,"city":"210","country":"211","currency":"212","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"295","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":"296","livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"217","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"297","rentZestimate":3827,"shouldHighlight":false,"state":"219","streetAddress":"298","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"242","zpid":44328384},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"299","imgSrc":"300","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":"301","livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"219","streetAddress":"302","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"263","zpid":43811977},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"303","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":"304","livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"219","streetAddress":"305","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"306","zestimate":415800,"zipcode":"307","zpid":44192705},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"308","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":"309","livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"217","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"310","shouldHighlight":false,"state":"219","streetAddress":"311","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"274","zpid":82067300},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"312","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":"313","livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"217","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"219","streetAddress":"314","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"315","zpid":44234621},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"316","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":"317","livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"217","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"318","rentZestimate":2860,"shouldHighlight":false,"state":"219","streetAddress":"319","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"320","zpid":44350402},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"321","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":"322","livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"217","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"80","shouldHighlight":false,"state":"219","streetAddress":"323","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"324","zpid":43839021},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"325","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":"326","livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"217","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"219","streetAddress":"327","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"328","zpid":44334520},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"329","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":"330","livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"217","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"219","streetAddress":"331","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"328","zpid":44360997},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"332","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":"333","livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"219","streetAddress":"334","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"335","zipcode":"328","zpid":44333127},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"336","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":"337","livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"219","streetAddress":"338","timeOnZillow":644297000,"unit":"339","zestimate":490300,"zipcode":"340","zpid":2060256131},{"bathrooms":3,"bedrooms":4,"city":"210","country":"211","currency":"212","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"341","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":"342","livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"343","rentZestimate":3418,"shouldHighlight":false,"state":"219","streetAddress":"344","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"253","zpid":60798233},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"345","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":"346","livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"217","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"219","streetAddress":"347","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"258","zpid":118914384},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"348","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":"349","livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"217","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"219","streetAddress":"350","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"320","zpid":44350836},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"299","imgSrc":"351","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":"352","livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"353","shouldHighlight":false,"state":"219","streetAddress":"354","timeOnZillow":641836000,"zestimate":441600,"zipcode":"294","zpid":452695494},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"355","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":"356","livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"217","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"357","shouldHighlight":false,"state":"219","streetAddress":"358","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"328","zpid":44343488},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"359","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":"360","livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"217","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"219","streetAddress":"361","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"274","zpid":44301845},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"362","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":"363","livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"219","streetAddress":"364","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"258","zpid":44264409},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"365","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":"366","livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"217","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"367","rentZestimate":3162,"shouldHighlight":false,"state":"219","streetAddress":"368","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"263","zpid":43813029},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"369","imgSrc":"370","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":"371","livingArea":1120,"longitude":-80.226776,"newConstructionType":"372","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"219","streetAddress":"373","timeOnZillow":5926090000,"zipcode":"263","zpid":456982725},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"374","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":"375","livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"217","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"219","streetAddress":"376","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"274","zpid":44299942},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"377","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":"378","livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"219","streetAddress":"379","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"380","zestimate":416700,"zipcode":"242","zpid":337202171},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"381","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":"382","livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"217","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"383","rentZestimate":3879,"shouldHighlight":false,"state":"219","streetAddress":"384","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"328","zpid":44363879},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"385","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":"386","livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"217","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"387","rentZestimate":3048,"shouldHighlight":false,"state":"219","streetAddress":"388","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"328","zpid":44340771},{"json":"389","pairedItem":"390"},{"json":"391","pairedItem":"392"},{"json":"393","pairedItem":"394"},{"json":"395","pairedItem":"396"},{"json":"397","pairedItem":"398"},{"json":"399","pairedItem":"400"},{"json":"401","pairedItem":"402"},{"json":"403","pairedItem":"404"},{"json":"405","pairedItem":"406"},{"json":"407","pairedItem":"408"},{"json":"409","pairedItem":"410"},{"json":"411","pairedItem":"412"},{"json":"413","pairedItem":"414"},{"json":"415","pairedItem":"416"},{"json":"417","pairedItem":"418"},{"json":"419","pairedItem":"420"},{"json":"421","pairedItem":"422"},{"json":"423","pairedItem":"424"},{"json":"425","pairedItem":"426"},{"json":"427","pairedItem":"428"},{"json":"429","pairedItem":"430"},{"json":"431","pairedItem":"432"},{"json":"433","pairedItem":"434"},{"json":"435","pairedItem":"436"},{"json":"437","pairedItem":"438"},{"json":"439","pairedItem":"440"},{"json":"441","pairedItem":"442"},{"json":"443","pairedItem":"444"},{"json":"445","pairedItem":"446"},{"json":"447","pairedItem":"448"},{"json":"449","pairedItem":"450"},{"json":"451","pairedItem":"452"},{"json":"453","pairedItem":"454"},{"json":"455","pairedItem":"456"},{"json":"457","pairedItem":"458"},{"json":"459","pairedItem":"460"},{"json":"461","pairedItem":"462"},{"json":"463","pairedItem":"464"},{"json":"465","pairedItem":"466"},{"json":"467","pairedItem":"468"},{"json":"469","pairedItem":"470"},{"json":"471","pairedItem":"472"},{"json":"473","pairedItem":"474"},{"json":"389","pairedItem":"475"},{"json":"391","pairedItem":"476"},{"json":"393","pairedItem":"477"},{"json":"395","pairedItem":"478"},{"json":"397","pairedItem":"479"},{"json":"399","pairedItem":"480"},{"json":"401","pairedItem":"481"},{"json":"403","pairedItem":"482"},{"json":"405","pairedItem":"483"},{"json":"407","pairedItem":"484"},{"json":"409","pairedItem":"485"},{"json":"411","pairedItem":"486"},{"json":"413","pairedItem":"487"},{"json":"415","pairedItem":"488"},{"json":"417","pairedItem":"489"},{"json":"419","pairedItem":"490"},{"json":"421","pairedItem":"491"},{"json":"423","pairedItem":"492"},{"json":"425","pairedItem":"493"},{"json":"427","pairedItem":"494"},{"json":"429","pairedItem":"495"},{"json":"431","pairedItem":"496"},{"json":"433","pairedItem":"497"},{"json":"435","pairedItem":"498"},{"json":"437","pairedItem":"499"},{"json":"439","pairedItem":"500"},{"json":"441","pairedItem":"501"},{"json":"443","pairedItem":"502"},{"json":"445","pairedItem":"503"},{"json":"447","pairedItem":"504"},{"json":"449","pairedItem":"505"},{"json":"451","pairedItem":"506"},{"json":"453","pairedItem":"507"},{"json":"455","pairedItem":"508"},{"json":"457","pairedItem":"509"},{"json":"459","pairedItem":"510"},{"json":"461","pairedItem":"511"},{"json":"463","pairedItem":"512"},{"json":"465","pairedItem":"513"},{"json":"467","pairedItem":"514"},{"json":"469","pairedItem":"515"},"Miami","USA","USD","FOR_SALE","SINGLE_FAMILY","https://photos.zillowstatic.com/fp/12c4cfc456ca46d98bd9c90394ed972f-p_e.jpg",{"is_FSBA":true},"sqft","$10,000 (Nov 10)","FL","13741 SW 46th Ter","33175","https://photos.zillowstatic.com/fp/e18a785b7d6d745c04cb54d48b272220-p_e.jpg",{"is_FSBA":true},"$55,000 (Oct 21)","8320 NE 3rd Ave","33138","TOWNHOUSE","https://photos.zillowstatic.com/fp/be985c3b16b4616f615a06d9cb85c0b2-p_e.jpg",{"is_FSBA":true,"is_openHouse":true},"Sat. 2-5pm",{"open_house_showing":"516"},"10930 SW 75th St","33173","https://photos.zillowstatic.com/fp/3188cd2f9186651e70c58fb8bba20fb7-p_e.jpg",{"is_FSBA":true},"10669 SW 113th Pl #84Z","# 84Z","33176","https://photos.zillowstatic.com/fp/65fdb59ddba6a8ebcd59bb4e92939c7c-p_e.jpg",{"is_FSBA":true},"14117 SW 149th Ave","33196","https://photos.zillowstatic.com/fp/8328e530139b271d5af2727e2f30c250-p_e.jpg",{"is_FSBA":true},"286 NW 57th St","33127","https://photos.zillowstatic.com/fp/2f703bc7451d73923ad737ade976fe37-p_e.jpg",{"is_FSBA":true},"10927 SW 71st Ln","https://photos.zillowstatic.com/fp/202998295cf917270202ed9effe3f7a2-p_e.jpg",{"is_foreclosure":true},"15141 SW 130th Ave","33186","https://photos.zillowstatic.com/fp/1fa5f9cfafce4c0711343813f020a4a3-p_e.jpg",{"is_FSBA":true},"8595 SW 152nd Ave APT 251","Apt 251","33193","https://photos.zillowstatic.com/fp/558d65e3b3facfdf8fb9bbeef1b08bae-p_e.jpg",{"is_FSBA":true},"$4,000 (Nov 24)","3320 NW 14th Ave","33142","https://photos.zillowstatic.com/fp/735682adf178a404084dd0ee28937e4d-p_e.jpg",{"is_FSBA":true},"14782 SW 181st Ter","33187","https://photos.zillowstatic.com/fp/1b0a5c206d525d6df89131ebeaea6a99-p_e.jpg",{"is_FSBA":true},"12566 SW 126th Ave","https://photos.zillowstatic.com/fp/5a34cb5460fd3a930845608fbea04a53-p_e.jpg",{"is_FSBA":true},"17995 SW 105th Ave","33157","https://photos.zillowstatic.com/fp/784efa77756687d2d9074b5853636b04-p_e.jpg",{"is_newHome":true},"BUILDER_SPEC","5820 NW 3rd Ave","https://photos.zillowstatic.com/fp/baf1866ac5d43af6fccf94bc9b46aac9-p_e.jpg",{"is_FSBA":true,"is_openHouse":true},"Sat. 12-2pm",{"open_house_showing":"517"},"11537 SW 64th St #A83","# A83","https://photos.zillowstatic.com/fp/c667d2f29ce825e9469eda56f55e2601-p_e.jpg",{"is_FSBA":true},"$4,901 (Nov 22)","1025 NW 31st Ave","33125","https://photos.zillowstatic.com/fp/ba7b3b6032c3aebffa8f54bc2bfeecb1-p_e.jpg",{"is_newHome":true},"$38,000 (Nov 26)","6821 NW 6th Ct","33150","https://photos.zillowstatic.com/fp/fbd254673dce5f8a3b5ba43262ed8776-p_e.jpg",{"is_FSBA":true},"$15,000 (Nov 9)","14552 SW 155th Pl","MULTI_FAMILY","https://photos.zillowstatic.com/fp/f90432302d5cdd6560b6c964da2c2eaf-p_e.jpg",{"is_FSBA":true},"5020 NW 14th Ave","https://photos.zillowstatic.com/fp/f780ef650bf1ae7dc169ecc21bae04fb-p_e.jpg",{"is_FSBA":true},"3806 SW 84th Ave #17","# 17","33155","https://photos.zillowstatic.com/fp/125fb831c0feaf471fc467fd34ee0392-p_e.jpg",{"is_FSBA":true},"$10,000 (Nov 21)","10169 SW 171st St","https://photos.zillowstatic.com/fp/4d185772aa7d1ba42f3c7eacd9ed3fb4-p_e.jpg",{"is_FSBA":true},"12276 SW 10th St","33184","https://photos.zillowstatic.com/fp/d90e09e42c970ffa9295cb45a9df9ddf-p_e.jpg",{"is_FSBA":true},"$31,000 (Dec 1)","20000 SW 114th Ave","33189","https://photos.zillowstatic.com/fp/ec99f4e889a4a7c48f82e9bf2408a7c9-p_e.jpg",{"is_FSBA":true},"1877 SW 6th St","33135","https://photos.zillowstatic.com/fp/379185d2624418874a27f7660062042c-p_e.jpg",{"is_FSBA":true},"13910 SW 160th Ter","33177","https://photos.zillowstatic.com/fp/43146b49dd55d0a792332364e944c18e-p_e.jpg",{"is_FSBA":true},"12421 SW 193rd St","https://photos.zillowstatic.com/fp/4bb9891acfde8482b7a5aace288a2812-p_e.jpg",{"is_FSBA":true},"13402 SW 153rd St APT 1905","Apt 1905","https://photos.zillowstatic.com/fp/064c6436db6aead23ba531ce2f7fe22c-p_e.jpg",{"is_FSBA":true},"6514 SW 128th Pl #6514","# 6514","33183","https://photos.zillowstatic.com/fp/e3eb585d9f0ccb0ca55e095646e13780-p_e.jpg",{"is_FSBA":true},"$35,000 (Nov 22)","12513 SW 121st Way","https://photos.zillowstatic.com/fp/5ff79e6ed2ada6d64ff10d529fe4d4d6-p_e.jpg",{"is_FSBA":true},"7161 SW 163rd Pl","https://photos.zillowstatic.com/fp/3024547d65f93fce3b918ffe82ab2d2f-p_e.jpg",{"is_FSBA":true},"20120 SW 112th Ct","https://photos.zillowstatic.com/fp/c3dbb5a78049c47a2496bfc8e57050c8-p_e.jpg",{"is_FSBA":true},"$25,000 (Oct 29)","640-642 NW 77th St","https://photos.zillowstatic.com/fp/4d1d685123bd70d5205ebc1917e1a095-p_e.jpg",{"is_FSBA":true},"$30,100 (Nov 17)","17360 SW 121st Ave","https://photos.zillowstatic.com/fp/a8dbaaf1c136402d69004c7f52f32951-p_e.jpg",{"is_FSBA":true},"10250 SW 172nd St","https://photos.zillowstatic.com/fp/a9eebcf7aed96dffa09ded2fd02eaf07-p_e.jpg",{"is_FSBA":true},"16415 SW 73rd Ter","https://photos.zillowstatic.com/fp/3bbe2ae61cc4085c1c59f0f2b8e46051-p_e.jpg",{"is_FSBA":true},"$20,000 (Sep 19)","1243 NW 42nd St","CONDO","https://photos.zillowstatic.com/fp/77a7afc9110b11f0b8dcaddb14c1a6c3-p_e.jpg",{"is_newHome":true},"NEW_CONSTRUCTION_TYPE_OTHER","1844 NW 33rd St","https://photos.zillowstatic.com/fp/bafec18e9e2a38b0753c7bc9132af2a4-p_e.jpg",{"is_FSBA":true},"11321 SW 162nd Ter","https://photos.zillowstatic.com/fp/fb5770e48c396506f474c8739e049bb0-p_e.jpg",{"is_FSBA":true},"15540 SW 136th St #204","# 204","https://photos.zillowstatic.com/fp/6517234e2d34e7054159120b53578677-p_e.jpg",{"is_FSBA":true},"$15,000 (Nov 20)","11958 SW 210th Ter","https://photos.zillowstatic.com/fp/8ca70fd55f28ebe42fda9ea083c064ea-p_e.jpg",{"is_FSBA":true},"$29,999 (Nov 14)","17404 SW 142nd Pl",{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"215","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":"518","livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"217","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"218","rentZestimate":2981,"shouldHighlight":false,"state":"219","streetAddress":"220","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"221","zpid":44246499},{"item":0},{"bathrooms":4,"bedrooms":4,"city":"210","country":"211","currency":"212","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"222","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":"519","livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"217","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"224","shouldHighlight":false,"state":"219","streetAddress":"225","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"226","zpid":43827372},{"item":1},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"228","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":"520","livingArea":1336,"longitude":-80.370636,"openHouse":"230","open_house_info":"521","price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"219","streetAddress":"232","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"233","zpid":156224524},{"item":2},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"234","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":"522","livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"219","streetAddress":"236","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"237","zestimate":445400,"zipcode":"238","zpid":44280853},{"item":3},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"239","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":"523","livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"217","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"219","streetAddress":"241","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"242","zpid":44329115},{"item":4},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"243","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":"524","livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"217","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"219","streetAddress":"245","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"246","zpid":43808029},{"item":5},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"247","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":"525","livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"219","streetAddress":"249","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"233","zpid":44214153},{"item":6},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"250","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":"526","livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"217","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"219","streetAddress":"252","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"253","zpid":44331113},{"item":7},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"254","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":"527","livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"219","streetAddress":"256","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"257","zestimate":435600,"zipcode":"258","zpid":44268720},{"item":8},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"259","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":"528","livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"217","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"261","rentZestimate":2445,"shouldHighlight":false,"state":"219","streetAddress":"262","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"263","zpid":43816637},{"item":9},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"264","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":"529","livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"219","streetAddress":"266","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"267","zpid":338743241},{"item":10},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"268","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":"530","livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"219","streetAddress":"270","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"253","zpid":62931912},{"item":11},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"271","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":"531","livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"217","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"219","streetAddress":"273","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"274","zpid":44302016},{"item":12},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"275","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":"532","livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"217","lotAreaValue":2125,"newConstructionType":"277","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"219","streetAddress":"278","timeOnZillow":1135294000,"zipcode":"246","zpid":458467587},{"item":13},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"279","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":"533","livingArea":1575,"longitude":-80.3799,"openHouse":"281","open_house_info":"534","price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"219","streetAddress":"283","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"284","zestimate":511400,"zipcode":"233","zpid":44214373},{"item":14},{"bathrooms":5,"bedrooms":8,"city":"210","country":"211","currency":"212","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"285","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":"535","livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"217","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"287","shouldHighlight":false,"state":"219","streetAddress":"288","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"289","zpid":43822416},{"item":15},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"290","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":"536","livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"217","lotAreaValue":3920,"newConstructionType":"277","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"292","rentZestimate":4151,"shouldHighlight":false,"state":"219","streetAddress":"293","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"294","zpid":155725020},{"item":16},{"bathrooms":3,"bedrooms":5,"city":"210","country":"211","currency":"212","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"295","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":"537","livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"217","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"297","rentZestimate":3827,"shouldHighlight":false,"state":"219","streetAddress":"298","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"242","zpid":44328384},{"item":17},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"299","imgSrc":"300","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":"538","livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"219","streetAddress":"302","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"263","zpid":43811977},{"item":18},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"303","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":"539","livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"219","streetAddress":"305","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"306","zestimate":415800,"zipcode":"307","zpid":44192705},{"item":19},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"308","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":"540","livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"217","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"310","shouldHighlight":false,"state":"219","streetAddress":"311","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"274","zpid":82067300},{"item":20},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"312","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":"541","livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"217","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"219","streetAddress":"314","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"315","zpid":44234621},{"item":21},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"316","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":"542","livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"217","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"318","rentZestimate":2860,"shouldHighlight":false,"state":"219","streetAddress":"319","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"320","zpid":44350402},{"item":22},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"321","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":"543","livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"217","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"80","shouldHighlight":false,"state":"219","streetAddress":"323","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"324","zpid":43839021},{"item":23},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"325","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":"544","livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"217","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"219","streetAddress":"327","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"328","zpid":44334520},{"item":24},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"329","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":"545","livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"217","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"219","streetAddress":"331","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"328","zpid":44360997},{"item":25},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"332","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":"546","livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"219","streetAddress":"334","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"335","zipcode":"328","zpid":44333127},{"item":26},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"336","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":"547","livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"219","streetAddress":"338","timeOnZillow":644297000,"unit":"339","zestimate":490300,"zipcode":"340","zpid":2060256131},{"item":27},{"bathrooms":3,"bedrooms":4,"city":"210","country":"211","currency":"212","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"341","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":"548","livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"343","rentZestimate":3418,"shouldHighlight":false,"state":"219","streetAddress":"344","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"253","zpid":60798233},{"item":28},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"345","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":"549","livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"217","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"219","streetAddress":"347","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"258","zpid":118914384},{"item":29},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"348","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":"550","livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"217","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"219","streetAddress":"350","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"320","zpid":44350836},{"item":30},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"299","imgSrc":"351","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":"551","livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"353","shouldHighlight":false,"state":"219","streetAddress":"354","timeOnZillow":641836000,"zestimate":441600,"zipcode":"294","zpid":452695494},{"item":31},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"355","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":"552","livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"217","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"357","shouldHighlight":false,"state":"219","streetAddress":"358","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"328","zpid":44343488},{"item":32},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"359","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":"553","livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"217","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"219","streetAddress":"361","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"274","zpid":44301845},{"item":33},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"362","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":"554","livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"219","streetAddress":"364","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"258","zpid":44264409},{"item":34},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"365","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":"555","livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"217","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"367","rentZestimate":3162,"shouldHighlight":false,"state":"219","streetAddress":"368","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"263","zpid":43813029},{"item":35},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"369","imgSrc":"370","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":"556","livingArea":1120,"longitude":-80.226776,"newConstructionType":"372","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"219","streetAddress":"373","timeOnZillow":5926090000,"zipcode":"263","zpid":456982725},{"item":36},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"374","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":"557","livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"217","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"219","streetAddress":"376","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"274","zpid":44299942},{"item":37},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"377","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":"558","livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"219","streetAddress":"379","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"380","zestimate":416700,"zipcode":"242","zpid":337202171},{"item":38},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"381","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":"559","livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"217","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"383","rentZestimate":3879,"shouldHighlight":false,"state":"219","streetAddress":"384","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"328","zpid":44363879},{"item":39},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"385","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":"560","livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"217","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"387","rentZestimate":3048,"shouldHighlight":false,"state":"219","streetAddress":"388","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"328","zpid":44340771},{"item":40},{"Location":"66","Status":"67","Minimum Price":"68","Maximum Price":"69","Minimum Number of Beds":"70","Minimum Number of Bathrooms":"71","sortselection":"72","Multi Family?":"73","submittedAt":"74","formMode":"75"},{"item":0},{"results":"561","resultsPerPage":41,"totalPages":7,"totalResultCount":260},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},{"item":0},["562","563"],["564"],{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"565"},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_foreclosure":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"566"},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},["567","568","569","570","571","572","573","574","575","576","577","578","579","580","581","582","583","584","585","586","587","588","589","590","591","592","593","594","595","596","597","598","599","600","601","602","603","604","605","606","607"],{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000},{"open_house_end":1765058400000,"open_house_start":1765051200000},["608","609"],["610"],{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"215","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":"611","livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"217","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"218","rentZestimate":2981,"shouldHighlight":false,"state":"219","streetAddress":"220","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"221","zpid":44246499},{"bathrooms":4,"bedrooms":4,"city":"210","country":"211","currency":"212","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"222","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":"612","livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"217","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"224","shouldHighlight":false,"state":"219","streetAddress":"225","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"226","zpid":43827372},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"228","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":"613","livingArea":1336,"longitude":-80.370636,"openHouse":"230","open_house_info":"614","price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"219","streetAddress":"232","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"233","zpid":156224524},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"234","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":"615","livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"219","streetAddress":"236","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"237","zestimate":445400,"zipcode":"238","zpid":44280853},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"239","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":"616","livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"217","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"219","streetAddress":"241","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"242","zpid":44329115},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"243","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":"617","livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"217","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"219","streetAddress":"245","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"246","zpid":43808029},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"247","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":"618","livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"219","streetAddress":"249","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"233","zpid":44214153},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"250","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":"619","livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"217","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"219","streetAddress":"252","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"253","zpid":44331113},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"254","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":"620","livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"219","streetAddress":"256","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"257","zestimate":435600,"zipcode":"258","zpid":44268720},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"259","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":"621","livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"217","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"261","rentZestimate":2445,"shouldHighlight":false,"state":"219","streetAddress":"262","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"263","zpid":43816637},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"264","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":"622","livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"219","streetAddress":"266","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"267","zpid":338743241},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"268","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":"623","livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"219","streetAddress":"270","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"253","zpid":62931912},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"271","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":"624","livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"217","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"219","streetAddress":"273","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"274","zpid":44302016},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"275","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":"625","livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"217","lotAreaValue":2125,"newConstructionType":"277","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"219","streetAddress":"278","timeOnZillow":1135294000,"zipcode":"246","zpid":458467587},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"279","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":"626","livingArea":1575,"longitude":-80.3799,"openHouse":"281","open_house_info":"627","price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"219","streetAddress":"283","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"284","zestimate":511400,"zipcode":"233","zpid":44214373},{"bathrooms":5,"bedrooms":8,"city":"210","country":"211","currency":"212","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"285","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":"628","livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"217","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"287","shouldHighlight":false,"state":"219","streetAddress":"288","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"289","zpid":43822416},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"290","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":"629","livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"217","lotAreaValue":3920,"newConstructionType":"277","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"292","rentZestimate":4151,"shouldHighlight":false,"state":"219","streetAddress":"293","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"294","zpid":155725020},{"bathrooms":3,"bedrooms":5,"city":"210","country":"211","currency":"212","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"295","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":"630","livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"217","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"297","rentZestimate":3827,"shouldHighlight":false,"state":"219","streetAddress":"298","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"242","zpid":44328384},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"299","imgSrc":"300","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":"631","livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"219","streetAddress":"302","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"263","zpid":43811977},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"303","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":"632","livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"219","streetAddress":"305","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"306","zestimate":415800,"zipcode":"307","zpid":44192705},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"308","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":"633","livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"217","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"310","shouldHighlight":false,"state":"219","streetAddress":"311","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"274","zpid":82067300},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"312","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":"634","livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"217","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"219","streetAddress":"314","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"315","zpid":44234621},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"316","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":"635","livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"217","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"318","rentZestimate":2860,"shouldHighlight":false,"state":"219","streetAddress":"319","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"320","zpid":44350402},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"321","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":"636","livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"217","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"80","shouldHighlight":false,"state":"219","streetAddress":"323","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"324","zpid":43839021},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"325","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":"637","livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"217","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"219","streetAddress":"327","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"328","zpid":44334520},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"329","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":"638","livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"217","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"219","streetAddress":"331","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"328","zpid":44360997},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"332","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":"639","livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"219","streetAddress":"334","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"335","zipcode":"328","zpid":44333127},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"336","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":"640","livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"219","streetAddress":"338","timeOnZillow":644297000,"unit":"339","zestimate":490300,"zipcode":"340","zpid":2060256131},{"bathrooms":3,"bedrooms":4,"city":"210","country":"211","currency":"212","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"341","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":"641","livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"343","rentZestimate":3418,"shouldHighlight":false,"state":"219","streetAddress":"344","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"253","zpid":60798233},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"345","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":"642","livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"217","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"219","streetAddress":"347","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"258","zpid":118914384},{"bathrooms":2,"bedrooms":4,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"348","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":"643","livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"217","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"219","streetAddress":"350","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"320","zpid":44350836},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"299","imgSrc":"351","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":"644","livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"353","shouldHighlight":false,"state":"219","streetAddress":"354","timeOnZillow":641836000,"zestimate":441600,"zipcode":"294","zpid":452695494},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"355","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":"645","livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"217","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"357","shouldHighlight":false,"state":"219","streetAddress":"358","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"328","zpid":44343488},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"359","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":"646","livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"217","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"219","streetAddress":"361","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"274","zpid":44301845},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"362","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":"647","livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"219","streetAddress":"364","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"258","zpid":44264409},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"365","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":"648","livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"217","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"367","rentZestimate":3162,"shouldHighlight":false,"state":"219","streetAddress":"368","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"263","zpid":43813029},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"369","imgSrc":"370","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":"649","livingArea":1120,"longitude":-80.226776,"newConstructionType":"372","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"219","streetAddress":"373","timeOnZillow":5926090000,"zipcode":"263","zpid":456982725},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"374","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":"650","livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"217","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"219","streetAddress":"376","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"274","zpid":44299942},{"bathrooms":3,"bedrooms":3,"city":"210","country":"211","currency":"212","daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"227","imgSrc":"377","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":"651","livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"219","streetAddress":"379","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"380","zestimate":416700,"zipcode":"242","zpid":337202171},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"381","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":"652","livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"217","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"383","rentZestimate":3879,"shouldHighlight":false,"state":"219","streetAddress":"384","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"328","zpid":44363879},{"bathrooms":2,"bedrooms":3,"city":"210","country":"211","currency":"212","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"213","homeStatusForHDP":"213","homeType":"214","imgSrc":"385","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":"653","livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"217","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"387","rentZestimate":3048,"shouldHighlight":false,"state":"219","streetAddress":"388","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"328","zpid":44340771},{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000},{"open_house_end":1765058400000,"open_house_start":1765051200000},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"654"},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_foreclosure":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"655"},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},["656","657"],["658"],{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000},{"open_house_end":1765058400000,"open_house_start":1765051200000}]...
|
Edit
Delete
|
|
97
|
{"id":"2B85eBwnhrBGciaP","name {"id":"2B85eBwnhrBGciaP","name":"My workflow","active":false,"nodes":[{"parameters":{"authentication":"none","formTitle":"Real Estate - Form","formDescription":"Please provide all of your metrics to get the best real estate deals.","formFields":{"values":[{"fieldLabel":"Location","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Status","fieldType":"dropdown","fieldOptions":{"values":[{"option":"forSale"}]},"requiredField":true},{"fieldLabel":"Minimum Price","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Maximum Price","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Minimum Number of Beds","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Minimum Number of Bathrooms","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"sortselection","fieldType":"dropdown","fieldOptions":{"values":[{"option":"Price"}]},"requiredField":true},{"fieldLabel":"Multi Family?","fieldType":"dropdown","fieldOptions":{"values":[{"option":"true"},{"option":"false"}]},"requiredField":true}]},"responseMode":"onReceived","addFormPage":"","options":{}},"type":"n8n-nodes-base.formTrigger","typeVersion":2.3,"position":[0,0],"id":"5b2356a7-a20d-4ae7-b9ea-53395848c39a","name":"On form submission","webhookId":"ea20f37f-8676-4c8e-807a-e18200f9aa62"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"https://zillow56.p.rapidapi.com/search?","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":true,"specifyQuery":"keypair","queryParameters":{"parameters":[{"name":"location","value":"={{ $json.Location }}"},{"name":"status","value":"={{ $json.Status }}"},{"name":"price_min","value":"={{ $json['Minimum Price'] }}"},{"name":"price_max","value":"={{ $json['Maximum Price'] }}"},{"name":"beds_min","value":"={{ $json['Minimum Number of Beds'] }}"},{"name":"baths_min","value":"={{ $json['Minimum Number of Bathrooms'] }}"},{"name":"sortSelection","value":"={{ $json.sortselection }}"},{"name":"isMultiFamily","value":"={{ $json['Multi Family?'] }}"}]},"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.3,"position":[208,0],"id":"ddb750b1-e1f9-44f6-845c-40d792a6520d","name":"Search for Deals","credentials":{"httpHeaderAuth":{"id":"Zgd6WeNleJH1GJW4","name":"Header Auth account"}}},{"parameters":{"fieldToSplitOut":"results","include":"noOtherFields","options":{}},"type":"n8n-nodes-base.splitOut","typeVersion":1,"position":[416,0],"id":"090fc404-e8cb-413c-9566-449222d89a36","name":"Split Out"},{"parameters":{"mode":"runOnceForAllItems","language":"javaScript","jsCode":"// ── CONFIGURABLE ASSUMPTIONS ─────────────────────────────────────────\nconst downPaymentPct = 0.20; // 20 % down\nconst closingCostPct = 0.03; // 3 % closing costs\nconst annualInterestRate = 0.05; // 5 % APR\nconst loanTermYears = 30; // 30‑yr mortgage\nconst propertyTaxRate = 0.012; // 1.2 % of assessed value per year\nconst insuranceRate = 0.003; // 0.3 % of price per year\nconst maintenanceRate = 0.01; // 1 % of price per year\n// ─────────────────────────────────────────────────────────────────────\n// IMPORTANT for n8n: return array of { json: … }\nreturn items.map(item => {\n // —— raw inputs (fall back to 0 if missing) ————————————————\n const j = item.json;\n const price = parseFloat(j.price) || 0;\n const rent = parseFloat(j.rentZestimate) || 0;\n const livingArea = parseFloat(j.LivingArea) || 0; // sqft\n const zEstimate = parseFloat(j.zestimate) || 0;\n const taxAssessedVal = parseFloat(j.taxAssessedValue)|| price;\n // ————————————————————————————————————————————————————————\n // —— Financing ——————————————————————————\n const downPayment = price * downPaymentPct;\n const closingCosts = price * closingCostPct;\n const loanAmount = price - downPayment;\n const monthlyRate = annualInterestRate / 12;\n const numPayments = loanTermYears * 12;\n const mortgagePayment= loanAmount * monthlyRate /\n (1 - Math.pow(1 + monthlyRate, -numPayments));\n // —— Operating expenses ———————————————\n const annualTax = taxAssessedVal * propertyTaxRate;\n const annualIns = price * insuranceRate;\n const annualMaint = price * maintenanceRate;\n const monthlyTax = annualTax / 12;\n const monthlyIns = annualIns / 12;\n const monthlyMaint = annualMaint / 12;\n // —— Cash‑flow & returns ——————————————\n const totalMonthlyExp = mortgagePayment + monthlyTax + monthlyIns + monthlyMaint;\n const monthlyCashFlow = rent - totalMonthlyExp;\n const annualCashFlow = monthlyCashFlow * 12;\n const capRate = annualCashFlow / price; // NOI ÷ price\n const cashOnCashROI = annualCashFlow / (downPayment + closingCosts);\n // —— Extra metrics ————————————————\n const pricePerSqft = livingArea ? price / livingArea : 0;\n const rentPerSqft = livingArea ? rent / livingArea : 0;\n const rentToPricePct = price ? (rent * 12) / price : 0; // GRM inverse\n const priceVsZestPct = zEstimate ? (price - zEstimate) / zEstimate : 0;\n // ————————————————————————————————————————————————————————\n // —— Attach everything to output JSON ——\n Object.assign(j, {\n downPayment: +downPayment.toFixed(2),\n closingCosts: +closingCosts.toFixed(2),\n loanAmount: +loanAmount.toFixed(2),\n mortgagePayment: +mortgagePayment.toFixed(2),\n monthlyPropertyTax: +monthlyTax.toFixed(2),\n monthlyInsurance: +monthlyIns.toFixed(2),\n monthlyMaintenance: +monthlyMaint.toFixed(2),\n totalMonthlyExpenses: +totalMonthlyExp.toFixed(2),\n monthlyCashFlow: +monthlyCashFlow.toFixed(2),\n annualCashFlow: +annualCashFlow.toFixed(2),\n capRate: +capRate.toFixed(4), // 0.0523 ➜ 5.23 %\n cashOnCashROI: +cashOnCashROI.toFixed(4), // 0.1234 ➜ 12.34 %\n pricePerSqft: +pricePerSqft.toFixed(2),\n rentPerSqft: +rentPerSqft.toFixed(2),\n rentToPricePct: +(rentToPricePct*100).toFixed(2), // % of price per yr\n priceVsZestimatePct: +(priceVsZestPct*100).toFixed(2) // over/under %\n });\n // Return a proper n8n item\n return { json: j };\n});\n","notice":""},"type":"n8n-nodes-base.code","typeVersion":2,"position":[624,0],"id":"0840379e-e03a-442a-bcdb-4e4d7833e916","name":"Code in JavaScript"}],"connections":{"On form submission":{"main":[[{"node":"Search for Deals","type":"main","index":0}]]},"Search for Deals":{"main":[[{"node":"Split Out","type":"main","index":0}]]},"Split Out":{"main":[[{"node":"Code in JavaScript","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"On form submission":[{"json":{"Location":"MIami","Status":"forSale","Minimum Price":"400000","Maximum Price":"550000","Minimum Number of Beds":"3","Minimum Number of Bathrooms":"2","sortselection":"Price","Multi Family?":"true","submittedAt":"2025-12-03T21:45:46.257-08:00","formMode":"test"}}],"Search for Deals":[{"json":{"results":[{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/12c4cfc456ca46d98bd9c90394ed972f-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":{"is_FSBA":true},"livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"sqft","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"$10,000 (Nov 10)","rentZestimate":2981,"shouldHighlight":false,"state":"FL","streetAddress":"13741 SW 46th Ter","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"33175","zpid":44246499},{"bathrooms":4,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/e18a785b7d6d745c04cb54d48b272220-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":{"is_FSBA":true},"livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"sqft","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"$55,000 (Oct 21)","shouldHighlight":false,"state":"FL","streetAddress":"8320 NE 3rd Ave","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"33138","zpid":43827372},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/be985c3b16b4616f615a06d9cb85c0b2-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":{"is_FSBA":true,"is_openHouse":true},"livingArea":1336,"longitude":-80.370636,"openHouse":"Sat. 2-5pm","open_house_info":{"open_house_showing":[{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000}]},"price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"FL","streetAddress":"10930 SW 75th St","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"33173","zpid":156224524},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/3188cd2f9186651e70c58fb8bba20fb7-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":{"is_FSBA":true},"livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"FL","streetAddress":"10669 SW 113th Pl #84Z","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"# 84Z","zestimate":445400,"zipcode":"33176","zpid":44280853},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/65fdb59ddba6a8ebcd59bb4e92939c7c-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":{"is_FSBA":true},"livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"sqft","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"FL","streetAddress":"14117 SW 149th Ave","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"33196","zpid":44329115},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/8328e530139b271d5af2727e2f30c250-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":{"is_FSBA":true},"livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"sqft","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"FL","streetAddress":"286 NW 57th St","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"33127","zpid":43808029},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/2f703bc7451d73923ad737ade976fe37-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":{"is_FSBA":true},"livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"FL","streetAddress":"10927 SW 71st Ln","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"33173","zpid":44214153},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/202998295cf917270202ed9effe3f7a2-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":{"is_foreclosure":true},"livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"sqft","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"FL","streetAddress":"15141 SW 130th Ave","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"33186","zpid":44331113},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/1fa5f9cfafce4c0711343813f020a4a3-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":{"is_FSBA":true},"livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"FL","streetAddress":"8595 SW 152nd Ave APT 251","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"Apt 251","zestimate":435600,"zipcode":"33193","zpid":44268720},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/558d65e3b3facfdf8fb9bbeef1b08bae-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":{"is_FSBA":true},"livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"sqft","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"$4,000 (Nov 24)","rentZestimate":2445,"shouldHighlight":false,"state":"FL","streetAddress":"3320 NW 14th Ave","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"33142","zpid":43816637},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/735682adf178a404084dd0ee28937e4d-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":{"is_FSBA":true},"livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"FL","streetAddress":"14782 SW 181st Ter","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"33187","zpid":338743241},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/1b0a5c206d525d6df89131ebeaea6a99-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":{"is_FSBA":true},"livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"FL","streetAddress":"12566 SW 126th Ave","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"33186","zpid":62931912},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/5a34cb5460fd3a930845608fbea04a53-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":{"is_FSBA":true},"livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"sqft","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"FL","streetAddress":"17995 SW 105th Ave","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"33157","zpid":44302016},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/784efa77756687d2d9074b5853636b04-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":{"is_newHome":true},"livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"sqft","lotAreaValue":2125,"newConstructionType":"BUILDER_SPEC","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"FL","streetAddress":"5820 NW 3rd Ave","timeOnZillow":1135294000,"zipcode":"33127","zpid":458467587},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/baf1866ac5d43af6fccf94bc9b46aac9-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":{"is_FSBA":true,"is_openHouse":true},"livingArea":1575,"longitude":-80.3799,"openHouse":"Sat. 12-2pm","open_house_info":{"open_house_showing":[{"open_house_end":1765058400000,"open_house_start":1765051200000}]},"price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"FL","streetAddress":"11537 SW 64th St #A83","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"# A83","zestimate":511400,"zipcode":"33173","zpid":44214373},{"bathrooms":5,"bedrooms":8,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/c667d2f29ce825e9469eda56f55e2601-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":{"is_FSBA":true},"livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"sqft","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"$4,901 (Nov 22)","shouldHighlight":false,"state":"FL","streetAddress":"1025 NW 31st Ave","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"33125","zpid":43822416},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/ba7b3b6032c3aebffa8f54bc2bfeecb1-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":{"is_newHome":true},"livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"sqft","lotAreaValue":3920,"newConstructionType":"BUILDER_SPEC","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"$38,000 (Nov 26)","rentZestimate":4151,"shouldHighlight":false,"state":"FL","streetAddress":"6821 NW 6th Ct","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"33150","zpid":155725020},{"bathrooms":3,"bedrooms":5,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/fbd254673dce5f8a3b5ba43262ed8776-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":{"is_FSBA":true},"livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"sqft","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"$15,000 (Nov 9)","rentZestimate":3827,"shouldHighlight":false,"state":"FL","streetAddress":"14552 SW 155th Pl","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"33196","zpid":44328384},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"MULTI_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/f90432302d5cdd6560b6c964da2c2eaf-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":{"is_FSBA":true},"livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"FL","streetAddress":"5020 NW 14th Ave","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"33142","zpid":43811977},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/f780ef650bf1ae7dc169ecc21bae04fb-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":{"is_FSBA":true},"livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"FL","streetAddress":"3806 SW 84th Ave #17","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"# 17","zestimate":415800,"zipcode":"33155","zpid":44192705},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/125fb831c0feaf471fc467fd34ee0392-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":{"is_FSBA":true},"livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"sqft","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"$10,000 (Nov 21)","shouldHighlight":false,"state":"FL","streetAddress":"10169 SW 171st St","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"33157","zpid":82067300},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/4d185772aa7d1ba42f3c7eacd9ed3fb4-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":{"is_FSBA":true},"livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"sqft","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"FL","streetAddress":"12276 SW 10th St","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"33184","zpid":44234621},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/d90e09e42c970ffa9295cb45a9df9ddf-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":{"is_FSBA":true},"livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"sqft","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"$31,000 (Dec 1)","rentZestimate":2860,"shouldHighlight":false,"state":"FL","streetAddress":"20000 SW 114th Ave","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"33189","zpid":44350402},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/ec99f4e889a4a7c48f82e9bf2408a7c9-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":{"is_FSBA":true},"livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"sqft","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"","shouldHighlight":false,"state":"FL","streetAddress":"1877 SW 6th St","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"33135","zpid":43839021},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/379185d2624418874a27f7660062042c-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":{"is_FSBA":true},"livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"sqft","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"FL","streetAddress":"13910 SW 160th Ter","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"33177","zpid":44334520},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/43146b49dd55d0a792332364e944c18e-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":{"is_FSBA":true},"livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"sqft","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"FL","streetAddress":"12421 SW 193rd St","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"33177","zpid":44360997},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/4bb9891acfde8482b7a5aace288a2812-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":{"is_FSBA":true},"livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"FL","streetAddress":"13402 SW 153rd St APT 1905","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"Apt 1905","zipcode":"33177","zpid":44333127},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/064c6436db6aead23ba531ce2f7fe22c-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":{"is_FSBA":true},"livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"FL","streetAddress":"6514 SW 128th Pl #6514","timeOnZillow":644297000,"unit":"# 6514","zestimate":490300,"zipcode":"33183","zpid":2060256131},{"bathrooms":3,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/e3eb585d9f0ccb0ca55e095646e13780-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":{"is_FSBA":true},"livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"$35,000 (Nov 22)","rentZestimate":3418,"shouldHighlight":false,"state":"FL","streetAddress":"12513 SW 121st Way","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"33186","zpid":60798233},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/5ff79e6ed2ada6d64ff10d529fe4d4d6-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":{"is_FSBA":true},"livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"sqft","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"FL","streetAddress":"7161 SW 163rd Pl","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"33193","zpid":118914384},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/3024547d65f93fce3b918ffe82ab2d2f-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":{"is_FSBA":true},"livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"sqft","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"FL","streetAddress":"20120 SW 112th Ct","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"33189","zpid":44350836},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"MULTI_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/c3dbb5a78049c47a2496bfc8e57050c8-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":{"is_FSBA":true},"livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"$25,000 (Oct 29)","shouldHighlight":false,"state":"FL","streetAddress":"640-642 NW 77th St","timeOnZillow":641836000,"zestimate":441600,"zipcode":"33150","zpid":452695494},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/4d1d685123bd70d5205ebc1917e1a095-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":{"is_FSBA":true},"livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"sqft","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"$30,100 (Nov 17)","shouldHighlight":false,"state":"FL","streetAddress":"17360 SW 121st Ave","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"33177","zpid":44343488},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/a8dbaaf1c136402d69004c7f52f32951-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":{"is_FSBA":true},"livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"sqft","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"FL","streetAddress":"10250 SW 172nd St","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"33157","zpid":44301845},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/a9eebcf7aed96dffa09ded2fd02eaf07-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":{"is_FSBA":true},"livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"FL","streetAddress":"16415 SW 73rd Ter","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"33193","zpid":44264409},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/3bbe2ae61cc4085c1c59f0f2b8e46051-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":{"is_FSBA":true},"livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"sqft","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"$20,000 (Sep 19)","rentZestimate":3162,"shouldHighlight":false,"state":"FL","streetAddress":"1243 NW 42nd St","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"33142","zpid":43813029},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"CONDO","imgSrc":"https://photos.zillowstatic.com/fp/77a7afc9110b11f0b8dcaddb14c1a6c3-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":{"is_newHome":true},"livingArea":1120,"longitude":-80.226776,"newConstructionType":"NEW_CONSTRUCTION_TYPE_OTHER","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"FL","streetAddress":"1844 NW 33rd St","timeOnZillow":5926090000,"zipcode":"33142","zpid":456982725},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/bafec18e9e2a38b0753c7bc9132af2a4-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":{"is_FSBA":true},"livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"sqft","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"FL","streetAddress":"11321 SW 162nd Ter","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"33157","zpid":44299942},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/fb5770e48c396506f474c8739e049bb0-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":{"is_FSBA":true},"livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"FL","streetAddress":"15540 SW 136th St #204","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"# 204","zestimate":416700,"zipcode":"33196","zpid":337202171},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/6517234e2d34e7054159120b53578677-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":{"is_FSBA":true},"livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"sqft","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"$15,000 (Nov 20)","rentZestimate":3879,"shouldHighlight":false,"state":"FL","streetAddress":"11958 SW 210th Ter","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"33177","zpid":44363879},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/8ca70fd55f28ebe42fda9ea083c064ea-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":{"is_FSBA":true},"livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"sqft","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"$29,999 (Nov 14)","rentZestimate":3048,"shouldHighlight":false,"state":"FL","streetAddress":"17404 SW 142nd Pl","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"33177","zpid":44340771}],"resultsPerPage":41,"totalPages":7,"totalResultCount":260}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Code in JavaScript",["14","15","4","16"],{"On form submission":"17","Search for Deals":"18","Split Out":"19","Code in JavaScript":"20"},{"On form submission":"21","Search for Deals":"22"},{},[],{},{},{},{"version":1,"establishedAt":1764829726765,"source":"23"},"On form submission","Split Out","Search for Deals",["24"],["25"],["26"],["27"],["28"],["29"],"manual",{"startTime":1764827146315,"executionIndex":0,"source":"30","hints":"31","executionTime":1,"executionStatus":"32","data":"33"},{"startTime":1764829403671,"executionIndex":1,"source":"34","hints":"35","executionTime":13238,"executionStatus":"32","data":"36"},{"startTime":1764829500781,"executionIndex":2,"source":"37","hints":"38","executionTime":7,"executionStatus":"32","data":"39"},{"startTime":1764829726771,"executionIndex":3,"source":"40","hints":"41","executionTime":94,"executionStatus":"32","data":"42"},{"json":"43"},{"json":"44"},[],[],"success",{"main":"45"},["46"],[],{"main":"47"},["48"],[],{"main":"49"},["50"],[],{"main":"51"},{"Location":"52","Status":"53","Minimum Price":"54","Maximum Price":"55","Minimum Number of Beds":"56","Minimum Number of Bathrooms":"57","sortselection":"58","Multi Family?":"59","submittedAt":"60","formMode":"61"},{"results":"62","resultsPerPage":41,"totalPages":7,"totalResultCount":260},["63"],{"previousNode":"14","previousNodeOutput":0,"previousNodeRun":0},["64"],{"previousNode":"16","previousNodeOutput":0,"previousNodeRun":0},["65"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["66"],"MIami","forSale","400000","550000","3","2","Price","true","2025-12-03T21:45:46.257-08:00","test",["67","68","69","70","71","72","73","74","75","76","77","78","79","80","81","82","83","84","85","86","87","88","89","90","91","92","93","94","95","96","97","98","99","100","101","102","103","104","105","106","107"],["108"],["109"],["110","111","112","113","114","115","116","117","118","119","120","121","122","123","124","125","126","127","128","129","130","131","132","133","134","135","136","137","138","139","140","141","142","143","144","145","146","147","148","149","150"],["151","152","153","154","155","156","157","158","159","160","161","162","163","164","165","166","167","168","169","170","171","172","173","174","175","176","177","178","179","180","181","182","183","184","185","186","187","188","189","190","191"],{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"197","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":"198","livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"199","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"200","rentZestimate":2981,"shouldHighlight":false,"state":"201","streetAddress":"202","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"203","zpid":44246499},{"bathrooms":4,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"204","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":"205","livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"199","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"206","shouldHighlight":false,"state":"201","streetAddress":"207","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"208","zpid":43827372},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"210","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":"211","livingArea":1336,"longitude":-80.370636,"openHouse":"212","open_house_info":"213","price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"201","streetAddress":"214","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"215","zpid":156224524},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"216","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":"217","livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"201","streetAddress":"218","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"219","zestimate":445400,"zipcode":"220","zpid":44280853},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"221","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":"222","livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"199","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"201","streetAddress":"223","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"224","zpid":44329115},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"225","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":"226","livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"199","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"201","streetAddress":"227","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"228","zpid":43808029},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"229","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":"230","livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"201","streetAddress":"231","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"215","zpid":44214153},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"232","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":"233","livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"199","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"201","streetAddress":"234","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"235","zpid":44331113},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"236","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":"237","livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"201","streetAddress":"238","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"239","zestimate":435600,"zipcode":"240","zpid":44268720},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"241","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":"242","livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"199","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"243","rentZestimate":2445,"shouldHighlight":false,"state":"201","streetAddress":"244","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"245","zpid":43816637},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"246","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":"247","livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"201","streetAddress":"248","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"249","zpid":338743241},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"250","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":"251","livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"201","streetAddress":"252","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"235","zpid":62931912},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"253","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":"254","livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"199","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"201","streetAddress":"255","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"256","zpid":44302016},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"257","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":"258","livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"199","lotAreaValue":2125,"newConstructionType":"259","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"201","streetAddress":"260","timeOnZillow":1135294000,"zipcode":"228","zpid":458467587},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"261","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":"262","livingArea":1575,"longitude":-80.3799,"openHouse":"263","open_house_info":"264","price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"201","streetAddress":"265","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"266","zestimate":511400,"zipcode":"215","zpid":44214373},{"bathrooms":5,"bedrooms":8,"city":"192","country":"193","currency":"194","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"267","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":"268","livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"199","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"269","shouldHighlight":false,"state":"201","streetAddress":"270","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"271","zpid":43822416},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"272","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":"273","livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"199","lotAreaValue":3920,"newConstructionType":"259","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"274","rentZestimate":4151,"shouldHighlight":false,"state":"201","streetAddress":"275","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"276","zpid":155725020},{"bathrooms":3,"bedrooms":5,"city":"192","country":"193","currency":"194","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"277","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":"278","livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"199","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"279","rentZestimate":3827,"shouldHighlight":false,"state":"201","streetAddress":"280","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"224","zpid":44328384},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"281","imgSrc":"282","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":"283","livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"201","streetAddress":"284","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"245","zpid":43811977},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"285","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":"286","livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"201","streetAddress":"287","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"288","zestimate":415800,"zipcode":"289","zpid":44192705},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"290","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":"291","livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"199","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"292","shouldHighlight":false,"state":"201","streetAddress":"293","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"256","zpid":82067300},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"294","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":"295","livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"199","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"201","streetAddress":"296","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"297","zpid":44234621},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"298","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":"299","livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"199","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"300","rentZestimate":2860,"shouldHighlight":false,"state":"201","streetAddress":"301","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"302","zpid":44350402},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"303","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":"304","livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"199","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"305","shouldHighlight":false,"state":"201","streetAddress":"306","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"307","zpid":43839021},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"308","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":"309","livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"199","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"201","streetAddress":"310","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"311","zpid":44334520},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"312","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":"313","livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"199","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"201","streetAddress":"314","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"311","zpid":44360997},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"315","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":"316","livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"201","streetAddress":"317","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"318","zipcode":"311","zpid":44333127},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"319","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":"320","livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"201","streetAddress":"321","timeOnZillow":644297000,"unit":"322","zestimate":490300,"zipcode":"323","zpid":2060256131},{"bathrooms":3,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"324","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":"325","livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"326","rentZestimate":3418,"shouldHighlight":false,"state":"201","streetAddress":"327","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"235","zpid":60798233},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"328","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":"329","livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"199","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"201","streetAddress":"330","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"240","zpid":118914384},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"331","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":"332","livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"199","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"201","streetAddress":"333","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"302","zpid":44350836},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"281","imgSrc":"334","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":"335","livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"336","shouldHighlight":false,"state":"201","streetAddress":"337","timeOnZillow":641836000,"zestimate":441600,"zipcode":"276","zpid":452695494},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"338","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":"339","livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"199","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"340","shouldHighlight":false,"state":"201","streetAddress":"341","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"311","zpid":44343488},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"342","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":"343","livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"199","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"201","streetAddress":"344","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"256","zpid":44301845},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"345","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":"346","livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"201","streetAddress":"347","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"240","zpid":44264409},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"348","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":"349","livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"199","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"350","rentZestimate":3162,"shouldHighlight":false,"state":"201","streetAddress":"351","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"245","zpid":43813029},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"352","imgSrc":"353","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":"354","livingArea":1120,"longitude":-80.226776,"newConstructionType":"355","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"201","streetAddress":"356","timeOnZillow":5926090000,"zipcode":"245","zpid":456982725},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"357","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":"358","livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"199","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"201","streetAddress":"359","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"256","zpid":44299942},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"360","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":"361","livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"201","streetAddress":"362","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"363","zestimate":416700,"zipcode":"224","zpid":337202171},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"364","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":"365","livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"199","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"366","rentZestimate":3879,"shouldHighlight":false,"state":"201","streetAddress":"367","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"311","zpid":44363879},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"368","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":"369","livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"199","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"370","rentZestimate":3048,"shouldHighlight":false,"state":"201","streetAddress":"371","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"311","zpid":44340771},{"json":"372","pairedItem":"373"},{"json":"374","pairedItem":"375"},{"json":"376","pairedItem":"377"},{"json":"378","pairedItem":"379"},{"json":"380","pairedItem":"381"},{"json":"382","pairedItem":"383"},{"json":"384","pairedItem":"385"},{"json":"386","pairedItem":"387"},{"json":"388","pairedItem":"389"},{"json":"390","pairedItem":"391"},{"json":"392","pairedItem":"393"},{"json":"394","pairedItem":"395"},{"json":"396","pairedItem":"397"},{"json":"398","pairedItem":"399"},{"json":"400","pairedItem":"401"},{"json":"402","pairedItem":"403"},{"json":"404","pairedItem":"405"},{"json":"406","pairedItem":"407"},{"json":"408","pairedItem":"409"},{"json":"410","pairedItem":"411"},{"json":"412","pairedItem":"413"},{"json":"414","pairedItem":"415"},{"json":"416","pairedItem":"417"},{"json":"418","pairedItem":"419"},{"json":"420","pairedItem":"421"},{"json":"422","pairedItem":"423"},{"json":"424","pairedItem":"425"},{"json":"426","pairedItem":"427"},{"json":"428","pairedItem":"429"},{"json":"430","pairedItem":"431"},{"json":"432","pairedItem":"433"},{"json":"434","pairedItem":"435"},{"json":"436","pairedItem":"437"},{"json":"438","pairedItem":"439"},{"json":"440","pairedItem":"441"},{"json":"442","pairedItem":"443"},{"json":"444","pairedItem":"445"},{"json":"446","pairedItem":"447"},{"json":"448","pairedItem":"449"},{"json":"450","pairedItem":"451"},{"json":"452","pairedItem":"453"},{"json":"454","pairedItem":"455"},{"json":"456","pairedItem":"457"},{"json":"458","pairedItem":"459"},{"json":"460","pairedItem":"461"},{"json":"462","pairedItem":"463"},{"json":"464","pairedItem":"465"},{"json":"466","pairedItem":"467"},{"json":"468","pairedItem":"469"},{"json":"470","pairedItem":"471"},{"json":"472","pairedItem":"473"},{"json":"474","pairedItem":"475"},{"json":"476","pairedItem":"477"},{"json":"478","pairedItem":"479"},{"json":"480","pairedItem":"481"},{"json":"482","pairedItem":"483"},{"json":"484","pairedItem":"485"},{"json":"486","pairedItem":"487"},{"json":"488","pairedItem":"489"},{"json":"490","pairedItem":"491"},{"json":"492","pairedItem":"493"},{"json":"494","pairedItem":"495"},{"json":"496","pairedItem":"497"},{"json":"498","pairedItem":"499"},{"json":"500","pairedItem":"501"},{"json":"502","pairedItem":"503"},{"json":"504","pairedItem":"505"},{"json":"506","pairedItem":"507"},{"json":"508","pairedItem":"509"},{"json":"510","pairedItem":"511"},{"json":"512","pairedItem":"513"},{"json":"514","pairedItem":"515"},{"json":"516","pairedItem":"517"},{"json":"518","pairedItem":"519"},{"json":"520","pairedItem":"521"},{"json":"522","pairedItem":"523"},{"json":"524","pairedItem":"525"},{"json":"526","pairedItem":"527"},{"json":"528","pairedItem":"529"},{"json":"530","pairedItem":"531"},{"json":"532","pairedItem":"533"},{"json":"534","pairedItem":"535"},{"json":"536","pairedItem":"537"},{"json":"538","pairedItem":"539"},"Miami","USA","USD","FOR_SALE","SINGLE_FAMILY","https://photos.zillowstatic.com/fp/12c4cfc456ca46d98bd9c90394ed972f-p_e.jpg",{"is_FSBA":true},"sqft","$10,000 (Nov 10)","FL","13741 SW 46th Ter","33175","https://photos.zillowstatic.com/fp/e18a785b7d6d745c04cb54d48b272220-p_e.jpg",{"is_FSBA":true},"$55,000 (Oct 21)","8320 NE 3rd Ave","33138","TOWNHOUSE","https://photos.zillowstatic.com/fp/be985c3b16b4616f615a06d9cb85c0b2-p_e.jpg",{"is_FSBA":true,"is_openHouse":true},"Sat. 2-5pm",{"open_house_showing":"540"},"10930 SW 75th St","33173","https://photos.zillowstatic.com/fp/3188cd2f9186651e70c58fb8bba20fb7-p_e.jpg",{"is_FSBA":true},"10669 SW 113th Pl #84Z","# 84Z","33176","https://photos.zillowstatic.com/fp/65fdb59ddba6a8ebcd59bb4e92939c7c-p_e.jpg",{"is_FSBA":true},"14117 SW 149th Ave","33196","https://photos.zillowstatic.com/fp/8328e530139b271d5af2727e2f30c250-p_e.jpg",{"is_FSBA":true},"286 NW 57th St","33127","https://photos.zillowstatic.com/fp/2f703bc7451d73923ad737ade976fe37-p_e.jpg",{"is_FSBA":true},"10927 SW 71st Ln","https://photos.zillowstatic.com/fp/202998295cf917270202ed9effe3f7a2-p_e.jpg",{"is_foreclosure":true},"15141 SW 130th Ave","33186","https://photos.zillowstatic.com/fp/1fa5f9cfafce4c0711343813f020a4a3-p_e.jpg",{"is_FSBA":true},"8595 SW 152nd Ave APT 251","Apt 251","33193","https://photos.zillowstatic.com/fp/558d65e3b3facfdf8fb9bbeef1b08bae-p_e.jpg",{"is_FSBA":true},"$4,000 (Nov 24)","3320 NW 14th Ave","33142","https://photos.zillowstatic.com/fp/735682adf178a404084dd0ee28937e4d-p_e.jpg",{"is_FSBA":true},"14782 SW 181st Ter","33187","https://photos.zillowstatic.com/fp/1b0a5c206d525d6df89131ebeaea6a99-p_e.jpg",{"is_FSBA":true},"12566 SW 126th Ave","https://photos.zillowstatic.com/fp/5a34cb5460fd3a930845608fbea04a53-p_e.jpg",{"is_FSBA":true},"17995 SW 105th Ave","33157","https://photos.zillowstatic.com/fp/784efa77756687d2d9074b5853636b04-p_e.jpg",{"is_newHome":true},"BUILDER_SPEC","5820 NW 3rd Ave","https://photos.zillowstatic.com/fp/baf1866ac5d43af6fccf94bc9b46aac9-p_e.jpg",{"is_FSBA":true,"is_openHouse":true},"Sat. 12-2pm",{"open_house_showing":"541"},"11537 SW 64th St #A83","# A83","https://photos.zillowstatic.com/fp/c667d2f29ce825e9469eda56f55e2601-p_e.jpg",{"is_FSBA":true},"$4,901 (Nov 22)","1025 NW 31st Ave","33125","https://photos.zillowstatic.com/fp/ba7b3b6032c3aebffa8f54bc2bfeecb1-p_e.jpg",{"is_newHome":true},"$38,000 (Nov 26)","6821 NW 6th Ct","33150","https://photos.zillowstatic.com/fp/fbd254673dce5f8a3b5ba43262ed8776-p_e.jpg",{"is_FSBA":true},"$15,000 (Nov 9)","14552 SW 155th Pl","MULTI_FAMILY","https://photos.zillowstatic.com/fp/f90432302d5cdd6560b6c964da2c2eaf-p_e.jpg",{"is_FSBA":true},"5020 NW 14th Ave","https://photos.zillowstatic.com/fp/f780ef650bf1ae7dc169ecc21bae04fb-p_e.jpg",{"is_FSBA":true},"3806 SW 84th Ave #17","# 17","33155","https://photos.zillowstatic.com/fp/125fb831c0feaf471fc467fd34ee0392-p_e.jpg",{"is_FSBA":true},"$10,000 (Nov 21)","10169 SW 171st St","https://photos.zillowstatic.com/fp/4d185772aa7d1ba42f3c7eacd9ed3fb4-p_e.jpg",{"is_FSBA":true},"12276 SW 10th St","33184","https://photos.zillowstatic.com/fp/d90e09e42c970ffa9295cb45a9df9ddf-p_e.jpg",{"is_FSBA":true},"$31,000 (Dec 1)","20000 SW 114th Ave","33189","https://photos.zillowstatic.com/fp/ec99f4e889a4a7c48f82e9bf2408a7c9-p_e.jpg",{"is_FSBA":true},"","1877 SW 6th St","33135","https://photos.zillowstatic.com/fp/379185d2624418874a27f7660062042c-p_e.jpg",{"is_FSBA":true},"13910 SW 160th Ter","33177","https://photos.zillowstatic.com/fp/43146b49dd55d0a792332364e944c18e-p_e.jpg",{"is_FSBA":true},"12421 SW 193rd St","https://photos.zillowstatic.com/fp/4bb9891acfde8482b7a5aace288a2812-p_e.jpg",{"is_FSBA":true},"13402 SW 153rd St APT 1905","Apt 1905","https://photos.zillowstatic.com/fp/064c6436db6aead23ba531ce2f7fe22c-p_e.jpg",{"is_FSBA":true},"6514 SW 128th Pl #6514","# 6514","33183","https://photos.zillowstatic.com/fp/e3eb585d9f0ccb0ca55e095646e13780-p_e.jpg",{"is_FSBA":true},"$35,000 (Nov 22)","12513 SW 121st Way","https://photos.zillowstatic.com/fp/5ff79e6ed2ada6d64ff10d529fe4d4d6-p_e.jpg",{"is_FSBA":true},"7161 SW 163rd Pl","https://photos.zillowstatic.com/fp/3024547d65f93fce3b918ffe82ab2d2f-p_e.jpg",{"is_FSBA":true},"20120 SW 112th Ct","https://photos.zillowstatic.com/fp/c3dbb5a78049c47a2496bfc8e57050c8-p_e.jpg",{"is_FSBA":true},"$25,000 (Oct 29)","640-642 NW 77th St","https://photos.zillowstatic.com/fp/4d1d685123bd70d5205ebc1917e1a095-p_e.jpg",{"is_FSBA":true},"$30,100 (Nov 17)","17360 SW 121st Ave","https://photos.zillowstatic.com/fp/a8dbaaf1c136402d69004c7f52f32951-p_e.jpg",{"is_FSBA":true},"10250 SW 172nd St","https://photos.zillowstatic.com/fp/a9eebcf7aed96dffa09ded2fd02eaf07-p_e.jpg",{"is_FSBA":true},"16415 SW 73rd Ter","https://photos.zillowstatic.com/fp/3bbe2ae61cc4085c1c59f0f2b8e46051-p_e.jpg",{"is_FSBA":true},"$20,000 (Sep 19)","1243 NW 42nd St","CONDO","https://photos.zillowstatic.com/fp/77a7afc9110b11f0b8dcaddb14c1a6c3-p_e.jpg",{"is_newHome":true},"NEW_CONSTRUCTION_TYPE_OTHER","1844 NW 33rd St","https://photos.zillowstatic.com/fp/bafec18e9e2a38b0753c7bc9132af2a4-p_e.jpg",{"is_FSBA":true},"11321 SW 162nd Ter","https://photos.zillowstatic.com/fp/fb5770e48c396506f474c8739e049bb0-p_e.jpg",{"is_FSBA":true},"15540 SW 136th St #204","# 204","https://photos.zillowstatic.com/fp/6517234e2d34e7054159120b53578677-p_e.jpg",{"is_FSBA":true},"$15,000 (Nov 20)","11958 SW 210th Ter","https://photos.zillowstatic.com/fp/8ca70fd55f28ebe42fda9ea083c064ea-p_e.jpg",{"is_FSBA":true},"$29,999 (Nov 14)","17404 SW 142nd Pl",{"Location":"52","Status":"53","Minimum Price":"54","Maximum Price":"55","Minimum Number of Beds":"56","Minimum Number of Bathrooms":"57","sortselection":"58","Multi Family?":"59","submittedAt":"60","formMode":"61"},{"item":0},{"results":"542","resultsPerPage":41,"totalPages":7,"totalResultCount":260},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"197","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":"543","livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"199","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"200","rentZestimate":2981,"shouldHighlight":false,"state":"201","streetAddress":"202","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"203","zpid":44246499},{"item":0},{"bathrooms":4,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"204","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":"544","livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"199","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"206","shouldHighlight":false,"state":"201","streetAddress":"207","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"208","zpid":43827372},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"210","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":"545","livingArea":1336,"longitude":-80.370636,"openHouse":"212","open_house_info":"546","price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"201","streetAddress":"214","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"215","zpid":156224524},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"216","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":"547","livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"201","streetAddress":"218","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"219","zestimate":445400,"zipcode":"220","zpid":44280853},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"221","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":"548","livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"199","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"201","streetAddress":"223","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"224","zpid":44329115},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"225","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":"549","livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"199","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"201","streetAddress":"227","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"228","zpid":43808029},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"229","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":"550","livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"201","streetAddress":"231","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"215","zpid":44214153},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"232","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":"551","livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"199","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"201","streetAddress":"234","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"235","zpid":44331113},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"236","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":"552","livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"201","streetAddress":"238","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"239","zestimate":435600,"zipcode":"240","zpid":44268720},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"241","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":"553","livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"199","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"243","rentZestimate":2445,"shouldHighlight":false,"state":"201","streetAddress":"244","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"245","zpid":43816637},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"246","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":"554","livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"201","streetAddress":"248","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"249","zpid":338743241},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"250","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":"555","livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"201","streetAddress":"252","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"235","zpid":62931912},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"253","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":"556","livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"199","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"201","streetAddress":"255","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"256","zpid":44302016},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"257","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":"557","livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"199","lotAreaValue":2125,"newConstructionType":"259","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"201","streetAddress":"260","timeOnZillow":1135294000,"zipcode":"228","zpid":458467587},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"261","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":"558","livingArea":1575,"longitude":-80.3799,"openHouse":"263","open_house_info":"559","price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"201","streetAddress":"265","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"266","zestimate":511400,"zipcode":"215","zpid":44214373},{"item":0},{"bathrooms":5,"bedrooms":8,"city":"192","country":"193","currency":"194","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"267","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":"560","livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"199","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"269","shouldHighlight":false,"state":"201","streetAddress":"270","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"271","zpid":43822416},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"272","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":"561","livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"199","lotAreaValue":3920,"newConstructionType":"259","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"274","rentZestimate":4151,"shouldHighlight":false,"state":"201","streetAddress":"275","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"276","zpid":155725020},{"item":0},{"bathrooms":3,"bedrooms":5,"city":"192","country":"193","currency":"194","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"277","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":"562","livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"199","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"279","rentZestimate":3827,"shouldHighlight":false,"state":"201","streetAddress":"280","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"224","zpid":44328384},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"281","imgSrc":"282","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":"563","livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"201","streetAddress":"284","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"245","zpid":43811977},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"285","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":"564","livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"201","streetAddress":"287","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"288","zestimate":415800,"zipcode":"289","zpid":44192705},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"290","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":"565","livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"199","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"292","shouldHighlight":false,"state":"201","streetAddress":"293","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"256","zpid":82067300},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"294","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":"566","livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"199","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"201","streetAddress":"296","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"297","zpid":44234621},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"298","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":"567","livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"199","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"300","rentZestimate":2860,"shouldHighlight":false,"state":"201","streetAddress":"301","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"302","zpid":44350402},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"303","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":"568","livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"199","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"305","shouldHighlight":false,"state":"201","streetAddress":"306","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"307","zpid":43839021},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"308","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":"569","livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"199","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"201","streetAddress":"310","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"311","zpid":44334520},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"312","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":"570","livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"199","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"201","streetAddress":"314","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"311","zpid":44360997},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"315","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":"571","livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"201","streetAddress":"317","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"318","zipcode":"311","zpid":44333127},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"319","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":"572","livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"201","streetAddress":"321","timeOnZillow":644297000,"unit":"322","zestimate":490300,"zipcode":"323","zpid":2060256131},{"item":0},{"bathrooms":3,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"324","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":"573","livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"326","rentZestimate":3418,"shouldHighlight":false,"state":"201","streetAddress":"327","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"235","zpid":60798233},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"328","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":"574","livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"199","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"201","streetAddress":"330","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"240","zpid":118914384},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"331","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":"575","livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"199","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"201","streetAddress":"333","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"302","zpid":44350836},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"281","imgSrc":"334","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":"576","livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"336","shouldHighlight":false,"state":"201","streetAddress":"337","timeOnZillow":641836000,"zestimate":441600,"zipcode":"276","zpid":452695494},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"338","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":"577","livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"199","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"340","shouldHighlight":false,"state":"201","streetAddress":"341","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"311","zpid":44343488},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"342","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":"578","livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"199","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"201","streetAddress":"344","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"256","zpid":44301845},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"345","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":"579","livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"201","streetAddress":"347","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"240","zpid":44264409},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"348","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":"580","livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"199","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"350","rentZestimate":3162,"shouldHighlight":false,"state":"201","streetAddress":"351","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"245","zpid":43813029},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"352","imgSrc":"353","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":"581","livingArea":1120,"longitude":-80.226776,"newConstructionType":"355","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"201","streetAddress":"356","timeOnZillow":5926090000,"zipcode":"245","zpid":456982725},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"357","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":"582","livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"199","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"201","streetAddress":"359","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"256","zpid":44299942},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"360","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":"583","livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"201","streetAddress":"362","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"363","zestimate":416700,"zipcode":"224","zpid":337202171},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"364","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":"584","livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"199","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"366","rentZestimate":3879,"shouldHighlight":false,"state":"201","streetAddress":"367","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"311","zpid":44363879},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"368","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":"585","livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"199","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"370","rentZestimate":3048,"shouldHighlight":false,"state":"201","streetAddress":"371","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"311","zpid":44340771},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"197","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":"586","livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"199","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"200","rentZestimate":2981,"shouldHighlight":false,"state":"201","streetAddress":"202","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"203","zpid":44246499,"downPayment":98000,"closingCosts":14700,"loanAmount":392000,"mortgagePayment":2104.34,"monthlyPropertyTax":399.89,"monthlyInsurance":122.5,"monthlyMaintenance":408.33,"totalMonthlyExpenses":3035.06,"monthlyCashFlow":-54.06,"annualCashFlow":-648.73,"capRate":-0.0013,"cashOnCashROI":-0.0058,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.3,"priceVsZestimatePct":1.16},{"item":0},{"bathrooms":4,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"204","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":"587","livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"199","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"206","shouldHighlight":false,"state":"201","streetAddress":"207","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"208","zpid":43827372,"downPayment":99000,"closingCosts":14850,"loanAmount":396000,"mortgagePayment":2125.81,"monthlyPropertyTax":360.46,"monthlyInsurance":123.75,"monthlyMaintenance":412.5,"totalMonthlyExpenses":3022.53,"monthlyCashFlow":-3022.53,"annualCashFlow":-36270.32,"capRate":-0.0733,"cashOnCashROI":-0.3186,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":1},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"210","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":"588","livingArea":1336,"longitude":-80.370636,"openHouse":"212","open_house_info":"589","price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"201","streetAddress":"214","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"215","zpid":156224524,"downPayment":99998,"closingCosts":14999.7,"loanAmount":399992,"mortgagePayment":2147.24,"monthlyPropertyTax":378,"monthlyInsurance":125,"monthlyMaintenance":416.66,"totalMonthlyExpenses":3066.9,"monthlyCashFlow":105.1,"annualCashFlow":1261.21,"capRate":0.0025,"cashOnCashROI":0.011,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.61,"priceVsZestimatePct":2.6},{"item":2},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"216","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":"590","livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"201","streetAddress":"218","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"219","zestimate":445400,"zipcode":"220","zpid":44280853,"downPayment":92000,"closingCosts":13800,"loanAmount":368000,"mortgagePayment":1975.5,"monthlyPropertyTax":321.41,"monthlyInsurance":115,"monthlyMaintenance":383.33,"totalMonthlyExpenses":2795.25,"monthlyCashFlow":175.75,"annualCashFlow":2109.04,"capRate":0.0046,"cashOnCashROI":0.0199,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.75,"priceVsZestimatePct":3.28},{"item":3},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"221","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":"591","livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"199","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"201","streetAddress":"223","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"224","zpid":44329115,"downPayment":106000,"closingCosts":15900,"loanAmount":424000,"mortgagePayment":2276.12,"monthlyPropertyTax":400.72,"monthlyInsurance":132.5,"monthlyMaintenance":441.67,"totalMonthlyExpenses":3251.01,"monthlyCashFlow":-341.01,"annualCashFlow":-4092.16,"capRate":-0.0077,"cashOnCashROI":-0.0336,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.59,"priceVsZestimatePct":0.59},{"item":4},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"225","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":"592","livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"199","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"201","streetAddress":"227","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"228","zpid":43808029,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":418.27,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3376.12,"monthlyCashFlow":-3376.12,"annualCashFlow":-40513.46,"capRate":-0.0737,"cashOnCashROI":-0.3203,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":5},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"229","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":"593","livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"201","streetAddress":"231","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"215","zpid":44214153,"downPayment":95000,"closingCosts":14250,"loanAmount":380000,"mortgagePayment":2039.92,"monthlyPropertyTax":350,"monthlyInsurance":118.75,"monthlyMaintenance":395.83,"totalMonthlyExpenses":2904.51,"monthlyCashFlow":32.49,"annualCashFlow":389.93,"capRate":0.0008,"cashOnCashROI":0.0036,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.42,"priceVsZestimatePct":3.1},{"item":6},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"232","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":"594","livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"199","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"201","streetAddress":"234","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"235","zpid":44331113,"downPayment":85599,"closingCosts":12839.85,"loanAmount":342396,"mortgagePayment":1838.06,"monthlyPropertyTax":411.34,"monthlyInsurance":107,"monthlyMaintenance":356.66,"totalMonthlyExpenses":2713.06,"monthlyCashFlow":-2713.06,"annualCashFlow":-32556.73,"capRate":-0.0761,"cashOnCashROI":-0.3307,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":7},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"236","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":"595","livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"201","streetAddress":"238","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"239","zestimate":435600,"zipcode":"240","zpid":44268720,"downPayment":88000,"closingCosts":13200,"loanAmount":352000,"mortgagePayment":1889.61,"monthlyPropertyTax":313.75,"monthlyInsurance":110,"monthlyMaintenance":366.67,"totalMonthlyExpenses":2680.03,"monthlyCashFlow":-10.03,"annualCashFlow":-120.33,"capRate":-0.0003,"cashOnCashROI":-0.0012,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.28,"priceVsZestimatePct":1.01},{"item":8},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"241","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":"596","livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"199","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"243","rentZestimate":2445,"shouldHighlight":false,"state":"201","streetAddress":"244","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"245","zpid":43816637,"downPayment":83000,"closingCosts":12450,"loanAmount":332000,"mortgagePayment":1782.25,"monthlyPropertyTax":429.23,"monthlyInsurance":103.75,"monthlyMaintenance":345.83,"totalMonthlyExpenses":2661.06,"monthlyCashFlow":-216.06,"annualCashFlow":-2592.72,"capRate":-0.0062,"cashOnCashROI":-0.0272,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.07,"priceVsZestimatePct":1.87},{"item":9},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"246","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":"597","livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"201","streetAddress":"248","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"249","zpid":338743241,"downPayment":98000,"closingCosts":14700,"loanAmount":392000,"mortgagePayment":2104.34,"monthlyPropertyTax":390,"monthlyInsurance":122.5,"monthlyMaintenance":408.33,"totalMonthlyExpenses":3025.17,"monthlyCashFlow":-3025.17,"annualCashFlow":-36302.09,"capRate":-0.0741,"cashOnCashROI":-0.3221,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":10},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"250","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":"598","livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"201","streetAddress":"252","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"235","zpid":62931912,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":401,"monthlyInsurance":124.75,"monthlyMaintenance":415.83,"totalMonthlyExpenses":3084.58,"monthlyCashFlow":-71.58,"annualCashFlow":-858.9,"capRate":-0.0017,"cashOnCashROI":-0.0075,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.25,"priceVsZestimatePct":1.59},{"item":11},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"253","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":"599","livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"199","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"201","streetAddress":"255","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"256","zpid":44302016,"downPayment":106980,"closingCosts":16047,"loanAmount":427920,"mortgagePayment":2297.17,"monthlyPropertyTax":384.38,"monthlyInsurance":133.72,"monthlyMaintenance":445.75,"totalMonthlyExpenses":3261.02,"monthlyCashFlow":-3261.02,"annualCashFlow":-39132.24,"capRate":-0.0732,"cashOnCashROI":-0.3181,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":12},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"257","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":"600","livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"199","lotAreaValue":2125,"newConstructionType":"259","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"201","streetAddress":"260","timeOnZillow":1135294000,"zipcode":"228","zpid":458467587,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":499,"monthlyInsurance":124.75,"monthlyMaintenance":415.83,"totalMonthlyExpenses":3182.58,"monthlyCashFlow":-3182.58,"annualCashFlow":-38190.9,"capRate":-0.0765,"cashOnCashROI":-0.3328,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":13},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"261","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":"601","livingArea":1575,"longitude":-80.3799,"openHouse":"263","open_house_info":"602","price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"201","streetAddress":"265","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"266","zestimate":511400,"zipcode":"215","zpid":44214373,"downPayment":106000,"closingCosts":15900,"loanAmount":424000,"mortgagePayment":2276.12,"monthlyPropertyTax":338.15,"monthlyInsurance":132.5,"monthlyMaintenance":441.67,"totalMonthlyExpenses":3188.44,"monthlyCashFlow":-233.44,"annualCashFlow":-2801.28,"capRate":-0.0053,"cashOnCashROI":-0.023,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.69,"priceVsZestimatePct":3.64},{"item":14},{"bathrooms":5,"bedrooms":8,"city":"192","country":"193","currency":"194","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"267","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":"603","livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"199","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"269","shouldHighlight":false,"state":"201","streetAddress":"270","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"271","zpid":43822416,"downPayment":108999.8,"closingCosts":16349.97,"loanAmount":435999.2,"mortgagePayment":2340.54,"monthlyPropertyTax":503.17,"monthlyInsurance":136.25,"monthlyMaintenance":454.17,"totalMonthlyExpenses":3434.12,"monthlyCashFlow":-3434.12,"annualCashFlow":-41209.45,"capRate":-0.0756,"cashOnCashROI":-0.3288,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":15},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"272","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":"604","livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"199","lotAreaValue":3920,"newConstructionType":"259","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"274","rentZestimate":4151,"shouldHighlight":false,"state":"201","streetAddress":"275","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"276","zpid":155725020,"downPayment":108000,"closingCosts":16200,"loanAmount":432000,"mortgagePayment":2319.07,"monthlyPropertyTax":151.86,"monthlyInsurance":135,"monthlyMaintenance":450,"totalMonthlyExpenses":3055.93,"monthlyCashFlow":1095.07,"annualCashFlow":13140.8,"capRate":0.0243,"cashOnCashROI":0.1058,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":9.22,"priceVsZestimatePct":0.09},{"item":16},{"bathrooms":3,"bedrooms":5,"city":"192","country":"193","currency":"194","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"277","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":"605","livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"199","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"279","rentZestimate":3827,"shouldHighlight":false,"state":"201","streetAddress":"280","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"224","zpid":44328384,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":460.44,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3418.29,"monthlyCashFlow":408.71,"annualCashFlow":4904.51,"capRate":0.0089,"cashOnCashROI":0.0388,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.35,"priceVsZestimatePct":0.22},{"item":17},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"281","imgSrc":"282","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":"606","livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"201","streetAddress":"284","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"245","zpid":43811977,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":297.6,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3255.44,"monthlyCashFlow":-1010.44,"annualCashFlow":-12125.33,"capRate":-0.022,"cashOnCashROI":-0.0959,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":4.9,"priceVsZestimatePct":2.78},{"item":18},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"285","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":"607","livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"201","streetAddress":"287","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"288","zestimate":415800,"zipcode":"289","zpid":44192705,"downPayment":85000,"closingCosts":12750,"loanAmount":340000,"mortgagePayment":1825.19,"monthlyPropertyTax":330.61,"monthlyInsurance":106.25,"monthlyMaintenance":354.17,"totalMonthlyExpenses":2616.22,"monthlyCashFlow":425.78,"annualCashFlow":5109.38,"capRate":0.012,"cashOnCashROI":0.0523,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.59,"priceVsZestimatePct":2.21},{"item":19},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"290","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":"608","livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"199","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"292","shouldHighlight":false,"state":"201","streetAddress":"293","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"256","zpid":82067300,"downPayment":88000,"closingCosts":13200,"loanAmount":352000,"mortgagePayment":1889.61,"monthlyPropertyTax":275.58,"monthlyInsurance":110,"monthlyMaintenance":366.67,"totalMonthlyExpenses":2641.86,"monthlyCashFlow":-2641.86,"annualCashFlow":-31702.34,"capRate":-0.0721,"cashOnCashROI":-0.3133,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":20},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"294","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":"609","livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"199","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"201","streetAddress":"296","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"297","zpid":44234621,"downPayment":109980,"closingCosts":16497,"loanAmount":439920,"mortgagePayment":2361.59,"monthlyPropertyTax":413.95,"monthlyInsurance":137.47,"monthlyMaintenance":458.25,"totalMonthlyExpenses":3371.26,"monthlyCashFlow":-3371.26,"annualCashFlow":-40455.15,"capRate":-0.0736,"cashOnCashROI":-0.3199,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":21},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"298","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":"610","livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"199","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"300","rentZestimate":2860,"shouldHighlight":false,"state":"201","streetAddress":"301","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"302","zpid":44350402,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":437.09,"monthlyInsurance":124.75,"monthlyMaintenance":415.83,"totalMonthlyExpenses":3120.67,"monthlyCashFlow":-260.67,"annualCashFlow":-3128,"capRate":-0.0063,"cashOnCashROI":-0.0273,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.88,"priceVsZestimatePct":0.85},{"item":22},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"303","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":"611","livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"199","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"305","shouldHighlight":false,"state":"201","streetAddress":"306","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"307","zpid":43839021,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":634.51,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3592.36,"monthlyCashFlow":-3592.36,"annualCashFlow":-43108.33,"capRate":-0.0784,"cashOnCashROI":-0.3408,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":23},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"308","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":"612","livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"199","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"201","streetAddress":"310","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"311","zpid":44334520,"downPayment":99000,"closingCosts":14850,"loanAmount":396000,"mortgagePayment":2125.81,"monthlyPropertyTax":380.8,"monthlyInsurance":123.75,"monthlyMaintenance":412.5,"totalMonthlyExpenses":3042.86,"monthlyCashFlow":-3042.86,"annualCashFlow":-36514.35,"capRate":-0.0738,"cashOnCashROI":-0.3207,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":24},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"312","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":"613","livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"199","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"201","streetAddress":"314","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"311","zpid":44360997,"downPayment":101400,"closingCosts":15210,"loanAmount":405600,"mortgagePayment":2177.35,"monthlyPropertyTax":372.67,"monthlyInsurance":126.75,"monthlyMaintenance":422.5,"totalMonthlyExpenses":3099.27,"monthlyCashFlow":239.73,"annualCashFlow":2876.81,"capRate":0.0057,"cashOnCashROI":0.0247,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.9,"priceVsZestimatePct":0.86},{"item":25},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"315","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":"614","livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"201","streetAddress":"317","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"318","zipcode":"311","zpid":44333127,"downPayment":83000,"closingCosts":12450,"loanAmount":332000,"mortgagePayment":1782.25,"monthlyPropertyTax":298.35,"monthlyInsurance":103.75,"monthlyMaintenance":345.83,"totalMonthlyExpenses":2530.18,"monthlyCashFlow":-2530.18,"annualCashFlow":-30362.17,"capRate":-0.0732,"cashOnCashROI":-0.3181,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":26},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"319","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":"615","livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"201","streetAddress":"321","timeOnZillow":644297000,"unit":"322","zestimate":490300,"zipcode":"323","zpid":2060256131,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":499,"monthlyInsurance":124.75,"monthlyMaintenance":415.83,"totalMonthlyExpenses":3182.58,"monthlyCashFlow":74.42,"annualCashFlow":893.1,"capRate":0.0018,"cashOnCashROI":0.0078,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.83,"priceVsZestimatePct":1.77},{"item":27},{"bathrooms":3,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"324","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":"616","livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"326","rentZestimate":3418,"shouldHighlight":false,"state":"201","streetAddress":"327","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"235","zpid":60798233,"downPayment":108000,"closingCosts":16200,"loanAmount":432000,"mortgagePayment":2319.07,"monthlyPropertyTax":418,"monthlyInsurance":135,"monthlyMaintenance":450,"totalMonthlyExpenses":3322.07,"monthlyCashFlow":95.93,"annualCashFlow":1151.16,"capRate":0.0021,"cashOnCashROI":0.0093,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.6,"priceVsZestimatePct":0.97},{"item":28},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"328","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":"617","livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"199","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"201","streetAddress":"330","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"240","zpid":118914384,"downPayment":104000,"closingCosts":15600,"loanAmount":416000,"mortgagePayment":2233.18,"monthlyPropertyTax":417,"monthlyInsurance":130,"monthlyMaintenance":433.33,"totalMonthlyExpenses":3213.51,"monthlyCashFlow":-3213.51,"annualCashFlow":-38562.15,"capRate":-0.0742,"cashOnCashROI":-0.3224,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":29},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"331","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":"618","livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"199","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"201","streetAddress":"333","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"302","zpid":44350836,"downPayment":103000,"closingCosts":15450,"loanAmount":412000,"mortgagePayment":2211.71,"monthlyPropertyTax":386.29,"monthlyInsurance":128.75,"monthlyMaintenance":429.17,"totalMonthlyExpenses":3155.91,"monthlyCashFlow":-3155.91,"annualCashFlow":-37870.94,"capRate":-0.0735,"cashOnCashROI":-0.3197,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":30},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"281","imgSrc":"334","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":"619","livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"336","shouldHighlight":false,"state":"201","streetAddress":"337","timeOnZillow":641836000,"zestimate":441600,"zipcode":"276","zpid":452695494,"downPayment":89800,"closingCosts":13470,"loanAmount":359200,"mortgagePayment":1928.26,"monthlyPropertyTax":449,"monthlyInsurance":112.25,"monthlyMaintenance":374.17,"totalMonthlyExpenses":2863.68,"monthlyCashFlow":-2863.68,"annualCashFlow":-34364.16,"capRate":-0.0765,"cashOnCashROI":-0.3328,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":1.68},{"item":31},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"338","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":"620","livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"199","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"340","shouldHighlight":false,"state":"201","streetAddress":"341","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"311","zpid":44343488,"downPayment":108980,"closingCosts":16347,"loanAmount":435920,"mortgagePayment":2340.11,"monthlyPropertyTax":386.43,"monthlyInsurance":136.22,"monthlyMaintenance":454.08,"totalMonthlyExpenses":3316.85,"monthlyCashFlow":-3316.85,"annualCashFlow":-39802.2,"capRate":-0.073,"cashOnCashROI":-0.3176,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":32},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"342","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":"621","livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"199","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"201","streetAddress":"344","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"256","zpid":44301845,"downPayment":89980,"closingCosts":13497,"loanAmount":359920,"mortgagePayment":1932.13,"monthlyPropertyTax":307.39,"monthlyInsurance":112.48,"monthlyMaintenance":374.92,"totalMonthlyExpenses":2726.91,"monthlyCashFlow":-2726.91,"annualCashFlow":-32722.87,"capRate":-0.0727,"cashOnCashROI":-0.3162,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":33},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"345","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":"622","livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"201","streetAddress":"347","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"240","zpid":44264409,"downPayment":107800,"closingCosts":16170,"loanAmount":431200,"mortgagePayment":2314.77,"monthlyPropertyTax":370,"monthlyInsurance":134.75,"monthlyMaintenance":449.17,"totalMonthlyExpenses":3268.69,"monthlyCashFlow":-3268.69,"annualCashFlow":-39224.3,"capRate":-0.0728,"cashOnCashROI":-0.3164,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":34},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"348","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":"623","livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"199","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"350","rentZestimate":3162,"shouldHighlight":false,"state":"201","streetAddress":"351","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"245","zpid":43813029,"downPayment":92000,"closingCosts":13800,"loanAmount":368000,"mortgagePayment":1975.5,"monthlyPropertyTax":349.39,"monthlyInsurance":115,"monthlyMaintenance":383.33,"totalMonthlyExpenses":2823.23,"monthlyCashFlow":338.77,"annualCashFlow":4065.22,"capRate":0.0088,"cashOnCashROI":0.0384,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.25,"priceVsZestimatePct":0},{"item":35},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"352","imgSrc":"353","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":"624","livingArea":1120,"longitude":-80.226776,"newConstructionType":"355","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"201","streetAddress":"356","timeOnZillow":5926090000,"zipcode":"245","zpid":456982725,"downPayment":90200,"closingCosts":13530,"loanAmount":360800,"mortgagePayment":1936.85,"monthlyPropertyTax":451,"monthlyInsurance":112.75,"monthlyMaintenance":375.83,"totalMonthlyExpenses":2876.44,"monthlyCashFlow":-2876.44,"annualCashFlow":-34517.23,"capRate":-0.0765,"cashOnCashROI":-0.3328,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":36},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"357","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":"625","livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"199","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"201","streetAddress":"359","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"256","zpid":44299942,"downPayment":109000,"closingCosts":16350,"loanAmount":436000,"mortgagePayment":2340.54,"monthlyPropertyTax":378.48,"monthlyInsurance":136.25,"monthlyMaintenance":454.17,"totalMonthlyExpenses":3309.44,"monthlyCashFlow":-3309.44,"annualCashFlow":-39713.29,"capRate":-0.0729,"cashOnCashROI":-0.3168,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":37},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"360","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":"626","livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"201","streetAddress":"362","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"363","zestimate":416700,"zipcode":"224","zpid":337202171,"downPayment":84000,"closingCosts":12600,"loanAmount":336000,"mortgagePayment":1803.72,"monthlyPropertyTax":353.22,"monthlyInsurance":105,"monthlyMaintenance":350,"totalMonthlyExpenses":2611.94,"monthlyCashFlow":231.06,"annualCashFlow":2772.71,"capRate":0.0066,"cashOnCashROI":0.0287,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.12,"priceVsZestimatePct":0.79},{"item":38},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"364","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":"627","livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"199","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"366","rentZestimate":3879,"shouldHighlight":false,"state":"201","streetAddress":"367","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"311","zpid":44363879,"downPayment":99980,"closingCosts":14997,"loanAmount":399920,"mortgagePayment":2146.86,"monthlyPropertyTax":329.15,"monthlyInsurance":124.98,"monthlyMaintenance":416.58,"totalMonthlyExpenses":3017.57,"monthlyCashFlow":861.43,"annualCashFlow":10337.17,"capRate":0.0207,"cashOnCashROI":0.0899,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":9.31,"priceVsZestimatePct":0.38},{"item":39},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"368","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":"628","livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"199","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"370","rentZestimate":3048,"shouldHighlight":false,"state":"201","streetAddress":"371","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"311","zpid":44340771,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":382.98,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3340.83,"monthlyCashFlow":-292.83,"annualCashFlow":-3513.93,"capRate":-0.0064,"cashOnCashROI":-0.0278,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.65,"priceVsZestimatePct":0.64},{"item":40},["629","630"],["631"],["632","633","634","635","636","637","638","639","640","641","642","643","644","645","646","647","648","649","650","651","652","653","654","655","656","657","658","659","660","661","662","663","664","665","666","667","668","669","670","671","672"],{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"673"},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_foreclosure":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"674"},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"675"},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_foreclosure":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"676"},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000},{"open_house_end":1765058400000,"open_house_start":1765051200000},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"197","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":"677","livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"199","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"200","rentZestimate":2981,"shouldHighlight":false,"state":"201","streetAddress":"202","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"203","zpid":44246499},{"bathrooms":4,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"204","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":"678","livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"199","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"206","shouldHighlight":false,"state":"201","streetAddress":"207","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"208","zpid":43827372},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"210","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":"679","livingArea":1336,"longitude":-80.370636,"openHouse":"212","open_house_info":"680","price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"201","streetAddress":"214","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"215","zpid":156224524},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"216","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":"681","livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"201","streetAddress":"218","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"219","zestimate":445400,"zipcode":"220","zpid":44280853},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"221","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":"682","livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"199","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"201","streetAddress":"223","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"224","zpid":44329115},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"225","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":"683","livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"199","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"201","streetAddress":"227","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"228","zpid":43808029},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"229","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":"684","livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"201","streetAddress":"231","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"215","zpid":44214153},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"232","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":"685","livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"199","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"201","streetAddress":"234","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"235","zpid":44331113},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"236","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":"686","livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"201","streetAddress":"238","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"239","zestimate":435600,"zipcode":"240","zpid":44268720},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"241","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":"687","livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"199","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"243","rentZestimate":2445,"shouldHighlight":false,"state":"201","streetAddress":"244","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"245","zpid":43816637},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"246","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":"688","livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"201","streetAddress":"248","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"249","zpid":338743241},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"250","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":"689","livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"201","streetAddress":"252","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"235","zpid":62931912},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"253","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":"690","livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"199","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"201","streetAddress":"255","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"256","zpid":44302016},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"257","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":"691","livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"199","lotAreaValue":2125,"newConstructionType":"259","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"201","streetAddress":"260","timeOnZillow":1135294000,"zipcode":"228","zpid":458467587},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"261","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":"692","livingArea":1575,"longitude":-80.3799,"openHouse":"263","open_house_info":"693","price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"201","streetAddress":"265","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"266","zestimate":511400,"zipcode":"215","zpid":44214373},{"bathrooms":5,"bedrooms":8,"city":"192","country":"193","currency":"194","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"267","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":"694","livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"199","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"269","shouldHighlight":false,"state":"201","streetAddress":"270","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"271","zpid":43822416},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"272","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":"695","livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"199","lotAreaValue":3920,"newConstructionType":"259","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"274","rentZestimate":4151,"shouldHighlight":false,"state":"201","streetAddress":"275","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"276","zpid":155725020},{"bathrooms":3,"bedrooms":5,"city":"192","country":"193","currency":"194","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"277","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":"696","livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"199","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"279","rentZestimate":3827,"shouldHighlight":false,"state":"201","streetAddress":"280","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"224","zpid":44328384},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"281","imgSrc":"282","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":"697","livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"201","streetAddress":"284","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"245","zpid":43811977},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"285","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":"698","livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"201","streetAddress":"287","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"288","zestimate":415800,"zipcode":"289","zpid":44192705},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"290","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":"699","livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"199","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"292","shouldHighlight":false,"state":"201","streetAddress":"293","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"256","zpid":82067300},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"294","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":"700","livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"199","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"201","streetAddress":"296","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"297","zpid":44234621},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"298","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":"701","livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"199","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"300","rentZestimate":2860,"shouldHighlight":false,"state":"201","streetAddress":"301","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"302","zpid":44350402},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"303","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":"702","livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"199","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"305","shouldHighlight":false,"state":"201","streetAddress":"306","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"307","zpid":43839021},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"308","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":"703","livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"199","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"201","streetAddress":"310","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"311","zpid":44334520},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"312","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":"704","livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"199","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"201","streetAddress":"314","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"311","zpid":44360997},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"315","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":"705","livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"201","streetAddress":"317","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"318","zipcode":"311","zpid":44333127},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"319","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":"706","livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"201","streetAddress":"321","timeOnZillow":644297000,"unit":"322","zestimate":490300,"zipcode":"323","zpid":2060256131},{"bathrooms":3,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"324","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":"707","livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"326","rentZestimate":3418,"shouldHighlight":false,"state":"201","streetAddress":"327","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"235","zpid":60798233},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"328","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":"708","livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"199","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"201","streetAddress":"330","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"240","zpid":118914384},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"331","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":"709","livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"199","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"201","streetAddress":"333","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"302","zpid":44350836},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"281","imgSrc":"334","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":"710","livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"336","shouldHighlight":false,"state":"201","streetAddress":"337","timeOnZillow":641836000,"zestimate":441600,"zipcode":"276","zpid":452695494},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"338","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":"711","livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"199","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"340","shouldHighlight":false,"state":"201","streetAddress":"341","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"311","zpid":44343488},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"342","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":"712","livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"199","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"201","streetAddress":"344","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"256","zpid":44301845},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"345","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":"713","livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"201","streetAddress":"347","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"240","zpid":44264409},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"348","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":"714","livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"199","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"350","rentZestimate":3162,"shouldHighlight":false,"state":"201","streetAddress":"351","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"245","zpid":43813029},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"352","imgSrc":"353","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":"715","livingArea":1120,"longitude":-80.226776,"newConstructionType":"355","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"201","streetAddress":"356","timeOnZillow":5926090000,"zipcode":"245","zpid":456982725},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"357","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":"716","livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"199","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"201","streetAddress":"359","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"256","zpid":44299942},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"360","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":"717","livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"201","streetAddress":"362","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"363","zestimate":416700,"zipcode":"224","zpid":337202171},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"364","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":"718","livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"199","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"366","rentZestimate":3879,"shouldHighlight":false,"state":"201","streetAddress":"367","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"311","zpid":44363879},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"368","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":"719","livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"199","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"370","rentZestimate":3048,"shouldHighlight":false,"state":"201","streetAddress":"371","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"311","zpid":44340771},["720","721"],["722"],["723","724"],["725"],{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"726"},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_foreclosure":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"727"},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000},{"open_house_end":1765058400000,"open_house_start":1765051200000},{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000},{"open_house_end":1765058400000,"open_house_start":1765051200000},["728","729"],["730"],{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000},{"open_house_end":1765058400000,"open_house_start":1765051200000}]...
|
Edit
Delete
|
|
98
|
{"id":"2B85eBwnhrBGciaP","name {"id":"2B85eBwnhrBGciaP","name":"My workflow","active":false,"nodes":[{"parameters":{"authentication":"none","formTitle":"Real Estate - Form","formDescription":"Please provide all of your metrics to get the best real estate deals.","formFields":{"values":[{"fieldLabel":"Location","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Status","fieldType":"dropdown","fieldOptions":{"values":[{"option":"forSale"}]},"requiredField":true},{"fieldLabel":"Minimum Price","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Maximum Price","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Minimum Number of Beds","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Minimum Number of Bathrooms","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"sortselection","fieldType":"dropdown","fieldOptions":{"values":[{"option":"Price"}]},"requiredField":true},{"fieldLabel":"Multi Family?","fieldType":"dropdown","fieldOptions":{"values":[{"option":"true"},{"option":"false"}]},"requiredField":true}]},"responseMode":"onReceived","addFormPage":"","options":{}},"type":"n8n-nodes-base.formTrigger","typeVersion":2.3,"position":[0,0],"id":"5b2356a7-a20d-4ae7-b9ea-53395848c39a","name":"On form submission","webhookId":"ea20f37f-8676-4c8e-807a-e18200f9aa62"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"https://zillow56.p.rapidapi.com/search?","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":true,"specifyQuery":"keypair","queryParameters":{"parameters":[{"name":"location","value":"={{ $json.Location }}"},{"name":"status","value":"={{ $json.Status }}"},{"name":"price_min","value":"={{ $json['Minimum Price'] }}"},{"name":"price_max","value":"={{ $json['Maximum Price'] }}"},{"name":"beds_min","value":"={{ $json['Minimum Number of Beds'] }}"},{"name":"baths_min","value":"={{ $json['Minimum Number of Bathrooms'] }}"},{"name":"sortSelection","value":"={{ $json.sortselection }}"},{"name":"isMultiFamily","value":"={{ $json['Multi Family?'] }}"}]},"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.3,"position":[208,0],"id":"ddb750b1-e1f9-44f6-845c-40d792a6520d","name":"Search for Deals","credentials":{"httpHeaderAuth":{"id":"Zgd6WeNleJH1GJW4","name":"Header Auth account"}}},{"parameters":{"fieldToSplitOut":"results","include":"noOtherFields","options":{}},"type":"n8n-nodes-base.splitOut","typeVersion":1,"position":[416,0],"id":"090fc404-e8cb-413c-9566-449222d89a36","name":"Split Out"},{"parameters":{"mode":"runOnceForAllItems","language":"javaScript","jsCode":"// ── CONFIGURABLE ASSUMPTIONS ─────────────────────────────────────────\nconst downPaymentPct = 0.20; // 20 % down\nconst closingCostPct = 0.03; // 3 % closing costs\nconst annualInterestRate = 0.05; // 5 % APR\nconst loanTermYears = 30; // 30‑yr mortgage\nconst propertyTaxRate = 0.012; // 1.2 % of assessed value per year\nconst insuranceRate = 0.003; // 0.3 % of price per year\nconst maintenanceRate = 0.01; // 1 % of price per year\n// ─────────────────────────────────────────────────────────────────────\n// IMPORTANT for n8n: return array of { json: … }\nreturn items.map(item => {\n // —— raw inputs (fall back to 0 if missing) ————————————————\n const j = item.json;\n const price = parseFloat(j.price) || 0;\n const rent = parseFloat(j.rentZestimate) || 0;\n const livingArea = parseFloat(j.LivingArea) || 0; // sqft\n const zEstimate = parseFloat(j.zestimate) || 0;\n const taxAssessedVal = parseFloat(j.taxAssessedValue)|| price;\n // ————————————————————————————————————————————————————————\n // —— Financing ——————————————————————————\n const downPayment = price * downPaymentPct;\n const closingCosts = price * closingCostPct;\n const loanAmount = price - downPayment;\n const monthlyRate = annualInterestRate / 12;\n const numPayments = loanTermYears * 12;\n const mortgagePayment= loanAmount * monthlyRate /\n (1 - Math.pow(1 + monthlyRate, -numPayments));\n // —— Operating expenses ———————————————\n const annualTax = taxAssessedVal * propertyTaxRate;\n const annualIns = price * insuranceRate;\n const annualMaint = price * maintenanceRate;\n const monthlyTax = annualTax / 12;\n const monthlyIns = annualIns / 12;\n const monthlyMaint = annualMaint / 12;\n // —— Cash‑flow & returns ——————————————\n const totalMonthlyExp = mortgagePayment + monthlyTax + monthlyIns + monthlyMaint;\n const monthlyCashFlow = rent - totalMonthlyExp;\n const annualCashFlow = monthlyCashFlow * 12;\n const capRate = annualCashFlow / price; // NOI ÷ price\n const cashOnCashROI = annualCashFlow / (downPayment + closingCosts);\n // —— Extra metrics ————————————————\n const pricePerSqft = livingArea ? price / livingArea : 0;\n const rentPerSqft = livingArea ? rent / livingArea : 0;\n const rentToPricePct = price ? (rent * 12) / price : 0; // GRM inverse\n const priceVsZestPct = zEstimate ? (price - zEstimate) / zEstimate : 0;\n // ————————————————————————————————————————————————————————\n // —— Attach everything to output JSON ——\n Object.assign(j, {\n downPayment: +downPayment.toFixed(2),\n closingCosts: +closingCosts.toFixed(2),\n loanAmount: +loanAmount.toFixed(2),\n mortgagePayment: +mortgagePayment.toFixed(2),\n monthlyPropertyTax: +monthlyTax.toFixed(2),\n monthlyInsurance: +monthlyIns.toFixed(2),\n monthlyMaintenance: +monthlyMaint.toFixed(2),\n totalMonthlyExpenses: +totalMonthlyExp.toFixed(2),\n monthlyCashFlow: +monthlyCashFlow.toFixed(2),\n annualCashFlow: +annualCashFlow.toFixed(2),\n capRate: +capRate.toFixed(4), // 0.0523 ➜ 5.23 %\n cashOnCashROI: +cashOnCashROI.toFixed(4), // 0.1234 ➜ 12.34 %\n pricePerSqft: +pricePerSqft.toFixed(2),\n rentPerSqft: +rentPerSqft.toFixed(2),\n rentToPricePct: +(rentToPricePct*100).toFixed(2), // % of price per yr\n priceVsZestimatePct: +(priceVsZestPct*100).toFixed(2) // over/under %\n });\n // Return a proper n8n item\n return { json: j };\n});\n","notice":""},"type":"n8n-nodes-base.code","typeVersion":2,"position":[1072,0],"id":"0840379e-e03a-442a-bcdb-4e4d7833e916","name":"Code in JavaScript"},{"parameters":{"mode":"manual","duplicateItem":false,"assignments":{"assignments":[{"id":"8bdbd5fe-78d0-4569-8076-573f46dd5034","name":"Address","value":"={{ $json.streetAddress }} {{ $json.city }} {{ $json.state }} {{ $json.zipcode }} {{ $json.country }}","type":"string"},{"id":"eed9bcfb-4f00-482f-9414-a7570bdf8f5f","name":"homeStatus","value":"={{ $json.homeStatus }}","type":"string"},{"id":"4ef1f2eb-aea6-405b-85a1-fffe21f85b34","name":"homeType","value":"={{ $json.homeType }}","type":"string"},{"id":"8263a3b2-b408-4f55-91bb-86c9520fdb44","name":"totalSize","value":"={{ $json.lotAreaValue }} {{ $json.lotAreaUnit }}","type":"string"},{"id":"e3f552dc-53bd-45cf-bea6-af8229731f87","name":"livingArea","value":"={{ $json.livingArea }}","type":"number"},{"id":"2207b169-47a3-428c-be30-b751447f8a53","name":"price","value":"={{ $json.price }}","type":"number"},{"id":"16a0e52a-9377-497a-83fd-3afa25598c04","name":"taxAssessedValue","value":"={{ $json.taxAssessedValue }}","type":"number"},{"id":"f6147499-df03-4cde-affc-2fcd13626d32","name":"zestimate","value":"={{ $json.zestimate }}","type":"number"},{"id":"1c0f0085-e321-4dd2-9f9d-ff72b505f025","name":"rentZestimate","value":"={{ $json.rentZestimate }}","type":"number"},{"id":"54ae01bc-e9d6-44fb-a8bf-cb7181374409","name":"priceReduction","value":"={{ $json.priceReduction }}","type":"string"},{"id":"06f2f109-5fcb-4042-bab2-823bd700c8d0","name":"bathrooms","value":"={{ $json.bathrooms }}","type":"number"},{"id":"54672fbf-3454-459c-a7e5-f04eea02bb3d","name":"bedrooms","value":"={{ $json.bedrooms }}","type":"number"},{"id":"1d2d6bab-dbf5-472b-bb05-9fbb7f824424","name":"isNonOwnerOccupied","value":"={{ $json.isNonOwnerOccupied }}","type":"boolean"},{"id":"4384ee7b-6064-4464-8826-c4d4056f85de","name":"isPreforeclosureAuction","value":"={{ $json.isPreforeclosureAuction }}","type":"boolean"},{"id":"b8fb5175-5260-4f70-9f87-f01348acdf25","name":"isPremierBuilder","value":"={{ $json.isPremierBuilder }}","type":"boolean"},{"id":"598ef3a5-ec3c-4ead-b3c7-85a5ec46fb4f","name":"isShowcaseListing","value":"={{ $json.isShowcaseListing }}","type":"boolean"}]},"includeOtherFields":false,"options":{}},"type":"n8n-nodes-base.set","typeVersion":3.4,"position":[624,0],"id":"0367649e-6e55-44bd-977d-7f60844e897b","name":"Edit Fields"}],"connections":{"On form submission":{"main":[[{"node":"Search for Deals","type":"main","index":0}]]},"Search for Deals":{"main":[[{"node":"Split Out","type":"main","index":0}]]},"Split Out":{"main":[[{"node":"Edit Fields","type":"main","index":0}]]},"Edit Fields":{"main":[[{"node":"Code in JavaScript","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"On form submission":[{"json":{"Location":"MIami","Status":"forSale","Minimum Price":"400000","Maximum Price":"550000","Minimum Number of Beds":"3","Minimum Number of Bathrooms":"2","sortselection":"Price","Multi Family?":"true","submittedAt":"2025-12-03T21:45:46.257-08:00","formMode":"test"}}],"Search for Deals":[{"json":{"results":[{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/12c4cfc456ca46d98bd9c90394ed972f-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":{"is_FSBA":true},"livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"sqft","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"$10,000 (Nov 10)","rentZestimate":2981,"shouldHighlight":false,"state":"FL","streetAddress":"13741 SW 46th Ter","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"33175","zpid":44246499},{"bathrooms":4,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/e18a785b7d6d745c04cb54d48b272220-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":{"is_FSBA":true},"livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"sqft","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"$55,000 (Oct 21)","shouldHighlight":false,"state":"FL","streetAddress":"8320 NE 3rd Ave","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"33138","zpid":43827372},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/be985c3b16b4616f615a06d9cb85c0b2-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":{"is_FSBA":true,"is_openHouse":true},"livingArea":1336,"longitude":-80.370636,"openHouse":"Sat. 2-5pm","open_house_info":{"open_house_showing":[{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000}]},"price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"FL","streetAddress":"10930 SW 75th St","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"33173","zpid":156224524},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/3188cd2f9186651e70c58fb8bba20fb7-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":{"is_FSBA":true},"livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"FL","streetAddress":"10669 SW 113th Pl #84Z","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"# 84Z","zestimate":445400,"zipcode":"33176","zpid":44280853},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/65fdb59ddba6a8ebcd59bb4e92939c7c-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":{"is_FSBA":true},"livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"sqft","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"FL","streetAddress":"14117 SW 149th Ave","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"33196","zpid":44329115},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/8328e530139b271d5af2727e2f30c250-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":{"is_FSBA":true},"livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"sqft","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"FL","streetAddress":"286 NW 57th St","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"33127","zpid":43808029},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/2f703bc7451d73923ad737ade976fe37-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":{"is_FSBA":true},"livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"FL","streetAddress":"10927 SW 71st Ln","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"33173","zpid":44214153},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/202998295cf917270202ed9effe3f7a2-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":{"is_foreclosure":true},"livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"sqft","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"FL","streetAddress":"15141 SW 130th Ave","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"33186","zpid":44331113},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/1fa5f9cfafce4c0711343813f020a4a3-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":{"is_FSBA":true},"livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"FL","streetAddress":"8595 SW 152nd Ave APT 251","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"Apt 251","zestimate":435600,"zipcode":"33193","zpid":44268720},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/558d65e3b3facfdf8fb9bbeef1b08bae-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":{"is_FSBA":true},"livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"sqft","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"$4,000 (Nov 24)","rentZestimate":2445,"shouldHighlight":false,"state":"FL","streetAddress":"3320 NW 14th Ave","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"33142","zpid":43816637},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/735682adf178a404084dd0ee28937e4d-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":{"is_FSBA":true},"livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"FL","streetAddress":"14782 SW 181st Ter","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"33187","zpid":338743241},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/1b0a5c206d525d6df89131ebeaea6a99-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":{"is_FSBA":true},"livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"FL","streetAddress":"12566 SW 126th Ave","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"33186","zpid":62931912},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/5a34cb5460fd3a930845608fbea04a53-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":{"is_FSBA":true},"livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"sqft","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"FL","streetAddress":"17995 SW 105th Ave","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"33157","zpid":44302016},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/784efa77756687d2d9074b5853636b04-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":{"is_newHome":true},"livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"sqft","lotAreaValue":2125,"newConstructionType":"BUILDER_SPEC","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"FL","streetAddress":"5820 NW 3rd Ave","timeOnZillow":1135294000,"zipcode":"33127","zpid":458467587},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/baf1866ac5d43af6fccf94bc9b46aac9-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":{"is_FSBA":true,"is_openHouse":true},"livingArea":1575,"longitude":-80.3799,"openHouse":"Sat. 12-2pm","open_house_info":{"open_house_showing":[{"open_house_end":1765058400000,"open_house_start":1765051200000}]},"price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"FL","streetAddress":"11537 SW 64th St #A83","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"# A83","zestimate":511400,"zipcode":"33173","zpid":44214373},{"bathrooms":5,"bedrooms":8,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/c667d2f29ce825e9469eda56f55e2601-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":{"is_FSBA":true},"livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"sqft","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"$4,901 (Nov 22)","shouldHighlight":false,"state":"FL","streetAddress":"1025 NW 31st Ave","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"33125","zpid":43822416},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/ba7b3b6032c3aebffa8f54bc2bfeecb1-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":{"is_newHome":true},"livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"sqft","lotAreaValue":3920,"newConstructionType":"BUILDER_SPEC","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"$38,000 (Nov 26)","rentZestimate":4151,"shouldHighlight":false,"state":"FL","streetAddress":"6821 NW 6th Ct","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"33150","zpid":155725020},{"bathrooms":3,"bedrooms":5,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/fbd254673dce5f8a3b5ba43262ed8776-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":{"is_FSBA":true},"livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"sqft","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"$15,000 (Nov 9)","rentZestimate":3827,"shouldHighlight":false,"state":"FL","streetAddress":"14552 SW 155th Pl","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"33196","zpid":44328384},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"MULTI_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/f90432302d5cdd6560b6c964da2c2eaf-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":{"is_FSBA":true},"livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"FL","streetAddress":"5020 NW 14th Ave","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"33142","zpid":43811977},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/f780ef650bf1ae7dc169ecc21bae04fb-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":{"is_FSBA":true},"livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"FL","streetAddress":"3806 SW 84th Ave #17","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"# 17","zestimate":415800,"zipcode":"33155","zpid":44192705},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/125fb831c0feaf471fc467fd34ee0392-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":{"is_FSBA":true},"livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"sqft","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"$10,000 (Nov 21)","shouldHighlight":false,"state":"FL","streetAddress":"10169 SW 171st St","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"33157","zpid":82067300},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/4d185772aa7d1ba42f3c7eacd9ed3fb4-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":{"is_FSBA":true},"livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"sqft","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"FL","streetAddress":"12276 SW 10th St","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"33184","zpid":44234621},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/d90e09e42c970ffa9295cb45a9df9ddf-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":{"is_FSBA":true},"livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"sqft","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"$31,000 (Dec 1)","rentZestimate":2860,"shouldHighlight":false,"state":"FL","streetAddress":"20000 SW 114th Ave","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"33189","zpid":44350402},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/ec99f4e889a4a7c48f82e9bf2408a7c9-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":{"is_FSBA":true},"livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"sqft","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"","shouldHighlight":false,"state":"FL","streetAddress":"1877 SW 6th St","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"33135","zpid":43839021},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/379185d2624418874a27f7660062042c-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":{"is_FSBA":true},"livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"sqft","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"FL","streetAddress":"13910 SW 160th Ter","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"33177","zpid":44334520},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/43146b49dd55d0a792332364e944c18e-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":{"is_FSBA":true},"livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"sqft","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"FL","streetAddress":"12421 SW 193rd St","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"33177","zpid":44360997},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/4bb9891acfde8482b7a5aace288a2812-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":{"is_FSBA":true},"livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"FL","streetAddress":"13402 SW 153rd St APT 1905","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"Apt 1905","zipcode":"33177","zpid":44333127},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/064c6436db6aead23ba531ce2f7fe22c-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":{"is_FSBA":true},"livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"FL","streetAddress":"6514 SW 128th Pl #6514","timeOnZillow":644297000,"unit":"# 6514","zestimate":490300,"zipcode":"33183","zpid":2060256131},{"bathrooms":3,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/e3eb585d9f0ccb0ca55e095646e13780-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":{"is_FSBA":true},"livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"$35,000 (Nov 22)","rentZestimate":3418,"shouldHighlight":false,"state":"FL","streetAddress":"12513 SW 121st Way","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"33186","zpid":60798233},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/5ff79e6ed2ada6d64ff10d529fe4d4d6-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":{"is_FSBA":true},"livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"sqft","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"FL","streetAddress":"7161 SW 163rd Pl","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"33193","zpid":118914384},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/3024547d65f93fce3b918ffe82ab2d2f-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":{"is_FSBA":true},"livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"sqft","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"FL","streetAddress":"20120 SW 112th Ct","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"33189","zpid":44350836},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"MULTI_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/c3dbb5a78049c47a2496bfc8e57050c8-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":{"is_FSBA":true},"livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"$25,000 (Oct 29)","shouldHighlight":false,"state":"FL","streetAddress":"640-642 NW 77th St","timeOnZillow":641836000,"zestimate":441600,"zipcode":"33150","zpid":452695494},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/4d1d685123bd70d5205ebc1917e1a095-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":{"is_FSBA":true},"livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"sqft","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"$30,100 (Nov 17)","shouldHighlight":false,"state":"FL","streetAddress":"17360 SW 121st Ave","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"33177","zpid":44343488},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/a8dbaaf1c136402d69004c7f52f32951-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":{"is_FSBA":true},"livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"sqft","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"FL","streetAddress":"10250 SW 172nd St","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"33157","zpid":44301845},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/a9eebcf7aed96dffa09ded2fd02eaf07-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":{"is_FSBA":true},"livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"FL","streetAddress":"16415 SW 73rd Ter","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"33193","zpid":44264409},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/3bbe2ae61cc4085c1c59f0f2b8e46051-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":{"is_FSBA":true},"livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"sqft","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"$20,000 (Sep 19)","rentZestimate":3162,"shouldHighlight":false,"state":"FL","streetAddress":"1243 NW 42nd St","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"33142","zpid":43813029},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"CONDO","imgSrc":"https://photos.zillowstatic.com/fp/77a7afc9110b11f0b8dcaddb14c1a6c3-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":{"is_newHome":true},"livingArea":1120,"longitude":-80.226776,"newConstructionType":"NEW_CONSTRUCTION_TYPE_OTHER","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"FL","streetAddress":"1844 NW 33rd St","timeOnZillow":5926090000,"zipcode":"33142","zpid":456982725},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/bafec18e9e2a38b0753c7bc9132af2a4-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":{"is_FSBA":true},"livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"sqft","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"FL","streetAddress":"11321 SW 162nd Ter","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"33157","zpid":44299942},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/fb5770e48c396506f474c8739e049bb0-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":{"is_FSBA":true},"livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"FL","streetAddress":"15540 SW 136th St #204","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"# 204","zestimate":416700,"zipcode":"33196","zpid":337202171},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/6517234e2d34e7054159120b53578677-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":{"is_FSBA":true},"livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"sqft","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"$15,000 (Nov 20)","rentZestimate":3879,"shouldHighlight":false,"state":"FL","streetAddress":"11958 SW 210th Ter","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"33177","zpid":44363879},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/8ca70fd55f28ebe42fda9ea083c064ea-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":{"is_FSBA":true},"livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"sqft","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"$29,999 (Nov 14)","rentZestimate":3048,"shouldHighlight":false,"state":"FL","streetAddress":"17404 SW 142nd Pl","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"33177","zpid":44340771}],"resultsPerPage":41,"totalPages":7,"totalResultCount":260}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Edit Fields",["14","15","4","16"],{"On form submission":"17","Search for Deals":"18","Split Out":"19","Edit Fields":"20"},{"On form submission":"21","Search for Deals":"22"},{},[],{},{},{},{"version":1,"establishedAt":1764830250445,"source":"23"},"On form submission","Split Out","Search for Deals",["24"],["25"],["26"],["27"],["28"],["29"],"manual",{"startTime":1764827146315,"executionIndex":0,"source":"30","hints":"31","executionTime":1,"executionStatus":"32","data":"33"},{"startTime":1764829403671,"executionIndex":1,"source":"34","hints":"35","executionTime":13238,"executionStatus":"32","data":"36"},{"startTime":1764829500781,"executionIndex":2,"source":"37","hints":"38","executionTime":7,"executionStatus":"32","data":"39"},{"startTime":1764830250453,"executionIndex":3,"source":"40","hints":"41","executionTime":520,"executionStatus":"32","data":"42"},{"json":"43"},{"json":"44"},[],[],"success",{"main":"45"},["46"],[],{"main":"47"},["48"],[],{"main":"49"},["50"],[],{"main":"51"},{"Location":"52","Status":"53","Minimum Price":"54","Maximum Price":"55","Minimum Number of Beds":"56","Minimum Number of Bathrooms":"57","sortselection":"58","Multi Family?":"59","submittedAt":"60","formMode":"61"},{"results":"62","resultsPerPage":41,"totalPages":7,"totalResultCount":260},["63"],{"previousNode":"14","previousNodeOutput":0,"previousNodeRun":0},["64"],{"previousNode":"16","previousNodeOutput":0,"previousNodeRun":0},["65"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["66"],"MIami","forSale","400000","550000","3","2","Price","true","2025-12-03T21:45:46.257-08:00","test",["67","68","69","70","71","72","73","74","75","76","77","78","79","80","81","82","83","84","85","86","87","88","89","90","91","92","93","94","95","96","97","98","99","100","101","102","103","104","105","106","107"],["108"],["109"],["110","111","112","113","114","115","116","117","118","119","120","121","122","123","124","125","126","127","128","129","130","131","132","133","134","135","136","137","138","139","140","141","142","143","144","145","146","147","148","149","150"],["151","152","153","154","155","156","157","158","159","160","161","162","163","164","165","166","167","168","169","170","171","172","173","174","175","176","177","178","179","180","181","182","183","184","185","186","187","188","189","190","191"],{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"197","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":"198","livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"199","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"200","rentZestimate":2981,"shouldHighlight":false,"state":"201","streetAddress":"202","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"203","zpid":44246499},{"bathrooms":4,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"204","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":"205","livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"199","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"206","shouldHighlight":false,"state":"201","streetAddress":"207","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"208","zpid":43827372},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"210","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":"211","livingArea":1336,"longitude":-80.370636,"openHouse":"212","open_house_info":"213","price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"201","streetAddress":"214","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"215","zpid":156224524},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"216","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":"217","livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"201","streetAddress":"218","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"219","zestimate":445400,"zipcode":"220","zpid":44280853},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"221","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":"222","livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"199","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"201","streetAddress":"223","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"224","zpid":44329115},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"225","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":"226","livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"199","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"201","streetAddress":"227","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"228","zpid":43808029},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"229","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":"230","livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"201","streetAddress":"231","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"215","zpid":44214153},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"232","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":"233","livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"199","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"201","streetAddress":"234","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"235","zpid":44331113},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"236","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":"237","livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"201","streetAddress":"238","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"239","zestimate":435600,"zipcode":"240","zpid":44268720},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"241","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":"242","livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"199","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"243","rentZestimate":2445,"shouldHighlight":false,"state":"201","streetAddress":"244","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"245","zpid":43816637},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"246","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":"247","livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"201","streetAddress":"248","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"249","zpid":338743241},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"250","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":"251","livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"201","streetAddress":"252","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"235","zpid":62931912},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"253","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":"254","livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"199","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"201","streetAddress":"255","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"256","zpid":44302016},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"257","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":"258","livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"199","lotAreaValue":2125,"newConstructionType":"259","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"201","streetAddress":"260","timeOnZillow":1135294000,"zipcode":"228","zpid":458467587},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"261","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":"262","livingArea":1575,"longitude":-80.3799,"openHouse":"263","open_house_info":"264","price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"201","streetAddress":"265","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"266","zestimate":511400,"zipcode":"215","zpid":44214373},{"bathrooms":5,"bedrooms":8,"city":"192","country":"193","currency":"194","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"267","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":"268","livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"199","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"269","shouldHighlight":false,"state":"201","streetAddress":"270","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"271","zpid":43822416},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"272","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":"273","livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"199","lotAreaValue":3920,"newConstructionType":"259","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"274","rentZestimate":4151,"shouldHighlight":false,"state":"201","streetAddress":"275","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"276","zpid":155725020},{"bathrooms":3,"bedrooms":5,"city":"192","country":"193","currency":"194","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"277","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":"278","livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"199","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"279","rentZestimate":3827,"shouldHighlight":false,"state":"201","streetAddress":"280","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"224","zpid":44328384},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"281","imgSrc":"282","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":"283","livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"201","streetAddress":"284","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"245","zpid":43811977},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"285","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":"286","livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"201","streetAddress":"287","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"288","zestimate":415800,"zipcode":"289","zpid":44192705},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"290","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":"291","livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"199","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"292","shouldHighlight":false,"state":"201","streetAddress":"293","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"256","zpid":82067300},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"294","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":"295","livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"199","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"201","streetAddress":"296","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"297","zpid":44234621},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"298","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":"299","livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"199","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"300","rentZestimate":2860,"shouldHighlight":false,"state":"201","streetAddress":"301","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"302","zpid":44350402},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"303","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":"304","livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"199","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"305","shouldHighlight":false,"state":"201","streetAddress":"306","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"307","zpid":43839021},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"308","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":"309","livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"199","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"201","streetAddress":"310","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"311","zpid":44334520},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"312","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":"313","livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"199","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"201","streetAddress":"314","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"311","zpid":44360997},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"315","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":"316","livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"201","streetAddress":"317","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"318","zipcode":"311","zpid":44333127},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"319","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":"320","livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"201","streetAddress":"321","timeOnZillow":644297000,"unit":"322","zestimate":490300,"zipcode":"323","zpid":2060256131},{"bathrooms":3,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"324","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":"325","livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"326","rentZestimate":3418,"shouldHighlight":false,"state":"201","streetAddress":"327","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"235","zpid":60798233},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"328","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":"329","livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"199","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"201","streetAddress":"330","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"240","zpid":118914384},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"331","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":"332","livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"199","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"201","streetAddress":"333","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"302","zpid":44350836},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"281","imgSrc":"334","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":"335","livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"336","shouldHighlight":false,"state":"201","streetAddress":"337","timeOnZillow":641836000,"zestimate":441600,"zipcode":"276","zpid":452695494},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"338","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":"339","livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"199","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"340","shouldHighlight":false,"state":"201","streetAddress":"341","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"311","zpid":44343488},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"342","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":"343","livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"199","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"201","streetAddress":"344","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"256","zpid":44301845},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"345","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":"346","livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"201","streetAddress":"347","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"240","zpid":44264409},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"348","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":"349","livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"199","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"350","rentZestimate":3162,"shouldHighlight":false,"state":"201","streetAddress":"351","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"245","zpid":43813029},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"352","imgSrc":"353","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":"354","livingArea":1120,"longitude":-80.226776,"newConstructionType":"355","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"201","streetAddress":"356","timeOnZillow":5926090000,"zipcode":"245","zpid":456982725},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"357","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":"358","livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"199","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"201","streetAddress":"359","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"256","zpid":44299942},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"360","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":"361","livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"201","streetAddress":"362","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"363","zestimate":416700,"zipcode":"224","zpid":337202171},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"364","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":"365","livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"199","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"366","rentZestimate":3879,"shouldHighlight":false,"state":"201","streetAddress":"367","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"311","zpid":44363879},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"368","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":"369","livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"199","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"370","rentZestimate":3048,"shouldHighlight":false,"state":"201","streetAddress":"371","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"311","zpid":44340771},{"json":"372","pairedItem":"373"},{"json":"374","pairedItem":"375"},{"json":"376","pairedItem":"377"},{"json":"378","pairedItem":"379"},{"json":"380","pairedItem":"381"},{"json":"382","pairedItem":"383"},{"json":"384","pairedItem":"385"},{"json":"386","pairedItem":"387"},{"json":"388","pairedItem":"389"},{"json":"390","pairedItem":"391"},{"json":"392","pairedItem":"393"},{"json":"394","pairedItem":"395"},{"json":"396","pairedItem":"397"},{"json":"398","pairedItem":"399"},{"json":"400","pairedItem":"401"},{"json":"402","pairedItem":"403"},{"json":"404","pairedItem":"405"},{"json":"406","pairedItem":"407"},{"json":"408","pairedItem":"409"},{"json":"410","pairedItem":"411"},{"json":"412","pairedItem":"413"},{"json":"414","pairedItem":"415"},{"json":"416","pairedItem":"417"},{"json":"418","pairedItem":"419"},{"json":"420","pairedItem":"421"},{"json":"422","pairedItem":"423"},{"json":"424","pairedItem":"425"},{"json":"426","pairedItem":"427"},{"json":"428","pairedItem":"429"},{"json":"430","pairedItem":"431"},{"json":"432","pairedItem":"433"},{"json":"434","pairedItem":"435"},{"json":"436","pairedItem":"437"},{"json":"438","pairedItem":"439"},{"json":"440","pairedItem":"441"},{"json":"442","pairedItem":"443"},{"json":"444","pairedItem":"445"},{"json":"446","pairedItem":"447"},{"json":"448","pairedItem":"449"},{"json":"450","pairedItem":"451"},{"json":"452","pairedItem":"453"},{"json":"454","pairedItem":"455"},{"json":"456","pairedItem":"457"},{"json":"458","pairedItem":"459"},{"json":"460","pairedItem":"461"},{"json":"462","pairedItem":"463"},{"json":"464","pairedItem":"465"},{"json":"466","pairedItem":"467"},{"json":"468","pairedItem":"469"},{"json":"470","pairedItem":"471"},{"json":"472","pairedItem":"473"},{"json":"474","pairedItem":"475"},{"json":"476","pairedItem":"477"},{"json":"478","pairedItem":"479"},{"json":"480","pairedItem":"481"},{"json":"482","pairedItem":"483"},{"json":"484","pairedItem":"485"},{"json":"486","pairedItem":"487"},{"json":"488","pairedItem":"489"},{"json":"490","pairedItem":"491"},{"json":"492","pairedItem":"493"},{"json":"494","pairedItem":"495"},{"json":"496","pairedItem":"497"},{"json":"498","pairedItem":"499"},{"json":"500","pairedItem":"501"},{"json":"502","pairedItem":"503"},{"json":"504","pairedItem":"505"},{"json":"506","pairedItem":"507"},{"json":"508","pairedItem":"509"},{"json":"510","pairedItem":"511"},{"json":"512","pairedItem":"513"},{"json":"514","pairedItem":"515"},{"json":"516","pairedItem":"517"},{"json":"518","pairedItem":"519"},{"json":"520","pairedItem":"521"},{"json":"522","pairedItem":"523"},{"json":"524","pairedItem":"525"},{"json":"526","pairedItem":"527"},{"json":"528","pairedItem":"529"},{"json":"530","pairedItem":"531"},{"json":"532","pairedItem":"533"},{"json":"534","pairedItem":"535"},{"json":"536","pairedItem":"537"},{"json":"538","pairedItem":"539"},"Miami","USA","USD","FOR_SALE","SINGLE_FAMILY","https://photos.zillowstatic.com/fp/12c4cfc456ca46d98bd9c90394ed972f-p_e.jpg",{"is_FSBA":true},"sqft","$10,000 (Nov 10)","FL","13741 SW 46th Ter","33175","https://photos.zillowstatic.com/fp/e18a785b7d6d745c04cb54d48b272220-p_e.jpg",{"is_FSBA":true},"$55,000 (Oct 21)","8320 NE 3rd Ave","33138","TOWNHOUSE","https://photos.zillowstatic.com/fp/be985c3b16b4616f615a06d9cb85c0b2-p_e.jpg",{"is_FSBA":true,"is_openHouse":true},"Sat. 2-5pm",{"open_house_showing":"540"},"10930 SW 75th St","33173","https://photos.zillowstatic.com/fp/3188cd2f9186651e70c58fb8bba20fb7-p_e.jpg",{"is_FSBA":true},"10669 SW 113th Pl #84Z","# 84Z","33176","https://photos.zillowstatic.com/fp/65fdb59ddba6a8ebcd59bb4e92939c7c-p_e.jpg",{"is_FSBA":true},"14117 SW 149th Ave","33196","https://photos.zillowstatic.com/fp/8328e530139b271d5af2727e2f30c250-p_e.jpg",{"is_FSBA":true},"286 NW 57th St","33127","https://photos.zillowstatic.com/fp/2f703bc7451d73923ad737ade976fe37-p_e.jpg",{"is_FSBA":true},"10927 SW 71st Ln","https://photos.zillowstatic.com/fp/202998295cf917270202ed9effe3f7a2-p_e.jpg",{"is_foreclosure":true},"15141 SW 130th Ave","33186","https://photos.zillowstatic.com/fp/1fa5f9cfafce4c0711343813f020a4a3-p_e.jpg",{"is_FSBA":true},"8595 SW 152nd Ave APT 251","Apt 251","33193","https://photos.zillowstatic.com/fp/558d65e3b3facfdf8fb9bbeef1b08bae-p_e.jpg",{"is_FSBA":true},"$4,000 (Nov 24)","3320 NW 14th Ave","33142","https://photos.zillowstatic.com/fp/735682adf178a404084dd0ee28937e4d-p_e.jpg",{"is_FSBA":true},"14782 SW 181st Ter","33187","https://photos.zillowstatic.com/fp/1b0a5c206d525d6df89131ebeaea6a99-p_e.jpg",{"is_FSBA":true},"12566 SW 126th Ave","https://photos.zillowstatic.com/fp/5a34cb5460fd3a930845608fbea04a53-p_e.jpg",{"is_FSBA":true},"17995 SW 105th Ave","33157","https://photos.zillowstatic.com/fp/784efa77756687d2d9074b5853636b04-p_e.jpg",{"is_newHome":true},"BUILDER_SPEC","5820 NW 3rd Ave","https://photos.zillowstatic.com/fp/baf1866ac5d43af6fccf94bc9b46aac9-p_e.jpg",{"is_FSBA":true,"is_openHouse":true},"Sat. 12-2pm",{"open_house_showing":"541"},"11537 SW 64th St #A83","# A83","https://photos.zillowstatic.com/fp/c667d2f29ce825e9469eda56f55e2601-p_e.jpg",{"is_FSBA":true},"$4,901 (Nov 22)","1025 NW 31st Ave","33125","https://photos.zillowstatic.com/fp/ba7b3b6032c3aebffa8f54bc2bfeecb1-p_e.jpg",{"is_newHome":true},"$38,000 (Nov 26)","6821 NW 6th Ct","33150","https://photos.zillowstatic.com/fp/fbd254673dce5f8a3b5ba43262ed8776-p_e.jpg",{"is_FSBA":true},"$15,000 (Nov 9)","14552 SW 155th Pl","MULTI_FAMILY","https://photos.zillowstatic.com/fp/f90432302d5cdd6560b6c964da2c2eaf-p_e.jpg",{"is_FSBA":true},"5020 NW 14th Ave","https://photos.zillowstatic.com/fp/f780ef650bf1ae7dc169ecc21bae04fb-p_e.jpg",{"is_FSBA":true},"3806 SW 84th Ave #17","# 17","33155","https://photos.zillowstatic.com/fp/125fb831c0feaf471fc467fd34ee0392-p_e.jpg",{"is_FSBA":true},"$10,000 (Nov 21)","10169 SW 171st St","https://photos.zillowstatic.com/fp/4d185772aa7d1ba42f3c7eacd9ed3fb4-p_e.jpg",{"is_FSBA":true},"12276 SW 10th St","33184","https://photos.zillowstatic.com/fp/d90e09e42c970ffa9295cb45a9df9ddf-p_e.jpg",{"is_FSBA":true},"$31,000 (Dec 1)","20000 SW 114th Ave","33189","https://photos.zillowstatic.com/fp/ec99f4e889a4a7c48f82e9bf2408a7c9-p_e.jpg",{"is_FSBA":true},"","1877 SW 6th St","33135","https://photos.zillowstatic.com/fp/379185d2624418874a27f7660062042c-p_e.jpg",{"is_FSBA":true},"13910 SW 160th Ter","33177","https://photos.zillowstatic.com/fp/43146b49dd55d0a792332364e944c18e-p_e.jpg",{"is_FSBA":true},"12421 SW 193rd St","https://photos.zillowstatic.com/fp/4bb9891acfde8482b7a5aace288a2812-p_e.jpg",{"is_FSBA":true},"13402 SW 153rd St APT 1905","Apt 1905","https://photos.zillowstatic.com/fp/064c6436db6aead23ba531ce2f7fe22c-p_e.jpg",{"is_FSBA":true},"6514 SW 128th Pl #6514","# 6514","33183","https://photos.zillowstatic.com/fp/e3eb585d9f0ccb0ca55e095646e13780-p_e.jpg",{"is_FSBA":true},"$35,000 (Nov 22)","12513 SW 121st Way","https://photos.zillowstatic.com/fp/5ff79e6ed2ada6d64ff10d529fe4d4d6-p_e.jpg",{"is_FSBA":true},"7161 SW 163rd Pl","https://photos.zillowstatic.com/fp/3024547d65f93fce3b918ffe82ab2d2f-p_e.jpg",{"is_FSBA":true},"20120 SW 112th Ct","https://photos.zillowstatic.com/fp/c3dbb5a78049c47a2496bfc8e57050c8-p_e.jpg",{"is_FSBA":true},"$25,000 (Oct 29)","640-642 NW 77th St","https://photos.zillowstatic.com/fp/4d1d685123bd70d5205ebc1917e1a095-p_e.jpg",{"is_FSBA":true},"$30,100 (Nov 17)","17360 SW 121st Ave","https://photos.zillowstatic.com/fp/a8dbaaf1c136402d69004c7f52f32951-p_e.jpg",{"is_FSBA":true},"10250 SW 172nd St","https://photos.zillowstatic.com/fp/a9eebcf7aed96dffa09ded2fd02eaf07-p_e.jpg",{"is_FSBA":true},"16415 SW 73rd Ter","https://photos.zillowstatic.com/fp/3bbe2ae61cc4085c1c59f0f2b8e46051-p_e.jpg",{"is_FSBA":true},"$20,000 (Sep 19)","1243 NW 42nd St","CONDO","https://photos.zillowstatic.com/fp/77a7afc9110b11f0b8dcaddb14c1a6c3-p_e.jpg",{"is_newHome":true},"NEW_CONSTRUCTION_TYPE_OTHER","1844 NW 33rd St","https://photos.zillowstatic.com/fp/bafec18e9e2a38b0753c7bc9132af2a4-p_e.jpg",{"is_FSBA":true},"11321 SW 162nd Ter","https://photos.zillowstatic.com/fp/fb5770e48c396506f474c8739e049bb0-p_e.jpg",{"is_FSBA":true},"15540 SW 136th St #204","# 204","https://photos.zillowstatic.com/fp/6517234e2d34e7054159120b53578677-p_e.jpg",{"is_FSBA":true},"$15,000 (Nov 20)","11958 SW 210th Ter","https://photos.zillowstatic.com/fp/8ca70fd55f28ebe42fda9ea083c064ea-p_e.jpg",{"is_FSBA":true},"$29,999 (Nov 14)","17404 SW 142nd Pl",{"Location":"52","Status":"53","Minimum Price":"54","Maximum Price":"55","Minimum Number of Beds":"56","Minimum Number of Bathrooms":"57","sortselection":"58","Multi Family?":"59","submittedAt":"60","formMode":"61"},{"item":0},{"results":"542","resultsPerPage":41,"totalPages":7,"totalResultCount":260},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"197","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":"543","livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"199","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"200","rentZestimate":2981,"shouldHighlight":false,"state":"201","streetAddress":"202","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"203","zpid":44246499},{"item":0},{"bathrooms":4,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"204","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":"544","livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"199","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"206","shouldHighlight":false,"state":"201","streetAddress":"207","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"208","zpid":43827372},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"210","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":"545","livingArea":1336,"longitude":-80.370636,"openHouse":"212","open_house_info":"546","price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"201","streetAddress":"214","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"215","zpid":156224524},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"216","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":"547","livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"201","streetAddress":"218","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"219","zestimate":445400,"zipcode":"220","zpid":44280853},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"221","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":"548","livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"199","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"201","streetAddress":"223","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"224","zpid":44329115},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"225","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":"549","livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"199","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"201","streetAddress":"227","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"228","zpid":43808029},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"229","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":"550","livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"201","streetAddress":"231","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"215","zpid":44214153},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"232","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":"551","livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"199","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"201","streetAddress":"234","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"235","zpid":44331113},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"236","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":"552","livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"201","streetAddress":"238","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"239","zestimate":435600,"zipcode":"240","zpid":44268720},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"241","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":"553","livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"199","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"243","rentZestimate":2445,"shouldHighlight":false,"state":"201","streetAddress":"244","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"245","zpid":43816637},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"246","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":"554","livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"201","streetAddress":"248","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"249","zpid":338743241},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"250","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":"555","livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"201","streetAddress":"252","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"235","zpid":62931912},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"253","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":"556","livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"199","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"201","streetAddress":"255","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"256","zpid":44302016},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"257","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":"557","livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"199","lotAreaValue":2125,"newConstructionType":"259","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"201","streetAddress":"260","timeOnZillow":1135294000,"zipcode":"228","zpid":458467587},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"261","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":"558","livingArea":1575,"longitude":-80.3799,"openHouse":"263","open_house_info":"559","price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"201","streetAddress":"265","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"266","zestimate":511400,"zipcode":"215","zpid":44214373},{"item":0},{"bathrooms":5,"bedrooms":8,"city":"192","country":"193","currency":"194","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"267","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":"560","livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"199","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"269","shouldHighlight":false,"state":"201","streetAddress":"270","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"271","zpid":43822416},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"272","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":"561","livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"199","lotAreaValue":3920,"newConstructionType":"259","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"274","rentZestimate":4151,"shouldHighlight":false,"state":"201","streetAddress":"275","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"276","zpid":155725020},{"item":0},{"bathrooms":3,"bedrooms":5,"city":"192","country":"193","currency":"194","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"277","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":"562","livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"199","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"279","rentZestimate":3827,"shouldHighlight":false,"state":"201","streetAddress":"280","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"224","zpid":44328384},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"281","imgSrc":"282","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":"563","livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"201","streetAddress":"284","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"245","zpid":43811977},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"285","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":"564","livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"201","streetAddress":"287","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"288","zestimate":415800,"zipcode":"289","zpid":44192705},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"290","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":"565","livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"199","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"292","shouldHighlight":false,"state":"201","streetAddress":"293","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"256","zpid":82067300},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"294","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":"566","livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"199","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"201","streetAddress":"296","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"297","zpid":44234621},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"298","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":"567","livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"199","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"300","rentZestimate":2860,"shouldHighlight":false,"state":"201","streetAddress":"301","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"302","zpid":44350402},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"303","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":"568","livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"199","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"305","shouldHighlight":false,"state":"201","streetAddress":"306","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"307","zpid":43839021},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"308","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":"569","livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"199","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"201","streetAddress":"310","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"311","zpid":44334520},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"312","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":"570","livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"199","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"201","streetAddress":"314","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"311","zpid":44360997},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"315","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":"571","livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"201","streetAddress":"317","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"318","zipcode":"311","zpid":44333127},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"319","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":"572","livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"201","streetAddress":"321","timeOnZillow":644297000,"unit":"322","zestimate":490300,"zipcode":"323","zpid":2060256131},{"item":0},{"bathrooms":3,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"324","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":"573","livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"326","rentZestimate":3418,"shouldHighlight":false,"state":"201","streetAddress":"327","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"235","zpid":60798233},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"328","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":"574","livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"199","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"201","streetAddress":"330","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"240","zpid":118914384},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"331","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":"575","livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"199","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"201","streetAddress":"333","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"302","zpid":44350836},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"281","imgSrc":"334","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":"576","livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"336","shouldHighlight":false,"state":"201","streetAddress":"337","timeOnZillow":641836000,"zestimate":441600,"zipcode":"276","zpid":452695494},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"338","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":"577","livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"199","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"340","shouldHighlight":false,"state":"201","streetAddress":"341","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"311","zpid":44343488},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"342","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":"578","livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"199","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"201","streetAddress":"344","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"256","zpid":44301845},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"345","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":"579","livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"201","streetAddress":"347","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"240","zpid":44264409},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"348","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":"580","livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"199","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"350","rentZestimate":3162,"shouldHighlight":false,"state":"201","streetAddress":"351","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"245","zpid":43813029},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"352","imgSrc":"353","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":"581","livingArea":1120,"longitude":-80.226776,"newConstructionType":"355","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"201","streetAddress":"356","timeOnZillow":5926090000,"zipcode":"245","zpid":456982725},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"357","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":"582","livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"199","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"201","streetAddress":"359","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"256","zpid":44299942},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"360","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":"583","livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"201","streetAddress":"362","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"363","zestimate":416700,"zipcode":"224","zpid":337202171},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"364","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":"584","livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"199","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"366","rentZestimate":3879,"shouldHighlight":false,"state":"201","streetAddress":"367","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"311","zpid":44363879},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"368","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":"585","livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"199","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"370","rentZestimate":3048,"shouldHighlight":false,"state":"201","streetAddress":"371","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"311","zpid":44340771},{"item":0},{"Address":"586","homeStatus":"195","homeType":"196","totalSize":"587","livingArea":1214,"price":490000,"taxAssessedValue":399887,"zestimate":484400,"rentZestimate":2981,"priceReduction":"200","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":0},{"Address":"588","homeStatus":"195","homeType":"196","totalSize":"589","livingArea":2391,"price":495000,"taxAssessedValue":360463,"zestimate":null,"rentZestimate":null,"priceReduction":"206","bathrooms":4,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":1},{"Address":"590","homeStatus":"195","homeType":"209","totalSize":"591","livingArea":1336,"price":499990,"taxAssessedValue":378000,"zestimate":487300,"rentZestimate":3172,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":2},{"Address":"592","homeStatus":"195","homeType":"209","totalSize":"591","livingArea":1170,"price":460000,"taxAssessedValue":321410,"zestimate":445400,"rentZestimate":2971,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":3},{"Address":"593","homeStatus":"195","homeType":"196","totalSize":"594","livingArea":1301,"price":530000,"taxAssessedValue":400723,"zestimate":526900,"rentZestimate":2910,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":4},{"Address":"595","homeStatus":"195","homeType":"196","totalSize":"596","livingArea":1717,"price":550000,"taxAssessedValue":418273,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":5},{"Address":"597","homeStatus":"195","homeType":"209","totalSize":"591","livingArea":1365,"price":475000,"taxAssessedValue":350000,"zestimate":460700,"rentZestimate":2937,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":6},{"Address":"598","homeStatus":"195","homeType":"196","totalSize":"599","livingArea":1258,"price":427995,"taxAssessedValue":411344,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":7},{"Address":"600","homeStatus":"195","homeType":"209","totalSize":"591","livingArea":1320,"price":440000,"taxAssessedValue":313749,"zestimate":435600,"rentZestimate":2670,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":8},{"Address":"601","homeStatus":"195","homeType":"196","totalSize":"602","livingArea":1702,"price":415000,"taxAssessedValue":429229,"zestimate":407400,"rentZestimate":2445,"priceReduction":"243","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":9},{"Address":"603","homeStatus":"195","homeType":"209","totalSize":"591","livingArea":1321,"price":490000,"taxAssessedValue":390000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true},{"item":10},{"Address":"604","homeStatus":"195","homeType":"209","totalSize":"591","livingArea":1602,"price":499000,"taxAssessedValue":401000,"zestimate":491200,"rentZestimate":3013,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":11},{"Address":"605","homeStatus":"195","homeType":"196","totalSize":"606","livingArea":1289,"price":534900,"taxAssessedValue":384378,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":12},{"Address":"607","homeStatus":"195","homeType":"196","totalSize":"608","livingArea":1000,"price":499000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":13},{"Address":"609","homeStatus":"195","homeType":"209","totalSize":"591","livingArea":1575,"price":530000,"taxAssessedValue":338150,"zestimate":511400,"rentZestimate":2955,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":14},{"Address":"610","homeStatus":"195","homeType":"196","totalSize":"611","livingArea":2432,"price":544999,"taxAssessedValue":503167,"zestimate":null,"rentZestimate":null,"priceReduction":"269","bathrooms":5,"bedrooms":8,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":15},{"Address":"612","homeStatus":"195","homeType":"196","totalSize":"613","livingArea":1635,"price":540000,"taxAssessedValue":151864,"zestimate":539500,"rentZestimate":4151,"priceReduction":"274","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":16},{"Address":"614","homeStatus":"195","homeType":"196","totalSize":"615","livingArea":2340,"price":550000,"taxAssessedValue":460442,"zestimate":548800,"rentZestimate":3827,"priceReduction":"279","bathrooms":3,"bedrooms":5,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":17},{"Address":"616","homeStatus":"195","homeType":"281","totalSize":"591","livingArea":1500,"price":550000,"taxAssessedValue":297596,"zestimate":535100,"rentZestimate":2245,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":18},{"Address":"617","homeStatus":"195","homeType":"209","totalSize":"591","livingArea":1347,"price":425000,"taxAssessedValue":330608,"zestimate":415800,"rentZestimate":3042,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":19},{"Address":"618","homeStatus":"195","homeType":"196","totalSize":"619","livingArea":1231,"price":440000,"taxAssessedValue":275583,"zestimate":null,"rentZestimate":null,"priceReduction":"292","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":20},{"Address":"620","homeStatus":"195","homeType":"196","totalSize":"621","livingArea":1796,"price":549900,"taxAssessedValue":413952,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":21},{"Address":"622","homeStatus":"195","homeType":"196","totalSize":"623","livingArea":1328,"price":499000,"taxAssessedValue":437091,"zestimate":494800,"rentZestimate":2860,"priceReduction":"300","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":22},{"Address":"624","homeStatus":"195","homeType":"196","totalSize":"625","livingArea":1594,"price":550000,"taxAssessedValue":634512,"zestimate":null,"rentZestimate":null,"priceReduction":"305","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":23},{"Address":"626","homeStatus":"195","homeType":"196","totalSize":"627","livingArea":1245,"price":495000,"taxAssessedValue":380799,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":24},{"Address":"628","homeStatus":"195","homeType":"196","totalSize":"629","livingArea":1537,"price":507000,"taxAssessedValue":372667,"zestimate":502700,"rentZestimate":3339,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":25},{"Address":"630","homeStatus":"195","homeType":"209","totalSize":"591","livingArea":1500,"price":415000,"taxAssessedValue":298350,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":26},{"Address":"631","homeStatus":"195","homeType":"209","totalSize":"591","livingArea":1523,"price":499000,"taxAssessedValue":null,"zestimate":490300,"rentZestimate":3257,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":27},{"Address":"632","homeStatus":"195","homeType":"209","totalSize":"591","livingArea":1793,"price":540000,"taxAssessedValue":418001,"zestimate":534800,"rentZestimate":3418,"priceReduction":"326","bathrooms":3,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":28},{"Address":"633","homeStatus":"195","homeType":"196","totalSize":"634","livingArea":1666,"price":520000,"taxAssessedValue":417001,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":29},{"Address":"635","homeStatus":"195","homeType":"196","totalSize":"636","livingArea":1350,"price":515000,"taxAssessedValue":386290,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":30},{"Address":"637","homeStatus":"195","homeType":"281","totalSize":"591","livingArea":1370,"price":449000,"taxAssessedValue":null,"zestimate":441600,"rentZestimate":null,"priceReduction":"336","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":31},{"Address":"638","homeStatus":"195","homeType":"196","totalSize":"639","livingArea":1527,"price":544900,"taxAssessedValue":386429,"zestimate":null,"rentZestimate":null,"priceReduction":"340","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":32},{"Address":"640","homeStatus":"195","homeType":"196","totalSize":"641","livingArea":1274,"price":449900,"taxAssessedValue":307386,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":33},{"Address":"642","homeStatus":"195","homeType":"209","totalSize":"591","livingArea":1160,"price":539000,"taxAssessedValue":370000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":34},{"Address":"643","homeStatus":"195","homeType":"196","totalSize":"644","livingArea":1387,"price":460000,"taxAssessedValue":349395,"zestimate":null,"rentZestimate":3162,"priceReduction":"350","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":35},{"Address":"645","homeStatus":"195","homeType":"352","totalSize":"591","livingArea":1120,"price":451000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":36},{"Address":"646","homeStatus":"195","homeType":"196","totalSize":"639","livingArea":1200,"price":545000,"taxAssessedValue":378482,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":37},{"Address":"647","homeStatus":"195","homeType":"209","totalSize":"591","livingArea":1481,"price":420000,"taxAssessedValue":353220,"zestimate":416700,"rentZestimate":2843,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":38},{"Address":"648","homeStatus":"195","homeType":"196","totalSize":"649","livingArea":1167,"price":499900,"taxAssessedValue":329154,"zestimate":498000,"rentZestimate":3879,"priceReduction":"366","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":39},{"Address":"650","homeStatus":"195","homeType":"196","totalSize":"651","livingArea":1393,"price":550000,"taxAssessedValue":382979,"zestimate":546500,"rentZestimate":3048,"priceReduction":"370","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":40},["652","653"],["654"],["655","656","657","658","659","660","661","662","663","664","665","666","667","668","669","670","671","672","673","674","675","676","677","678","679","680","681","682","683","684","685","686","687","688","689","690","691","692","693","694","695"],{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"696"},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_foreclosure":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"697"},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},"13741 SW 46th Ter Miami FL 33175 USA","3240 sqft","8320 NE 3rd Ave Miami FL 33138 USA","7050 sqft","10930 SW 75th St Miami FL 33173 USA"," ","10669 SW 113th Pl #84Z Miami FL 33176 USA","14117 SW 149th Ave Miami FL 33196 USA","3200 sqft","286 NW 57th St Miami FL 33127 USA","7100 sqft","10927 SW 71st Ln Miami FL 33173 USA","15141 SW 130th Ave Miami FL 33186 USA","5702.004 sqft","8595 SW 152nd Ave APT 251 Miami FL 33193 USA","3320 NW 14th Ave Miami FL 33142 USA","7168 sqft","14782 SW 181st Ter Miami FL 33187 USA","12566 SW 126th Ave Miami FL 33186 USA","17995 SW 105th Ave Miami FL 33157 USA","10242 sqft","5820 NW 3rd Ave Miami FL 33127 USA","2125 sqft","11537 SW 64th St #A83 Miami FL 33173 USA","1025 NW 31st Ave Miami FL 33125 USA","6667 sqft","6821 NW 6th Ct Miami FL 33150 USA","3920 sqft","14552 SW 155th Pl Miami FL 33196 USA","4064.148 sqft","5020 NW 14th Ave Miami FL 33142 USA","3806 SW 84th Ave #17 Miami FL 33155 USA","10169 SW 171st St Miami FL 33157 USA","4162 sqft","12276 SW 10th St Miami FL 33184 USA","3750 sqft","20000 SW 114th Ave Miami FL 33189 USA","7140 sqft","1877 SW 6th St Miami FL 33135 USA","6099 sqft","13910 SW 160th Ter Miami FL 33177 USA","3045 sqft","12421 SW 193rd St Miami FL 33177 USA","5520 sqft","13402 SW 153rd St APT 1905 Miami FL 33177 USA","6514 SW 128th Pl #6514 Miami FL 33183 USA","12513 SW 121st Way Miami FL 33186 USA","7161 SW 163rd Pl Miami FL 33193 USA","1700 sqft","20120 SW 112th Ct Miami FL 33189 USA","7875 sqft","640-642 NW 77th St Miami FL 33150 USA","17360 SW 121st Ave Miami FL 33177 USA","7500 sqft","10250 SW 172nd St Miami FL 33157 USA","5550 sqft","16415 SW 73rd Ter Miami FL 33193 USA","1243 NW 42nd St Miami FL 33142 USA","5000 sqft","1844 NW 33rd St Miami FL 33142 USA","11321 SW 162nd Ter Miami FL 33157 USA","15540 SW 136th St #204 Miami FL 33196 USA","11958 SW 210th Ter Miami FL 33177 USA","4500 sqft","17404 SW 142nd Pl Miami FL 33177 USA","3703 sqft",{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000},{"open_house_end":1765058400000,"open_house_start":1765051200000},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"197","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":"698","livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"199","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"200","rentZestimate":2981,"shouldHighlight":false,"state":"201","streetAddress":"202","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"203","zpid":44246499},{"bathrooms":4,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"204","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":"699","livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"199","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"206","shouldHighlight":false,"state":"201","streetAddress":"207","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"208","zpid":43827372},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"210","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":"700","livingArea":1336,"longitude":-80.370636,"openHouse":"212","open_house_info":"701","price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"201","streetAddress":"214","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"215","zpid":156224524},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"216","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":"702","livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"201","streetAddress":"218","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"219","zestimate":445400,"zipcode":"220","zpid":44280853},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"221","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":"703","livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"199","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"201","streetAddress":"223","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"224","zpid":44329115},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"225","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":"704","livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"199","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"201","streetAddress":"227","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"228","zpid":43808029},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"229","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":"705","livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"201","streetAddress":"231","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"215","zpid":44214153},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"232","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":"706","livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"199","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"201","streetAddress":"234","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"235","zpid":44331113},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"236","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":"707","livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"201","streetAddress":"238","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"239","zestimate":435600,"zipcode":"240","zpid":44268720},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"241","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":"708","livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"199","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"243","rentZestimate":2445,"shouldHighlight":false,"state":"201","streetAddress":"244","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"245","zpid":43816637},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"246","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":"709","livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"201","streetAddress":"248","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"249","zpid":338743241},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"250","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":"710","livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"201","streetAddress":"252","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"235","zpid":62931912},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"253","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":"711","livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"199","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"201","streetAddress":"255","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"256","zpid":44302016},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"257","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":"712","livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"199","lotAreaValue":2125,"newConstructionType":"259","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"201","streetAddress":"260","timeOnZillow":1135294000,"zipcode":"228","zpid":458467587},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"261","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":"713","livingArea":1575,"longitude":-80.3799,"openHouse":"263","open_house_info":"714","price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"201","streetAddress":"265","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"266","zestimate":511400,"zipcode":"215","zpid":44214373},{"bathrooms":5,"bedrooms":8,"city":"192","country":"193","currency":"194","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"267","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":"715","livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"199","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"269","shouldHighlight":false,"state":"201","streetAddress":"270","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"271","zpid":43822416},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"272","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":"716","livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"199","lotAreaValue":3920,"newConstructionType":"259","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"274","rentZestimate":4151,"shouldHighlight":false,"state":"201","streetAddress":"275","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"276","zpid":155725020},{"bathrooms":3,"bedrooms":5,"city":"192","country":"193","currency":"194","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"277","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":"717","livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"199","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"279","rentZestimate":3827,"shouldHighlight":false,"state":"201","streetAddress":"280","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"224","zpid":44328384},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"281","imgSrc":"282","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":"718","livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"201","streetAddress":"284","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"245","zpid":43811977},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"285","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":"719","livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"201","streetAddress":"287","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"288","zestimate":415800,"zipcode":"289","zpid":44192705},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"290","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":"720","livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"199","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"292","shouldHighlight":false,"state":"201","streetAddress":"293","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"256","zpid":82067300},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"294","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":"721","livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"199","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"201","streetAddress":"296","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"297","zpid":44234621},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"298","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":"722","livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"199","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"300","rentZestimate":2860,"shouldHighlight":false,"state":"201","streetAddress":"301","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"302","zpid":44350402},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"303","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":"723","livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"199","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"305","shouldHighlight":false,"state":"201","streetAddress":"306","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"307","zpid":43839021},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"308","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":"724","livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"199","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"201","streetAddress":"310","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"311","zpid":44334520},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"312","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":"725","livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"199","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"201","streetAddress":"314","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"311","zpid":44360997},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"315","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":"726","livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"201","streetAddress":"317","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"318","zipcode":"311","zpid":44333127},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"319","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":"727","livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"201","streetAddress":"321","timeOnZillow":644297000,"unit":"322","zestimate":490300,"zipcode":"323","zpid":2060256131},{"bathrooms":3,"bedrooms":4,"city":"192","country":"193","currency":"194","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"324","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":"728","livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"326","rentZestimate":3418,"shouldHighlight":false,"state":"201","streetAddress":"327","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"235","zpid":60798233},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"328","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":"729","livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"199","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"201","streetAddress":"330","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"240","zpid":118914384},{"bathrooms":2,"bedrooms":4,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"331","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":"730","livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"199","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"201","streetAddress":"333","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"302","zpid":44350836},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"281","imgSrc":"334","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":"731","livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"336","shouldHighlight":false,"state":"201","streetAddress":"337","timeOnZillow":641836000,"zestimate":441600,"zipcode":"276","zpid":452695494},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"338","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":"732","livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"199","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"340","shouldHighlight":false,"state":"201","streetAddress":"341","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"311","zpid":44343488},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"342","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":"733","livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"199","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"201","streetAddress":"344","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"256","zpid":44301845},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"345","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":"734","livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"201","streetAddress":"347","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"240","zpid":44264409},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"348","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":"735","livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"199","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"350","rentZestimate":3162,"shouldHighlight":false,"state":"201","streetAddress":"351","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"245","zpid":43813029},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"352","imgSrc":"353","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":"736","livingArea":1120,"longitude":-80.226776,"newConstructionType":"355","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"201","streetAddress":"356","timeOnZillow":5926090000,"zipcode":"245","zpid":456982725},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"357","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":"737","livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"199","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"201","streetAddress":"359","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"256","zpid":44299942},{"bathrooms":3,"bedrooms":3,"city":"192","country":"193","currency":"194","daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"209","imgSrc":"360","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":"738","livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"201","streetAddress":"362","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"363","zestimate":416700,"zipcode":"224","zpid":337202171},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"364","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":"739","livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"199","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"366","rentZestimate":3879,"shouldHighlight":false,"state":"201","streetAddress":"367","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"311","zpid":44363879},{"bathrooms":2,"bedrooms":3,"city":"192","country":"193","currency":"194","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"195","homeStatusForHDP":"195","homeType":"196","imgSrc":"368","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":"740","livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"199","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"370","rentZestimate":3048,"shouldHighlight":false,"state":"201","streetAddress":"371","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"311","zpid":44340771},["741","742"],["743"],{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"744"},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_foreclosure":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"745"},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000},{"open_house_end":1765058400000,"open_house_start":1765051200000},["746","747"],["748"],{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000},{"open_house_end":1765058400000,"open_house_start":1765051200000}]...
|
Edit
Delete
|
|
99
|
{"id":"2B85eBwnhrBGciaP","name {"id":"2B85eBwnhrBGciaP","name":"My workflow","active":false,"nodes":[{"parameters":{"authentication":"none","formTitle":"Real Estate - Form","formDescription":"Please provide all of your metrics to get the best real estate deals.","formFields":{"values":[{"fieldLabel":"Location","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Status","fieldType":"dropdown","fieldOptions":{"values":[{"option":"forSale"}]},"requiredField":true},{"fieldLabel":"Minimum Price","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Maximum Price","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Minimum Number of Beds","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Minimum Number of Bathrooms","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"sortselection","fieldType":"dropdown","fieldOptions":{"values":[{"option":"Price"}]},"requiredField":true},{"fieldLabel":"Multi Family?","fieldType":"dropdown","fieldOptions":{"values":[{"option":"true"},{"option":"false"}]},"requiredField":true}]},"responseMode":"onReceived","addFormPage":"","options":{}},"type":"n8n-nodes-base.formTrigger","typeVersion":2.3,"position":[0,0],"id":"5b2356a7-a20d-4ae7-b9ea-53395848c39a","name":"On form submission","webhookId":"ea20f37f-8676-4c8e-807a-e18200f9aa62"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"https://zillow56.p.rapidapi.com/search?","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":true,"specifyQuery":"keypair","queryParameters":{"parameters":[{"name":"location","value":"={{ $json.Location }}"},{"name":"status","value":"={{ $json.Status }}"},{"name":"price_min","value":"={{ $json['Minimum Price'] }}"},{"name":"price_max","value":"={{ $json['Maximum Price'] }}"},{"name":"beds_min","value":"={{ $json['Minimum Number of Beds'] }}"},{"name":"baths_min","value":"={{ $json['Minimum Number of Bathrooms'] }}"},{"name":"sortSelection","value":"={{ $json.sortselection }}"},{"name":"isMultiFamily","value":"={{ $json['Multi Family?'] }}"}]},"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.3,"position":[208,0],"id":"ddb750b1-e1f9-44f6-845c-40d792a6520d","name":"Search for Deals","credentials":{"httpHeaderAuth":{"id":"Zgd6WeNleJH1GJW4","name":"Header Auth account"}}},{"parameters":{"fieldToSplitOut":"results","include":"noOtherFields","options":{}},"type":"n8n-nodes-base.splitOut","typeVersion":1,"position":[416,0],"id":"090fc404-e8cb-413c-9566-449222d89a36","name":"Split Out"},{"parameters":{"mode":"runOnceForAllItems","language":"javaScript","jsCode":"// ── CONFIGURABLE ASSUMPTIONS ─────────────────────────────────────────\nconst downPaymentPct = 0.20; // 20 % down\nconst closingCostPct = 0.03; // 3 % closing costs\nconst annualInterestRate = 0.05; // 5 % APR\nconst loanTermYears = 30; // 30‑yr mortgage\nconst propertyTaxRate = 0.012; // 1.2 % of assessed value per year\nconst insuranceRate = 0.003; // 0.3 % of price per year\nconst maintenanceRate = 0.01; // 1 % of price per year\n// ─────────────────────────────────────────────────────────────────────\n// IMPORTANT for n8n: return array of { json: … }\nreturn items.map(item => {\n // —— raw inputs (fall back to 0 if missing) ————————————————\n const j = item.json;\n const price = parseFloat(j.price) || 0;\n const rent = parseFloat(j.rentZestimate) || 0;\n const livingArea = parseFloat(j.LivingArea) || 0; // sqft\n const zEstimate = parseFloat(j.zestimate) || 0;\n const taxAssessedVal = parseFloat(j.taxAssessedValue)|| price;\n // ————————————————————————————————————————————————————————\n // —— Financing ——————————————————————————\n const downPayment = price * downPaymentPct;\n const closingCosts = price * closingCostPct;\n const loanAmount = price - downPayment;\n const monthlyRate = annualInterestRate / 12;\n const numPayments = loanTermYears * 12;\n const mortgagePayment= loanAmount * monthlyRate /\n (1 - Math.pow(1 + monthlyRate, -numPayments));\n // —— Operating expenses ———————————————\n const annualTax = taxAssessedVal * propertyTaxRate;\n const annualIns = price * insuranceRate;\n const annualMaint = price * maintenanceRate;\n const monthlyTax = annualTax / 12;\n const monthlyIns = annualIns / 12;\n const monthlyMaint = annualMaint / 12;\n // —— Cash‑flow & returns ——————————————\n const totalMonthlyExp = mortgagePayment + monthlyTax + monthlyIns + monthlyMaint;\n const monthlyCashFlow = rent - totalMonthlyExp;\n const annualCashFlow = monthlyCashFlow * 12;\n const capRate = annualCashFlow / price; // NOI ÷ price\n const cashOnCashROI = annualCashFlow / (downPayment + closingCosts);\n // —— Extra metrics ————————————————\n const pricePerSqft = livingArea ? price / livingArea : 0;\n const rentPerSqft = livingArea ? rent / livingArea : 0;\n const rentToPricePct = price ? (rent * 12) / price : 0; // GRM inverse\n const priceVsZestPct = zEstimate ? (price - zEstimate) / zEstimate : 0;\n // ————————————————————————————————————————————————————————\n // —— Attach everything to output JSON ——\n Object.assign(j, {\n downPayment: +downPayment.toFixed(2),\n closingCosts: +closingCosts.toFixed(2),\n loanAmount: +loanAmount.toFixed(2),\n mortgagePayment: +mortgagePayment.toFixed(2),\n monthlyPropertyTax: +monthlyTax.toFixed(2),\n monthlyInsurance: +monthlyIns.toFixed(2),\n monthlyMaintenance: +monthlyMaint.toFixed(2),\n totalMonthlyExpenses: +totalMonthlyExp.toFixed(2),\n monthlyCashFlow: +monthlyCashFlow.toFixed(2),\n annualCashFlow: +annualCashFlow.toFixed(2),\n capRate: +capRate.toFixed(4), // 0.0523 ➜ 5.23 %\n cashOnCashROI: +cashOnCashROI.toFixed(4), // 0.1234 ➜ 12.34 %\n pricePerSqft: +pricePerSqft.toFixed(2),\n rentPerSqft: +rentPerSqft.toFixed(2),\n rentToPricePct: +(rentToPricePct*100).toFixed(2), // % of price per yr\n priceVsZestimatePct: +(priceVsZestPct*100).toFixed(2) // over/under %\n });\n // Return a proper n8n item\n return { json: j };\n});\n","notice":""},"type":"n8n-nodes-base.code","typeVersion":2,"position":[864,0],"id":"0840379e-e03a-442a-bcdb-4e4d7833e916","name":"Code in JavaScript"},{"parameters":{"mode":"manual","duplicateItem":false,"assignments":{"assignments":[{"id":"8bdbd5fe-78d0-4569-8076-573f46dd5034","name":"Address","value":"={{ $json.streetAddress }} {{ $json.city }} {{ $json.state }} {{ $json.zipcode }} {{ $json.country }}","type":"string"},{"id":"eed9bcfb-4f00-482f-9414-a7570bdf8f5f","name":"homeStatus","value":"={{ $json.homeStatus }}","type":"string"},{"id":"4ef1f2eb-aea6-405b-85a1-fffe21f85b34","name":"homeType","value":"={{ $json.homeType }}","type":"string"},{"id":"8263a3b2-b408-4f55-91bb-86c9520fdb44","name":"totalSize","value":"={{ $json.lotAreaValue }} {{ $json.lotAreaUnit }}","type":"string"},{"id":"e3f552dc-53bd-45cf-bea6-af8229731f87","name":"livingArea","value":"={{ $json.livingArea }}","type":"number"},{"id":"2207b169-47a3-428c-be30-b751447f8a53","name":"price","value":"={{ $json.price }}","type":"number"},{"id":"16a0e52a-9377-497a-83fd-3afa25598c04","name":"taxAssessedValue","value":"={{ $json.taxAssessedValue }}","type":"number"},{"id":"f6147499-df03-4cde-affc-2fcd13626d32","name":"zestimate","value":"={{ $json.zestimate }}","type":"number"},{"id":"1c0f0085-e321-4dd2-9f9d-ff72b505f025","name":"rentZestimate","value":"={{ $json.rentZestimate }}","type":"number"},{"id":"54ae01bc-e9d6-44fb-a8bf-cb7181374409","name":"priceReduction","value":"={{ $json.priceReduction }}","type":"string"},{"id":"06f2f109-5fcb-4042-bab2-823bd700c8d0","name":"bathrooms","value":"={{ $json.bathrooms }}","type":"number"},{"id":"54672fbf-3454-459c-a7e5-f04eea02bb3d","name":"bedrooms","value":"={{ $json.bedrooms }}","type":"number"},{"id":"1d2d6bab-dbf5-472b-bb05-9fbb7f824424","name":"isNonOwnerOccupied","value":"={{ $json.isNonOwnerOccupied }}","type":"boolean"},{"id":"4384ee7b-6064-4464-8826-c4d4056f85de","name":"isPreforeclosureAuction","value":"={{ $json.isPreforeclosureAuction }}","type":"boolean"},{"id":"b8fb5175-5260-4f70-9f87-f01348acdf25","name":"isPremierBuilder","value":"={{ $json.isPremierBuilder }}","type":"boolean"},{"id":"598ef3a5-ec3c-4ead-b3c7-85a5ec46fb4f","name":"isShowcaseListing","value":"={{ $json.isShowcaseListing }}","type":"boolean"}]},"includeOtherFields":false,"options":{}},"type":"n8n-nodes-base.set","typeVersion":3.4,"position":[624,0],"id":"0367649e-6e55-44bd-977d-7f60844e897b","name":"Edit Fields"}],"connections":{"On form submission":{"main":[[{"node":"Search for Deals","type":"main","index":0}]]},"Search for Deals":{"main":[[{"node":"Split Out","type":"main","index":0}]]},"Split Out":{"main":[[{"node":"Edit Fields","type":"main","index":0}]]},"Edit Fields":{"main":[[{"node":"Code in JavaScript","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"On form submission":[{"json":{"Location":"MIami","Status":"forSale","Minimum Price":"400000","Maximum Price":"550000","Minimum Number of Beds":"3","Minimum Number of Bathrooms":"2","sortselection":"Price","Multi Family?":"true","submittedAt":"2025-12-03T21:45:46.257-08:00","formMode":"test"}}],"Search for Deals":[{"json":{"results":[{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/12c4cfc456ca46d98bd9c90394ed972f-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":{"is_FSBA":true},"livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"sqft","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"$10,000 (Nov 10)","rentZestimate":2981,"shouldHighlight":false,"state":"FL","streetAddress":"13741 SW 46th Ter","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"33175","zpid":44246499},{"bathrooms":4,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/e18a785b7d6d745c04cb54d48b272220-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":{"is_FSBA":true},"livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"sqft","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"$55,000 (Oct 21)","shouldHighlight":false,"state":"FL","streetAddress":"8320 NE 3rd Ave","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"33138","zpid":43827372},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/be985c3b16b4616f615a06d9cb85c0b2-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":{"is_FSBA":true,"is_openHouse":true},"livingArea":1336,"longitude":-80.370636,"openHouse":"Sat. 2-5pm","open_house_info":{"open_house_showing":[{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000}]},"price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"FL","streetAddress":"10930 SW 75th St","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"33173","zpid":156224524},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/3188cd2f9186651e70c58fb8bba20fb7-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":{"is_FSBA":true},"livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"FL","streetAddress":"10669 SW 113th Pl #84Z","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"# 84Z","zestimate":445400,"zipcode":"33176","zpid":44280853},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/65fdb59ddba6a8ebcd59bb4e92939c7c-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":{"is_FSBA":true},"livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"sqft","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"FL","streetAddress":"14117 SW 149th Ave","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"33196","zpid":44329115},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/8328e530139b271d5af2727e2f30c250-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":{"is_FSBA":true},"livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"sqft","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"FL","streetAddress":"286 NW 57th St","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"33127","zpid":43808029},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/2f703bc7451d73923ad737ade976fe37-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":{"is_FSBA":true},"livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"FL","streetAddress":"10927 SW 71st Ln","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"33173","zpid":44214153},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/202998295cf917270202ed9effe3f7a2-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":{"is_foreclosure":true},"livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"sqft","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"FL","streetAddress":"15141 SW 130th Ave","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"33186","zpid":44331113},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/1fa5f9cfafce4c0711343813f020a4a3-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":{"is_FSBA":true},"livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"FL","streetAddress":"8595 SW 152nd Ave APT 251","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"Apt 251","zestimate":435600,"zipcode":"33193","zpid":44268720},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/558d65e3b3facfdf8fb9bbeef1b08bae-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":{"is_FSBA":true},"livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"sqft","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"$4,000 (Nov 24)","rentZestimate":2445,"shouldHighlight":false,"state":"FL","streetAddress":"3320 NW 14th Ave","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"33142","zpid":43816637},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/735682adf178a404084dd0ee28937e4d-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":{"is_FSBA":true},"livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"FL","streetAddress":"14782 SW 181st Ter","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"33187","zpid":338743241},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/1b0a5c206d525d6df89131ebeaea6a99-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":{"is_FSBA":true},"livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"FL","streetAddress":"12566 SW 126th Ave","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"33186","zpid":62931912},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/5a34cb5460fd3a930845608fbea04a53-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":{"is_FSBA":true},"livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"sqft","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"FL","streetAddress":"17995 SW 105th Ave","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"33157","zpid":44302016},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/784efa77756687d2d9074b5853636b04-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":{"is_newHome":true},"livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"sqft","lotAreaValue":2125,"newConstructionType":"BUILDER_SPEC","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"FL","streetAddress":"5820 NW 3rd Ave","timeOnZillow":1135294000,"zipcode":"33127","zpid":458467587},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/baf1866ac5d43af6fccf94bc9b46aac9-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":{"is_FSBA":true,"is_openHouse":true},"livingArea":1575,"longitude":-80.3799,"openHouse":"Sat. 12-2pm","open_house_info":{"open_house_showing":[{"open_house_end":1765058400000,"open_house_start":1765051200000}]},"price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"FL","streetAddress":"11537 SW 64th St #A83","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"# A83","zestimate":511400,"zipcode":"33173","zpid":44214373},{"bathrooms":5,"bedrooms":8,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/c667d2f29ce825e9469eda56f55e2601-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":{"is_FSBA":true},"livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"sqft","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"$4,901 (Nov 22)","shouldHighlight":false,"state":"FL","streetAddress":"1025 NW 31st Ave","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"33125","zpid":43822416},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/ba7b3b6032c3aebffa8f54bc2bfeecb1-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":{"is_newHome":true},"livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"sqft","lotAreaValue":3920,"newConstructionType":"BUILDER_SPEC","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"$38,000 (Nov 26)","rentZestimate":4151,"shouldHighlight":false,"state":"FL","streetAddress":"6821 NW 6th Ct","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"33150","zpid":155725020},{"bathrooms":3,"bedrooms":5,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/fbd254673dce5f8a3b5ba43262ed8776-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":{"is_FSBA":true},"livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"sqft","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"$15,000 (Nov 9)","rentZestimate":3827,"shouldHighlight":false,"state":"FL","streetAddress":"14552 SW 155th Pl","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"33196","zpid":44328384},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"MULTI_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/f90432302d5cdd6560b6c964da2c2eaf-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":{"is_FSBA":true},"livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"FL","streetAddress":"5020 NW 14th Ave","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"33142","zpid":43811977},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/f780ef650bf1ae7dc169ecc21bae04fb-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":{"is_FSBA":true},"livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"FL","streetAddress":"3806 SW 84th Ave #17","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"# 17","zestimate":415800,"zipcode":"33155","zpid":44192705},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/125fb831c0feaf471fc467fd34ee0392-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":{"is_FSBA":true},"livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"sqft","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"$10,000 (Nov 21)","shouldHighlight":false,"state":"FL","streetAddress":"10169 SW 171st St","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"33157","zpid":82067300},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/4d185772aa7d1ba42f3c7eacd9ed3fb4-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":{"is_FSBA":true},"livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"sqft","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"FL","streetAddress":"12276 SW 10th St","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"33184","zpid":44234621},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/d90e09e42c970ffa9295cb45a9df9ddf-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":{"is_FSBA":true},"livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"sqft","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"$31,000 (Dec 1)","rentZestimate":2860,"shouldHighlight":false,"state":"FL","streetAddress":"20000 SW 114th Ave","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"33189","zpid":44350402},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/ec99f4e889a4a7c48f82e9bf2408a7c9-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":{"is_FSBA":true},"livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"sqft","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"","shouldHighlight":false,"state":"FL","streetAddress":"1877 SW 6th St","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"33135","zpid":43839021},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/379185d2624418874a27f7660062042c-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":{"is_FSBA":true},"livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"sqft","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"FL","streetAddress":"13910 SW 160th Ter","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"33177","zpid":44334520},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/43146b49dd55d0a792332364e944c18e-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":{"is_FSBA":true},"livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"sqft","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"FL","streetAddress":"12421 SW 193rd St","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"33177","zpid":44360997},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/4bb9891acfde8482b7a5aace288a2812-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":{"is_FSBA":true},"livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"FL","streetAddress":"13402 SW 153rd St APT 1905","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"Apt 1905","zipcode":"33177","zpid":44333127},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/064c6436db6aead23ba531ce2f7fe22c-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":{"is_FSBA":true},"livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"FL","streetAddress":"6514 SW 128th Pl #6514","timeOnZillow":644297000,"unit":"# 6514","zestimate":490300,"zipcode":"33183","zpid":2060256131},{"bathrooms":3,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/e3eb585d9f0ccb0ca55e095646e13780-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":{"is_FSBA":true},"livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"$35,000 (Nov 22)","rentZestimate":3418,"shouldHighlight":false,"state":"FL","streetAddress":"12513 SW 121st Way","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"33186","zpid":60798233},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/5ff79e6ed2ada6d64ff10d529fe4d4d6-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":{"is_FSBA":true},"livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"sqft","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"FL","streetAddress":"7161 SW 163rd Pl","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"33193","zpid":118914384},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/3024547d65f93fce3b918ffe82ab2d2f-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":{"is_FSBA":true},"livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"sqft","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"FL","streetAddress":"20120 SW 112th Ct","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"33189","zpid":44350836},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"MULTI_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/c3dbb5a78049c47a2496bfc8e57050c8-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":{"is_FSBA":true},"livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"$25,000 (Oct 29)","shouldHighlight":false,"state":"FL","streetAddress":"640-642 NW 77th St","timeOnZillow":641836000,"zestimate":441600,"zipcode":"33150","zpid":452695494},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/4d1d685123bd70d5205ebc1917e1a095-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":{"is_FSBA":true},"livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"sqft","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"$30,100 (Nov 17)","shouldHighlight":false,"state":"FL","streetAddress":"17360 SW 121st Ave","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"33177","zpid":44343488},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/a8dbaaf1c136402d69004c7f52f32951-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":{"is_FSBA":true},"livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"sqft","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"FL","streetAddress":"10250 SW 172nd St","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"33157","zpid":44301845},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/a9eebcf7aed96dffa09ded2fd02eaf07-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":{"is_FSBA":true},"livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"FL","streetAddress":"16415 SW 73rd Ter","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"33193","zpid":44264409},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/3bbe2ae61cc4085c1c59f0f2b8e46051-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":{"is_FSBA":true},"livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"sqft","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"$20,000 (Sep 19)","rentZestimate":3162,"shouldHighlight":false,"state":"FL","streetAddress":"1243 NW 42nd St","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"33142","zpid":43813029},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"CONDO","imgSrc":"https://photos.zillowstatic.com/fp/77a7afc9110b11f0b8dcaddb14c1a6c3-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":{"is_newHome":true},"livingArea":1120,"longitude":-80.226776,"newConstructionType":"NEW_CONSTRUCTION_TYPE_OTHER","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"FL","streetAddress":"1844 NW 33rd St","timeOnZillow":5926090000,"zipcode":"33142","zpid":456982725},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/bafec18e9e2a38b0753c7bc9132af2a4-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":{"is_FSBA":true},"livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"sqft","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"FL","streetAddress":"11321 SW 162nd Ter","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"33157","zpid":44299942},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/fb5770e48c396506f474c8739e049bb0-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":{"is_FSBA":true},"livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"FL","streetAddress":"15540 SW 136th St #204","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"# 204","zestimate":416700,"zipcode":"33196","zpid":337202171},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/6517234e2d34e7054159120b53578677-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":{"is_FSBA":true},"livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"sqft","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"$15,000 (Nov 20)","rentZestimate":3879,"shouldHighlight":false,"state":"FL","streetAddress":"11958 SW 210th Ter","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"33177","zpid":44363879},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/8ca70fd55f28ebe42fda9ea083c064ea-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":{"is_FSBA":true},"livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"sqft","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"$29,999 (Nov 14)","rentZestimate":3048,"shouldHighlight":false,"state":"FL","streetAddress":"17404 SW 142nd Pl","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"33177","zpid":44340771}],"resultsPerPage":41,"totalPages":7,"totalResultCount":260}}],"Edit Fields":[{"json":{"Address":"13741 SW 46th Ter Miami FL 33175 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"3240 sqft","livingArea":1214,"price":490000,"taxAssessedValue":399887,"zestimate":484400,"rentZestimate":2981,"priceReduction":"$10,000 (Nov 10)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"8320 NE 3rd Ave Miami FL 33138 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7050 sqft","livingArea":2391,"price":495000,"taxAssessedValue":360463,"zestimate":null,"rentZestimate":null,"priceReduction":"$55,000 (Oct 21)","bathrooms":4,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"10930 SW 75th St Miami FL 33173 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1336,"price":499990,"taxAssessedValue":378000,"zestimate":487300,"rentZestimate":3172,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"10669 SW 113th Pl #84Z Miami FL 33176 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1170,"price":460000,"taxAssessedValue":321410,"zestimate":445400,"rentZestimate":2971,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"14117 SW 149th Ave Miami FL 33196 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"3200 sqft","livingArea":1301,"price":530000,"taxAssessedValue":400723,"zestimate":526900,"rentZestimate":2910,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"286 NW 57th St Miami FL 33127 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7100 sqft","livingArea":1717,"price":550000,"taxAssessedValue":418273,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"10927 SW 71st Ln Miami FL 33173 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1365,"price":475000,"taxAssessedValue":350000,"zestimate":460700,"rentZestimate":2937,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"15141 SW 130th Ave Miami FL 33186 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"5702.004 sqft","livingArea":1258,"price":427995,"taxAssessedValue":411344,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"8595 SW 152nd Ave APT 251 Miami FL 33193 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1320,"price":440000,"taxAssessedValue":313749,"zestimate":435600,"rentZestimate":2670,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"3320 NW 14th Ave Miami FL 33142 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7168 sqft","livingArea":1702,"price":415000,"taxAssessedValue":429229,"zestimate":407400,"rentZestimate":2445,"priceReduction":"$4,000 (Nov 24)","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"14782 SW 181st Ter Miami FL 33187 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1321,"price":490000,"taxAssessedValue":390000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true}},{"json":{"Address":"12566 SW 126th Ave Miami FL 33186 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1602,"price":499000,"taxAssessedValue":401000,"zestimate":491200,"rentZestimate":3013,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"17995 SW 105th Ave Miami FL 33157 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"10242 sqft","livingArea":1289,"price":534900,"taxAssessedValue":384378,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"5820 NW 3rd Ave Miami FL 33127 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"2125 sqft","livingArea":1000,"price":499000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"11537 SW 64th St #A83 Miami FL 33173 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1575,"price":530000,"taxAssessedValue":338150,"zestimate":511400,"rentZestimate":2955,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"1025 NW 31st Ave Miami FL 33125 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"6667 sqft","livingArea":2432,"price":544999,"taxAssessedValue":503167,"zestimate":null,"rentZestimate":null,"priceReduction":"$4,901 (Nov 22)","bathrooms":5,"bedrooms":8,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"6821 NW 6th Ct Miami FL 33150 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"3920 sqft","livingArea":1635,"price":540000,"taxAssessedValue":151864,"zestimate":539500,"rentZestimate":4151,"priceReduction":"$38,000 (Nov 26)","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"14552 SW 155th Pl Miami FL 33196 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"4064.148 sqft","livingArea":2340,"price":550000,"taxAssessedValue":460442,"zestimate":548800,"rentZestimate":3827,"priceReduction":"$15,000 (Nov 9)","bathrooms":3,"bedrooms":5,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"5020 NW 14th Ave Miami FL 33142 USA","homeStatus":"FOR_SALE","homeType":"MULTI_FAMILY","totalSize":" ","livingArea":1500,"price":550000,"taxAssessedValue":297596,"zestimate":535100,"rentZestimate":2245,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"3806 SW 84th Ave #17 Miami FL 33155 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1347,"price":425000,"taxAssessedValue":330608,"zestimate":415800,"rentZestimate":3042,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"10169 SW 171st St Miami FL 33157 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"4162 sqft","livingArea":1231,"price":440000,"taxAssessedValue":275583,"zestimate":null,"rentZestimate":null,"priceReduction":"$10,000 (Nov 21)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"12276 SW 10th St Miami FL 33184 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"3750 sqft","livingArea":1796,"price":549900,"taxAssessedValue":413952,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"20000 SW 114th Ave Miami FL 33189 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7140 sqft","livingArea":1328,"price":499000,"taxAssessedValue":437091,"zestimate":494800,"rentZestimate":2860,"priceReduction":"$31,000 (Dec 1)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"1877 SW 6th St Miami FL 33135 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"6099 sqft","livingArea":1594,"price":550000,"taxAssessedValue":634512,"zestimate":null,"rentZestimate":null,"priceReduction":"","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"13910 SW 160th Ter Miami FL 33177 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"3045 sqft","livingArea":1245,"price":495000,"taxAssessedValue":380799,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"12421 SW 193rd St Miami FL 33177 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"5520 sqft","livingArea":1537,"price":507000,"taxAssessedValue":372667,"zestimate":502700,"rentZestimate":3339,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"13402 SW 153rd St APT 1905 Miami FL 33177 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1500,"price":415000,"taxAssessedValue":298350,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"6514 SW 128th Pl #6514 Miami FL 33183 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1523,"price":499000,"taxAssessedValue":null,"zestimate":490300,"rentZestimate":3257,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"12513 SW 121st Way Miami FL 33186 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1793,"price":540000,"taxAssessedValue":418001,"zestimate":534800,"rentZestimate":3418,"priceReduction":"$35,000 (Nov 22)","bathrooms":3,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"7161 SW 163rd Pl Miami FL 33193 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"1700 sqft","livingArea":1666,"price":520000,"taxAssessedValue":417001,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"20120 SW 112th Ct Miami FL 33189 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7875 sqft","livingArea":1350,"price":515000,"taxAssessedValue":386290,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"640-642 NW 77th St Miami FL 33150 USA","homeStatus":"FOR_SALE","homeType":"MULTI_FAMILY","totalSize":" ","livingArea":1370,"price":449000,"taxAssessedValue":null,"zestimate":441600,"rentZestimate":null,"priceReduction":"$25,000 (Oct 29)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"17360 SW 121st Ave Miami FL 33177 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7500 sqft","livingArea":1527,"price":544900,"taxAssessedValue":386429,"zestimate":null,"rentZestimate":null,"priceReduction":"$30,100 (Nov 17)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"10250 SW 172nd St Miami FL 33157 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"5550 sqft","livingArea":1274,"price":449900,"taxAssessedValue":307386,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"16415 SW 73rd Ter Miami FL 33193 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1160,"price":539000,"taxAssessedValue":370000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"1243 NW 42nd St Miami FL 33142 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"5000 sqft","livingArea":1387,"price":460000,"taxAssessedValue":349395,"zestimate":null,"rentZestimate":3162,"priceReduction":"$20,000 (Sep 19)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"1844 NW 33rd St Miami FL 33142 USA","homeStatus":"FOR_SALE","homeType":"CONDO","totalSize":" ","livingArea":1120,"price":451000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"11321 SW 162nd Ter Miami FL 33157 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7500 sqft","livingArea":1200,"price":545000,"taxAssessedValue":378482,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"15540 SW 136th St #204 Miami FL 33196 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1481,"price":420000,"taxAssessedValue":353220,"zestimate":416700,"rentZestimate":2843,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"11958 SW 210th Ter Miami FL 33177 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"4500 sqft","livingArea":1167,"price":499900,"taxAssessedValue":329154,"zestimate":498000,"rentZestimate":3879,"priceReduction":"$15,000 (Nov 20)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"17404 SW 142nd Pl Miami FL 33177 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"3703 sqft","livingArea":1393,"price":550000,"taxAssessedValue":382979,"zestimate":546500,"rentZestimate":3048,"priceReduction":"$29,999 (Nov 14)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Code in JavaScript",["14","15","4","16","17"],{"On form submission":"18","Search for Deals":"19","Split Out":"20","Edit Fields":"21","Code in JavaScript":"22"},{"On form submission":"23","Search for Deals":"24","Edit Fields":"25"},{},[],{},{},{},{"version":1,"establishedAt":1764830262589,"source":"26"},"On form submission","Edit Fields","Split Out","Search for Deals",["27"],["28"],["29"],["30"],["31"],["32"],["33"],["34","35","36","37","38","39","40","41","42","43","44","45","46","47","48","49","50","51","52","53","54","55","56","57","58","59","60","61","62","63","64","65","66","67","68","69","70","71","72","73","74"],"manual",{"startTime":1764827146315,"executionIndex":0,"source":"75","hints":"76","executionTime":1,"executionStatus":"77","data":"78"},{"startTime":1764829403671,"executionIndex":1,"source":"79","hints":"80","executionTime":13238,"executionStatus":"77","data":"81"},{"startTime":1764829500781,"executionIndex":2,"source":"82","hints":"83","executionTime":7,"executionStatus":"77","data":"84"},{"startTime":1764830250453,"executionIndex":3,"source":"85","hints":"86","executionTime":520,"executionStatus":"77","data":"87"},{"startTime":1764830262604,"executionIndex":4,"source":"88","hints":"89","executionTime":43,"executionStatus":"77","data":"90"},{"json":"91"},{"json":"92"},{"json":"93"},{"json":"94"},{"json":"95"},{"json":"96"},{"json":"97"},{"json":"98"},{"json":"99"},{"json":"100"},{"json":"101"},{"json":"102"},{"json":"103"},{"json":"104"},{"json":"105"},{"json":"106"},{"json":"107"},{"json":"108"},{"json":"109"},{"json":"110"},{"json":"111"},{"json":"112"},{"json":"113"},{"json":"114"},{"json":"115"},{"json":"116"},{"json":"117"},{"json":"118"},{"json":"119"},{"json":"120"},{"json":"121"},{"json":"122"},{"json":"123"},{"json":"124"},{"json":"125"},{"json":"126"},{"json":"127"},{"json":"128"},{"json":"129"},{"json":"130"},{"json":"131"},{"json":"132"},{"json":"133"},[],[],"success",{"main":"134"},["135"],[],{"main":"136"},["137"],[],{"main":"138"},["139"],[],{"main":"140"},["141"],[],{"main":"142"},{"Location":"143","Status":"144","Minimum Price":"145","Maximum Price":"146","Minimum Number of Beds":"147","Minimum Number of Bathrooms":"148","sortselection":"149","Multi Family?":"150","submittedAt":"151","formMode":"152"},{"results":"153","resultsPerPage":41,"totalPages":7,"totalResultCount":260},{"Address":"154","homeStatus":"155","homeType":"156","totalSize":"157","livingArea":1214,"price":490000,"taxAssessedValue":399887,"zestimate":484400,"rentZestimate":2981,"priceReduction":"158","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"159","homeStatus":"155","homeType":"156","totalSize":"160","livingArea":2391,"price":495000,"taxAssessedValue":360463,"zestimate":null,"rentZestimate":null,"priceReduction":"161","bathrooms":4,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"162","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1336,"price":499990,"taxAssessedValue":378000,"zestimate":487300,"rentZestimate":3172,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"165","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1170,"price":460000,"taxAssessedValue":321410,"zestimate":445400,"rentZestimate":2971,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"166","homeStatus":"155","homeType":"156","totalSize":"167","livingArea":1301,"price":530000,"taxAssessedValue":400723,"zestimate":526900,"rentZestimate":2910,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"168","homeStatus":"155","homeType":"156","totalSize":"169","livingArea":1717,"price":550000,"taxAssessedValue":418273,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"170","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1365,"price":475000,"taxAssessedValue":350000,"zestimate":460700,"rentZestimate":2937,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"171","homeStatus":"155","homeType":"156","totalSize":"172","livingArea":1258,"price":427995,"taxAssessedValue":411344,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"173","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1320,"price":440000,"taxAssessedValue":313749,"zestimate":435600,"rentZestimate":2670,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"174","homeStatus":"155","homeType":"156","totalSize":"175","livingArea":1702,"price":415000,"taxAssessedValue":429229,"zestimate":407400,"rentZestimate":2445,"priceReduction":"176","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"177","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1321,"price":490000,"taxAssessedValue":390000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true},{"Address":"178","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1602,"price":499000,"taxAssessedValue":401000,"zestimate":491200,"rentZestimate":3013,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"179","homeStatus":"155","homeType":"156","totalSize":"180","livingArea":1289,"price":534900,"taxAssessedValue":384378,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"181","homeStatus":"155","homeType":"156","totalSize":"182","livingArea":1000,"price":499000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"183","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1575,"price":530000,"taxAssessedValue":338150,"zestimate":511400,"rentZestimate":2955,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"184","homeStatus":"155","homeType":"156","totalSize":"185","livingArea":2432,"price":544999,"taxAssessedValue":503167,"zestimate":null,"rentZestimate":null,"priceReduction":"186","bathrooms":5,"bedrooms":8,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"187","homeStatus":"155","homeType":"156","totalSize":"188","livingArea":1635,"price":540000,"taxAssessedValue":151864,"zestimate":539500,"rentZestimate":4151,"priceReduction":"189","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"190","homeStatus":"155","homeType":"156","totalSize":"191","livingArea":2340,"price":550000,"taxAssessedValue":460442,"zestimate":548800,"rentZestimate":3827,"priceReduction":"192","bathrooms":3,"bedrooms":5,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"193","homeStatus":"155","homeType":"194","totalSize":"164","livingArea":1500,"price":550000,"taxAssessedValue":297596,"zestimate":535100,"rentZestimate":2245,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"195","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1347,"price":425000,"taxAssessedValue":330608,"zestimate":415800,"rentZestimate":3042,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"196","homeStatus":"155","homeType":"156","totalSize":"197","livingArea":1231,"price":440000,"taxAssessedValue":275583,"zestimate":null,"rentZestimate":null,"priceReduction":"198","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"199","homeStatus":"155","homeType":"156","totalSize":"200","livingArea":1796,"price":549900,"taxAssessedValue":413952,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"201","homeStatus":"155","homeType":"156","totalSize":"202","livingArea":1328,"price":499000,"taxAssessedValue":437091,"zestimate":494800,"rentZestimate":2860,"priceReduction":"203","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"204","homeStatus":"155","homeType":"156","totalSize":"205","livingArea":1594,"price":550000,"taxAssessedValue":634512,"zestimate":null,"rentZestimate":null,"priceReduction":"206","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"207","homeStatus":"155","homeType":"156","totalSize":"208","livingArea":1245,"price":495000,"taxAssessedValue":380799,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"209","homeStatus":"155","homeType":"156","totalSize":"210","livingArea":1537,"price":507000,"taxAssessedValue":372667,"zestimate":502700,"rentZestimate":3339,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"211","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1500,"price":415000,"taxAssessedValue":298350,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"212","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1523,"price":499000,"taxAssessedValue":null,"zestimate":490300,"rentZestimate":3257,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"213","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1793,"price":540000,"taxAssessedValue":418001,"zestimate":534800,"rentZestimate":3418,"priceReduction":"214","bathrooms":3,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"215","homeStatus":"155","homeType":"156","totalSize":"216","livingArea":1666,"price":520000,"taxAssessedValue":417001,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"217","homeStatus":"155","homeType":"156","totalSize":"218","livingArea":1350,"price":515000,"taxAssessedValue":386290,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"219","homeStatus":"155","homeType":"194","totalSize":"164","livingArea":1370,"price":449000,"taxAssessedValue":null,"zestimate":441600,"rentZestimate":null,"priceReduction":"220","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"221","homeStatus":"155","homeType":"156","totalSize":"222","livingArea":1527,"price":544900,"taxAssessedValue":386429,"zestimate":null,"rentZestimate":null,"priceReduction":"223","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"224","homeStatus":"155","homeType":"156","totalSize":"225","livingArea":1274,"price":449900,"taxAssessedValue":307386,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"226","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1160,"price":539000,"taxAssessedValue":370000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"227","homeStatus":"155","homeType":"156","totalSize":"228","livingArea":1387,"price":460000,"taxAssessedValue":349395,"zestimate":null,"rentZestimate":3162,"priceReduction":"229","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"230","homeStatus":"155","homeType":"231","totalSize":"164","livingArea":1120,"price":451000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"232","homeStatus":"155","homeType":"156","totalSize":"222","livingArea":1200,"price":545000,"taxAssessedValue":378482,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"233","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1481,"price":420000,"taxAssessedValue":353220,"zestimate":416700,"rentZestimate":2843,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"234","homeStatus":"155","homeType":"156","totalSize":"235","livingArea":1167,"price":499900,"taxAssessedValue":329154,"zestimate":498000,"rentZestimate":3879,"priceReduction":"236","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"237","homeStatus":"155","homeType":"156","totalSize":"238","livingArea":1393,"price":550000,"taxAssessedValue":382979,"zestimate":546500,"rentZestimate":3048,"priceReduction":"239","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},["240"],{"previousNode":"14","previousNodeOutput":0,"previousNodeRun":0},["241"],{"previousNode":"17","previousNodeOutput":0,"previousNodeRun":0},["242"],{"previousNode":"16","previousNodeOutput":0,"previousNodeRun":0},["243"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["244"],"MIami","forSale","400000","550000","3","2","Price","true","2025-12-03T21:45:46.257-08:00","test",["245","246","247","248","249","250","251","252","253","254","255","256","257","258","259","260","261","262","263","264","265","266","267","268","269","270","271","272","273","274","275","276","277","278","279","280","281","282","283","284","285"],"13741 SW 46th Ter Miami FL 33175 USA","FOR_SALE","SINGLE_FAMILY","3240 sqft","$10,000 (Nov 10)","8320 NE 3rd Ave Miami FL 33138 USA","7050 sqft","$55,000 (Oct 21)","10930 SW 75th St Miami FL 33173 USA","TOWNHOUSE"," ","10669 SW 113th Pl #84Z Miami FL 33176 USA","14117 SW 149th Ave Miami FL 33196 USA","3200 sqft","286 NW 57th St Miami FL 33127 USA","7100 sqft","10927 SW 71st Ln Miami FL 33173 USA","15141 SW 130th Ave Miami FL 33186 USA","5702.004 sqft","8595 SW 152nd Ave APT 251 Miami FL 33193 USA","3320 NW 14th Ave Miami FL 33142 USA","7168 sqft","$4,000 (Nov 24)","14782 SW 181st Ter Miami FL 33187 USA","12566 SW 126th Ave Miami FL 33186 USA","17995 SW 105th Ave Miami FL 33157 USA","10242 sqft","5820 NW 3rd Ave Miami FL 33127 USA","2125 sqft","11537 SW 64th St #A83 Miami FL 33173 USA","1025 NW 31st Ave Miami FL 33125 USA","6667 sqft","$4,901 (Nov 22)","6821 NW 6th Ct Miami FL 33150 USA","3920 sqft","$38,000 (Nov 26)","14552 SW 155th Pl Miami FL 33196 USA","4064.148 sqft","$15,000 (Nov 9)","5020 NW 14th Ave Miami FL 33142 USA","MULTI_FAMILY","3806 SW 84th Ave #17 Miami FL 33155 USA","10169 SW 171st St Miami FL 33157 USA","4162 sqft","$10,000 (Nov 21)","12276 SW 10th St Miami FL 33184 USA","3750 sqft","20000 SW 114th Ave Miami FL 33189 USA","7140 sqft","$31,000 (Dec 1)","1877 SW 6th St Miami FL 33135 USA","6099 sqft","","13910 SW 160th Ter Miami FL 33177 USA","3045 sqft","12421 SW 193rd St Miami FL 33177 USA","5520 sqft","13402 SW 153rd St APT 1905 Miami FL 33177 USA","6514 SW 128th Pl #6514 Miami FL 33183 USA","12513 SW 121st Way Miami FL 33186 USA","$35,000 (Nov 22)","7161 SW 163rd Pl Miami FL 33193 USA","1700 sqft","20120 SW 112th Ct Miami FL 33189 USA","7875 sqft","640-642 NW 77th St Miami FL 33150 USA","$25,000 (Oct 29)","17360 SW 121st Ave Miami FL 33177 USA","7500 sqft","$30,100 (Nov 17)","10250 SW 172nd St Miami FL 33157 USA","5550 sqft","16415 SW 73rd Ter Miami FL 33193 USA","1243 NW 42nd St Miami FL 33142 USA","5000 sqft","$20,000 (Sep 19)","1844 NW 33rd St Miami FL 33142 USA","CONDO","11321 SW 162nd Ter Miami FL 33157 USA","15540 SW 136th St #204 Miami FL 33196 USA","11958 SW 210th Ter Miami FL 33177 USA","4500 sqft","$15,000 (Nov 20)","17404 SW 142nd Pl Miami FL 33177 USA","3703 sqft","$29,999 (Nov 14)",["286"],["287"],["288","289","290","291","292","293","294","295","296","297","298","299","300","301","302","303","304","305","306","307","308","309","310","311","312","313","314","315","316","317","318","319","320","321","322","323","324","325","326","327","328"],["329","330","331","332","333","334","335","336","337","338","339","340","341","342","343","344","345","346","347","348","349","350","351","352","353","354","355","356","357","358","359","360","361","362","363","364","365","366","367","368","369"],["370","371","372","373","374","375","376","377","378","379","380","381","382","383","384","385","386","387","388","389","390","391","392","393","394","395","396","397","398","399","400","401","402","403","404","405","406","407","408","409","410"],{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"414","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":"415","livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"416","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"158","rentZestimate":2981,"shouldHighlight":false,"state":"417","streetAddress":"418","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"419","zpid":44246499},{"bathrooms":4,"bedrooms":4,"city":"411","country":"412","currency":"413","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"420","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":"421","livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"416","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"161","shouldHighlight":false,"state":"417","streetAddress":"422","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"423","zpid":43827372},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"424","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":"425","livingArea":1336,"longitude":-80.370636,"openHouse":"426","open_house_info":"427","price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"417","streetAddress":"428","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"429","zpid":156224524},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"430","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":"431","livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"417","streetAddress":"432","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"433","zestimate":445400,"zipcode":"434","zpid":44280853},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"435","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":"436","livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"416","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"417","streetAddress":"437","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"438","zpid":44329115},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"439","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":"440","livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"416","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"417","streetAddress":"441","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"442","zpid":43808029},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"443","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":"444","livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"417","streetAddress":"445","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"429","zpid":44214153},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"446","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":"447","livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"416","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"417","streetAddress":"448","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"449","zpid":44331113},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"450","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":"451","livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"417","streetAddress":"452","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"453","zestimate":435600,"zipcode":"454","zpid":44268720},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"455","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":"456","livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"416","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"176","rentZestimate":2445,"shouldHighlight":false,"state":"417","streetAddress":"457","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"458","zpid":43816637},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"459","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":"460","livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"417","streetAddress":"461","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"462","zpid":338743241},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"463","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":"464","livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"417","streetAddress":"465","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"449","zpid":62931912},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"466","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":"467","livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"416","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"417","streetAddress":"468","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"469","zpid":44302016},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"470","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":"471","livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"416","lotAreaValue":2125,"newConstructionType":"472","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"417","streetAddress":"473","timeOnZillow":1135294000,"zipcode":"442","zpid":458467587},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"474","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":"475","livingArea":1575,"longitude":-80.3799,"openHouse":"476","open_house_info":"477","price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"417","streetAddress":"478","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"479","zestimate":511400,"zipcode":"429","zpid":44214373},{"bathrooms":5,"bedrooms":8,"city":"411","country":"412","currency":"413","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"480","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":"481","livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"416","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"186","shouldHighlight":false,"state":"417","streetAddress":"482","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"483","zpid":43822416},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"484","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":"485","livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"416","lotAreaValue":3920,"newConstructionType":"472","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"189","rentZestimate":4151,"shouldHighlight":false,"state":"417","streetAddress":"486","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"487","zpid":155725020},{"bathrooms":3,"bedrooms":5,"city":"411","country":"412","currency":"413","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"488","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":"489","livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"416","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"192","rentZestimate":3827,"shouldHighlight":false,"state":"417","streetAddress":"490","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"438","zpid":44328384},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"194","imgSrc":"491","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":"492","livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"417","streetAddress":"493","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"458","zpid":43811977},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"494","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":"495","livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"417","streetAddress":"496","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"497","zestimate":415800,"zipcode":"498","zpid":44192705},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"499","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":"500","livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"416","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"198","shouldHighlight":false,"state":"417","streetAddress":"501","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"469","zpid":82067300},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"502","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":"503","livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"416","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"417","streetAddress":"504","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"505","zpid":44234621},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"506","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":"507","livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"416","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"203","rentZestimate":2860,"shouldHighlight":false,"state":"417","streetAddress":"508","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"509","zpid":44350402},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"510","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":"511","livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"416","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"206","shouldHighlight":false,"state":"417","streetAddress":"512","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"513","zpid":43839021},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"514","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":"515","livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"416","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"417","streetAddress":"516","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"517","zpid":44334520},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"518","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":"519","livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"416","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"417","streetAddress":"520","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"517","zpid":44360997},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"521","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":"522","livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"417","streetAddress":"523","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"524","zipcode":"517","zpid":44333127},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"525","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":"526","livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"417","streetAddress":"527","timeOnZillow":644297000,"unit":"528","zestimate":490300,"zipcode":"529","zpid":2060256131},{"bathrooms":3,"bedrooms":4,"city":"411","country":"412","currency":"413","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"530","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":"531","livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"214","rentZestimate":3418,"shouldHighlight":false,"state":"417","streetAddress":"532","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"449","zpid":60798233},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"533","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":"534","livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"416","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"417","streetAddress":"535","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"454","zpid":118914384},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"536","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":"537","livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"416","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"417","streetAddress":"538","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"509","zpid":44350836},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"194","imgSrc":"539","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":"540","livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"220","shouldHighlight":false,"state":"417","streetAddress":"541","timeOnZillow":641836000,"zestimate":441600,"zipcode":"487","zpid":452695494},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"542","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":"543","livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"416","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"223","shouldHighlight":false,"state":"417","streetAddress":"544","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"517","zpid":44343488},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"545","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":"546","livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"416","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"417","streetAddress":"547","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"469","zpid":44301845},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"548","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":"549","livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"417","streetAddress":"550","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"454","zpid":44264409},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"551","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":"552","livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"416","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"229","rentZestimate":3162,"shouldHighlight":false,"state":"417","streetAddress":"553","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"458","zpid":43813029},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"231","imgSrc":"554","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":"555","livingArea":1120,"longitude":-80.226776,"newConstructionType":"556","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"417","streetAddress":"557","timeOnZillow":5926090000,"zipcode":"458","zpid":456982725},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"558","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":"559","livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"416","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"417","streetAddress":"560","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"469","zpid":44299942},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"561","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":"562","livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"417","streetAddress":"563","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"564","zestimate":416700,"zipcode":"438","zpid":337202171},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"565","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":"566","livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"416","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"236","rentZestimate":3879,"shouldHighlight":false,"state":"417","streetAddress":"567","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"517","zpid":44363879},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"568","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":"569","livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"416","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"239","rentZestimate":3048,"shouldHighlight":false,"state":"417","streetAddress":"570","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"517","zpid":44340771},{"json":"571","pairedItem":"572"},{"json":"573","pairedItem":"574"},{"json":"575","pairedItem":"576"},{"json":"577","pairedItem":"578"},{"json":"579","pairedItem":"580"},{"json":"581","pairedItem":"582"},{"json":"583","pairedItem":"584"},{"json":"585","pairedItem":"586"},{"json":"587","pairedItem":"588"},{"json":"589","pairedItem":"590"},{"json":"591","pairedItem":"592"},{"json":"593","pairedItem":"594"},{"json":"595","pairedItem":"596"},{"json":"597","pairedItem":"598"},{"json":"599","pairedItem":"600"},{"json":"601","pairedItem":"602"},{"json":"603","pairedItem":"604"},{"json":"605","pairedItem":"606"},{"json":"607","pairedItem":"608"},{"json":"609","pairedItem":"610"},{"json":"611","pairedItem":"612"},{"json":"613","pairedItem":"614"},{"json":"615","pairedItem":"616"},{"json":"617","pairedItem":"618"},{"json":"619","pairedItem":"620"},{"json":"621","pairedItem":"622"},{"json":"623","pairedItem":"624"},{"json":"625","pairedItem":"626"},{"json":"627","pairedItem":"628"},{"json":"629","pairedItem":"630"},{"json":"631","pairedItem":"632"},{"json":"633","pairedItem":"634"},{"json":"635","pairedItem":"636"},{"json":"637","pairedItem":"638"},{"json":"639","pairedItem":"640"},{"json":"641","pairedItem":"642"},{"json":"643","pairedItem":"644"},{"json":"645","pairedItem":"646"},{"json":"647","pairedItem":"648"},{"json":"649","pairedItem":"650"},{"json":"651","pairedItem":"652"},{"json":"653","pairedItem":"654"},{"json":"655","pairedItem":"656"},{"json":"657","pairedItem":"658"},{"json":"659","pairedItem":"660"},{"json":"661","pairedItem":"662"},{"json":"663","pairedItem":"664"},{"json":"665","pairedItem":"666"},{"json":"667","pairedItem":"668"},{"json":"669","pairedItem":"670"},{"json":"671","pairedItem":"672"},{"json":"673","pairedItem":"674"},{"json":"675","pairedItem":"676"},{"json":"677","pairedItem":"678"},{"json":"679","pairedItem":"680"},{"json":"681","pairedItem":"682"},{"json":"683","pairedItem":"684"},{"json":"685","pairedItem":"686"},{"json":"687","pairedItem":"688"},{"json":"689","pairedItem":"690"},{"json":"691","pairedItem":"692"},{"json":"693","pairedItem":"694"},{"json":"695","pairedItem":"696"},{"json":"697","pairedItem":"698"},{"json":"699","pairedItem":"700"},{"json":"701","pairedItem":"702"},{"json":"703","pairedItem":"704"},{"json":"705","pairedItem":"706"},{"json":"707","pairedItem":"708"},{"json":"709","pairedItem":"710"},{"json":"711","pairedItem":"712"},{"json":"713","pairedItem":"714"},{"json":"715","pairedItem":"716"},{"json":"717","pairedItem":"718"},{"json":"719","pairedItem":"720"},{"json":"721","pairedItem":"722"},{"json":"723","pairedItem":"724"},{"json":"725","pairedItem":"726"},{"json":"727","pairedItem":"728"},{"json":"729","pairedItem":"730"},{"json":"731","pairedItem":"732"},{"json":"733","pairedItem":"734"},{"json":"735","pairedItem":"736"},{"json":"737","pairedItem":"738"},{"json":"739","pairedItem":"740"},{"json":"741","pairedItem":"742"},{"json":"743","pairedItem":"744"},{"json":"745","pairedItem":"746"},{"json":"747","pairedItem":"748"},{"json":"749","pairedItem":"750"},{"json":"751","pairedItem":"752"},{"json":"753","pairedItem":"754"},{"json":"755","pairedItem":"756"},{"json":"757","pairedItem":"758"},{"json":"759","pairedItem":"760"},{"json":"761","pairedItem":"762"},{"json":"763","pairedItem":"764"},{"json":"765","pairedItem":"766"},{"json":"767","pairedItem":"768"},{"json":"769","pairedItem":"770"},{"json":"771","pairedItem":"772"},{"json":"773","pairedItem":"774"},{"json":"775","pairedItem":"776"},{"json":"777","pairedItem":"778"},{"json":"779","pairedItem":"780"},{"json":"781","pairedItem":"782"},{"json":"783","pairedItem":"784"},{"json":"785","pairedItem":"786"},{"json":"787","pairedItem":"788"},{"json":"789","pairedItem":"790"},{"json":"791","pairedItem":"792"},{"json":"793","pairedItem":"794"},{"json":"795","pairedItem":"796"},{"json":"797","pairedItem":"798"},{"json":"799","pairedItem":"800"},{"json":"801","pairedItem":"802"},{"json":"803","pairedItem":"804"},{"json":"805","pairedItem":"806"},{"json":"807","pairedItem":"808"},{"json":"809","pairedItem":"810"},{"json":"811","pairedItem":"812"},{"json":"813","pairedItem":"814"},{"json":"815","pairedItem":"816"},{"json":"817","pairedItem":"818"},{"json":"819","pairedItem":"820"},"Miami","USA","USD","https://photos.zillowstatic.com/fp/12c4cfc456ca46d98bd9c90394ed972f-p_e.jpg",{"is_FSBA":true},"sqft","FL","13741 SW 46th Ter","33175","https://photos.zillowstatic.com/fp/e18a785b7d6d745c04cb54d48b272220-p_e.jpg",{"is_FSBA":true},"8320 NE 3rd Ave","33138","https://photos.zillowstatic.com/fp/be985c3b16b4616f615a06d9cb85c0b2-p_e.jpg",{"is_FSBA":true,"is_openHouse":true},"Sat. 2-5pm",{"open_house_showing":"821"},"10930 SW 75th St","33173","https://photos.zillowstatic.com/fp/3188cd2f9186651e70c58fb8bba20fb7-p_e.jpg",{"is_FSBA":true},"10669 SW 113th Pl #84Z","# 84Z","33176","https://photos.zillowstatic.com/fp/65fdb59ddba6a8ebcd59bb4e92939c7c-p_e.jpg",{"is_FSBA":true},"14117 SW 149th Ave","33196","https://photos.zillowstatic.com/fp/8328e530139b271d5af2727e2f30c250-p_e.jpg",{"is_FSBA":true},"286 NW 57th St","33127","https://photos.zillowstatic.com/fp/2f703bc7451d73923ad737ade976fe37-p_e.jpg",{"is_FSBA":true},"10927 SW 71st Ln","https://photos.zillowstatic.com/fp/202998295cf917270202ed9effe3f7a2-p_e.jpg",{"is_foreclosure":true},"15141 SW 130th Ave","33186","https://photos.zillowstatic.com/fp/1fa5f9cfafce4c0711343813f020a4a3-p_e.jpg",{"is_FSBA":true},"8595 SW 152nd Ave APT 251","Apt 251","33193","https://photos.zillowstatic.com/fp/558d65e3b3facfdf8fb9bbeef1b08bae-p_e.jpg",{"is_FSBA":true},"3320 NW 14th Ave","33142","https://photos.zillowstatic.com/fp/735682adf178a404084dd0ee28937e4d-p_e.jpg",{"is_FSBA":true},"14782 SW 181st Ter","33187","https://photos.zillowstatic.com/fp/1b0a5c206d525d6df89131ebeaea6a99-p_e.jpg",{"is_FSBA":true},"12566 SW 126th Ave","https://photos.zillowstatic.com/fp/5a34cb5460fd3a930845608fbea04a53-p_e.jpg",{"is_FSBA":true},"17995 SW 105th Ave","33157","https://photos.zillowstatic.com/fp/784efa77756687d2d9074b5853636b04-p_e.jpg",{"is_newHome":true},"BUILDER_SPEC","5820 NW 3rd Ave","https://photos.zillowstatic.com/fp/baf1866ac5d43af6fccf94bc9b46aac9-p_e.jpg",{"is_FSBA":true,"is_openHouse":true},"Sat. 12-2pm",{"open_house_showing":"822"},"11537 SW 64th St #A83","# A83","https://photos.zillowstatic.com/fp/c667d2f29ce825e9469eda56f55e2601-p_e.jpg",{"is_FSBA":true},"1025 NW 31st Ave","33125","https://photos.zillowstatic.com/fp/ba7b3b6032c3aebffa8f54bc2bfeecb1-p_e.jpg",{"is_newHome":true},"6821 NW 6th Ct","33150","https://photos.zillowstatic.com/fp/fbd254673dce5f8a3b5ba43262ed8776-p_e.jpg",{"is_FSBA":true},"14552 SW 155th Pl","https://photos.zillowstatic.com/fp/f90432302d5cdd6560b6c964da2c2eaf-p_e.jpg",{"is_FSBA":true},"5020 NW 14th Ave","https://photos.zillowstatic.com/fp/f780ef650bf1ae7dc169ecc21bae04fb-p_e.jpg",{"is_FSBA":true},"3806 SW 84th Ave #17","# 17","33155","https://photos.zillowstatic.com/fp/125fb831c0feaf471fc467fd34ee0392-p_e.jpg",{"is_FSBA":true},"10169 SW 171st St","https://photos.zillowstatic.com/fp/4d185772aa7d1ba42f3c7eacd9ed3fb4-p_e.jpg",{"is_FSBA":true},"12276 SW 10th St","33184","https://photos.zillowstatic.com/fp/d90e09e42c970ffa9295cb45a9df9ddf-p_e.jpg",{"is_FSBA":true},"20000 SW 114th Ave","33189","https://photos.zillowstatic.com/fp/ec99f4e889a4a7c48f82e9bf2408a7c9-p_e.jpg",{"is_FSBA":true},"1877 SW 6th St","33135","https://photos.zillowstatic.com/fp/379185d2624418874a27f7660062042c-p_e.jpg",{"is_FSBA":true},"13910 SW 160th Ter","33177","https://photos.zillowstatic.com/fp/43146b49dd55d0a792332364e944c18e-p_e.jpg",{"is_FSBA":true},"12421 SW 193rd St","https://photos.zillowstatic.com/fp/4bb9891acfde8482b7a5aace288a2812-p_e.jpg",{"is_FSBA":true},"13402 SW 153rd St APT 1905","Apt 1905","https://photos.zillowstatic.com/fp/064c6436db6aead23ba531ce2f7fe22c-p_e.jpg",{"is_FSBA":true},"6514 SW 128th Pl #6514","# 6514","33183","https://photos.zillowstatic.com/fp/e3eb585d9f0ccb0ca55e095646e13780-p_e.jpg",{"is_FSBA":true},"12513 SW 121st Way","https://photos.zillowstatic.com/fp/5ff79e6ed2ada6d64ff10d529fe4d4d6-p_e.jpg",{"is_FSBA":true},"7161 SW 163rd Pl","https://photos.zillowstatic.com/fp/3024547d65f93fce3b918ffe82ab2d2f-p_e.jpg",{"is_FSBA":true},"20120 SW 112th Ct","https://photos.zillowstatic.com/fp/c3dbb5a78049c47a2496bfc8e57050c8-p_e.jpg",{"is_FSBA":true},"640-642 NW 77th St","https://photos.zillowstatic.com/fp/4d1d685123bd70d5205ebc1917e1a095-p_e.jpg",{"is_FSBA":true},"17360 SW 121st Ave","https://photos.zillowstatic.com/fp/a8dbaaf1c136402d69004c7f52f32951-p_e.jpg",{"is_FSBA":true},"10250 SW 172nd St","https://photos.zillowstatic.com/fp/a9eebcf7aed96dffa09ded2fd02eaf07-p_e.jpg",{"is_FSBA":true},"16415 SW 73rd Ter","https://photos.zillowstatic.com/fp/3bbe2ae61cc4085c1c59f0f2b8e46051-p_e.jpg",{"is_FSBA":true},"1243 NW 42nd St","https://photos.zillowstatic.com/fp/77a7afc9110b11f0b8dcaddb14c1a6c3-p_e.jpg",{"is_newHome":true},"NEW_CONSTRUCTION_TYPE_OTHER","1844 NW 33rd St","https://photos.zillowstatic.com/fp/bafec18e9e2a38b0753c7bc9132af2a4-p_e.jpg",{"is_FSBA":true},"11321 SW 162nd Ter","https://photos.zillowstatic.com/fp/fb5770e48c396506f474c8739e049bb0-p_e.jpg",{"is_FSBA":true},"15540 SW 136th St #204","# 204","https://photos.zillowstatic.com/fp/6517234e2d34e7054159120b53578677-p_e.jpg",{"is_FSBA":true},"11958 SW 210th Ter","https://photos.zillowstatic.com/fp/8ca70fd55f28ebe42fda9ea083c064ea-p_e.jpg",{"is_FSBA":true},"17404 SW 142nd Pl",{"Location":"143","Status":"144","Minimum Price":"145","Maximum Price":"146","Minimum Number of Beds":"147","Minimum Number of Bathrooms":"148","sortselection":"149","Multi Family?":"150","submittedAt":"151","formMode":"152"},{"item":0},{"results":"823","resultsPerPage":41,"totalPages":7,"totalResultCount":260},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"414","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":"824","livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"416","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"158","rentZestimate":2981,"shouldHighlight":false,"state":"417","streetAddress":"418","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"419","zpid":44246499},{"item":0},{"bathrooms":4,"bedrooms":4,"city":"411","country":"412","currency":"413","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"420","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":"825","livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"416","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"161","shouldHighlight":false,"state":"417","streetAddress":"422","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"423","zpid":43827372},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"424","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":"826","livingArea":1336,"longitude":-80.370636,"openHouse":"426","open_house_info":"827","price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"417","streetAddress":"428","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"429","zpid":156224524},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"430","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":"828","livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"417","streetAddress":"432","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"433","zestimate":445400,"zipcode":"434","zpid":44280853},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"435","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":"829","livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"416","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"417","streetAddress":"437","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"438","zpid":44329115},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"439","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":"830","livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"416","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"417","streetAddress":"441","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"442","zpid":43808029},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"443","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":"831","livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"417","streetAddress":"445","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"429","zpid":44214153},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"446","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":"832","livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"416","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"417","streetAddress":"448","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"449","zpid":44331113},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"450","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":"833","livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"417","streetAddress":"452","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"453","zestimate":435600,"zipcode":"454","zpid":44268720},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"455","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":"834","livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"416","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"176","rentZestimate":2445,"shouldHighlight":false,"state":"417","streetAddress":"457","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"458","zpid":43816637},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"459","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":"835","livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"417","streetAddress":"461","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"462","zpid":338743241},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"463","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":"836","livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"417","streetAddress":"465","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"449","zpid":62931912},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"466","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":"837","livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"416","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"417","streetAddress":"468","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"469","zpid":44302016},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"470","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":"838","livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"416","lotAreaValue":2125,"newConstructionType":"472","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"417","streetAddress":"473","timeOnZillow":1135294000,"zipcode":"442","zpid":458467587},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"474","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":"839","livingArea":1575,"longitude":-80.3799,"openHouse":"476","open_house_info":"840","price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"417","streetAddress":"478","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"479","zestimate":511400,"zipcode":"429","zpid":44214373},{"item":0},{"bathrooms":5,"bedrooms":8,"city":"411","country":"412","currency":"413","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"480","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":"841","livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"416","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"186","shouldHighlight":false,"state":"417","streetAddress":"482","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"483","zpid":43822416},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"484","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":"842","livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"416","lotAreaValue":3920,"newConstructionType":"472","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"189","rentZestimate":4151,"shouldHighlight":false,"state":"417","streetAddress":"486","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"487","zpid":155725020},{"item":0},{"bathrooms":3,"bedrooms":5,"city":"411","country":"412","currency":"413","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"488","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":"843","livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"416","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"192","rentZestimate":3827,"shouldHighlight":false,"state":"417","streetAddress":"490","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"438","zpid":44328384},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"194","imgSrc":"491","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":"844","livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"417","streetAddress":"493","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"458","zpid":43811977},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"494","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":"845","livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"417","streetAddress":"496","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"497","zestimate":415800,"zipcode":"498","zpid":44192705},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"499","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":"846","livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"416","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"198","shouldHighlight":false,"state":"417","streetAddress":"501","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"469","zpid":82067300},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"502","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":"847","livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"416","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"417","streetAddress":"504","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"505","zpid":44234621},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"506","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":"848","livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"416","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"203","rentZestimate":2860,"shouldHighlight":false,"state":"417","streetAddress":"508","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"509","zpid":44350402},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"510","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":"849","livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"416","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"206","shouldHighlight":false,"state":"417","streetAddress":"512","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"513","zpid":43839021},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"514","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":"850","livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"416","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"417","streetAddress":"516","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"517","zpid":44334520},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"518","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":"851","livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"416","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"417","streetAddress":"520","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"517","zpid":44360997},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"521","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":"852","livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"417","streetAddress":"523","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"524","zipcode":"517","zpid":44333127},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"525","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":"853","livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"417","streetAddress":"527","timeOnZillow":644297000,"unit":"528","zestimate":490300,"zipcode":"529","zpid":2060256131},{"item":0},{"bathrooms":3,"bedrooms":4,"city":"411","country":"412","currency":"413","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"530","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":"854","livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"214","rentZestimate":3418,"shouldHighlight":false,"state":"417","streetAddress":"532","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"449","zpid":60798233},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"533","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":"855","livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"416","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"417","streetAddress":"535","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"454","zpid":118914384},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"536","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":"856","livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"416","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"417","streetAddress":"538","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"509","zpid":44350836},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"194","imgSrc":"539","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":"857","livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"220","shouldHighlight":false,"state":"417","streetAddress":"541","timeOnZillow":641836000,"zestimate":441600,"zipcode":"487","zpid":452695494},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"542","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":"858","livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"416","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"223","shouldHighlight":false,"state":"417","streetAddress":"544","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"517","zpid":44343488},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"545","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":"859","livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"416","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"417","streetAddress":"547","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"469","zpid":44301845},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"548","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":"860","livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"417","streetAddress":"550","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"454","zpid":44264409},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"551","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":"861","livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"416","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"229","rentZestimate":3162,"shouldHighlight":false,"state":"417","streetAddress":"553","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"458","zpid":43813029},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"231","imgSrc":"554","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":"862","livingArea":1120,"longitude":-80.226776,"newConstructionType":"556","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"417","streetAddress":"557","timeOnZillow":5926090000,"zipcode":"458","zpid":456982725},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"558","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":"863","livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"416","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"417","streetAddress":"560","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"469","zpid":44299942},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"561","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":"864","livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"417","streetAddress":"563","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"564","zestimate":416700,"zipcode":"438","zpid":337202171},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"565","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":"865","livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"416","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"236","rentZestimate":3879,"shouldHighlight":false,"state":"417","streetAddress":"567","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"517","zpid":44363879},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"568","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":"866","livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"416","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"239","rentZestimate":3048,"shouldHighlight":false,"state":"417","streetAddress":"570","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"517","zpid":44340771},{"item":0},{"Address":"154","homeStatus":"155","homeType":"156","totalSize":"157","livingArea":1214,"price":490000,"taxAssessedValue":399887,"zestimate":484400,"rentZestimate":2981,"priceReduction":"158","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":0},{"Address":"159","homeStatus":"155","homeType":"156","totalSize":"160","livingArea":2391,"price":495000,"taxAssessedValue":360463,"zestimate":null,"rentZestimate":null,"priceReduction":"161","bathrooms":4,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":1},{"Address":"162","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1336,"price":499990,"taxAssessedValue":378000,"zestimate":487300,"rentZestimate":3172,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":2},{"Address":"165","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1170,"price":460000,"taxAssessedValue":321410,"zestimate":445400,"rentZestimate":2971,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":3},{"Address":"166","homeStatus":"155","homeType":"156","totalSize":"167","livingArea":1301,"price":530000,"taxAssessedValue":400723,"zestimate":526900,"rentZestimate":2910,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":4},{"Address":"168","homeStatus":"155","homeType":"156","totalSize":"169","livingArea":1717,"price":550000,"taxAssessedValue":418273,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":5},{"Address":"170","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1365,"price":475000,"taxAssessedValue":350000,"zestimate":460700,"rentZestimate":2937,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":6},{"Address":"171","homeStatus":"155","homeType":"156","totalSize":"172","livingArea":1258,"price":427995,"taxAssessedValue":411344,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":7},{"Address":"173","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1320,"price":440000,"taxAssessedValue":313749,"zestimate":435600,"rentZestimate":2670,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":8},{"Address":"174","homeStatus":"155","homeType":"156","totalSize":"175","livingArea":1702,"price":415000,"taxAssessedValue":429229,"zestimate":407400,"rentZestimate":2445,"priceReduction":"176","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":9},{"Address":"177","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1321,"price":490000,"taxAssessedValue":390000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true},{"item":10},{"Address":"178","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1602,"price":499000,"taxAssessedValue":401000,"zestimate":491200,"rentZestimate":3013,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":11},{"Address":"179","homeStatus":"155","homeType":"156","totalSize":"180","livingArea":1289,"price":534900,"taxAssessedValue":384378,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":12},{"Address":"181","homeStatus":"155","homeType":"156","totalSize":"182","livingArea":1000,"price":499000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":13},{"Address":"183","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1575,"price":530000,"taxAssessedValue":338150,"zestimate":511400,"rentZestimate":2955,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":14},{"Address":"184","homeStatus":"155","homeType":"156","totalSize":"185","livingArea":2432,"price":544999,"taxAssessedValue":503167,"zestimate":null,"rentZestimate":null,"priceReduction":"186","bathrooms":5,"bedrooms":8,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":15},{"Address":"187","homeStatus":"155","homeType":"156","totalSize":"188","livingArea":1635,"price":540000,"taxAssessedValue":151864,"zestimate":539500,"rentZestimate":4151,"priceReduction":"189","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":16},{"Address":"190","homeStatus":"155","homeType":"156","totalSize":"191","livingArea":2340,"price":550000,"taxAssessedValue":460442,"zestimate":548800,"rentZestimate":3827,"priceReduction":"192","bathrooms":3,"bedrooms":5,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":17},{"Address":"193","homeStatus":"155","homeType":"194","totalSize":"164","livingArea":1500,"price":550000,"taxAssessedValue":297596,"zestimate":535100,"rentZestimate":2245,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":18},{"Address":"195","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1347,"price":425000,"taxAssessedValue":330608,"zestimate":415800,"rentZestimate":3042,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":19},{"Address":"196","homeStatus":"155","homeType":"156","totalSize":"197","livingArea":1231,"price":440000,"taxAssessedValue":275583,"zestimate":null,"rentZestimate":null,"priceReduction":"198","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":20},{"Address":"199","homeStatus":"155","homeType":"156","totalSize":"200","livingArea":1796,"price":549900,"taxAssessedValue":413952,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":21},{"Address":"201","homeStatus":"155","homeType":"156","totalSize":"202","livingArea":1328,"price":499000,"taxAssessedValue":437091,"zestimate":494800,"rentZestimate":2860,"priceReduction":"203","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":22},{"Address":"204","homeStatus":"155","homeType":"156","totalSize":"205","livingArea":1594,"price":550000,"taxAssessedValue":634512,"zestimate":null,"rentZestimate":null,"priceReduction":"206","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":23},{"Address":"207","homeStatus":"155","homeType":"156","totalSize":"208","livingArea":1245,"price":495000,"taxAssessedValue":380799,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":24},{"Address":"209","homeStatus":"155","homeType":"156","totalSize":"210","livingArea":1537,"price":507000,"taxAssessedValue":372667,"zestimate":502700,"rentZestimate":3339,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":25},{"Address":"211","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1500,"price":415000,"taxAssessedValue":298350,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":26},{"Address":"212","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1523,"price":499000,"taxAssessedValue":null,"zestimate":490300,"rentZestimate":3257,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":27},{"Address":"213","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1793,"price":540000,"taxAssessedValue":418001,"zestimate":534800,"rentZestimate":3418,"priceReduction":"214","bathrooms":3,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":28},{"Address":"215","homeStatus":"155","homeType":"156","totalSize":"216","livingArea":1666,"price":520000,"taxAssessedValue":417001,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":29},{"Address":"217","homeStatus":"155","homeType":"156","totalSize":"218","livingArea":1350,"price":515000,"taxAssessedValue":386290,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":30},{"Address":"219","homeStatus":"155","homeType":"194","totalSize":"164","livingArea":1370,"price":449000,"taxAssessedValue":null,"zestimate":441600,"rentZestimate":null,"priceReduction":"220","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":31},{"Address":"221","homeStatus":"155","homeType":"156","totalSize":"222","livingArea":1527,"price":544900,"taxAssessedValue":386429,"zestimate":null,"rentZestimate":null,"priceReduction":"223","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":32},{"Address":"224","homeStatus":"155","homeType":"156","totalSize":"225","livingArea":1274,"price":449900,"taxAssessedValue":307386,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":33},{"Address":"226","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1160,"price":539000,"taxAssessedValue":370000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":34},{"Address":"227","homeStatus":"155","homeType":"156","totalSize":"228","livingArea":1387,"price":460000,"taxAssessedValue":349395,"zestimate":null,"rentZestimate":3162,"priceReduction":"229","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":35},{"Address":"230","homeStatus":"155","homeType":"231","totalSize":"164","livingArea":1120,"price":451000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":36},{"Address":"232","homeStatus":"155","homeType":"156","totalSize":"222","livingArea":1200,"price":545000,"taxAssessedValue":378482,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":37},{"Address":"233","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1481,"price":420000,"taxAssessedValue":353220,"zestimate":416700,"rentZestimate":2843,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":38},{"Address":"234","homeStatus":"155","homeType":"156","totalSize":"235","livingArea":1167,"price":499900,"taxAssessedValue":329154,"zestimate":498000,"rentZestimate":3879,"priceReduction":"236","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":39},{"Address":"237","homeStatus":"155","homeType":"156","totalSize":"238","livingArea":1393,"price":550000,"taxAssessedValue":382979,"zestimate":546500,"rentZestimate":3048,"priceReduction":"239","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":40},{"Address":"154","homeStatus":"155","homeType":"156","totalSize":"157","livingArea":1214,"price":490000,"taxAssessedValue":399887,"zestimate":484400,"rentZestimate":2981,"priceReduction":"158","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":98000,"closingCosts":14700,"loanAmount":392000,"mortgagePayment":2104.34,"monthlyPropertyTax":399.89,"monthlyInsurance":122.5,"monthlyMaintenance":408.33,"totalMonthlyExpenses":3035.06,"monthlyCashFlow":-54.06,"annualCashFlow":-648.73,"capRate":-0.0013,"cashOnCashROI":-0.0058,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.3,"priceVsZestimatePct":1.16},{"item":0},{"Address":"159","homeStatus":"155","homeType":"156","totalSize":"160","livingArea":2391,"price":495000,"taxAssessedValue":360463,"zestimate":null,"rentZestimate":null,"priceReduction":"161","bathrooms":4,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99000,"closingCosts":14850,"loanAmount":396000,"mortgagePayment":2125.81,"monthlyPropertyTax":360.46,"monthlyInsurance":123.75,"monthlyMaintenance":412.5,"totalMonthlyExpenses":3022.53,"monthlyCashFlow":-3022.53,"annualCashFlow":-36270.32,"capRate":-0.0733,"cashOnCashROI":-0.3186,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":1},{"Address":"162","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1336,"price":499990,"taxAssessedValue":378000,"zestimate":487300,"rentZestimate":3172,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99998,"closingCosts":14999.7,"loanAmount":399992,"mortgagePayment":2147.24,"monthlyPropertyTax":378,"monthlyInsurance":125,"monthlyMaintenance":416.66,"totalMonthlyExpenses":3066.9,"monthlyCashFlow":105.1,"annualCashFlow":1261.21,"capRate":0.0025,"cashOnCashROI":0.011,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.61,"priceVsZestimatePct":2.6},{"item":2},{"Address":"165","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1170,"price":460000,"taxAssessedValue":321410,"zestimate":445400,"rentZestimate":2971,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":92000,"closingCosts":13800,"loanAmount":368000,"mortgagePayment":1975.5,"monthlyPropertyTax":321.41,"monthlyInsurance":115,"monthlyMaintenance":383.33,"totalMonthlyExpenses":2795.25,"monthlyCashFlow":175.75,"annualCashFlow":2109.04,"capRate":0.0046,"cashOnCashROI":0.0199,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.75,"priceVsZestimatePct":3.28},{"item":3},{"Address":"166","homeStatus":"155","homeType":"156","totalSize":"167","livingArea":1301,"price":530000,"taxAssessedValue":400723,"zestimate":526900,"rentZestimate":2910,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":106000,"closingCosts":15900,"loanAmount":424000,"mortgagePayment":2276.12,"monthlyPropertyTax":400.72,"monthlyInsurance":132.5,"monthlyMaintenance":441.67,"totalMonthlyExpenses":3251.01,"monthlyCashFlow":-341.01,"annualCashFlow":-4092.16,"capRate":-0.0077,"cashOnCashROI":-0.0336,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.59,"priceVsZestimatePct":0.59},{"item":4},{"Address":"168","homeStatus":"155","homeType":"156","totalSize":"169","livingArea":1717,"price":550000,"taxAssessedValue":418273,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":418.27,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3376.12,"monthlyCashFlow":-3376.12,"annualCashFlow":-40513.46,"capRate":-0.0737,"cashOnCashROI":-0.3203,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":5},{"Address":"170","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1365,"price":475000,"taxAssessedValue":350000,"zestimate":460700,"rentZestimate":2937,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":95000,"closingCosts":14250,"loanAmount":380000,"mortgagePayment":2039.92,"monthlyPropertyTax":350,"monthlyInsurance":118.75,"monthlyMaintenance":395.83,"totalMonthlyExpenses":2904.51,"monthlyCashFlow":32.49,"annualCashFlow":389.93,"capRate":0.0008,"cashOnCashROI":0.0036,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.42,"priceVsZestimatePct":3.1},{"item":6},{"Address":"171","homeStatus":"155","homeType":"156","totalSize":"172","livingArea":1258,"price":427995,"taxAssessedValue":411344,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":85599,"closingCosts":12839.85,"loanAmount":342396,"mortgagePayment":1838.06,"monthlyPropertyTax":411.34,"monthlyInsurance":107,"monthlyMaintenance":356.66,"totalMonthlyExpenses":2713.06,"monthlyCashFlow":-2713.06,"annualCashFlow":-32556.73,"capRate":-0.0761,"cashOnCashROI":-0.3307,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":7},{"Address":"173","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1320,"price":440000,"taxAssessedValue":313749,"zestimate":435600,"rentZestimate":2670,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":88000,"closingCosts":13200,"loanAmount":352000,"mortgagePayment":1889.61,"monthlyPropertyTax":313.75,"monthlyInsurance":110,"monthlyMaintenance":366.67,"totalMonthlyExpenses":2680.03,"monthlyCashFlow":-10.03,"annualCashFlow":-120.33,"capRate":-0.0003,"cashOnCashROI":-0.0012,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.28,"priceVsZestimatePct":1.01},{"item":8},{"Address":"174","homeStatus":"155","homeType":"156","totalSize":"175","livingArea":1702,"price":415000,"taxAssessedValue":429229,"zestimate":407400,"rentZestimate":2445,"priceReduction":"176","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":83000,"closingCosts":12450,"loanAmount":332000,"mortgagePayment":1782.25,"monthlyPropertyTax":429.23,"monthlyInsurance":103.75,"monthlyMaintenance":345.83,"totalMonthlyExpenses":2661.06,"monthlyCashFlow":-216.06,"annualCashFlow":-2592.72,"capRate":-0.0062,"cashOnCashROI":-0.0272,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.07,"priceVsZestimatePct":1.87},{"item":9},{"Address":"177","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1321,"price":490000,"taxAssessedValue":390000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"downPayment":98000,"closingCosts":14700,"loanAmount":392000,"mortgagePayment":2104.34,"monthlyPropertyTax":390,"monthlyInsurance":122.5,"monthlyMaintenance":408.33,"totalMonthlyExpenses":3025.17,"monthlyCashFlow":-3025.17,"annualCashFlow":-36302.09,"capRate":-0.0741,"cashOnCashROI":-0.3221,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":10},{"Address":"178","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1602,"price":499000,"taxAssessedValue":401000,"zestimate":491200,"rentZestimate":3013,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":401,"monthlyInsurance":124.75,"monthlyMaintenance":415.83,"totalMonthlyExpenses":3084.58,"monthlyCashFlow":-71.58,"annualCashFlow":-858.9,"capRate":-0.0017,"cashOnCashROI":-0.0075,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.25,"priceVsZestimatePct":1.59},{"item":11},{"Address":"179","homeStatus":"155","homeType":"156","totalSize":"180","livingArea":1289,"price":534900,"taxAssessedValue":384378,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":106980,"closingCosts":16047,"loanAmount":427920,"mortgagePayment":2297.17,"monthlyPropertyTax":384.38,"monthlyInsurance":133.72,"monthlyMaintenance":445.75,"totalMonthlyExpenses":3261.02,"monthlyCashFlow":-3261.02,"annualCashFlow":-39132.24,"capRate":-0.0732,"cashOnCashROI":-0.3181,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":12},{"Address":"181","homeStatus":"155","homeType":"156","totalSize":"182","livingArea":1000,"price":499000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":499,"monthlyInsurance":124.75,"monthlyMaintenance":415.83,"totalMonthlyExpenses":3182.58,"monthlyCashFlow":-3182.58,"annualCashFlow":-38190.9,"capRate":-0.0765,"cashOnCashROI":-0.3328,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":13},{"Address":"183","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1575,"price":530000,"taxAssessedValue":338150,"zestimate":511400,"rentZestimate":2955,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":106000,"closingCosts":15900,"loanAmount":424000,"mortgagePayment":2276.12,"monthlyPropertyTax":338.15,"monthlyInsurance":132.5,"monthlyMaintenance":441.67,"totalMonthlyExpenses":3188.44,"monthlyCashFlow":-233.44,"annualCashFlow":-2801.28,"capRate":-0.0053,"cashOnCashROI":-0.023,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.69,"priceVsZestimatePct":3.64},{"item":14},{"Address":"184","homeStatus":"155","homeType":"156","totalSize":"185","livingArea":2432,"price":544999,"taxAssessedValue":503167,"zestimate":null,"rentZestimate":null,"priceReduction":"186","bathrooms":5,"bedrooms":8,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":108999.8,"closingCosts":16349.97,"loanAmount":435999.2,"mortgagePayment":2340.54,"monthlyPropertyTax":503.17,"monthlyInsurance":136.25,"monthlyMaintenance":454.17,"totalMonthlyExpenses":3434.12,"monthlyCashFlow":-3434.12,"annualCashFlow":-41209.45,"capRate":-0.0756,"cashOnCashROI":-0.3288,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":15},{"Address":"187","homeStatus":"155","homeType":"156","totalSize":"188","livingArea":1635,"price":540000,"taxAssessedValue":151864,"zestimate":539500,"rentZestimate":4151,"priceReduction":"189","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":108000,"closingCosts":16200,"loanAmount":432000,"mortgagePayment":2319.07,"monthlyPropertyTax":151.86,"monthlyInsurance":135,"monthlyMaintenance":450,"totalMonthlyExpenses":3055.93,"monthlyCashFlow":1095.07,"annualCashFlow":13140.8,"capRate":0.0243,"cashOnCashROI":0.1058,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":9.22,"priceVsZestimatePct":0.09},{"item":16},{"Address":"190","homeStatus":"155","homeType":"156","totalSize":"191","livingArea":2340,"price":550000,"taxAssessedValue":460442,"zestimate":548800,"rentZestimate":3827,"priceReduction":"192","bathrooms":3,"bedrooms":5,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":460.44,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3418.29,"monthlyCashFlow":408.71,"annualCashFlow":4904.51,"capRate":0.0089,"cashOnCashROI":0.0388,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.35,"priceVsZestimatePct":0.22},{"item":17},{"Address":"193","homeStatus":"155","homeType":"194","totalSize":"164","livingArea":1500,"price":550000,"taxAssessedValue":297596,"zestimate":535100,"rentZestimate":2245,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":297.6,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3255.44,"monthlyCashFlow":-1010.44,"annualCashFlow":-12125.33,"capRate":-0.022,"cashOnCashROI":-0.0959,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":4.9,"priceVsZestimatePct":2.78},{"item":18},{"Address":"195","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1347,"price":425000,"taxAssessedValue":330608,"zestimate":415800,"rentZestimate":3042,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":85000,"closingCosts":12750,"loanAmount":340000,"mortgagePayment":1825.19,"monthlyPropertyTax":330.61,"monthlyInsurance":106.25,"monthlyMaintenance":354.17,"totalMonthlyExpenses":2616.22,"monthlyCashFlow":425.78,"annualCashFlow":5109.38,"capRate":0.012,"cashOnCashROI":0.0523,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.59,"priceVsZestimatePct":2.21},{"item":19},{"Address":"196","homeStatus":"155","homeType":"156","totalSize":"197","livingArea":1231,"price":440000,"taxAssessedValue":275583,"zestimate":null,"rentZestimate":null,"priceReduction":"198","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":88000,"closingCosts":13200,"loanAmount":352000,"mortgagePayment":1889.61,"monthlyPropertyTax":275.58,"monthlyInsurance":110,"monthlyMaintenance":366.67,"totalMonthlyExpenses":2641.86,"monthlyCashFlow":-2641.86,"annualCashFlow":-31702.34,"capRate":-0.0721,"cashOnCashROI":-0.3133,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":20},{"Address":"199","homeStatus":"155","homeType":"156","totalSize":"200","livingArea":1796,"price":549900,"taxAssessedValue":413952,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":109980,"closingCosts":16497,"loanAmount":439920,"mortgagePayment":2361.59,"monthlyPropertyTax":413.95,"monthlyInsurance":137.47,"monthlyMaintenance":458.25,"totalMonthlyExpenses":3371.26,"monthlyCashFlow":-3371.26,"annualCashFlow":-40455.15,"capRate":-0.0736,"cashOnCashROI":-0.3199,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":21},{"Address":"201","homeStatus":"155","homeType":"156","totalSize":"202","livingArea":1328,"price":499000,"taxAssessedValue":437091,"zestimate":494800,"rentZestimate":2860,"priceReduction":"203","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":437.09,"monthlyInsurance":124.75,"monthlyMaintenance":415.83,"totalMonthlyExpenses":3120.67,"monthlyCashFlow":-260.67,"annualCashFlow":-3128,"capRate":-0.0063,"cashOnCashROI":-0.0273,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.88,"priceVsZestimatePct":0.85},{"item":22},{"Address":"204","homeStatus":"155","homeType":"156","totalSize":"205","livingArea":1594,"price":550000,"taxAssessedValue":634512,"zestimate":null,"rentZestimate":null,"priceReduction":"206","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":634.51,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3592.36,"monthlyCashFlow":-3592.36,"annualCashFlow":-43108.33,"capRate":-0.0784,"cashOnCashROI":-0.3408,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":23},{"Address":"207","homeStatus":"155","homeType":"156","totalSize":"208","livingArea":1245,"price":495000,"taxAssessedValue":380799,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99000,"closingCosts":14850,"loanAmount":396000,"mortgagePayment":2125.81,"monthlyPropertyTax":380.8,"monthlyInsurance":123.75,"monthlyMaintenance":412.5,"totalMonthlyExpenses":3042.86,"monthlyCashFlow":-3042.86,"annualCashFlow":-36514.35,"capRate":-0.0738,"cashOnCashROI":-0.3207,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":24},{"Address":"209","homeStatus":"155","homeType":"156","totalSize":"210","livingArea":1537,"price":507000,"taxAssessedValue":372667,"zestimate":502700,"rentZestimate":3339,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":101400,"closingCosts":15210,"loanAmount":405600,"mortgagePayment":2177.35,"monthlyPropertyTax":372.67,"monthlyInsurance":126.75,"monthlyMaintenance":422.5,"totalMonthlyExpenses":3099.27,"monthlyCashFlow":239.73,"annualCashFlow":2876.81,"capRate":0.0057,"cashOnCashROI":0.0247,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.9,"priceVsZestimatePct":0.86},{"item":25},{"Address":"211","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1500,"price":415000,"taxAssessedValue":298350,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":83000,"closingCosts":12450,"loanAmount":332000,"mortgagePayment":1782.25,"monthlyPropertyTax":298.35,"monthlyInsurance":103.75,"monthlyMaintenance":345.83,"totalMonthlyExpenses":2530.18,"monthlyCashFlow":-2530.18,"annualCashFlow":-30362.17,"capRate":-0.0732,"cashOnCashROI":-0.3181,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":26},{"Address":"212","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1523,"price":499000,"taxAssessedValue":null,"zestimate":490300,"rentZestimate":3257,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":499,"monthlyInsurance":124.75,"monthlyMaintenance":415.83,"totalMonthlyExpenses":3182.58,"monthlyCashFlow":74.42,"annualCashFlow":893.1,"capRate":0.0018,"cashOnCashROI":0.0078,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.83,"priceVsZestimatePct":1.77},{"item":27},{"Address":"213","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1793,"price":540000,"taxAssessedValue":418001,"zestimate":534800,"rentZestimate":3418,"priceReduction":"214","bathrooms":3,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":108000,"closingCosts":16200,"loanAmount":432000,"mortgagePayment":2319.07,"monthlyPropertyTax":418,"monthlyInsurance":135,"monthlyMaintenance":450,"totalMonthlyExpenses":3322.07,"monthlyCashFlow":95.93,"annualCashFlow":1151.16,"capRate":0.0021,"cashOnCashROI":0.0093,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.6,"priceVsZestimatePct":0.97},{"item":28},{"Address":"215","homeStatus":"155","homeType":"156","totalSize":"216","livingArea":1666,"price":520000,"taxAssessedValue":417001,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":104000,"closingCosts":15600,"loanAmount":416000,"mortgagePayment":2233.18,"monthlyPropertyTax":417,"monthlyInsurance":130,"monthlyMaintenance":433.33,"totalMonthlyExpenses":3213.51,"monthlyCashFlow":-3213.51,"annualCashFlow":-38562.15,"capRate":-0.0742,"cashOnCashROI":-0.3224,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":29},{"Address":"217","homeStatus":"155","homeType":"156","totalSize":"218","livingArea":1350,"price":515000,"taxAssessedValue":386290,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":103000,"closingCosts":15450,"loanAmount":412000,"mortgagePayment":2211.71,"monthlyPropertyTax":386.29,"monthlyInsurance":128.75,"monthlyMaintenance":429.17,"totalMonthlyExpenses":3155.91,"monthlyCashFlow":-3155.91,"annualCashFlow":-37870.94,"capRate":-0.0735,"cashOnCashROI":-0.3197,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":30},{"Address":"219","homeStatus":"155","homeType":"194","totalSize":"164","livingArea":1370,"price":449000,"taxAssessedValue":null,"zestimate":441600,"rentZestimate":null,"priceReduction":"220","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":89800,"closingCosts":13470,"loanAmount":359200,"mortgagePayment":1928.26,"monthlyPropertyTax":449,"monthlyInsurance":112.25,"monthlyMaintenance":374.17,"totalMonthlyExpenses":2863.68,"monthlyCashFlow":-2863.68,"annualCashFlow":-34364.16,"capRate":-0.0765,"cashOnCashROI":-0.3328,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":1.68},{"item":31},{"Address":"221","homeStatus":"155","homeType":"156","totalSize":"222","livingArea":1527,"price":544900,"taxAssessedValue":386429,"zestimate":null,"rentZestimate":null,"priceReduction":"223","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":108980,"closingCosts":16347,"loanAmount":435920,"mortgagePayment":2340.11,"monthlyPropertyTax":386.43,"monthlyInsurance":136.22,"monthlyMaintenance":454.08,"totalMonthlyExpenses":3316.85,"monthlyCashFlow":-3316.85,"annualCashFlow":-39802.2,"capRate":-0.073,"cashOnCashROI":-0.3176,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":32},{"Address":"224","homeStatus":"155","homeType":"156","totalSize":"225","livingArea":1274,"price":449900,"taxAssessedValue":307386,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":89980,"closingCosts":13497,"loanAmount":359920,"mortgagePayment":1932.13,"monthlyPropertyTax":307.39,"monthlyInsurance":112.48,"monthlyMaintenance":374.92,"totalMonthlyExpenses":2726.91,"monthlyCashFlow":-2726.91,"annualCashFlow":-32722.87,"capRate":-0.0727,"cashOnCashROI":-0.3162,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":33},{"Address":"226","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1160,"price":539000,"taxAssessedValue":370000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":107800,"closingCosts":16170,"loanAmount":431200,"mortgagePayment":2314.77,"monthlyPropertyTax":370,"monthlyInsurance":134.75,"monthlyMaintenance":449.17,"totalMonthlyExpenses":3268.69,"monthlyCashFlow":-3268.69,"annualCashFlow":-39224.3,"capRate":-0.0728,"cashOnCashROI":-0.3164,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":34},{"Address":"227","homeStatus":"155","homeType":"156","totalSize":"228","livingArea":1387,"price":460000,"taxAssessedValue":349395,"zestimate":null,"rentZestimate":3162,"priceReduction":"229","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":92000,"closingCosts":13800,"loanAmount":368000,"mortgagePayment":1975.5,"monthlyPropertyTax":349.39,"monthlyInsurance":115,"monthlyMaintenance":383.33,"totalMonthlyExpenses":2823.23,"monthlyCashFlow":338.77,"annualCashFlow":4065.22,"capRate":0.0088,"cashOnCashROI":0.0384,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.25,"priceVsZestimatePct":0},{"item":35},{"Address":"230","homeStatus":"155","homeType":"231","totalSize":"164","livingArea":1120,"price":451000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":90200,"closingCosts":13530,"loanAmount":360800,"mortgagePayment":1936.85,"monthlyPropertyTax":451,"monthlyInsurance":112.75,"monthlyMaintenance":375.83,"totalMonthlyExpenses":2876.44,"monthlyCashFlow":-2876.44,"annualCashFlow":-34517.23,"capRate":-0.0765,"cashOnCashROI":-0.3328,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":36},{"Address":"232","homeStatus":"155","homeType":"156","totalSize":"222","livingArea":1200,"price":545000,"taxAssessedValue":378482,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":109000,"closingCosts":16350,"loanAmount":436000,"mortgagePayment":2340.54,"monthlyPropertyTax":378.48,"monthlyInsurance":136.25,"monthlyMaintenance":454.17,"totalMonthlyExpenses":3309.44,"monthlyCashFlow":-3309.44,"annualCashFlow":-39713.29,"capRate":-0.0729,"cashOnCashROI":-0.3168,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":37},{"Address":"233","homeStatus":"155","homeType":"163","totalSize":"164","livingArea":1481,"price":420000,"taxAssessedValue":353220,"zestimate":416700,"rentZestimate":2843,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":84000,"closingCosts":12600,"loanAmount":336000,"mortgagePayment":1803.72,"monthlyPropertyTax":353.22,"monthlyInsurance":105,"monthlyMaintenance":350,"totalMonthlyExpenses":2611.94,"monthlyCashFlow":231.06,"annualCashFlow":2772.71,"capRate":0.0066,"cashOnCashROI":0.0287,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.12,"priceVsZestimatePct":0.79},{"item":38},{"Address":"234","homeStatus":"155","homeType":"156","totalSize":"235","livingArea":1167,"price":499900,"taxAssessedValue":329154,"zestimate":498000,"rentZestimate":3879,"priceReduction":"236","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99980,"closingCosts":14997,"loanAmount":399920,"mortgagePayment":2146.86,"monthlyPropertyTax":329.15,"monthlyInsurance":124.98,"monthlyMaintenance":416.58,"totalMonthlyExpenses":3017.57,"monthlyCashFlow":861.43,"annualCashFlow":10337.17,"capRate":0.0207,"cashOnCashROI":0.0899,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":9.31,"priceVsZestimatePct":0.38},{"item":39},{"Address":"237","homeStatus":"155","homeType":"156","totalSize":"238","livingArea":1393,"price":550000,"taxAssessedValue":382979,"zestimate":546500,"rentZestimate":3048,"priceReduction":"239","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":382.98,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3340.83,"monthlyCashFlow":-292.83,"annualCashFlow":-3513.93,"capRate":-0.0064,"cashOnCashROI":-0.0278,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.65,"priceVsZestimatePct":0.64},{"item":40},["867","868"],["869"],["870","871","872","873","874","875","876","877","878","879","880","881","882","883","884","885","886","887","888","889","890","891","892","893","894","895","896","897","898","899","900","901","902","903","904","905","906","907","908","909","910"],{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"911"},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_foreclosure":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"912"},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000},{"open_house_end":1765058400000,"open_house_start":1765051200000},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"414","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":"913","livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"416","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"158","rentZestimate":2981,"shouldHighlight":false,"state":"417","streetAddress":"418","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"419","zpid":44246499},{"bathrooms":4,"bedrooms":4,"city":"411","country":"412","currency":"413","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"420","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":"914","livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"416","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"161","shouldHighlight":false,"state":"417","streetAddress":"422","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"423","zpid":43827372},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"424","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":"915","livingArea":1336,"longitude":-80.370636,"openHouse":"426","open_house_info":"916","price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"417","streetAddress":"428","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"429","zpid":156224524},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"430","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":"917","livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"417","streetAddress":"432","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"433","zestimate":445400,"zipcode":"434","zpid":44280853},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"435","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":"918","livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"416","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"417","streetAddress":"437","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"438","zpid":44329115},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"439","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":"919","livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"416","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"417","streetAddress":"441","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"442","zpid":43808029},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"443","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":"920","livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"417","streetAddress":"445","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"429","zpid":44214153},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"446","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":"921","livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"416","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"417","streetAddress":"448","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"449","zpid":44331113},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"450","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":"922","livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"417","streetAddress":"452","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"453","zestimate":435600,"zipcode":"454","zpid":44268720},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"455","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":"923","livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"416","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"176","rentZestimate":2445,"shouldHighlight":false,"state":"417","streetAddress":"457","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"458","zpid":43816637},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"459","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":"924","livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"417","streetAddress":"461","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"462","zpid":338743241},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"463","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":"925","livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"417","streetAddress":"465","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"449","zpid":62931912},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"466","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":"926","livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"416","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"417","streetAddress":"468","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"469","zpid":44302016},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"470","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":"927","livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"416","lotAreaValue":2125,"newConstructionType":"472","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"417","streetAddress":"473","timeOnZillow":1135294000,"zipcode":"442","zpid":458467587},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"474","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":"928","livingArea":1575,"longitude":-80.3799,"openHouse":"476","open_house_info":"929","price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"417","streetAddress":"478","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"479","zestimate":511400,"zipcode":"429","zpid":44214373},{"bathrooms":5,"bedrooms":8,"city":"411","country":"412","currency":"413","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"480","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":"930","livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"416","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"186","shouldHighlight":false,"state":"417","streetAddress":"482","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"483","zpid":43822416},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"484","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":"931","livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"416","lotAreaValue":3920,"newConstructionType":"472","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"189","rentZestimate":4151,"shouldHighlight":false,"state":"417","streetAddress":"486","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"487","zpid":155725020},{"bathrooms":3,"bedrooms":5,"city":"411","country":"412","currency":"413","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"488","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":"932","livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"416","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"192","rentZestimate":3827,"shouldHighlight":false,"state":"417","streetAddress":"490","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"438","zpid":44328384},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"194","imgSrc":"491","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":"933","livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"417","streetAddress":"493","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"458","zpid":43811977},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"494","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":"934","livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"417","streetAddress":"496","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"497","zestimate":415800,"zipcode":"498","zpid":44192705},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"499","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":"935","livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"416","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"198","shouldHighlight":false,"state":"417","streetAddress":"501","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"469","zpid":82067300},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"502","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":"936","livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"416","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"417","streetAddress":"504","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"505","zpid":44234621},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"506","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":"937","livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"416","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"203","rentZestimate":2860,"shouldHighlight":false,"state":"417","streetAddress":"508","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"509","zpid":44350402},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"510","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":"938","livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"416","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"206","shouldHighlight":false,"state":"417","streetAddress":"512","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"513","zpid":43839021},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"514","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":"939","livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"416","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"417","streetAddress":"516","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"517","zpid":44334520},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"518","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":"940","livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"416","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"417","streetAddress":"520","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"517","zpid":44360997},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"521","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":"941","livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"417","streetAddress":"523","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"524","zipcode":"517","zpid":44333127},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"525","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":"942","livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"417","streetAddress":"527","timeOnZillow":644297000,"unit":"528","zestimate":490300,"zipcode":"529","zpid":2060256131},{"bathrooms":3,"bedrooms":4,"city":"411","country":"412","currency":"413","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"530","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":"943","livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"214","rentZestimate":3418,"shouldHighlight":false,"state":"417","streetAddress":"532","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"449","zpid":60798233},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"533","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":"944","livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"416","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"417","streetAddress":"535","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"454","zpid":118914384},{"bathrooms":2,"bedrooms":4,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"536","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":"945","livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"416","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"417","streetAddress":"538","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"509","zpid":44350836},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"194","imgSrc":"539","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":"946","livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"220","shouldHighlight":false,"state":"417","streetAddress":"541","timeOnZillow":641836000,"zestimate":441600,"zipcode":"487","zpid":452695494},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"542","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":"947","livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"416","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"223","shouldHighlight":false,"state":"417","streetAddress":"544","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"517","zpid":44343488},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"545","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":"948","livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"416","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"417","streetAddress":"547","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"469","zpid":44301845},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"548","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":"949","livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"417","streetAddress":"550","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"454","zpid":44264409},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"551","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":"950","livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"416","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"229","rentZestimate":3162,"shouldHighlight":false,"state":"417","streetAddress":"553","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"458","zpid":43813029},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"231","imgSrc":"554","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":"951","livingArea":1120,"longitude":-80.226776,"newConstructionType":"556","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"417","streetAddress":"557","timeOnZillow":5926090000,"zipcode":"458","zpid":456982725},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"558","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":"952","livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"416","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"417","streetAddress":"560","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"469","zpid":44299942},{"bathrooms":3,"bedrooms":3,"city":"411","country":"412","currency":"413","daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"163","imgSrc":"561","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":"953","livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"417","streetAddress":"563","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"564","zestimate":416700,"zipcode":"438","zpid":337202171},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"565","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":"954","livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"416","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"236","rentZestimate":3879,"shouldHighlight":false,"state":"417","streetAddress":"567","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"517","zpid":44363879},{"bathrooms":2,"bedrooms":3,"city":"411","country":"412","currency":"413","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"155","homeStatusForHDP":"155","homeType":"156","imgSrc":"568","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":"955","livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"416","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"239","rentZestimate":3048,"shouldHighlight":false,"state":"417","streetAddress":"570","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"517","zpid":44340771},["956","957"],["958"],{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"959"},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_foreclosure":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"960"},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000},{"open_house_end":1765058400000,"open_house_start":1765051200000},["961","962"],["963"],{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000},{"open_house_end":1765058400000,"open_house_start":1765051200000}]...
|
Edit
Delete
|
|
100
|
{"id":"2B85eBwnhrBGciaP","name {"id":"2B85eBwnhrBGciaP","name":"My workflow","active":false,"nodes":[{"parameters":{"authentication":"none","formTitle":"Real Estate - Form","formDescription":"Please provide all of your metrics to get the best real estate deals.","formFields":{"values":[{"fieldLabel":"Location","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Status","fieldType":"dropdown","fieldOptions":{"values":[{"option":"forSale"}]},"requiredField":true},{"fieldLabel":"Minimum Price","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Maximum Price","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Minimum Number of Beds","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"Minimum Number of Bathrooms","fieldType":"text","placeholder":"","requiredField":true},{"fieldLabel":"sortselection","fieldType":"dropdown","fieldOptions":{"values":[{"option":"Price"}]},"requiredField":true},{"fieldLabel":"Multi Family?","fieldType":"dropdown","fieldOptions":{"values":[{"option":"true"},{"option":"false"}]},"requiredField":true}]},"responseMode":"onReceived","addFormPage":"","options":{}},"type":"n8n-nodes-base.formTrigger","typeVersion":2.3,"position":[0,0],"id":"5b2356a7-a20d-4ae7-b9ea-53395848c39a","name":"On form submission","webhookId":"ea20f37f-8676-4c8e-807a-e18200f9aa62"},{"parameters":{"preBuiltAgentsCalloutHttpRequest":"","curlImport":"","method":"GET","url":"https://zillow56.p.rapidapi.com/search?","authentication":"genericCredentialType","genericAuthType":"httpHeaderAuth","provideSslCertificates":false,"sendQuery":true,"specifyQuery":"keypair","queryParameters":{"parameters":[{"name":"location","value":"={{ $json.Location }}"},{"name":"status","value":"={{ $json.Status }}"},{"name":"price_min","value":"={{ $json['Minimum Price'] }}"},{"name":"price_max","value":"={{ $json['Maximum Price'] }}"},{"name":"beds_min","value":"={{ $json['Minimum Number of Beds'] }}"},{"name":"baths_min","value":"={{ $json['Minimum Number of Bathrooms'] }}"},{"name":"sortSelection","value":"={{ $json.sortselection }}"},{"name":"isMultiFamily","value":"={{ $json['Multi Family?'] }}"}]},"sendHeaders":false,"sendBody":false,"options":{},"infoMessage":""},"type":"n8n-nodes-base.httpRequest","typeVersion":4.3,"position":[208,0],"id":"ddb750b1-e1f9-44f6-845c-40d792a6520d","name":"Search for Deals","credentials":{"httpHeaderAuth":{"id":"Zgd6WeNleJH1GJW4","name":"Header Auth account"}}},{"parameters":{"fieldToSplitOut":"results","include":"noOtherFields","options":{}},"type":"n8n-nodes-base.splitOut","typeVersion":1,"position":[416,0],"id":"090fc404-e8cb-413c-9566-449222d89a36","name":"Split Out"},{"parameters":{"mode":"runOnceForAllItems","language":"javaScript","jsCode":"// ── CONFIGURABLE ASSUMPTIONS ─────────────────────────────────────────\nconst downPaymentPct = 0.20; // 20 % down\nconst closingCostPct = 0.03; // 3 % closing costs\nconst annualInterestRate = 0.05; // 5 % APR\nconst loanTermYears = 30; // 30‑yr mortgage\nconst propertyTaxRate = 0.012; // 1.2 % of assessed value per year\nconst insuranceRate = 0.003; // 0.3 % of price per year\nconst maintenanceRate = 0.01; // 1 % of price per year\n// ─────────────────────────────────────────────────────────────────────\n// IMPORTANT for n8n: return array of { json: … }\nreturn items.map(item => {\n // —— raw inputs (fall back to 0 if missing) ————————————————\n const j = item.json;\n const price = parseFloat(j.price) || 0;\n const rent = parseFloat(j.rentZestimate) || 0;\n const livingArea = parseFloat(j.LivingArea) || 0; // sqft\n const zEstimate = parseFloat(j.zestimate) || 0;\n const taxAssessedVal = parseFloat(j.taxAssessedValue)|| price;\n // ————————————————————————————————————————————————————————\n // —— Financing ——————————————————————————\n const downPayment = price * downPaymentPct;\n const closingCosts = price * closingCostPct;\n const loanAmount = price - downPayment;\n const monthlyRate = annualInterestRate / 12;\n const numPayments = loanTermYears * 12;\n const mortgagePayment= loanAmount * monthlyRate /\n (1 - Math.pow(1 + monthlyRate, -numPayments));\n // —— Operating expenses ———————————————\n const annualTax = taxAssessedVal * propertyTaxRate;\n const annualIns = price * insuranceRate;\n const annualMaint = price * maintenanceRate;\n const monthlyTax = annualTax / 12;\n const monthlyIns = annualIns / 12;\n const monthlyMaint = annualMaint / 12;\n // —— Cash‑flow & returns ——————————————\n const totalMonthlyExp = mortgagePayment + monthlyTax + monthlyIns + monthlyMaint;\n const monthlyCashFlow = rent - totalMonthlyExp;\n const annualCashFlow = monthlyCashFlow * 12;\n const capRate = annualCashFlow / price; // NOI ÷ price\n const cashOnCashROI = annualCashFlow / (downPayment + closingCosts);\n // —— Extra metrics ————————————————\n const pricePerSqft = livingArea ? price / livingArea : 0;\n const rentPerSqft = livingArea ? rent / livingArea : 0;\n const rentToPricePct = price ? (rent * 12) / price : 0; // GRM inverse\n const priceVsZestPct = zEstimate ? (price - zEstimate) / zEstimate : 0;\n // ————————————————————————————————————————————————————————\n // —— Attach everything to output JSON ——\n Object.assign(j, {\n downPayment: +downPayment.toFixed(2),\n closingCosts: +closingCosts.toFixed(2),\n loanAmount: +loanAmount.toFixed(2),\n mortgagePayment: +mortgagePayment.toFixed(2),\n monthlyPropertyTax: +monthlyTax.toFixed(2),\n monthlyInsurance: +monthlyIns.toFixed(2),\n monthlyMaintenance: +monthlyMaint.toFixed(2),\n totalMonthlyExpenses: +totalMonthlyExp.toFixed(2),\n monthlyCashFlow: +monthlyCashFlow.toFixed(2),\n annualCashFlow: +annualCashFlow.toFixed(2),\n capRate: +capRate.toFixed(4), // 0.0523 ➜ 5.23 %\n cashOnCashROI: +cashOnCashROI.toFixed(4), // 0.1234 ➜ 12.34 %\n pricePerSqft: +pricePerSqft.toFixed(2),\n rentPerSqft: +rentPerSqft.toFixed(2),\n rentToPricePct: +(rentToPricePct*100).toFixed(2), // % of price per yr\n priceVsZestimatePct: +(priceVsZestPct*100).toFixed(2) // over/under %\n });\n // Return a proper n8n item\n return { json: j };\n});\n","notice":""},"type":"n8n-nodes-base.code","typeVersion":2,"position":[864,0],"id":"0840379e-e03a-442a-bcdb-4e4d7833e916","name":"Code in JavaScript"},{"parameters":{"mode":"manual","duplicateItem":false,"assignments":{"assignments":[{"id":"8bdbd5fe-78d0-4569-8076-573f46dd5034","name":"Address","value":"={{ $json.streetAddress }} {{ $json.city }} {{ $json.state }} {{ $json.zipcode }} {{ $json.country }}","type":"string"},{"id":"eed9bcfb-4f00-482f-9414-a7570bdf8f5f","name":"homeStatus","value":"={{ $json.homeStatus }}","type":"string"},{"id":"4ef1f2eb-aea6-405b-85a1-fffe21f85b34","name":"homeType","value":"={{ $json.homeType }}","type":"string"},{"id":"8263a3b2-b408-4f55-91bb-86c9520fdb44","name":"totalSize","value":"={{ $json.lotAreaValue }} {{ $json.lotAreaUnit }}","type":"string"},{"id":"e3f552dc-53bd-45cf-bea6-af8229731f87","name":"livingArea","value":"={{ $json.livingArea }}","type":"number"},{"id":"2207b169-47a3-428c-be30-b751447f8a53","name":"price","value":"={{ $json.price }}","type":"number"},{"id":"16a0e52a-9377-497a-83fd-3afa25598c04","name":"taxAssessedValue","value":"={{ $json.taxAssessedValue }}","type":"number"},{"id":"f6147499-df03-4cde-affc-2fcd13626d32","name":"zestimate","value":"={{ $json.zestimate }}","type":"number"},{"id":"1c0f0085-e321-4dd2-9f9d-ff72b505f025","name":"rentZestimate","value":"={{ $json.rentZestimate }}","type":"number"},{"id":"54ae01bc-e9d6-44fb-a8bf-cb7181374409","name":"priceReduction","value":"={{ $json.priceReduction }}","type":"string"},{"id":"06f2f109-5fcb-4042-bab2-823bd700c8d0","name":"bathrooms","value":"={{ $json.bathrooms }}","type":"number"},{"id":"54672fbf-3454-459c-a7e5-f04eea02bb3d","name":"bedrooms","value":"={{ $json.bedrooms }}","type":"number"},{"id":"1d2d6bab-dbf5-472b-bb05-9fbb7f824424","name":"isNonOwnerOccupied","value":"={{ $json.isNonOwnerOccupied }}","type":"boolean"},{"id":"4384ee7b-6064-4464-8826-c4d4056f85de","name":"isPreforeclosureAuction","value":"={{ $json.isPreforeclosureAuction }}","type":"boolean"},{"id":"b8fb5175-5260-4f70-9f87-f01348acdf25","name":"isPremierBuilder","value":"={{ $json.isPremierBuilder }}","type":"boolean"},{"id":"598ef3a5-ec3c-4ead-b3c7-85a5ec46fb4f","name":"isShowcaseListing","value":"={{ $json.isShowcaseListing }}","type":"boolean"}]},"includeOtherFields":false,"options":{}},"type":"n8n-nodes-base.set","typeVersion":3.4,"position":[624,0],"id":"0367649e-6e55-44bd-977d-7f60844e897b","name":"Edit Fields"},{"parameters":{"preBuiltAgentsCalloutGoogleSheets":"","authentication":"oAuth2","resource":"sheet","operation":"appendOrUpdate","documentId":{"__rl":true,"value":"1Pjkm9z5fQg_QQLYYtRDSgJPJxIm5ukt2hu9pwvG_52E","mode":"list","cachedResultName":"Real Estate Deals [TEMPLATE]","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1Pjkm9z5fQg_QQLYYtRDSgJPJxIm5ukt2hu9pwvG_52E/edit?usp=drivesdk"},"sheetName":{"__rl":true,"value":"gid=0","mode":"list","cachedResultName":"Sheet1","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1Pjkm9z5fQg_QQLYYtRDSgJPJxIm5ukt2hu9pwvG_52E/edit#gid=0"},"columns":{"mappingMode":"defineBelow","value":{"Address":"={{ $json.Address }}","homeStatus":"={{ $json.homeStatus }}","homeType":"={{ $json.homeType }}","totalSize":"={{ $json.totalSize }}","LivingArea":"={{ $json.livingArea }}","price":"={{ $json.price }}","taxAssessedValue":"={{ $json.taxAssessedValue }}","zestimate":"={{ $json.zestimate }}","rentZestimate":"={{ $json.rentZestimate }}","priceReduction":"={{ $json.priceReduction }}","bathrooms":"={{ $json.bathrooms }}","bedrooms":"={{ $json.bedrooms }}","isNonOwnerOccupied":"={{ $json.isNonOwnerOccupied }}","isPreforeclosureAuction":"={{ $json.isPreforeclosureAuction }}","isPremierBuilder":"={{ $json.isPremierBuilder }}","isShowcaseListing":"={{ $json.isShowcaseListing }}","downPayment":"={{ $json.downPayment }}","closingCosts":"={{ $json.closingCosts }}","loanAmount":"={{ $json.loanAmount }}","mortgagePayment":"={{ $json.mortgagePayment }}","monthlyPropertyTax":"={{ $json.monthlyPropertyTax }}","monthlyMaintenance":"={{ $json.monthlyMaintenance }}","monthlyInsurance":"={{ $json.monthlyInsurance }}","totalMonthlyExpenses":"={{ $json.totalMonthlyExpenses }}","annualCashFlow":"={{ $json.annualCashFlow }}","monthlyCashFlow":"={{ $json.monthlyCashFlow }}","capRate":"={{ $json.capRate }}","cashOnCashROI":"={{ $json.cashOnCashROI }}","pricePerSqft":"={{ $json.pricePerSqft }}","rentPerSqft":"={{ $json.rentPerSqft }}","rentToPricePct":"={{ $json.rentToPricePct }}","priceVsZestimatePct":"={{ $json.priceVsZestimatePct }}"},"matchingColumns":["Address"],"schema":[{"id":"Address","displayName":"Address","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true,"removed":false},{"id":"homeStatus","displayName":"homeStatus","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"homeType","displayName":"homeType","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"totalSize","displayName":"totalSize","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"LivingArea","displayName":"LivingArea","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"price","displayName":"price","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"taxAssessedValue","displayName":"taxAssessedValue","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"zestimate","displayName":"zestimate","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"rentZestimate","displayName":"rentZestimate","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"priceReduction","displayName":"priceReduction","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"bathrooms","displayName":"bathrooms","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"bedrooms","displayName":"bedrooms","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"isNonOwnerOccupied","displayName":"isNonOwnerOccupied","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"isPreforeclosureAuction","displayName":"isPreforeclosureAuction","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"isPremierBuilder","displayName":"isPremierBuilder","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"isShowcaseListing","displayName":"isShowcaseListing","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"downPayment","displayName":"downPayment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"closingCosts","displayName":"closingCosts","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"loanAmount","displayName":"loanAmount","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"mortgagePayment","displayName":"mortgagePayment","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"monthlyPropertyTax","displayName":"monthlyPropertyTax","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"monthlyInsurance","displayName":"monthlyInsurance","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"monthlyMaintenance","displayName":"monthlyMaintenance","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"totalMonthlyExpenses","displayName":"totalMonthlyExpenses","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"monthlyCashFlow","displayName":"monthlyCashFlow","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"annualCashFlow","displayName":"annualCashFlow","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"capRate","displayName":"capRate","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"cashOnCashROI","displayName":"cashOnCashROI","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"pricePerSqft","displayName":"pricePerSqft","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"rentPerSqft","displayName":"rentPerSqft","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"rentToPricePct","displayName":"rentToPricePct","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true},{"id":"priceVsZestimatePct","displayName":"priceVsZestimatePct","required":false,"defaultMatch":false,"display":true,"type":"string","canBeUsedToMatch":true}],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{}},"type":"n8n-nodes-base.googleSheets","typeVersion":4.7,"position":[1072,0],"id":"d9efc71a-2d86-49e7-ac5f-6a8870261acc","name":"Append or update row in sheet","credentials":{"googleSheetsOAuth2Api":{"id":"NufmenCs2JQN68sm","name":"Google Sheets account"}}}],"connections":{"On form submission":{"main":[[{"node":"Search for Deals","type":"main","index":0}]]},"Search for Deals":{"main":[[{"node":"Split Out","type":"main","index":0}]]},"Split Out":{"main":[[{"node":"Edit Fields","type":"main","index":0}]]},"Edit Fields":{"main":[[{"node":"Code in JavaScript","type":"main","index":0}]]},"Code in JavaScript":{"main":[[{"node":"Append or update row in sheet","type":"main","index":0}]]}},"settings":{"executionOrder":"v1"},"pinData":{"On form submission":[{"json":{"Location":"MIami","Status":"forSale","Minimum Price":"400000","Maximum Price":"550000","Minimum Number of Beds":"3","Minimum Number of Bathrooms":"2","sortselection":"Price","Multi Family?":"true","submittedAt":"2025-12-03T21:45:46.257-08:00","formMode":"test"}}],"Search for Deals":[{"json":{"results":[{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/12c4cfc456ca46d98bd9c90394ed972f-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":{"is_FSBA":true},"livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"sqft","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"$10,000 (Nov 10)","rentZestimate":2981,"shouldHighlight":false,"state":"FL","streetAddress":"13741 SW 46th Ter","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"33175","zpid":44246499},{"bathrooms":4,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/e18a785b7d6d745c04cb54d48b272220-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":{"is_FSBA":true},"livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"sqft","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"$55,000 (Oct 21)","shouldHighlight":false,"state":"FL","streetAddress":"8320 NE 3rd Ave","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"33138","zpid":43827372},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/be985c3b16b4616f615a06d9cb85c0b2-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":{"is_FSBA":true,"is_openHouse":true},"livingArea":1336,"longitude":-80.370636,"openHouse":"Sat. 2-5pm","open_house_info":{"open_house_showing":[{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000}]},"price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"FL","streetAddress":"10930 SW 75th St","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"33173","zpid":156224524},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/3188cd2f9186651e70c58fb8bba20fb7-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":{"is_FSBA":true},"livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"FL","streetAddress":"10669 SW 113th Pl #84Z","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"# 84Z","zestimate":445400,"zipcode":"33176","zpid":44280853},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/65fdb59ddba6a8ebcd59bb4e92939c7c-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":{"is_FSBA":true},"livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"sqft","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"FL","streetAddress":"14117 SW 149th Ave","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"33196","zpid":44329115},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/8328e530139b271d5af2727e2f30c250-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":{"is_FSBA":true},"livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"sqft","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"FL","streetAddress":"286 NW 57th St","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"33127","zpid":43808029},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/2f703bc7451d73923ad737ade976fe37-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":{"is_FSBA":true},"livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"FL","streetAddress":"10927 SW 71st Ln","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"33173","zpid":44214153},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/202998295cf917270202ed9effe3f7a2-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":{"is_foreclosure":true},"livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"sqft","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"FL","streetAddress":"15141 SW 130th Ave","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"33186","zpid":44331113},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/1fa5f9cfafce4c0711343813f020a4a3-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":{"is_FSBA":true},"livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"FL","streetAddress":"8595 SW 152nd Ave APT 251","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"Apt 251","zestimate":435600,"zipcode":"33193","zpid":44268720},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/558d65e3b3facfdf8fb9bbeef1b08bae-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":{"is_FSBA":true},"livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"sqft","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"$4,000 (Nov 24)","rentZestimate":2445,"shouldHighlight":false,"state":"FL","streetAddress":"3320 NW 14th Ave","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"33142","zpid":43816637},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/735682adf178a404084dd0ee28937e4d-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":{"is_FSBA":true},"livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"FL","streetAddress":"14782 SW 181st Ter","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"33187","zpid":338743241},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/1b0a5c206d525d6df89131ebeaea6a99-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":{"is_FSBA":true},"livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"FL","streetAddress":"12566 SW 126th Ave","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"33186","zpid":62931912},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/5a34cb5460fd3a930845608fbea04a53-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":{"is_FSBA":true},"livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"sqft","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"FL","streetAddress":"17995 SW 105th Ave","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"33157","zpid":44302016},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/784efa77756687d2d9074b5853636b04-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":{"is_newHome":true},"livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"sqft","lotAreaValue":2125,"newConstructionType":"BUILDER_SPEC","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"FL","streetAddress":"5820 NW 3rd Ave","timeOnZillow":1135294000,"zipcode":"33127","zpid":458467587},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/baf1866ac5d43af6fccf94bc9b46aac9-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":{"is_FSBA":true,"is_openHouse":true},"livingArea":1575,"longitude":-80.3799,"openHouse":"Sat. 12-2pm","open_house_info":{"open_house_showing":[{"open_house_end":1765058400000,"open_house_start":1765051200000}]},"price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"FL","streetAddress":"11537 SW 64th St #A83","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"# A83","zestimate":511400,"zipcode":"33173","zpid":44214373},{"bathrooms":5,"bedrooms":8,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/c667d2f29ce825e9469eda56f55e2601-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":{"is_FSBA":true},"livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"sqft","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"$4,901 (Nov 22)","shouldHighlight":false,"state":"FL","streetAddress":"1025 NW 31st Ave","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"33125","zpid":43822416},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/ba7b3b6032c3aebffa8f54bc2bfeecb1-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":{"is_newHome":true},"livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"sqft","lotAreaValue":3920,"newConstructionType":"BUILDER_SPEC","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"$38,000 (Nov 26)","rentZestimate":4151,"shouldHighlight":false,"state":"FL","streetAddress":"6821 NW 6th Ct","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"33150","zpid":155725020},{"bathrooms":3,"bedrooms":5,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/fbd254673dce5f8a3b5ba43262ed8776-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":{"is_FSBA":true},"livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"sqft","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"$15,000 (Nov 9)","rentZestimate":3827,"shouldHighlight":false,"state":"FL","streetAddress":"14552 SW 155th Pl","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"33196","zpid":44328384},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"MULTI_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/f90432302d5cdd6560b6c964da2c2eaf-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":{"is_FSBA":true},"livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"FL","streetAddress":"5020 NW 14th Ave","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"33142","zpid":43811977},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/f780ef650bf1ae7dc169ecc21bae04fb-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":{"is_FSBA":true},"livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"FL","streetAddress":"3806 SW 84th Ave #17","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"# 17","zestimate":415800,"zipcode":"33155","zpid":44192705},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/125fb831c0feaf471fc467fd34ee0392-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":{"is_FSBA":true},"livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"sqft","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"$10,000 (Nov 21)","shouldHighlight":false,"state":"FL","streetAddress":"10169 SW 171st St","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"33157","zpid":82067300},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/4d185772aa7d1ba42f3c7eacd9ed3fb4-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":{"is_FSBA":true},"livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"sqft","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"FL","streetAddress":"12276 SW 10th St","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"33184","zpid":44234621},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/d90e09e42c970ffa9295cb45a9df9ddf-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":{"is_FSBA":true},"livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"sqft","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"$31,000 (Dec 1)","rentZestimate":2860,"shouldHighlight":false,"state":"FL","streetAddress":"20000 SW 114th Ave","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"33189","zpid":44350402},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/ec99f4e889a4a7c48f82e9bf2408a7c9-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":{"is_FSBA":true},"livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"sqft","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"","shouldHighlight":false,"state":"FL","streetAddress":"1877 SW 6th St","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"33135","zpid":43839021},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/379185d2624418874a27f7660062042c-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":{"is_FSBA":true},"livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"sqft","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"FL","streetAddress":"13910 SW 160th Ter","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"33177","zpid":44334520},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/43146b49dd55d0a792332364e944c18e-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":{"is_FSBA":true},"livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"sqft","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"FL","streetAddress":"12421 SW 193rd St","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"33177","zpid":44360997},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/4bb9891acfde8482b7a5aace288a2812-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":{"is_FSBA":true},"livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"FL","streetAddress":"13402 SW 153rd St APT 1905","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"Apt 1905","zipcode":"33177","zpid":44333127},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/064c6436db6aead23ba531ce2f7fe22c-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":{"is_FSBA":true},"livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"FL","streetAddress":"6514 SW 128th Pl #6514","timeOnZillow":644297000,"unit":"# 6514","zestimate":490300,"zipcode":"33183","zpid":2060256131},{"bathrooms":3,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/e3eb585d9f0ccb0ca55e095646e13780-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":{"is_FSBA":true},"livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"$35,000 (Nov 22)","rentZestimate":3418,"shouldHighlight":false,"state":"FL","streetAddress":"12513 SW 121st Way","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"33186","zpid":60798233},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/5ff79e6ed2ada6d64ff10d529fe4d4d6-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":{"is_FSBA":true},"livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"sqft","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"FL","streetAddress":"7161 SW 163rd Pl","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"33193","zpid":118914384},{"bathrooms":2,"bedrooms":4,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/3024547d65f93fce3b918ffe82ab2d2f-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":{"is_FSBA":true},"livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"sqft","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"FL","streetAddress":"20120 SW 112th Ct","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"33189","zpid":44350836},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"MULTI_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/c3dbb5a78049c47a2496bfc8e57050c8-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":{"is_FSBA":true},"livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"$25,000 (Oct 29)","shouldHighlight":false,"state":"FL","streetAddress":"640-642 NW 77th St","timeOnZillow":641836000,"zestimate":441600,"zipcode":"33150","zpid":452695494},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/4d1d685123bd70d5205ebc1917e1a095-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":{"is_FSBA":true},"livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"sqft","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"$30,100 (Nov 17)","shouldHighlight":false,"state":"FL","streetAddress":"17360 SW 121st Ave","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"33177","zpid":44343488},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/a8dbaaf1c136402d69004c7f52f32951-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":{"is_FSBA":true},"livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"sqft","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"FL","streetAddress":"10250 SW 172nd St","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"33157","zpid":44301845},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/a9eebcf7aed96dffa09ded2fd02eaf07-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":{"is_FSBA":true},"livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"FL","streetAddress":"16415 SW 73rd Ter","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"33193","zpid":44264409},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/3bbe2ae61cc4085c1c59f0f2b8e46051-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":{"is_FSBA":true},"livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"sqft","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"$20,000 (Sep 19)","rentZestimate":3162,"shouldHighlight":false,"state":"FL","streetAddress":"1243 NW 42nd St","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"33142","zpid":43813029},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"CONDO","imgSrc":"https://photos.zillowstatic.com/fp/77a7afc9110b11f0b8dcaddb14c1a6c3-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":{"is_newHome":true},"livingArea":1120,"longitude":-80.226776,"newConstructionType":"NEW_CONSTRUCTION_TYPE_OTHER","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"FL","streetAddress":"1844 NW 33rd St","timeOnZillow":5926090000,"zipcode":"33142","zpid":456982725},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/bafec18e9e2a38b0753c7bc9132af2a4-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":{"is_FSBA":true},"livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"sqft","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"FL","streetAddress":"11321 SW 162nd Ter","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"33157","zpid":44299942},{"bathrooms":3,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"TOWNHOUSE","imgSrc":"https://photos.zillowstatic.com/fp/fb5770e48c396506f474c8739e049bb0-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":{"is_FSBA":true},"livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"FL","streetAddress":"15540 SW 136th St #204","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"# 204","zestimate":416700,"zipcode":"33196","zpid":337202171},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/6517234e2d34e7054159120b53578677-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":{"is_FSBA":true},"livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"sqft","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"$15,000 (Nov 20)","rentZestimate":3879,"shouldHighlight":false,"state":"FL","streetAddress":"11958 SW 210th Ter","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"33177","zpid":44363879},{"bathrooms":2,"bedrooms":3,"city":"Miami","country":"USA","currency":"USD","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"FOR_SALE","homeStatusForHDP":"FOR_SALE","homeType":"SINGLE_FAMILY","imgSrc":"https://photos.zillowstatic.com/fp/8ca70fd55f28ebe42fda9ea083c064ea-p_e.jpg","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":{"is_FSBA":true},"livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"sqft","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"$29,999 (Nov 14)","rentZestimate":3048,"shouldHighlight":false,"state":"FL","streetAddress":"17404 SW 142nd Pl","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"33177","zpid":44340771}],"resultsPerPage":41,"totalPages":7,"totalResultCount":260}}],"Edit Fields":[{"json":{"Address":"13741 SW 46th Ter Miami FL 33175 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"3240 sqft","livingArea":1214,"price":490000,"taxAssessedValue":399887,"zestimate":484400,"rentZestimate":2981,"priceReduction":"$10,000 (Nov 10)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"8320 NE 3rd Ave Miami FL 33138 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7050 sqft","livingArea":2391,"price":495000,"taxAssessedValue":360463,"zestimate":null,"rentZestimate":null,"priceReduction":"$55,000 (Oct 21)","bathrooms":4,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"10930 SW 75th St Miami FL 33173 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1336,"price":499990,"taxAssessedValue":378000,"zestimate":487300,"rentZestimate":3172,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"10669 SW 113th Pl #84Z Miami FL 33176 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1170,"price":460000,"taxAssessedValue":321410,"zestimate":445400,"rentZestimate":2971,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"14117 SW 149th Ave Miami FL 33196 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"3200 sqft","livingArea":1301,"price":530000,"taxAssessedValue":400723,"zestimate":526900,"rentZestimate":2910,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"286 NW 57th St Miami FL 33127 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7100 sqft","livingArea":1717,"price":550000,"taxAssessedValue":418273,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"10927 SW 71st Ln Miami FL 33173 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1365,"price":475000,"taxAssessedValue":350000,"zestimate":460700,"rentZestimate":2937,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"15141 SW 130th Ave Miami FL 33186 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"5702.004 sqft","livingArea":1258,"price":427995,"taxAssessedValue":411344,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"8595 SW 152nd Ave APT 251 Miami FL 33193 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1320,"price":440000,"taxAssessedValue":313749,"zestimate":435600,"rentZestimate":2670,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"3320 NW 14th Ave Miami FL 33142 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7168 sqft","livingArea":1702,"price":415000,"taxAssessedValue":429229,"zestimate":407400,"rentZestimate":2445,"priceReduction":"$4,000 (Nov 24)","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"14782 SW 181st Ter Miami FL 33187 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1321,"price":490000,"taxAssessedValue":390000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true}},{"json":{"Address":"12566 SW 126th Ave Miami FL 33186 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1602,"price":499000,"taxAssessedValue":401000,"zestimate":491200,"rentZestimate":3013,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"17995 SW 105th Ave Miami FL 33157 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"10242 sqft","livingArea":1289,"price":534900,"taxAssessedValue":384378,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"5820 NW 3rd Ave Miami FL 33127 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"2125 sqft","livingArea":1000,"price":499000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"11537 SW 64th St #A83 Miami FL 33173 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1575,"price":530000,"taxAssessedValue":338150,"zestimate":511400,"rentZestimate":2955,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"1025 NW 31st Ave Miami FL 33125 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"6667 sqft","livingArea":2432,"price":544999,"taxAssessedValue":503167,"zestimate":null,"rentZestimate":null,"priceReduction":"$4,901 (Nov 22)","bathrooms":5,"bedrooms":8,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"6821 NW 6th Ct Miami FL 33150 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"3920 sqft","livingArea":1635,"price":540000,"taxAssessedValue":151864,"zestimate":539500,"rentZestimate":4151,"priceReduction":"$38,000 (Nov 26)","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"14552 SW 155th Pl Miami FL 33196 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"4064.148 sqft","livingArea":2340,"price":550000,"taxAssessedValue":460442,"zestimate":548800,"rentZestimate":3827,"priceReduction":"$15,000 (Nov 9)","bathrooms":3,"bedrooms":5,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"5020 NW 14th Ave Miami FL 33142 USA","homeStatus":"FOR_SALE","homeType":"MULTI_FAMILY","totalSize":" ","livingArea":1500,"price":550000,"taxAssessedValue":297596,"zestimate":535100,"rentZestimate":2245,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"3806 SW 84th Ave #17 Miami FL 33155 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1347,"price":425000,"taxAssessedValue":330608,"zestimate":415800,"rentZestimate":3042,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"10169 SW 171st St Miami FL 33157 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"4162 sqft","livingArea":1231,"price":440000,"taxAssessedValue":275583,"zestimate":null,"rentZestimate":null,"priceReduction":"$10,000 (Nov 21)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"12276 SW 10th St Miami FL 33184 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"3750 sqft","livingArea":1796,"price":549900,"taxAssessedValue":413952,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"20000 SW 114th Ave Miami FL 33189 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7140 sqft","livingArea":1328,"price":499000,"taxAssessedValue":437091,"zestimate":494800,"rentZestimate":2860,"priceReduction":"$31,000 (Dec 1)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"1877 SW 6th St Miami FL 33135 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"6099 sqft","livingArea":1594,"price":550000,"taxAssessedValue":634512,"zestimate":null,"rentZestimate":null,"priceReduction":"","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"13910 SW 160th Ter Miami FL 33177 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"3045 sqft","livingArea":1245,"price":495000,"taxAssessedValue":380799,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"12421 SW 193rd St Miami FL 33177 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"5520 sqft","livingArea":1537,"price":507000,"taxAssessedValue":372667,"zestimate":502700,"rentZestimate":3339,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"13402 SW 153rd St APT 1905 Miami FL 33177 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1500,"price":415000,"taxAssessedValue":298350,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"6514 SW 128th Pl #6514 Miami FL 33183 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1523,"price":499000,"taxAssessedValue":null,"zestimate":490300,"rentZestimate":3257,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"12513 SW 121st Way Miami FL 33186 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1793,"price":540000,"taxAssessedValue":418001,"zestimate":534800,"rentZestimate":3418,"priceReduction":"$35,000 (Nov 22)","bathrooms":3,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"7161 SW 163rd Pl Miami FL 33193 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"1700 sqft","livingArea":1666,"price":520000,"taxAssessedValue":417001,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"20120 SW 112th Ct Miami FL 33189 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7875 sqft","livingArea":1350,"price":515000,"taxAssessedValue":386290,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"640-642 NW 77th St Miami FL 33150 USA","homeStatus":"FOR_SALE","homeType":"MULTI_FAMILY","totalSize":" ","livingArea":1370,"price":449000,"taxAssessedValue":null,"zestimate":441600,"rentZestimate":null,"priceReduction":"$25,000 (Oct 29)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"17360 SW 121st Ave Miami FL 33177 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7500 sqft","livingArea":1527,"price":544900,"taxAssessedValue":386429,"zestimate":null,"rentZestimate":null,"priceReduction":"$30,100 (Nov 17)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"10250 SW 172nd St Miami FL 33157 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"5550 sqft","livingArea":1274,"price":449900,"taxAssessedValue":307386,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"16415 SW 73rd Ter Miami FL 33193 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1160,"price":539000,"taxAssessedValue":370000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"1243 NW 42nd St Miami FL 33142 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"5000 sqft","livingArea":1387,"price":460000,"taxAssessedValue":349395,"zestimate":null,"rentZestimate":3162,"priceReduction":"$20,000 (Sep 19)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"1844 NW 33rd St Miami FL 33142 USA","homeStatus":"FOR_SALE","homeType":"CONDO","totalSize":" ","livingArea":1120,"price":451000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"11321 SW 162nd Ter Miami FL 33157 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7500 sqft","livingArea":1200,"price":545000,"taxAssessedValue":378482,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"15540 SW 136th St #204 Miami FL 33196 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1481,"price":420000,"taxAssessedValue":353220,"zestimate":416700,"rentZestimate":2843,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"11958 SW 210th Ter Miami FL 33177 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"4500 sqft","livingArea":1167,"price":499900,"taxAssessedValue":329154,"zestimate":498000,"rentZestimate":3879,"priceReduction":"$15,000 (Nov 20)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}},{"json":{"Address":"17404 SW 142nd Pl Miami FL 33177 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"3703 sqft","livingArea":1393,"price":550000,"taxAssessedValue":382979,"zestimate":546500,"rentZestimate":3048,"priceReduction":"$29,999 (Nov 14)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false}}],"Code in JavaScript":[{"json":{"Address":"13741 SW 46th Ter Miami FL 33175 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"3240 sqft","livingArea":1214,"price":490000,"taxAssessedValue":399887,"zestimate":484400,"rentZestimate":2981,"priceReduction":"$10,000 (Nov 10)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":98000,"closingCosts":14700,"loanAmount":392000,"mortgagePayment":2104.34,"monthlyPropertyTax":399.89,"monthlyInsurance":122.5,"monthlyMaintenance":408.33,"totalMonthlyExpenses":3035.06,"monthlyCashFlow":-54.06,"annualCashFlow":-648.73,"capRate":-0.0013,"cashOnCashROI":-0.0058,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.3,"priceVsZestimatePct":1.16}},{"json":{"Address":"8320 NE 3rd Ave Miami FL 33138 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7050 sqft","livingArea":2391,"price":495000,"taxAssessedValue":360463,"zestimate":null,"rentZestimate":null,"priceReduction":"$55,000 (Oct 21)","bathrooms":4,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99000,"closingCosts":14850,"loanAmount":396000,"mortgagePayment":2125.81,"monthlyPropertyTax":360.46,"monthlyInsurance":123.75,"monthlyMaintenance":412.5,"totalMonthlyExpenses":3022.53,"monthlyCashFlow":-3022.53,"annualCashFlow":-36270.32,"capRate":-0.0733,"cashOnCashROI":-0.3186,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0}},{"json":{"Address":"10930 SW 75th St Miami FL 33173 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1336,"price":499990,"taxAssessedValue":378000,"zestimate":487300,"rentZestimate":3172,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99998,"closingCosts":14999.7,"loanAmount":399992,"mortgagePayment":2147.24,"monthlyPropertyTax":378,"monthlyInsurance":125,"monthlyMaintenance":416.66,"totalMonthlyExpenses":3066.9,"monthlyCashFlow":105.1,"annualCashFlow":1261.21,"capRate":0.0025,"cashOnCashROI":0.011,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.61,"priceVsZestimatePct":2.6}},{"json":{"Address":"10669 SW 113th Pl #84Z Miami FL 33176 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1170,"price":460000,"taxAssessedValue":321410,"zestimate":445400,"rentZestimate":2971,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":92000,"closingCosts":13800,"loanAmount":368000,"mortgagePayment":1975.5,"monthlyPropertyTax":321.41,"monthlyInsurance":115,"monthlyMaintenance":383.33,"totalMonthlyExpenses":2795.25,"monthlyCashFlow":175.75,"annualCashFlow":2109.04,"capRate":0.0046,"cashOnCashROI":0.0199,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.75,"priceVsZestimatePct":3.28}},{"json":{"Address":"14117 SW 149th Ave Miami FL 33196 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"3200 sqft","livingArea":1301,"price":530000,"taxAssessedValue":400723,"zestimate":526900,"rentZestimate":2910,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":106000,"closingCosts":15900,"loanAmount":424000,"mortgagePayment":2276.12,"monthlyPropertyTax":400.72,"monthlyInsurance":132.5,"monthlyMaintenance":441.67,"totalMonthlyExpenses":3251.01,"monthlyCashFlow":-341.01,"annualCashFlow":-4092.16,"capRate":-0.0077,"cashOnCashROI":-0.0336,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.59,"priceVsZestimatePct":0.59}},{"json":{"Address":"286 NW 57th St Miami FL 33127 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7100 sqft","livingArea":1717,"price":550000,"taxAssessedValue":418273,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":418.27,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3376.12,"monthlyCashFlow":-3376.12,"annualCashFlow":-40513.46,"capRate":-0.0737,"cashOnCashROI":-0.3203,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0}},{"json":{"Address":"10927 SW 71st Ln Miami FL 33173 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1365,"price":475000,"taxAssessedValue":350000,"zestimate":460700,"rentZestimate":2937,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":95000,"closingCosts":14250,"loanAmount":380000,"mortgagePayment":2039.92,"monthlyPropertyTax":350,"monthlyInsurance":118.75,"monthlyMaintenance":395.83,"totalMonthlyExpenses":2904.51,"monthlyCashFlow":32.49,"annualCashFlow":389.93,"capRate":0.0008,"cashOnCashROI":0.0036,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.42,"priceVsZestimatePct":3.1}},{"json":{"Address":"15141 SW 130th Ave Miami FL 33186 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"5702.004 sqft","livingArea":1258,"price":427995,"taxAssessedValue":411344,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":85599,"closingCosts":12839.85,"loanAmount":342396,"mortgagePayment":1838.06,"monthlyPropertyTax":411.34,"monthlyInsurance":107,"monthlyMaintenance":356.66,"totalMonthlyExpenses":2713.06,"monthlyCashFlow":-2713.06,"annualCashFlow":-32556.73,"capRate":-0.0761,"cashOnCashROI":-0.3307,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0}},{"json":{"Address":"8595 SW 152nd Ave APT 251 Miami FL 33193 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1320,"price":440000,"taxAssessedValue":313749,"zestimate":435600,"rentZestimate":2670,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":88000,"closingCosts":13200,"loanAmount":352000,"mortgagePayment":1889.61,"monthlyPropertyTax":313.75,"monthlyInsurance":110,"monthlyMaintenance":366.67,"totalMonthlyExpenses":2680.03,"monthlyCashFlow":-10.03,"annualCashFlow":-120.33,"capRate":-0.0003,"cashOnCashROI":-0.0012,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.28,"priceVsZestimatePct":1.01}},{"json":{"Address":"3320 NW 14th Ave Miami FL 33142 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7168 sqft","livingArea":1702,"price":415000,"taxAssessedValue":429229,"zestimate":407400,"rentZestimate":2445,"priceReduction":"$4,000 (Nov 24)","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":83000,"closingCosts":12450,"loanAmount":332000,"mortgagePayment":1782.25,"monthlyPropertyTax":429.23,"monthlyInsurance":103.75,"monthlyMaintenance":345.83,"totalMonthlyExpenses":2661.06,"monthlyCashFlow":-216.06,"annualCashFlow":-2592.72,"capRate":-0.0062,"cashOnCashROI":-0.0272,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.07,"priceVsZestimatePct":1.87}},{"json":{"Address":"14782 SW 181st Ter Miami FL 33187 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1321,"price":490000,"taxAssessedValue":390000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"downPayment":98000,"closingCosts":14700,"loanAmount":392000,"mortgagePayment":2104.34,"monthlyPropertyTax":390,"monthlyInsurance":122.5,"monthlyMaintenance":408.33,"totalMonthlyExpenses":3025.17,"monthlyCashFlow":-3025.17,"annualCashFlow":-36302.09,"capRate":-0.0741,"cashOnCashROI":-0.3221,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0}},{"json":{"Address":"12566 SW 126th Ave Miami FL 33186 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1602,"price":499000,"taxAssessedValue":401000,"zestimate":491200,"rentZestimate":3013,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":401,"monthlyInsurance":124.75,"monthlyMaintenance":415.83,"totalMonthlyExpenses":3084.58,"monthlyCashFlow":-71.58,"annualCashFlow":-858.9,"capRate":-0.0017,"cashOnCashROI":-0.0075,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.25,"priceVsZestimatePct":1.59}},{"json":{"Address":"17995 SW 105th Ave Miami FL 33157 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"10242 sqft","livingArea":1289,"price":534900,"taxAssessedValue":384378,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":106980,"closingCosts":16047,"loanAmount":427920,"mortgagePayment":2297.17,"monthlyPropertyTax":384.38,"monthlyInsurance":133.72,"monthlyMaintenance":445.75,"totalMonthlyExpenses":3261.02,"monthlyCashFlow":-3261.02,"annualCashFlow":-39132.24,"capRate":-0.0732,"cashOnCashROI":-0.3181,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0}},{"json":{"Address":"5820 NW 3rd Ave Miami FL 33127 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"2125 sqft","livingArea":1000,"price":499000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":499,"monthlyInsurance":124.75,"monthlyMaintenance":415.83,"totalMonthlyExpenses":3182.58,"monthlyCashFlow":-3182.58,"annualCashFlow":-38190.9,"capRate":-0.0765,"cashOnCashROI":-0.3328,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0}},{"json":{"Address":"11537 SW 64th St #A83 Miami FL 33173 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1575,"price":530000,"taxAssessedValue":338150,"zestimate":511400,"rentZestimate":2955,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":106000,"closingCosts":15900,"loanAmount":424000,"mortgagePayment":2276.12,"monthlyPropertyTax":338.15,"monthlyInsurance":132.5,"monthlyMaintenance":441.67,"totalMonthlyExpenses":3188.44,"monthlyCashFlow":-233.44,"annualCashFlow":-2801.28,"capRate":-0.0053,"cashOnCashROI":-0.023,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.69,"priceVsZestimatePct":3.64}},{"json":{"Address":"1025 NW 31st Ave Miami FL 33125 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"6667 sqft","livingArea":2432,"price":544999,"taxAssessedValue":503167,"zestimate":null,"rentZestimate":null,"priceReduction":"$4,901 (Nov 22)","bathrooms":5,"bedrooms":8,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":108999.8,"closingCosts":16349.97,"loanAmount":435999.2,"mortgagePayment":2340.54,"monthlyPropertyTax":503.17,"monthlyInsurance":136.25,"monthlyMaintenance":454.17,"totalMonthlyExpenses":3434.12,"monthlyCashFlow":-3434.12,"annualCashFlow":-41209.45,"capRate":-0.0756,"cashOnCashROI":-0.3288,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0}},{"json":{"Address":"6821 NW 6th Ct Miami FL 33150 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"3920 sqft","livingArea":1635,"price":540000,"taxAssessedValue":151864,"zestimate":539500,"rentZestimate":4151,"priceReduction":"$38,000 (Nov 26)","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":108000,"closingCosts":16200,"loanAmount":432000,"mortgagePayment":2319.07,"monthlyPropertyTax":151.86,"monthlyInsurance":135,"monthlyMaintenance":450,"totalMonthlyExpenses":3055.93,"monthlyCashFlow":1095.07,"annualCashFlow":13140.8,"capRate":0.0243,"cashOnCashROI":0.1058,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":9.22,"priceVsZestimatePct":0.09}},{"json":{"Address":"14552 SW 155th Pl Miami FL 33196 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"4064.148 sqft","livingArea":2340,"price":550000,"taxAssessedValue":460442,"zestimate":548800,"rentZestimate":3827,"priceReduction":"$15,000 (Nov 9)","bathrooms":3,"bedrooms":5,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":460.44,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3418.29,"monthlyCashFlow":408.71,"annualCashFlow":4904.51,"capRate":0.0089,"cashOnCashROI":0.0388,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.35,"priceVsZestimatePct":0.22}},{"json":{"Address":"5020 NW 14th Ave Miami FL 33142 USA","homeStatus":"FOR_SALE","homeType":"MULTI_FAMILY","totalSize":" ","livingArea":1500,"price":550000,"taxAssessedValue":297596,"zestimate":535100,"rentZestimate":2245,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":297.6,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3255.44,"monthlyCashFlow":-1010.44,"annualCashFlow":-12125.33,"capRate":-0.022,"cashOnCashROI":-0.0959,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":4.9,"priceVsZestimatePct":2.78}},{"json":{"Address":"3806 SW 84th Ave #17 Miami FL 33155 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1347,"price":425000,"taxAssessedValue":330608,"zestimate":415800,"rentZestimate":3042,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":85000,"closingCosts":12750,"loanAmount":340000,"mortgagePayment":1825.19,"monthlyPropertyTax":330.61,"monthlyInsurance":106.25,"monthlyMaintenance":354.17,"totalMonthlyExpenses":2616.22,"monthlyCashFlow":425.78,"annualCashFlow":5109.38,"capRate":0.012,"cashOnCashROI":0.0523,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.59,"priceVsZestimatePct":2.21}},{"json":{"Address":"10169 SW 171st St Miami FL 33157 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"4162 sqft","livingArea":1231,"price":440000,"taxAssessedValue":275583,"zestimate":null,"rentZestimate":null,"priceReduction":"$10,000 (Nov 21)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":88000,"closingCosts":13200,"loanAmount":352000,"mortgagePayment":1889.61,"monthlyPropertyTax":275.58,"monthlyInsurance":110,"monthlyMaintenance":366.67,"totalMonthlyExpenses":2641.86,"monthlyCashFlow":-2641.86,"annualCashFlow":-31702.34,"capRate":-0.0721,"cashOnCashROI":-0.3133,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0}},{"json":{"Address":"12276 SW 10th St Miami FL 33184 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"3750 sqft","livingArea":1796,"price":549900,"taxAssessedValue":413952,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":109980,"closingCosts":16497,"loanAmount":439920,"mortgagePayment":2361.59,"monthlyPropertyTax":413.95,"monthlyInsurance":137.47,"monthlyMaintenance":458.25,"totalMonthlyExpenses":3371.26,"monthlyCashFlow":-3371.26,"annualCashFlow":-40455.15,"capRate":-0.0736,"cashOnCashROI":-0.3199,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0}},{"json":{"Address":"20000 SW 114th Ave Miami FL 33189 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7140 sqft","livingArea":1328,"price":499000,"taxAssessedValue":437091,"zestimate":494800,"rentZestimate":2860,"priceReduction":"$31,000 (Dec 1)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":437.09,"monthlyInsurance":124.75,"monthlyMaintenance":415.83,"totalMonthlyExpenses":3120.67,"monthlyCashFlow":-260.67,"annualCashFlow":-3128,"capRate":-0.0063,"cashOnCashROI":-0.0273,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.88,"priceVsZestimatePct":0.85}},{"json":{"Address":"1877 SW 6th St Miami FL 33135 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"6099 sqft","livingArea":1594,"price":550000,"taxAssessedValue":634512,"zestimate":null,"rentZestimate":null,"priceReduction":"","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":634.51,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3592.36,"monthlyCashFlow":-3592.36,"annualCashFlow":-43108.33,"capRate":-0.0784,"cashOnCashROI":-0.3408,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0}},{"json":{"Address":"13910 SW 160th Ter Miami FL 33177 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"3045 sqft","livingArea":1245,"price":495000,"taxAssessedValue":380799,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99000,"closingCosts":14850,"loanAmount":396000,"mortgagePayment":2125.81,"monthlyPropertyTax":380.8,"monthlyInsurance":123.75,"monthlyMaintenance":412.5,"totalMonthlyExpenses":3042.86,"monthlyCashFlow":-3042.86,"annualCashFlow":-36514.35,"capRate":-0.0738,"cashOnCashROI":-0.3207,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0}},{"json":{"Address":"12421 SW 193rd St Miami FL 33177 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"5520 sqft","livingArea":1537,"price":507000,"taxAssessedValue":372667,"zestimate":502700,"rentZestimate":3339,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":101400,"closingCosts":15210,"loanAmount":405600,"mortgagePayment":2177.35,"monthlyPropertyTax":372.67,"monthlyInsurance":126.75,"monthlyMaintenance":422.5,"totalMonthlyExpenses":3099.27,"monthlyCashFlow":239.73,"annualCashFlow":2876.81,"capRate":0.0057,"cashOnCashROI":0.0247,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.9,"priceVsZestimatePct":0.86}},{"json":{"Address":"13402 SW 153rd St APT 1905 Miami FL 33177 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1500,"price":415000,"taxAssessedValue":298350,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":83000,"closingCosts":12450,"loanAmount":332000,"mortgagePayment":1782.25,"monthlyPropertyTax":298.35,"monthlyInsurance":103.75,"monthlyMaintenance":345.83,"totalMonthlyExpenses":2530.18,"monthlyCashFlow":-2530.18,"annualCashFlow":-30362.17,"capRate":-0.0732,"cashOnCashROI":-0.3181,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0}},{"json":{"Address":"6514 SW 128th Pl #6514 Miami FL 33183 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1523,"price":499000,"taxAssessedValue":null,"zestimate":490300,"rentZestimate":3257,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":499,"monthlyInsurance":124.75,"monthlyMaintenance":415.83,"totalMonthlyExpenses":3182.58,"monthlyCashFlow":74.42,"annualCashFlow":893.1,"capRate":0.0018,"cashOnCashROI":0.0078,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.83,"priceVsZestimatePct":1.77}},{"json":{"Address":"12513 SW 121st Way Miami FL 33186 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1793,"price":540000,"taxAssessedValue":418001,"zestimate":534800,"rentZestimate":3418,"priceReduction":"$35,000 (Nov 22)","bathrooms":3,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":108000,"closingCosts":16200,"loanAmount":432000,"mortgagePayment":2319.07,"monthlyPropertyTax":418,"monthlyInsurance":135,"monthlyMaintenance":450,"totalMonthlyExpenses":3322.07,"monthlyCashFlow":95.93,"annualCashFlow":1151.16,"capRate":0.0021,"cashOnCashROI":0.0093,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.6,"priceVsZestimatePct":0.97}},{"json":{"Address":"7161 SW 163rd Pl Miami FL 33193 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"1700 sqft","livingArea":1666,"price":520000,"taxAssessedValue":417001,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":104000,"closingCosts":15600,"loanAmount":416000,"mortgagePayment":2233.18,"monthlyPropertyTax":417,"monthlyInsurance":130,"monthlyMaintenance":433.33,"totalMonthlyExpenses":3213.51,"monthlyCashFlow":-3213.51,"annualCashFlow":-38562.15,"capRate":-0.0742,"cashOnCashROI":-0.3224,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0}},{"json":{"Address":"20120 SW 112th Ct Miami FL 33189 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7875 sqft","livingArea":1350,"price":515000,"taxAssessedValue":386290,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":103000,"closingCosts":15450,"loanAmount":412000,"mortgagePayment":2211.71,"monthlyPropertyTax":386.29,"monthlyInsurance":128.75,"monthlyMaintenance":429.17,"totalMonthlyExpenses":3155.91,"monthlyCashFlow":-3155.91,"annualCashFlow":-37870.94,"capRate":-0.0735,"cashOnCashROI":-0.3197,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0}},{"json":{"Address":"640-642 NW 77th St Miami FL 33150 USA","homeStatus":"FOR_SALE","homeType":"MULTI_FAMILY","totalSize":" ","livingArea":1370,"price":449000,"taxAssessedValue":null,"zestimate":441600,"rentZestimate":null,"priceReduction":"$25,000 (Oct 29)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":89800,"closingCosts":13470,"loanAmount":359200,"mortgagePayment":1928.26,"monthlyPropertyTax":449,"monthlyInsurance":112.25,"monthlyMaintenance":374.17,"totalMonthlyExpenses":2863.68,"monthlyCashFlow":-2863.68,"annualCashFlow":-34364.16,"capRate":-0.0765,"cashOnCashROI":-0.3328,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":1.68}},{"json":{"Address":"17360 SW 121st Ave Miami FL 33177 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7500 sqft","livingArea":1527,"price":544900,"taxAssessedValue":386429,"zestimate":null,"rentZestimate":null,"priceReduction":"$30,100 (Nov 17)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":108980,"closingCosts":16347,"loanAmount":435920,"mortgagePayment":2340.11,"monthlyPropertyTax":386.43,"monthlyInsurance":136.22,"monthlyMaintenance":454.08,"totalMonthlyExpenses":3316.85,"monthlyCashFlow":-3316.85,"annualCashFlow":-39802.2,"capRate":-0.073,"cashOnCashROI":-0.3176,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0}},{"json":{"Address":"10250 SW 172nd St Miami FL 33157 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"5550 sqft","livingArea":1274,"price":449900,"taxAssessedValue":307386,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":89980,"closingCosts":13497,"loanAmount":359920,"mortgagePayment":1932.13,"monthlyPropertyTax":307.39,"monthlyInsurance":112.48,"monthlyMaintenance":374.92,"totalMonthlyExpenses":2726.91,"monthlyCashFlow":-2726.91,"annualCashFlow":-32722.87,"capRate":-0.0727,"cashOnCashROI":-0.3162,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0}},{"json":{"Address":"16415 SW 73rd Ter Miami FL 33193 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1160,"price":539000,"taxAssessedValue":370000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":107800,"closingCosts":16170,"loanAmount":431200,"mortgagePayment":2314.77,"monthlyPropertyTax":370,"monthlyInsurance":134.75,"monthlyMaintenance":449.17,"totalMonthlyExpenses":3268.69,"monthlyCashFlow":-3268.69,"annualCashFlow":-39224.3,"capRate":-0.0728,"cashOnCashROI":-0.3164,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0}},{"json":{"Address":"1243 NW 42nd St Miami FL 33142 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"5000 sqft","livingArea":1387,"price":460000,"taxAssessedValue":349395,"zestimate":null,"rentZestimate":3162,"priceReduction":"$20,000 (Sep 19)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":92000,"closingCosts":13800,"loanAmount":368000,"mortgagePayment":1975.5,"monthlyPropertyTax":349.39,"monthlyInsurance":115,"monthlyMaintenance":383.33,"totalMonthlyExpenses":2823.23,"monthlyCashFlow":338.77,"annualCashFlow":4065.22,"capRate":0.0088,"cashOnCashROI":0.0384,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.25,"priceVsZestimatePct":0}},{"json":{"Address":"1844 NW 33rd St Miami FL 33142 USA","homeStatus":"FOR_SALE","homeType":"CONDO","totalSize":" ","livingArea":1120,"price":451000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":90200,"closingCosts":13530,"loanAmount":360800,"mortgagePayment":1936.85,"monthlyPropertyTax":451,"monthlyInsurance":112.75,"monthlyMaintenance":375.83,"totalMonthlyExpenses":2876.44,"monthlyCashFlow":-2876.44,"annualCashFlow":-34517.23,"capRate":-0.0765,"cashOnCashROI":-0.3328,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0}},{"json":{"Address":"11321 SW 162nd Ter Miami FL 33157 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"7500 sqft","livingArea":1200,"price":545000,"taxAssessedValue":378482,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":109000,"closingCosts":16350,"loanAmount":436000,"mortgagePayment":2340.54,"monthlyPropertyTax":378.48,"monthlyInsurance":136.25,"monthlyMaintenance":454.17,"totalMonthlyExpenses":3309.44,"monthlyCashFlow":-3309.44,"annualCashFlow":-39713.29,"capRate":-0.0729,"cashOnCashROI":-0.3168,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0}},{"json":{"Address":"15540 SW 136th St #204 Miami FL 33196 USA","homeStatus":"FOR_SALE","homeType":"TOWNHOUSE","totalSize":" ","livingArea":1481,"price":420000,"taxAssessedValue":353220,"zestimate":416700,"rentZestimate":2843,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":84000,"closingCosts":12600,"loanAmount":336000,"mortgagePayment":1803.72,"monthlyPropertyTax":353.22,"monthlyInsurance":105,"monthlyMaintenance":350,"totalMonthlyExpenses":2611.94,"monthlyCashFlow":231.06,"annualCashFlow":2772.71,"capRate":0.0066,"cashOnCashROI":0.0287,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.12,"priceVsZestimatePct":0.79}},{"json":{"Address":"11958 SW 210th Ter Miami FL 33177 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"4500 sqft","livingArea":1167,"price":499900,"taxAssessedValue":329154,"zestimate":498000,"rentZestimate":3879,"priceReduction":"$15,000 (Nov 20)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99980,"closingCosts":14997,"loanAmount":399920,"mortgagePayment":2146.86,"monthlyPropertyTax":329.15,"monthlyInsurance":124.98,"monthlyMaintenance":416.58,"totalMonthlyExpenses":3017.57,"monthlyCashFlow":861.43,"annualCashFlow":10337.17,"capRate":0.0207,"cashOnCashROI":0.0899,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":9.31,"priceVsZestimatePct":0.38}},{"json":{"Address":"17404 SW 142nd Pl Miami FL 33177 USA","homeStatus":"FOR_SALE","homeType":"SINGLE_FAMILY","totalSize":"3703 sqft","livingArea":1393,"price":550000,"taxAssessedValue":382979,"zestimate":546500,"rentZestimate":3048,"priceReduction":"$29,999 (Nov 14)","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":382.98,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3340.83,"monthlyCashFlow":-292.83,"annualCashFlow":-3513.93,"capRate":-0.0064,"cashOnCashROI":-0.0278,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.65,"priceVsZestimatePct":0.64}}]}}...
|
[{"startData":"1","resultData& [{"startData":"1","resultData":"2","executionData":"3"},{"destinationNode":"4","runNodeFilter":"5"},{"runData":"6","pinData":"7","lastNodeExecuted":"4"},{"contextData":"8","nodeExecutionStack":"9","metadata":"10","waitingExecution":"11","waitingExecutionSource":"12","runtimeData":"13"},"Append or update row in sheet",["14","15","4","16","17","18"],{"On form submission":"19","Search for Deals":"20","Split Out":"21","Edit Fields":"22","Code in JavaScript":"23","Append or update row in sheet":"24"},{"On form submission":"25","Search for Deals":"26","Edit Fields":"27","Code in JavaScript":"28"},{},[],{},{},{},{"version":1,"establishedAt":1764831294524,"source":"29"},"On form submission","Code in JavaScript","Edit Fields","Split Out","Search for Deals",["30"],["31"],["32"],["33"],["34"],["35"],["36"],["37"],["38","39","40","41","42","43","44","45","46","47","48","49","50","51","52","53","54","55","56","57","58","59","60","61","62","63","64","65","66","67","68","69","70","71","72","73","74","75","76","77","78"],["79","80","81","82","83","84","85","86","87","88","89","90","91","92","93","94","95","96","97","98","99","100","101","102","103","104","105","106","107","108","109","110","111","112","113","114","115","116","117","118","119"],"manual",{"startTime":1764827146315,"executionIndex":0,"source":"120","hints":"121","executionTime":1,"executionStatus":"122","data":"123"},{"startTime":1764829403671,"executionIndex":1,"source":"124","hints":"125","executionTime":13238,"executionStatus":"122","data":"126"},{"startTime":1764829500781,"executionIndex":2,"source":"127","hints":"128","executionTime":7,"executionStatus":"122","data":"129"},{"startTime":1764830250453,"executionIndex":3,"source":"130","hints":"131","executionTime":520,"executionStatus":"122","data":"132"},{"startTime":1764830262604,"executionIndex":4,"source":"133","hints":"134","executionTime":43,"executionStatus":"122","data":"135"},{"startTime":1764831294534,"executionIndex":5,"source":"136","hints":"137","executionTime":2000,"executionStatus":"122","data":"138"},{"json":"139"},{"json":"140"},{"json":"141"},{"json":"142"},{"json":"143"},{"json":"144"},{"json":"145"},{"json":"146"},{"json":"147"},{"json":"148"},{"json":"149"},{"json":"150"},{"json":"151"},{"json":"152"},{"json":"153"},{"json":"154"},{"json":"155"},{"json":"156"},{"json":"157"},{"json":"158"},{"json":"159"},{"json":"160"},{"json":"161"},{"json":"162"},{"json":"163"},{"json":"164"},{"json":"165"},{"json":"166"},{"json":"167"},{"json":"168"},{"json":"169"},{"json":"170"},{"json":"171"},{"json":"172"},{"json":"173"},{"json":"174"},{"json":"175"},{"json":"176"},{"json":"177"},{"json":"178"},{"json":"179"},{"json":"180"},{"json":"181"},{"json":"182"},{"json":"183"},{"json":"184"},{"json":"185"},{"json":"186"},{"json":"187"},{"json":"188"},{"json":"189"},{"json":"190"},{"json":"191"},{"json":"192"},{"json":"193"},{"json":"194"},{"json":"195"},{"json":"196"},{"json":"197"},{"json":"198"},{"json":"199"},{"json":"200"},{"json":"201"},{"json":"202"},{"json":"203"},{"json":"204"},{"json":"205"},{"json":"206"},{"json":"207"},{"json":"208"},{"json":"209"},{"json":"210"},{"json":"211"},{"json":"212"},{"json":"213"},{"json":"214"},{"json":"215"},{"json":"216"},{"json":"217"},{"json":"218"},{"json":"219"},{"json":"220"},{"json":"221"},{"json":"222"},[],[],"success",{"main":"223"},["224"],[],{"main":"225"},["226"],[],{"main":"227"},["228"],[],{"main":"229"},["230"],[],{"main":"231"},["232"],[],{"main":"233"},{"Location":"234","Status":"235","Minimum Price":"236","Maximum Price":"237","Minimum Number of Beds":"238","Minimum Number of Bathrooms":"239","sortselection":"240","Multi Family?":"241","submittedAt":"242","formMode":"243"},{"results":"244","resultsPerPage":41,"totalPages":7,"totalResultCount":260},{"Address":"245","homeStatus":"246","homeType":"247","totalSize":"248","livingArea":1214,"price":490000,"taxAssessedValue":399887,"zestimate":484400,"rentZestimate":2981,"priceReduction":"249","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"250","homeStatus":"246","homeType":"247","totalSize":"251","livingArea":2391,"price":495000,"taxAssessedValue":360463,"zestimate":null,"rentZestimate":null,"priceReduction":"252","bathrooms":4,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"253","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1336,"price":499990,"taxAssessedValue":378000,"zestimate":487300,"rentZestimate":3172,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"256","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1170,"price":460000,"taxAssessedValue":321410,"zestimate":445400,"rentZestimate":2971,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"257","homeStatus":"246","homeType":"247","totalSize":"258","livingArea":1301,"price":530000,"taxAssessedValue":400723,"zestimate":526900,"rentZestimate":2910,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"259","homeStatus":"246","homeType":"247","totalSize":"260","livingArea":1717,"price":550000,"taxAssessedValue":418273,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"261","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1365,"price":475000,"taxAssessedValue":350000,"zestimate":460700,"rentZestimate":2937,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"262","homeStatus":"246","homeType":"247","totalSize":"263","livingArea":1258,"price":427995,"taxAssessedValue":411344,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"264","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1320,"price":440000,"taxAssessedValue":313749,"zestimate":435600,"rentZestimate":2670,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"265","homeStatus":"246","homeType":"247","totalSize":"266","livingArea":1702,"price":415000,"taxAssessedValue":429229,"zestimate":407400,"rentZestimate":2445,"priceReduction":"267","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"268","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1321,"price":490000,"taxAssessedValue":390000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true},{"Address":"269","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1602,"price":499000,"taxAssessedValue":401000,"zestimate":491200,"rentZestimate":3013,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"270","homeStatus":"246","homeType":"247","totalSize":"271","livingArea":1289,"price":534900,"taxAssessedValue":384378,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"272","homeStatus":"246","homeType":"247","totalSize":"273","livingArea":1000,"price":499000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"274","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1575,"price":530000,"taxAssessedValue":338150,"zestimate":511400,"rentZestimate":2955,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"275","homeStatus":"246","homeType":"247","totalSize":"276","livingArea":2432,"price":544999,"taxAssessedValue":503167,"zestimate":null,"rentZestimate":null,"priceReduction":"277","bathrooms":5,"bedrooms":8,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"278","homeStatus":"246","homeType":"247","totalSize":"279","livingArea":1635,"price":540000,"taxAssessedValue":151864,"zestimate":539500,"rentZestimate":4151,"priceReduction":"280","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"281","homeStatus":"246","homeType":"247","totalSize":"282","livingArea":2340,"price":550000,"taxAssessedValue":460442,"zestimate":548800,"rentZestimate":3827,"priceReduction":"283","bathrooms":3,"bedrooms":5,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"284","homeStatus":"246","homeType":"285","totalSize":"255","livingArea":1500,"price":550000,"taxAssessedValue":297596,"zestimate":535100,"rentZestimate":2245,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"286","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1347,"price":425000,"taxAssessedValue":330608,"zestimate":415800,"rentZestimate":3042,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"287","homeStatus":"246","homeType":"247","totalSize":"288","livingArea":1231,"price":440000,"taxAssessedValue":275583,"zestimate":null,"rentZestimate":null,"priceReduction":"289","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"290","homeStatus":"246","homeType":"247","totalSize":"291","livingArea":1796,"price":549900,"taxAssessedValue":413952,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"292","homeStatus":"246","homeType":"247","totalSize":"293","livingArea":1328,"price":499000,"taxAssessedValue":437091,"zestimate":494800,"rentZestimate":2860,"priceReduction":"294","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"295","homeStatus":"246","homeType":"247","totalSize":"296","livingArea":1594,"price":550000,"taxAssessedValue":634512,"zestimate":null,"rentZestimate":null,"priceReduction":"297","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"298","homeStatus":"246","homeType":"247","totalSize":"299","livingArea":1245,"price":495000,"taxAssessedValue":380799,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"300","homeStatus":"246","homeType":"247","totalSize":"301","livingArea":1537,"price":507000,"taxAssessedValue":372667,"zestimate":502700,"rentZestimate":3339,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"302","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1500,"price":415000,"taxAssessedValue":298350,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"303","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1523,"price":499000,"taxAssessedValue":null,"zestimate":490300,"rentZestimate":3257,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"304","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1793,"price":540000,"taxAssessedValue":418001,"zestimate":534800,"rentZestimate":3418,"priceReduction":"305","bathrooms":3,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"306","homeStatus":"246","homeType":"247","totalSize":"307","livingArea":1666,"price":520000,"taxAssessedValue":417001,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"308","homeStatus":"246","homeType":"247","totalSize":"309","livingArea":1350,"price":515000,"taxAssessedValue":386290,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"310","homeStatus":"246","homeType":"285","totalSize":"255","livingArea":1370,"price":449000,"taxAssessedValue":null,"zestimate":441600,"rentZestimate":null,"priceReduction":"311","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"312","homeStatus":"246","homeType":"247","totalSize":"313","livingArea":1527,"price":544900,"taxAssessedValue":386429,"zestimate":null,"rentZestimate":null,"priceReduction":"314","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"315","homeStatus":"246","homeType":"247","totalSize":"316","livingArea":1274,"price":449900,"taxAssessedValue":307386,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"317","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1160,"price":539000,"taxAssessedValue":370000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"318","homeStatus":"246","homeType":"247","totalSize":"319","livingArea":1387,"price":460000,"taxAssessedValue":349395,"zestimate":null,"rentZestimate":3162,"priceReduction":"320","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"321","homeStatus":"246","homeType":"322","totalSize":"255","livingArea":1120,"price":451000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"323","homeStatus":"246","homeType":"247","totalSize":"313","livingArea":1200,"price":545000,"taxAssessedValue":378482,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"324","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1481,"price":420000,"taxAssessedValue":353220,"zestimate":416700,"rentZestimate":2843,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"325","homeStatus":"246","homeType":"247","totalSize":"326","livingArea":1167,"price":499900,"taxAssessedValue":329154,"zestimate":498000,"rentZestimate":3879,"priceReduction":"327","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"328","homeStatus":"246","homeType":"247","totalSize":"329","livingArea":1393,"price":550000,"taxAssessedValue":382979,"zestimate":546500,"rentZestimate":3048,"priceReduction":"330","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"Address":"245","homeStatus":"246","homeType":"247","totalSize":"248","livingArea":1214,"price":490000,"taxAssessedValue":399887,"zestimate":484400,"rentZestimate":2981,"priceReduction":"249","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":98000,"closingCosts":14700,"loanAmount":392000,"mortgagePayment":2104.34,"monthlyPropertyTax":399.89,"monthlyInsurance":122.5,"monthlyMaintenance":408.33,"totalMonthlyExpenses":3035.06,"monthlyCashFlow":-54.06,"annualCashFlow":-648.73,"capRate":-0.0013,"cashOnCashROI":-0.0058,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.3,"priceVsZestimatePct":1.16},{"Address":"250","homeStatus":"246","homeType":"247","totalSize":"251","livingArea":2391,"price":495000,"taxAssessedValue":360463,"zestimate":null,"rentZestimate":null,"priceReduction":"252","bathrooms":4,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99000,"closingCosts":14850,"loanAmount":396000,"mortgagePayment":2125.81,"monthlyPropertyTax":360.46,"monthlyInsurance":123.75,"monthlyMaintenance":412.5,"totalMonthlyExpenses":3022.53,"monthlyCashFlow":-3022.53,"annualCashFlow":-36270.32,"capRate":-0.0733,"cashOnCashROI":-0.3186,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"Address":"253","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1336,"price":499990,"taxAssessedValue":378000,"zestimate":487300,"rentZestimate":3172,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99998,"closingCosts":14999.7,"loanAmount":399992,"mortgagePayment":2147.24,"monthlyPropertyTax":378,"monthlyInsurance":125,"monthlyMaintenance":416.66,"totalMonthlyExpenses":3066.9,"monthlyCashFlow":105.1,"annualCashFlow":1261.21,"capRate":0.0025,"cashOnCashROI":0.011,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.61,"priceVsZestimatePct":2.6},{"Address":"256","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1170,"price":460000,"taxAssessedValue":321410,"zestimate":445400,"rentZestimate":2971,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":92000,"closingCosts":13800,"loanAmount":368000,"mortgagePayment":1975.5,"monthlyPropertyTax":321.41,"monthlyInsurance":115,"monthlyMaintenance":383.33,"totalMonthlyExpenses":2795.25,"monthlyCashFlow":175.75,"annualCashFlow":2109.04,"capRate":0.0046,"cashOnCashROI":0.0199,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.75,"priceVsZestimatePct":3.28},{"Address":"257","homeStatus":"246","homeType":"247","totalSize":"258","livingArea":1301,"price":530000,"taxAssessedValue":400723,"zestimate":526900,"rentZestimate":2910,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":106000,"closingCosts":15900,"loanAmount":424000,"mortgagePayment":2276.12,"monthlyPropertyTax":400.72,"monthlyInsurance":132.5,"monthlyMaintenance":441.67,"totalMonthlyExpenses":3251.01,"monthlyCashFlow":-341.01,"annualCashFlow":-4092.16,"capRate":-0.0077,"cashOnCashROI":-0.0336,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.59,"priceVsZestimatePct":0.59},{"Address":"259","homeStatus":"246","homeType":"247","totalSize":"260","livingArea":1717,"price":550000,"taxAssessedValue":418273,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":418.27,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3376.12,"monthlyCashFlow":-3376.12,"annualCashFlow":-40513.46,"capRate":-0.0737,"cashOnCashROI":-0.3203,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"Address":"261","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1365,"price":475000,"taxAssessedValue":350000,"zestimate":460700,"rentZestimate":2937,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":95000,"closingCosts":14250,"loanAmount":380000,"mortgagePayment":2039.92,"monthlyPropertyTax":350,"monthlyInsurance":118.75,"monthlyMaintenance":395.83,"totalMonthlyExpenses":2904.51,"monthlyCashFlow":32.49,"annualCashFlow":389.93,"capRate":0.0008,"cashOnCashROI":0.0036,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.42,"priceVsZestimatePct":3.1},{"Address":"262","homeStatus":"246","homeType":"247","totalSize":"263","livingArea":1258,"price":427995,"taxAssessedValue":411344,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":85599,"closingCosts":12839.85,"loanAmount":342396,"mortgagePayment":1838.06,"monthlyPropertyTax":411.34,"monthlyInsurance":107,"monthlyMaintenance":356.66,"totalMonthlyExpenses":2713.06,"monthlyCashFlow":-2713.06,"annualCashFlow":-32556.73,"capRate":-0.0761,"cashOnCashROI":-0.3307,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"Address":"264","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1320,"price":440000,"taxAssessedValue":313749,"zestimate":435600,"rentZestimate":2670,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":88000,"closingCosts":13200,"loanAmount":352000,"mortgagePayment":1889.61,"monthlyPropertyTax":313.75,"monthlyInsurance":110,"monthlyMaintenance":366.67,"totalMonthlyExpenses":2680.03,"monthlyCashFlow":-10.03,"annualCashFlow":-120.33,"capRate":-0.0003,"cashOnCashROI":-0.0012,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.28,"priceVsZestimatePct":1.01},{"Address":"265","homeStatus":"246","homeType":"247","totalSize":"266","livingArea":1702,"price":415000,"taxAssessedValue":429229,"zestimate":407400,"rentZestimate":2445,"priceReduction":"267","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":83000,"closingCosts":12450,"loanAmount":332000,"mortgagePayment":1782.25,"monthlyPropertyTax":429.23,"monthlyInsurance":103.75,"monthlyMaintenance":345.83,"totalMonthlyExpenses":2661.06,"monthlyCashFlow":-216.06,"annualCashFlow":-2592.72,"capRate":-0.0062,"cashOnCashROI":-0.0272,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.07,"priceVsZestimatePct":1.87},{"Address":"268","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1321,"price":490000,"taxAssessedValue":390000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"downPayment":98000,"closingCosts":14700,"loanAmount":392000,"mortgagePayment":2104.34,"monthlyPropertyTax":390,"monthlyInsurance":122.5,"monthlyMaintenance":408.33,"totalMonthlyExpenses":3025.17,"monthlyCashFlow":-3025.17,"annualCashFlow":-36302.09,"capRate":-0.0741,"cashOnCashROI":-0.3221,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"Address":"269","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1602,"price":499000,"taxAssessedValue":401000,"zestimate":491200,"rentZestimate":3013,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":401,"monthlyInsurance":124.75,"monthlyMaintenance":415.83,"totalMonthlyExpenses":3084.58,"monthlyCashFlow":-71.58,"annualCashFlow":-858.9,"capRate":-0.0017,"cashOnCashROI":-0.0075,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.25,"priceVsZestimatePct":1.59},{"Address":"270","homeStatus":"246","homeType":"247","totalSize":"271","livingArea":1289,"price":534900,"taxAssessedValue":384378,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":106980,"closingCosts":16047,"loanAmount":427920,"mortgagePayment":2297.17,"monthlyPropertyTax":384.38,"monthlyInsurance":133.72,"monthlyMaintenance":445.75,"totalMonthlyExpenses":3261.02,"monthlyCashFlow":-3261.02,"annualCashFlow":-39132.24,"capRate":-0.0732,"cashOnCashROI":-0.3181,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"Address":"272","homeStatus":"246","homeType":"247","totalSize":"273","livingArea":1000,"price":499000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":499,"monthlyInsurance":124.75,"monthlyMaintenance":415.83,"totalMonthlyExpenses":3182.58,"monthlyCashFlow":-3182.58,"annualCashFlow":-38190.9,"capRate":-0.0765,"cashOnCashROI":-0.3328,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"Address":"274","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1575,"price":530000,"taxAssessedValue":338150,"zestimate":511400,"rentZestimate":2955,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":106000,"closingCosts":15900,"loanAmount":424000,"mortgagePayment":2276.12,"monthlyPropertyTax":338.15,"monthlyInsurance":132.5,"monthlyMaintenance":441.67,"totalMonthlyExpenses":3188.44,"monthlyCashFlow":-233.44,"annualCashFlow":-2801.28,"capRate":-0.0053,"cashOnCashROI":-0.023,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.69,"priceVsZestimatePct":3.64},{"Address":"275","homeStatus":"246","homeType":"247","totalSize":"276","livingArea":2432,"price":544999,"taxAssessedValue":503167,"zestimate":null,"rentZestimate":null,"priceReduction":"277","bathrooms":5,"bedrooms":8,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":108999.8,"closingCosts":16349.97,"loanAmount":435999.2,"mortgagePayment":2340.54,"monthlyPropertyTax":503.17,"monthlyInsurance":136.25,"monthlyMaintenance":454.17,"totalMonthlyExpenses":3434.12,"monthlyCashFlow":-3434.12,"annualCashFlow":-41209.45,"capRate":-0.0756,"cashOnCashROI":-0.3288,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"Address":"278","homeStatus":"246","homeType":"247","totalSize":"279","livingArea":1635,"price":540000,"taxAssessedValue":151864,"zestimate":539500,"rentZestimate":4151,"priceReduction":"280","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":108000,"closingCosts":16200,"loanAmount":432000,"mortgagePayment":2319.07,"monthlyPropertyTax":151.86,"monthlyInsurance":135,"monthlyMaintenance":450,"totalMonthlyExpenses":3055.93,"monthlyCashFlow":1095.07,"annualCashFlow":13140.8,"capRate":0.0243,"cashOnCashROI":0.1058,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":9.22,"priceVsZestimatePct":0.09},{"Address":"281","homeStatus":"246","homeType":"247","totalSize":"282","livingArea":2340,"price":550000,"taxAssessedValue":460442,"zestimate":548800,"rentZestimate":3827,"priceReduction":"283","bathrooms":3,"bedrooms":5,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":460.44,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3418.29,"monthlyCashFlow":408.71,"annualCashFlow":4904.51,"capRate":0.0089,"cashOnCashROI":0.0388,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.35,"priceVsZestimatePct":0.22},{"Address":"284","homeStatus":"246","homeType":"285","totalSize":"255","livingArea":1500,"price":550000,"taxAssessedValue":297596,"zestimate":535100,"rentZestimate":2245,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":297.6,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3255.44,"monthlyCashFlow":-1010.44,"annualCashFlow":-12125.33,"capRate":-0.022,"cashOnCashROI":-0.0959,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":4.9,"priceVsZestimatePct":2.78},{"Address":"286","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1347,"price":425000,"taxAssessedValue":330608,"zestimate":415800,"rentZestimate":3042,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":85000,"closingCosts":12750,"loanAmount":340000,"mortgagePayment":1825.19,"monthlyPropertyTax":330.61,"monthlyInsurance":106.25,"monthlyMaintenance":354.17,"totalMonthlyExpenses":2616.22,"monthlyCashFlow":425.78,"annualCashFlow":5109.38,"capRate":0.012,"cashOnCashROI":0.0523,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.59,"priceVsZestimatePct":2.21},{"Address":"287","homeStatus":"246","homeType":"247","totalSize":"288","livingArea":1231,"price":440000,"taxAssessedValue":275583,"zestimate":null,"rentZestimate":null,"priceReduction":"289","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":88000,"closingCosts":13200,"loanAmount":352000,"mortgagePayment":1889.61,"monthlyPropertyTax":275.58,"monthlyInsurance":110,"monthlyMaintenance":366.67,"totalMonthlyExpenses":2641.86,"monthlyCashFlow":-2641.86,"annualCashFlow":-31702.34,"capRate":-0.0721,"cashOnCashROI":-0.3133,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"Address":"290","homeStatus":"246","homeType":"247","totalSize":"291","livingArea":1796,"price":549900,"taxAssessedValue":413952,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":109980,"closingCosts":16497,"loanAmount":439920,"mortgagePayment":2361.59,"monthlyPropertyTax":413.95,"monthlyInsurance":137.47,"monthlyMaintenance":458.25,"totalMonthlyExpenses":3371.26,"monthlyCashFlow":-3371.26,"annualCashFlow":-40455.15,"capRate":-0.0736,"cashOnCashROI":-0.3199,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"Address":"292","homeStatus":"246","homeType":"247","totalSize":"293","livingArea":1328,"price":499000,"taxAssessedValue":437091,"zestimate":494800,"rentZestimate":2860,"priceReduction":"294","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":437.09,"monthlyInsurance":124.75,"monthlyMaintenance":415.83,"totalMonthlyExpenses":3120.67,"monthlyCashFlow":-260.67,"annualCashFlow":-3128,"capRate":-0.0063,"cashOnCashROI":-0.0273,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.88,"priceVsZestimatePct":0.85},{"Address":"295","homeStatus":"246","homeType":"247","totalSize":"296","livingArea":1594,"price":550000,"taxAssessedValue":634512,"zestimate":null,"rentZestimate":null,"priceReduction":"297","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":634.51,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3592.36,"monthlyCashFlow":-3592.36,"annualCashFlow":-43108.33,"capRate":-0.0784,"cashOnCashROI":-0.3408,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"Address":"298","homeStatus":"246","homeType":"247","totalSize":"299","livingArea":1245,"price":495000,"taxAssessedValue":380799,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99000,"closingCosts":14850,"loanAmount":396000,"mortgagePayment":2125.81,"monthlyPropertyTax":380.8,"monthlyInsurance":123.75,"monthlyMaintenance":412.5,"totalMonthlyExpenses":3042.86,"monthlyCashFlow":-3042.86,"annualCashFlow":-36514.35,"capRate":-0.0738,"cashOnCashROI":-0.3207,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"Address":"300","homeStatus":"246","homeType":"247","totalSize":"301","livingArea":1537,"price":507000,"taxAssessedValue":372667,"zestimate":502700,"rentZestimate":3339,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":101400,"closingCosts":15210,"loanAmount":405600,"mortgagePayment":2177.35,"monthlyPropertyTax":372.67,"monthlyInsurance":126.75,"monthlyMaintenance":422.5,"totalMonthlyExpenses":3099.27,"monthlyCashFlow":239.73,"annualCashFlow":2876.81,"capRate":0.0057,"cashOnCashROI":0.0247,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.9,"priceVsZestimatePct":0.86},{"Address":"302","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1500,"price":415000,"taxAssessedValue":298350,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":83000,"closingCosts":12450,"loanAmount":332000,"mortgagePayment":1782.25,"monthlyPropertyTax":298.35,"monthlyInsurance":103.75,"monthlyMaintenance":345.83,"totalMonthlyExpenses":2530.18,"monthlyCashFlow":-2530.18,"annualCashFlow":-30362.17,"capRate":-0.0732,"cashOnCashROI":-0.3181,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"Address":"303","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1523,"price":499000,"taxAssessedValue":null,"zestimate":490300,"rentZestimate":3257,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":499,"monthlyInsurance":124.75,"monthlyMaintenance":415.83,"totalMonthlyExpenses":3182.58,"monthlyCashFlow":74.42,"annualCashFlow":893.1,"capRate":0.0018,"cashOnCashROI":0.0078,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.83,"priceVsZestimatePct":1.77},{"Address":"304","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1793,"price":540000,"taxAssessedValue":418001,"zestimate":534800,"rentZestimate":3418,"priceReduction":"305","bathrooms":3,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":108000,"closingCosts":16200,"loanAmount":432000,"mortgagePayment":2319.07,"monthlyPropertyTax":418,"monthlyInsurance":135,"monthlyMaintenance":450,"totalMonthlyExpenses":3322.07,"monthlyCashFlow":95.93,"annualCashFlow":1151.16,"capRate":0.0021,"cashOnCashROI":0.0093,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.6,"priceVsZestimatePct":0.97},{"Address":"306","homeStatus":"246","homeType":"247","totalSize":"307","livingArea":1666,"price":520000,"taxAssessedValue":417001,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":104000,"closingCosts":15600,"loanAmount":416000,"mortgagePayment":2233.18,"monthlyPropertyTax":417,"monthlyInsurance":130,"monthlyMaintenance":433.33,"totalMonthlyExpenses":3213.51,"monthlyCashFlow":-3213.51,"annualCashFlow":-38562.15,"capRate":-0.0742,"cashOnCashROI":-0.3224,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"Address":"308","homeStatus":"246","homeType":"247","totalSize":"309","livingArea":1350,"price":515000,"taxAssessedValue":386290,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":103000,"closingCosts":15450,"loanAmount":412000,"mortgagePayment":2211.71,"monthlyPropertyTax":386.29,"monthlyInsurance":128.75,"monthlyMaintenance":429.17,"totalMonthlyExpenses":3155.91,"monthlyCashFlow":-3155.91,"annualCashFlow":-37870.94,"capRate":-0.0735,"cashOnCashROI":-0.3197,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"Address":"310","homeStatus":"246","homeType":"285","totalSize":"255","livingArea":1370,"price":449000,"taxAssessedValue":null,"zestimate":441600,"rentZestimate":null,"priceReduction":"311","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":89800,"closingCosts":13470,"loanAmount":359200,"mortgagePayment":1928.26,"monthlyPropertyTax":449,"monthlyInsurance":112.25,"monthlyMaintenance":374.17,"totalMonthlyExpenses":2863.68,"monthlyCashFlow":-2863.68,"annualCashFlow":-34364.16,"capRate":-0.0765,"cashOnCashROI":-0.3328,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":1.68},{"Address":"312","homeStatus":"246","homeType":"247","totalSize":"313","livingArea":1527,"price":544900,"taxAssessedValue":386429,"zestimate":null,"rentZestimate":null,"priceReduction":"314","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":108980,"closingCosts":16347,"loanAmount":435920,"mortgagePayment":2340.11,"monthlyPropertyTax":386.43,"monthlyInsurance":136.22,"monthlyMaintenance":454.08,"totalMonthlyExpenses":3316.85,"monthlyCashFlow":-3316.85,"annualCashFlow":-39802.2,"capRate":-0.073,"cashOnCashROI":-0.3176,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"Address":"315","homeStatus":"246","homeType":"247","totalSize":"316","livingArea":1274,"price":449900,"taxAssessedValue":307386,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":89980,"closingCosts":13497,"loanAmount":359920,"mortgagePayment":1932.13,"monthlyPropertyTax":307.39,"monthlyInsurance":112.48,"monthlyMaintenance":374.92,"totalMonthlyExpenses":2726.91,"monthlyCashFlow":-2726.91,"annualCashFlow":-32722.87,"capRate":-0.0727,"cashOnCashROI":-0.3162,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"Address":"317","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1160,"price":539000,"taxAssessedValue":370000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":107800,"closingCosts":16170,"loanAmount":431200,"mortgagePayment":2314.77,"monthlyPropertyTax":370,"monthlyInsurance":134.75,"monthlyMaintenance":449.17,"totalMonthlyExpenses":3268.69,"monthlyCashFlow":-3268.69,"annualCashFlow":-39224.3,"capRate":-0.0728,"cashOnCashROI":-0.3164,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"Address":"318","homeStatus":"246","homeType":"247","totalSize":"319","livingArea":1387,"price":460000,"taxAssessedValue":349395,"zestimate":null,"rentZestimate":3162,"priceReduction":"320","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":92000,"closingCosts":13800,"loanAmount":368000,"mortgagePayment":1975.5,"monthlyPropertyTax":349.39,"monthlyInsurance":115,"monthlyMaintenance":383.33,"totalMonthlyExpenses":2823.23,"monthlyCashFlow":338.77,"annualCashFlow":4065.22,"capRate":0.0088,"cashOnCashROI":0.0384,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.25,"priceVsZestimatePct":0},{"Address":"321","homeStatus":"246","homeType":"322","totalSize":"255","livingArea":1120,"price":451000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":90200,"closingCosts":13530,"loanAmount":360800,"mortgagePayment":1936.85,"monthlyPropertyTax":451,"monthlyInsurance":112.75,"monthlyMaintenance":375.83,"totalMonthlyExpenses":2876.44,"monthlyCashFlow":-2876.44,"annualCashFlow":-34517.23,"capRate":-0.0765,"cashOnCashROI":-0.3328,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"Address":"323","homeStatus":"246","homeType":"247","totalSize":"313","livingArea":1200,"price":545000,"taxAssessedValue":378482,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":109000,"closingCosts":16350,"loanAmount":436000,"mortgagePayment":2340.54,"monthlyPropertyTax":378.48,"monthlyInsurance":136.25,"monthlyMaintenance":454.17,"totalMonthlyExpenses":3309.44,"monthlyCashFlow":-3309.44,"annualCashFlow":-39713.29,"capRate":-0.0729,"cashOnCashROI":-0.3168,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"Address":"324","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1481,"price":420000,"taxAssessedValue":353220,"zestimate":416700,"rentZestimate":2843,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":84000,"closingCosts":12600,"loanAmount":336000,"mortgagePayment":1803.72,"monthlyPropertyTax":353.22,"monthlyInsurance":105,"monthlyMaintenance":350,"totalMonthlyExpenses":2611.94,"monthlyCashFlow":231.06,"annualCashFlow":2772.71,"capRate":0.0066,"cashOnCashROI":0.0287,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.12,"priceVsZestimatePct":0.79},{"Address":"325","homeStatus":"246","homeType":"247","totalSize":"326","livingArea":1167,"price":499900,"taxAssessedValue":329154,"zestimate":498000,"rentZestimate":3879,"priceReduction":"327","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99980,"closingCosts":14997,"loanAmount":399920,"mortgagePayment":2146.86,"monthlyPropertyTax":329.15,"monthlyInsurance":124.98,"monthlyMaintenance":416.58,"totalMonthlyExpenses":3017.57,"monthlyCashFlow":861.43,"annualCashFlow":10337.17,"capRate":0.0207,"cashOnCashROI":0.0899,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":9.31,"priceVsZestimatePct":0.38},{"Address":"328","homeStatus":"246","homeType":"247","totalSize":"329","livingArea":1393,"price":550000,"taxAssessedValue":382979,"zestimate":546500,"rentZestimate":3048,"priceReduction":"330","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":382.98,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3340.83,"monthlyCashFlow":-292.83,"annualCashFlow":-3513.93,"capRate":-0.0064,"cashOnCashROI":-0.0278,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.65,"priceVsZestimatePct":0.64},["331"],{"previousNode":"14","previousNodeOutput":0,"previousNodeRun":0},["332"],{"previousNode":"18","previousNodeOutput":0,"previousNodeRun":0},["333"],{"previousNode":"17","previousNodeOutput":0,"previousNodeRun":0},["334"],{"previousNode":"16","previousNodeOutput":0,"previousNodeRun":0},["335"],{"previousNode":"15","previousNodeOutput":0,"previousNodeRun":0},["336"],"MIami","forSale","400000","550000","3","2","Price","true","2025-12-03T21:45:46.257-08:00","test",["337","338","339","340","341","342","343","344","345","346","347","348","349","350","351","352","353","354","355","356","357","358","359","360","361","362","363","364","365","366","367","368","369","370","371","372","373","374","375","376","377"],"13741 SW 46th Ter Miami FL 33175 USA","FOR_SALE","SINGLE_FAMILY","3240 sqft","$10,000 (Nov 10)","8320 NE 3rd Ave Miami FL 33138 USA","7050 sqft","$55,000 (Oct 21)","10930 SW 75th St Miami FL 33173 USA","TOWNHOUSE"," ","10669 SW 113th Pl #84Z Miami FL 33176 USA","14117 SW 149th Ave Miami FL 33196 USA","3200 sqft","286 NW 57th St Miami FL 33127 USA","7100 sqft","10927 SW 71st Ln Miami FL 33173 USA","15141 SW 130th Ave Miami FL 33186 USA","5702.004 sqft","8595 SW 152nd Ave APT 251 Miami FL 33193 USA","3320 NW 14th Ave Miami FL 33142 USA","7168 sqft","$4,000 (Nov 24)","14782 SW 181st Ter Miami FL 33187 USA","12566 SW 126th Ave Miami FL 33186 USA","17995 SW 105th Ave Miami FL 33157 USA","10242 sqft","5820 NW 3rd Ave Miami FL 33127 USA","2125 sqft","11537 SW 64th St #A83 Miami FL 33173 USA","1025 NW 31st Ave Miami FL 33125 USA","6667 sqft","$4,901 (Nov 22)","6821 NW 6th Ct Miami FL 33150 USA","3920 sqft","$38,000 (Nov 26)","14552 SW 155th Pl Miami FL 33196 USA","4064.148 sqft","$15,000 (Nov 9)","5020 NW 14th Ave Miami FL 33142 USA","MULTI_FAMILY","3806 SW 84th Ave #17 Miami FL 33155 USA","10169 SW 171st St Miami FL 33157 USA","4162 sqft","$10,000 (Nov 21)","12276 SW 10th St Miami FL 33184 USA","3750 sqft","20000 SW 114th Ave Miami FL 33189 USA","7140 sqft","$31,000 (Dec 1)","1877 SW 6th St Miami FL 33135 USA","6099 sqft","","13910 SW 160th Ter Miami FL 33177 USA","3045 sqft","12421 SW 193rd St Miami FL 33177 USA","5520 sqft","13402 SW 153rd St APT 1905 Miami FL 33177 USA","6514 SW 128th Pl #6514 Miami FL 33183 USA","12513 SW 121st Way Miami FL 33186 USA","$35,000 (Nov 22)","7161 SW 163rd Pl Miami FL 33193 USA","1700 sqft","20120 SW 112th Ct Miami FL 33189 USA","7875 sqft","640-642 NW 77th St Miami FL 33150 USA","$25,000 (Oct 29)","17360 SW 121st Ave Miami FL 33177 USA","7500 sqft","$30,100 (Nov 17)","10250 SW 172nd St Miami FL 33157 USA","5550 sqft","16415 SW 73rd Ter Miami FL 33193 USA","1243 NW 42nd St Miami FL 33142 USA","5000 sqft","$20,000 (Sep 19)","1844 NW 33rd St Miami FL 33142 USA","CONDO","11321 SW 162nd Ter Miami FL 33157 USA","15540 SW 136th St #204 Miami FL 33196 USA","11958 SW 210th Ter Miami FL 33177 USA","4500 sqft","$15,000 (Nov 20)","17404 SW 142nd Pl Miami FL 33177 USA","3703 sqft","$29,999 (Nov 14)",["378"],["379"],["380","381","382","383","384","385","386","387","388","389","390","391","392","393","394","395","396","397","398","399","400","401","402","403","404","405","406","407","408","409","410","411","412","413","414","415","416","417","418","419","420"],["421","422","423","424","425","426","427","428","429","430","431","432","433","434","435","436","437","438","439","440","441","442","443","444","445","446","447","448","449","450","451","452","453","454","455","456","457","458","459","460","461"],["462","463","464","465","466","467","468","469","470","471","472","473","474","475","476","477","478","479","480","481","482","483","484","485","486","487","488","489","490","491","492","493","494","495","496","497","498","499","500","501","502"],["503","504","505","506","507","508","509","510","511","512","513","514","515","516","517","518","519","520","521","522","523","524","525","526","527","528","529","530","531","532","533","534","535","536","537","538","539","540","541","542","543"],{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"547","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":"548","livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"549","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"249","rentZestimate":2981,"shouldHighlight":false,"state":"550","streetAddress":"551","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"552","zpid":44246499},{"bathrooms":4,"bedrooms":4,"city":"544","country":"545","currency":"546","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"553","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":"554","livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"549","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"252","shouldHighlight":false,"state":"550","streetAddress":"555","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"556","zpid":43827372},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"557","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":"558","livingArea":1336,"longitude":-80.370636,"openHouse":"559","open_house_info":"560","price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"550","streetAddress":"561","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"562","zpid":156224524},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"563","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":"564","livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"550","streetAddress":"565","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"566","zestimate":445400,"zipcode":"567","zpid":44280853},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"568","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":"569","livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"549","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"550","streetAddress":"570","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"571","zpid":44329115},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"572","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":"573","livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"549","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"550","streetAddress":"574","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"575","zpid":43808029},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"576","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":"577","livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"550","streetAddress":"578","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"562","zpid":44214153},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"579","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":"580","livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"549","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"550","streetAddress":"581","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"582","zpid":44331113},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"583","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":"584","livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"550","streetAddress":"585","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"586","zestimate":435600,"zipcode":"587","zpid":44268720},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"588","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":"589","livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"549","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"267","rentZestimate":2445,"shouldHighlight":false,"state":"550","streetAddress":"590","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"591","zpid":43816637},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"592","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":"593","livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"550","streetAddress":"594","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"595","zpid":338743241},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"596","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":"597","livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"550","streetAddress":"598","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"582","zpid":62931912},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"599","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":"600","livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"549","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"550","streetAddress":"601","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"602","zpid":44302016},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"603","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":"604","livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"549","lotAreaValue":2125,"newConstructionType":"605","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"550","streetAddress":"606","timeOnZillow":1135294000,"zipcode":"575","zpid":458467587},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"607","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":"608","livingArea":1575,"longitude":-80.3799,"openHouse":"609","open_house_info":"610","price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"550","streetAddress":"611","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"612","zestimate":511400,"zipcode":"562","zpid":44214373},{"bathrooms":5,"bedrooms":8,"city":"544","country":"545","currency":"546","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"613","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":"614","livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"549","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"277","shouldHighlight":false,"state":"550","streetAddress":"615","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"616","zpid":43822416},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"617","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":"618","livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"549","lotAreaValue":3920,"newConstructionType":"605","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"280","rentZestimate":4151,"shouldHighlight":false,"state":"550","streetAddress":"619","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"620","zpid":155725020},{"bathrooms":3,"bedrooms":5,"city":"544","country":"545","currency":"546","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"621","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":"622","livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"549","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"283","rentZestimate":3827,"shouldHighlight":false,"state":"550","streetAddress":"623","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"571","zpid":44328384},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"285","imgSrc":"624","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":"625","livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"550","streetAddress":"626","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"591","zpid":43811977},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"627","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":"628","livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"550","streetAddress":"629","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"630","zestimate":415800,"zipcode":"631","zpid":44192705},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"632","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":"633","livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"549","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"289","shouldHighlight":false,"state":"550","streetAddress":"634","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"602","zpid":82067300},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"635","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":"636","livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"549","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"550","streetAddress":"637","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"638","zpid":44234621},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"639","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":"640","livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"549","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"294","rentZestimate":2860,"shouldHighlight":false,"state":"550","streetAddress":"641","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"642","zpid":44350402},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"643","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":"644","livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"549","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"297","shouldHighlight":false,"state":"550","streetAddress":"645","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"646","zpid":43839021},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"647","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":"648","livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"549","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"550","streetAddress":"649","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"650","zpid":44334520},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"651","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":"652","livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"549","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"550","streetAddress":"653","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"650","zpid":44360997},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"654","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":"655","livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"550","streetAddress":"656","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"657","zipcode":"650","zpid":44333127},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"658","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":"659","livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"550","streetAddress":"660","timeOnZillow":644297000,"unit":"661","zestimate":490300,"zipcode":"662","zpid":2060256131},{"bathrooms":3,"bedrooms":4,"city":"544","country":"545","currency":"546","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"663","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":"664","livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"305","rentZestimate":3418,"shouldHighlight":false,"state":"550","streetAddress":"665","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"582","zpid":60798233},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"666","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":"667","livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"549","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"550","streetAddress":"668","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"587","zpid":118914384},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"669","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":"670","livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"549","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"550","streetAddress":"671","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"642","zpid":44350836},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"285","imgSrc":"672","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":"673","livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"311","shouldHighlight":false,"state":"550","streetAddress":"674","timeOnZillow":641836000,"zestimate":441600,"zipcode":"620","zpid":452695494},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"675","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":"676","livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"549","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"314","shouldHighlight":false,"state":"550","streetAddress":"677","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"650","zpid":44343488},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"678","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":"679","livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"549","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"550","streetAddress":"680","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"602","zpid":44301845},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"681","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":"682","livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"550","streetAddress":"683","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"587","zpid":44264409},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"684","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":"685","livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"549","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"320","rentZestimate":3162,"shouldHighlight":false,"state":"550","streetAddress":"686","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"591","zpid":43813029},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"322","imgSrc":"687","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":"688","livingArea":1120,"longitude":-80.226776,"newConstructionType":"689","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"550","streetAddress":"690","timeOnZillow":5926090000,"zipcode":"591","zpid":456982725},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"691","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":"692","livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"549","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"550","streetAddress":"693","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"602","zpid":44299942},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"694","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":"695","livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"550","streetAddress":"696","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"697","zestimate":416700,"zipcode":"571","zpid":337202171},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"698","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":"699","livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"549","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"327","rentZestimate":3879,"shouldHighlight":false,"state":"550","streetAddress":"700","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"650","zpid":44363879},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"701","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":"702","livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"549","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"330","rentZestimate":3048,"shouldHighlight":false,"state":"550","streetAddress":"703","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"650","zpid":44340771},{"json":"704","pairedItem":"705"},{"json":"706","pairedItem":"707"},{"json":"708","pairedItem":"709"},{"json":"710","pairedItem":"711"},{"json":"712","pairedItem":"713"},{"json":"714","pairedItem":"715"},{"json":"716","pairedItem":"717"},{"json":"718","pairedItem":"719"},{"json":"720","pairedItem":"721"},{"json":"722","pairedItem":"723"},{"json":"724","pairedItem":"725"},{"json":"726","pairedItem":"727"},{"json":"728","pairedItem":"729"},{"json":"730","pairedItem":"731"},{"json":"732","pairedItem":"733"},{"json":"734","pairedItem":"735"},{"json":"736","pairedItem":"737"},{"json":"738","pairedItem":"739"},{"json":"740","pairedItem":"741"},{"json":"742","pairedItem":"743"},{"json":"744","pairedItem":"745"},{"json":"746","pairedItem":"747"},{"json":"748","pairedItem":"749"},{"json":"750","pairedItem":"751"},{"json":"752","pairedItem":"753"},{"json":"754","pairedItem":"755"},{"json":"756","pairedItem":"757"},{"json":"758","pairedItem":"759"},{"json":"760","pairedItem":"761"},{"json":"762","pairedItem":"763"},{"json":"764","pairedItem":"765"},{"json":"766","pairedItem":"767"},{"json":"768","pairedItem":"769"},{"json":"770","pairedItem":"771"},{"json":"772","pairedItem":"773"},{"json":"774","pairedItem":"775"},{"json":"776","pairedItem":"777"},{"json":"778","pairedItem":"779"},{"json":"780","pairedItem":"781"},{"json":"782","pairedItem":"783"},{"json":"784","pairedItem":"785"},{"json":"786","pairedItem":"787"},{"json":"788","pairedItem":"789"},{"json":"790","pairedItem":"791"},{"json":"792","pairedItem":"793"},{"json":"794","pairedItem":"795"},{"json":"796","pairedItem":"797"},{"json":"798","pairedItem":"799"},{"json":"800","pairedItem":"801"},{"json":"802","pairedItem":"803"},{"json":"804","pairedItem":"805"},{"json":"806","pairedItem":"807"},{"json":"808","pairedItem":"809"},{"json":"810","pairedItem":"811"},{"json":"812","pairedItem":"813"},{"json":"814","pairedItem":"815"},{"json":"816","pairedItem":"817"},{"json":"818","pairedItem":"819"},{"json":"820","pairedItem":"821"},{"json":"822","pairedItem":"823"},{"json":"824","pairedItem":"825"},{"json":"826","pairedItem":"827"},{"json":"828","pairedItem":"829"},{"json":"830","pairedItem":"831"},{"json":"832","pairedItem":"833"},{"json":"834","pairedItem":"835"},{"json":"836","pairedItem":"837"},{"json":"838","pairedItem":"839"},{"json":"840","pairedItem":"841"},{"json":"842","pairedItem":"843"},{"json":"844","pairedItem":"845"},{"json":"846","pairedItem":"847"},{"json":"848","pairedItem":"849"},{"json":"850","pairedItem":"851"},{"json":"852","pairedItem":"853"},{"json":"854","pairedItem":"855"},{"json":"856","pairedItem":"857"},{"json":"858","pairedItem":"859"},{"json":"860","pairedItem":"861"},{"json":"862","pairedItem":"863"},{"json":"864","pairedItem":"865"},{"json":"866","pairedItem":"867"},{"json":"868","pairedItem":"869"},{"json":"870","pairedItem":"871"},{"json":"872","pairedItem":"873"},{"json":"874","pairedItem":"875"},{"json":"876","pairedItem":"877"},{"json":"878","pairedItem":"879"},{"json":"880","pairedItem":"881"},{"json":"882","pairedItem":"883"},{"json":"884","pairedItem":"885"},{"json":"886","pairedItem":"887"},{"json":"888","pairedItem":"889"},{"json":"890","pairedItem":"891"},{"json":"892","pairedItem":"893"},{"json":"894","pairedItem":"895"},{"json":"896","pairedItem":"897"},{"json":"898","pairedItem":"899"},{"json":"900","pairedItem":"901"},{"json":"902","pairedItem":"903"},{"json":"904","pairedItem":"905"},{"json":"906","pairedItem":"907"},{"json":"908","pairedItem":"909"},{"json":"910","pairedItem":"911"},{"json":"912","pairedItem":"913"},{"json":"914","pairedItem":"915"},{"json":"916","pairedItem":"917"},{"json":"918","pairedItem":"919"},{"json":"920","pairedItem":"921"},{"json":"922","pairedItem":"923"},{"json":"924","pairedItem":"925"},{"json":"926","pairedItem":"927"},{"json":"928","pairedItem":"929"},{"json":"930","pairedItem":"931"},{"json":"932","pairedItem":"933"},{"json":"934","pairedItem":"935"},{"json":"936","pairedItem":"937"},{"json":"938","pairedItem":"939"},{"json":"940","pairedItem":"941"},{"json":"942","pairedItem":"943"},{"json":"944","pairedItem":"945"},{"json":"946","pairedItem":"947"},{"json":"948","pairedItem":"949"},{"json":"950","pairedItem":"951"},{"json":"952","pairedItem":"953"},{"json":"954","pairedItem":"955"},{"json":"956","pairedItem":"957"},{"json":"958","pairedItem":"959"},{"json":"960","pairedItem":"961"},{"json":"962","pairedItem":"963"},{"json":"964","pairedItem":"965"},{"json":"966","pairedItem":"967"},{"json":"968","pairedItem":"969"},{"json":"970","pairedItem":"971"},{"json":"972","pairedItem":"973"},{"json":"974","pairedItem":"975"},{"json":"976","pairedItem":"977"},{"json":"978","pairedItem":"979"},{"json":"980","pairedItem":"981"},{"json":"982","pairedItem":"983"},{"json":"984","pairedItem":"985"},{"json":"986","pairedItem":"987"},{"json":"988","pairedItem":"989"},{"json":"990","pairedItem":"991"},{"json":"992","pairedItem":"993"},{"json":"994","pairedItem":"995"},{"json":"996","pairedItem":"997"},{"json":"998","pairedItem":"999"},{"json":"1000","pairedItem":"1001"},{"json":"1002","pairedItem":"1003"},{"json":"1004","pairedItem":"1005"},{"json":"1006","pairedItem":"1007"},{"json":"1008","pairedItem":"1009"},{"json":"1010","pairedItem":"1011"},{"json":"1012","pairedItem":"1013"},{"json":"1014","pairedItem":"1015"},{"json":"1016","pairedItem":"1017"},{"json":"1018","pairedItem":"1019"},{"json":"1020","pairedItem":"1021"},{"json":"1022","pairedItem":"1023"},{"json":"1024","pairedItem":"1025"},{"json":"1026","pairedItem":"1027"},{"json":"1028","pairedItem":"1029"},{"json":"1030","pairedItem":"1031"},{"json":"1032","pairedItem":"1033"},{"json":"1034","pairedItem":"1035"},"Miami","USA","USD","https://photos.zillowstatic.com/fp/12c4cfc456ca46d98bd9c90394ed972f-p_e.jpg",{"is_FSBA":true},"sqft","FL","13741 SW 46th Ter","33175","https://photos.zillowstatic.com/fp/e18a785b7d6d745c04cb54d48b272220-p_e.jpg",{"is_FSBA":true},"8320 NE 3rd Ave","33138","https://photos.zillowstatic.com/fp/be985c3b16b4616f615a06d9cb85c0b2-p_e.jpg",{"is_FSBA":true,"is_openHouse":true},"Sat. 2-5pm",{"open_house_showing":"1036"},"10930 SW 75th St","33173","https://photos.zillowstatic.com/fp/3188cd2f9186651e70c58fb8bba20fb7-p_e.jpg",{"is_FSBA":true},"10669 SW 113th Pl #84Z","# 84Z","33176","https://photos.zillowstatic.com/fp/65fdb59ddba6a8ebcd59bb4e92939c7c-p_e.jpg",{"is_FSBA":true},"14117 SW 149th Ave","33196","https://photos.zillowstatic.com/fp/8328e530139b271d5af2727e2f30c250-p_e.jpg",{"is_FSBA":true},"286 NW 57th St","33127","https://photos.zillowstatic.com/fp/2f703bc7451d73923ad737ade976fe37-p_e.jpg",{"is_FSBA":true},"10927 SW 71st Ln","https://photos.zillowstatic.com/fp/202998295cf917270202ed9effe3f7a2-p_e.jpg",{"is_foreclosure":true},"15141 SW 130th Ave","33186","https://photos.zillowstatic.com/fp/1fa5f9cfafce4c0711343813f020a4a3-p_e.jpg",{"is_FSBA":true},"8595 SW 152nd Ave APT 251","Apt 251","33193","https://photos.zillowstatic.com/fp/558d65e3b3facfdf8fb9bbeef1b08bae-p_e.jpg",{"is_FSBA":true},"3320 NW 14th Ave","33142","https://photos.zillowstatic.com/fp/735682adf178a404084dd0ee28937e4d-p_e.jpg",{"is_FSBA":true},"14782 SW 181st Ter","33187","https://photos.zillowstatic.com/fp/1b0a5c206d525d6df89131ebeaea6a99-p_e.jpg",{"is_FSBA":true},"12566 SW 126th Ave","https://photos.zillowstatic.com/fp/5a34cb5460fd3a930845608fbea04a53-p_e.jpg",{"is_FSBA":true},"17995 SW 105th Ave","33157","https://photos.zillowstatic.com/fp/784efa77756687d2d9074b5853636b04-p_e.jpg",{"is_newHome":true},"BUILDER_SPEC","5820 NW 3rd Ave","https://photos.zillowstatic.com/fp/baf1866ac5d43af6fccf94bc9b46aac9-p_e.jpg",{"is_FSBA":true,"is_openHouse":true},"Sat. 12-2pm",{"open_house_showing":"1037"},"11537 SW 64th St #A83","# A83","https://photos.zillowstatic.com/fp/c667d2f29ce825e9469eda56f55e2601-p_e.jpg",{"is_FSBA":true},"1025 NW 31st Ave","33125","https://photos.zillowstatic.com/fp/ba7b3b6032c3aebffa8f54bc2bfeecb1-p_e.jpg",{"is_newHome":true},"6821 NW 6th Ct","33150","https://photos.zillowstatic.com/fp/fbd254673dce5f8a3b5ba43262ed8776-p_e.jpg",{"is_FSBA":true},"14552 SW 155th Pl","https://photos.zillowstatic.com/fp/f90432302d5cdd6560b6c964da2c2eaf-p_e.jpg",{"is_FSBA":true},"5020 NW 14th Ave","https://photos.zillowstatic.com/fp/f780ef650bf1ae7dc169ecc21bae04fb-p_e.jpg",{"is_FSBA":true},"3806 SW 84th Ave #17","# 17","33155","https://photos.zillowstatic.com/fp/125fb831c0feaf471fc467fd34ee0392-p_e.jpg",{"is_FSBA":true},"10169 SW 171st St","https://photos.zillowstatic.com/fp/4d185772aa7d1ba42f3c7eacd9ed3fb4-p_e.jpg",{"is_FSBA":true},"12276 SW 10th St","33184","https://photos.zillowstatic.com/fp/d90e09e42c970ffa9295cb45a9df9ddf-p_e.jpg",{"is_FSBA":true},"20000 SW 114th Ave","33189","https://photos.zillowstatic.com/fp/ec99f4e889a4a7c48f82e9bf2408a7c9-p_e.jpg",{"is_FSBA":true},"1877 SW 6th St","33135","https://photos.zillowstatic.com/fp/379185d2624418874a27f7660062042c-p_e.jpg",{"is_FSBA":true},"13910 SW 160th Ter","33177","https://photos.zillowstatic.com/fp/43146b49dd55d0a792332364e944c18e-p_e.jpg",{"is_FSBA":true},"12421 SW 193rd St","https://photos.zillowstatic.com/fp/4bb9891acfde8482b7a5aace288a2812-p_e.jpg",{"is_FSBA":true},"13402 SW 153rd St APT 1905","Apt 1905","https://photos.zillowstatic.com/fp/064c6436db6aead23ba531ce2f7fe22c-p_e.jpg",{"is_FSBA":true},"6514 SW 128th Pl #6514","# 6514","33183","https://photos.zillowstatic.com/fp/e3eb585d9f0ccb0ca55e095646e13780-p_e.jpg",{"is_FSBA":true},"12513 SW 121st Way","https://photos.zillowstatic.com/fp/5ff79e6ed2ada6d64ff10d529fe4d4d6-p_e.jpg",{"is_FSBA":true},"7161 SW 163rd Pl","https://photos.zillowstatic.com/fp/3024547d65f93fce3b918ffe82ab2d2f-p_e.jpg",{"is_FSBA":true},"20120 SW 112th Ct","https://photos.zillowstatic.com/fp/c3dbb5a78049c47a2496bfc8e57050c8-p_e.jpg",{"is_FSBA":true},"640-642 NW 77th St","https://photos.zillowstatic.com/fp/4d1d685123bd70d5205ebc1917e1a095-p_e.jpg",{"is_FSBA":true},"17360 SW 121st Ave","https://photos.zillowstatic.com/fp/a8dbaaf1c136402d69004c7f52f32951-p_e.jpg",{"is_FSBA":true},"10250 SW 172nd St","https://photos.zillowstatic.com/fp/a9eebcf7aed96dffa09ded2fd02eaf07-p_e.jpg",{"is_FSBA":true},"16415 SW 73rd Ter","https://photos.zillowstatic.com/fp/3bbe2ae61cc4085c1c59f0f2b8e46051-p_e.jpg",{"is_FSBA":true},"1243 NW 42nd St","https://photos.zillowstatic.com/fp/77a7afc9110b11f0b8dcaddb14c1a6c3-p_e.jpg",{"is_newHome":true},"NEW_CONSTRUCTION_TYPE_OTHER","1844 NW 33rd St","https://photos.zillowstatic.com/fp/bafec18e9e2a38b0753c7bc9132af2a4-p_e.jpg",{"is_FSBA":true},"11321 SW 162nd Ter","https://photos.zillowstatic.com/fp/fb5770e48c396506f474c8739e049bb0-p_e.jpg",{"is_FSBA":true},"15540 SW 136th St #204","# 204","https://photos.zillowstatic.com/fp/6517234e2d34e7054159120b53578677-p_e.jpg",{"is_FSBA":true},"11958 SW 210th Ter","https://photos.zillowstatic.com/fp/8ca70fd55f28ebe42fda9ea083c064ea-p_e.jpg",{"is_FSBA":true},"17404 SW 142nd Pl",{"Location":"234","Status":"235","Minimum Price":"236","Maximum Price":"237","Minimum Number of Beds":"238","Minimum Number of Bathrooms":"239","sortselection":"240","Multi Family?":"241","submittedAt":"242","formMode":"243"},{"item":0},{"results":"1038","resultsPerPage":41,"totalPages":7,"totalResultCount":260},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"547","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":"1039","livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"549","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"249","rentZestimate":2981,"shouldHighlight":false,"state":"550","streetAddress":"551","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"552","zpid":44246499},{"item":0},{"bathrooms":4,"bedrooms":4,"city":"544","country":"545","currency":"546","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"553","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":"1040","livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"549","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"252","shouldHighlight":false,"state":"550","streetAddress":"555","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"556","zpid":43827372},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"557","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":"1041","livingArea":1336,"longitude":-80.370636,"openHouse":"559","open_house_info":"1042","price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"550","streetAddress":"561","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"562","zpid":156224524},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"563","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":"1043","livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"550","streetAddress":"565","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"566","zestimate":445400,"zipcode":"567","zpid":44280853},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"568","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":"1044","livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"549","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"550","streetAddress":"570","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"571","zpid":44329115},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"572","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":"1045","livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"549","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"550","streetAddress":"574","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"575","zpid":43808029},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"576","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":"1046","livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"550","streetAddress":"578","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"562","zpid":44214153},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"579","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":"1047","livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"549","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"550","streetAddress":"581","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"582","zpid":44331113},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"583","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":"1048","livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"550","streetAddress":"585","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"586","zestimate":435600,"zipcode":"587","zpid":44268720},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"588","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":"1049","livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"549","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"267","rentZestimate":2445,"shouldHighlight":false,"state":"550","streetAddress":"590","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"591","zpid":43816637},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"592","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":"1050","livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"550","streetAddress":"594","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"595","zpid":338743241},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"596","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":"1051","livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"550","streetAddress":"598","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"582","zpid":62931912},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"599","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":"1052","livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"549","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"550","streetAddress":"601","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"602","zpid":44302016},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"603","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":"1053","livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"549","lotAreaValue":2125,"newConstructionType":"605","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"550","streetAddress":"606","timeOnZillow":1135294000,"zipcode":"575","zpid":458467587},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"607","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":"1054","livingArea":1575,"longitude":-80.3799,"openHouse":"609","open_house_info":"1055","price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"550","streetAddress":"611","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"612","zestimate":511400,"zipcode":"562","zpid":44214373},{"item":0},{"bathrooms":5,"bedrooms":8,"city":"544","country":"545","currency":"546","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"613","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":"1056","livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"549","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"277","shouldHighlight":false,"state":"550","streetAddress":"615","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"616","zpid":43822416},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"617","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":"1057","livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"549","lotAreaValue":3920,"newConstructionType":"605","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"280","rentZestimate":4151,"shouldHighlight":false,"state":"550","streetAddress":"619","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"620","zpid":155725020},{"item":0},{"bathrooms":3,"bedrooms":5,"city":"544","country":"545","currency":"546","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"621","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":"1058","livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"549","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"283","rentZestimate":3827,"shouldHighlight":false,"state":"550","streetAddress":"623","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"571","zpid":44328384},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"285","imgSrc":"624","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":"1059","livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"550","streetAddress":"626","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"591","zpid":43811977},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"627","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":"1060","livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"550","streetAddress":"629","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"630","zestimate":415800,"zipcode":"631","zpid":44192705},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"632","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":"1061","livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"549","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"289","shouldHighlight":false,"state":"550","streetAddress":"634","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"602","zpid":82067300},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"635","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":"1062","livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"549","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"550","streetAddress":"637","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"638","zpid":44234621},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"639","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":"1063","livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"549","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"294","rentZestimate":2860,"shouldHighlight":false,"state":"550","streetAddress":"641","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"642","zpid":44350402},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"643","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":"1064","livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"549","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"297","shouldHighlight":false,"state":"550","streetAddress":"645","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"646","zpid":43839021},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"647","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":"1065","livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"549","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"550","streetAddress":"649","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"650","zpid":44334520},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"651","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":"1066","livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"549","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"550","streetAddress":"653","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"650","zpid":44360997},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"654","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":"1067","livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"550","streetAddress":"656","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"657","zipcode":"650","zpid":44333127},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"658","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":"1068","livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"550","streetAddress":"660","timeOnZillow":644297000,"unit":"661","zestimate":490300,"zipcode":"662","zpid":2060256131},{"item":0},{"bathrooms":3,"bedrooms":4,"city":"544","country":"545","currency":"546","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"663","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":"1069","livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"305","rentZestimate":3418,"shouldHighlight":false,"state":"550","streetAddress":"665","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"582","zpid":60798233},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"666","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":"1070","livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"549","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"550","streetAddress":"668","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"587","zpid":118914384},{"item":0},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"669","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":"1071","livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"549","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"550","streetAddress":"671","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"642","zpid":44350836},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"285","imgSrc":"672","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":"1072","livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"311","shouldHighlight":false,"state":"550","streetAddress":"674","timeOnZillow":641836000,"zestimate":441600,"zipcode":"620","zpid":452695494},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"675","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":"1073","livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"549","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"314","shouldHighlight":false,"state":"550","streetAddress":"677","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"650","zpid":44343488},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"678","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":"1074","livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"549","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"550","streetAddress":"680","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"602","zpid":44301845},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"681","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":"1075","livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"550","streetAddress":"683","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"587","zpid":44264409},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"684","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":"1076","livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"549","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"320","rentZestimate":3162,"shouldHighlight":false,"state":"550","streetAddress":"686","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"591","zpid":43813029},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"322","imgSrc":"687","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":"1077","livingArea":1120,"longitude":-80.226776,"newConstructionType":"689","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"550","streetAddress":"690","timeOnZillow":5926090000,"zipcode":"591","zpid":456982725},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"691","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":"1078","livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"549","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"550","streetAddress":"693","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"602","zpid":44299942},{"item":0},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"694","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":"1079","livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"550","streetAddress":"696","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"697","zestimate":416700,"zipcode":"571","zpid":337202171},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"698","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":"1080","livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"549","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"327","rentZestimate":3879,"shouldHighlight":false,"state":"550","streetAddress":"700","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"650","zpid":44363879},{"item":0},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"701","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":"1081","livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"549","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"330","rentZestimate":3048,"shouldHighlight":false,"state":"550","streetAddress":"703","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"650","zpid":44340771},{"item":0},{"Address":"245","homeStatus":"246","homeType":"247","totalSize":"248","livingArea":1214,"price":490000,"taxAssessedValue":399887,"zestimate":484400,"rentZestimate":2981,"priceReduction":"249","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":0},{"Address":"250","homeStatus":"246","homeType":"247","totalSize":"251","livingArea":2391,"price":495000,"taxAssessedValue":360463,"zestimate":null,"rentZestimate":null,"priceReduction":"252","bathrooms":4,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":1},{"Address":"253","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1336,"price":499990,"taxAssessedValue":378000,"zestimate":487300,"rentZestimate":3172,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":2},{"Address":"256","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1170,"price":460000,"taxAssessedValue":321410,"zestimate":445400,"rentZestimate":2971,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":3},{"Address":"257","homeStatus":"246","homeType":"247","totalSize":"258","livingArea":1301,"price":530000,"taxAssessedValue":400723,"zestimate":526900,"rentZestimate":2910,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":4},{"Address":"259","homeStatus":"246","homeType":"247","totalSize":"260","livingArea":1717,"price":550000,"taxAssessedValue":418273,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":5},{"Address":"261","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1365,"price":475000,"taxAssessedValue":350000,"zestimate":460700,"rentZestimate":2937,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":6},{"Address":"262","homeStatus":"246","homeType":"247","totalSize":"263","livingArea":1258,"price":427995,"taxAssessedValue":411344,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":7},{"Address":"264","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1320,"price":440000,"taxAssessedValue":313749,"zestimate":435600,"rentZestimate":2670,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":8},{"Address":"265","homeStatus":"246","homeType":"247","totalSize":"266","livingArea":1702,"price":415000,"taxAssessedValue":429229,"zestimate":407400,"rentZestimate":2445,"priceReduction":"267","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":9},{"Address":"268","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1321,"price":490000,"taxAssessedValue":390000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true},{"item":10},{"Address":"269","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1602,"price":499000,"taxAssessedValue":401000,"zestimate":491200,"rentZestimate":3013,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":11},{"Address":"270","homeStatus":"246","homeType":"247","totalSize":"271","livingArea":1289,"price":534900,"taxAssessedValue":384378,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":12},{"Address":"272","homeStatus":"246","homeType":"247","totalSize":"273","livingArea":1000,"price":499000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":13},{"Address":"274","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1575,"price":530000,"taxAssessedValue":338150,"zestimate":511400,"rentZestimate":2955,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":14},{"Address":"275","homeStatus":"246","homeType":"247","totalSize":"276","livingArea":2432,"price":544999,"taxAssessedValue":503167,"zestimate":null,"rentZestimate":null,"priceReduction":"277","bathrooms":5,"bedrooms":8,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":15},{"Address":"278","homeStatus":"246","homeType":"247","totalSize":"279","livingArea":1635,"price":540000,"taxAssessedValue":151864,"zestimate":539500,"rentZestimate":4151,"priceReduction":"280","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":16},{"Address":"281","homeStatus":"246","homeType":"247","totalSize":"282","livingArea":2340,"price":550000,"taxAssessedValue":460442,"zestimate":548800,"rentZestimate":3827,"priceReduction":"283","bathrooms":3,"bedrooms":5,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":17},{"Address":"284","homeStatus":"246","homeType":"285","totalSize":"255","livingArea":1500,"price":550000,"taxAssessedValue":297596,"zestimate":535100,"rentZestimate":2245,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":18},{"Address":"286","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1347,"price":425000,"taxAssessedValue":330608,"zestimate":415800,"rentZestimate":3042,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":19},{"Address":"287","homeStatus":"246","homeType":"247","totalSize":"288","livingArea":1231,"price":440000,"taxAssessedValue":275583,"zestimate":null,"rentZestimate":null,"priceReduction":"289","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":20},{"Address":"290","homeStatus":"246","homeType":"247","totalSize":"291","livingArea":1796,"price":549900,"taxAssessedValue":413952,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":21},{"Address":"292","homeStatus":"246","homeType":"247","totalSize":"293","livingArea":1328,"price":499000,"taxAssessedValue":437091,"zestimate":494800,"rentZestimate":2860,"priceReduction":"294","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":22},{"Address":"295","homeStatus":"246","homeType":"247","totalSize":"296","livingArea":1594,"price":550000,"taxAssessedValue":634512,"zestimate":null,"rentZestimate":null,"priceReduction":"297","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":23},{"Address":"298","homeStatus":"246","homeType":"247","totalSize":"299","livingArea":1245,"price":495000,"taxAssessedValue":380799,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":24},{"Address":"300","homeStatus":"246","homeType":"247","totalSize":"301","livingArea":1537,"price":507000,"taxAssessedValue":372667,"zestimate":502700,"rentZestimate":3339,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":25},{"Address":"302","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1500,"price":415000,"taxAssessedValue":298350,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":26},{"Address":"303","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1523,"price":499000,"taxAssessedValue":null,"zestimate":490300,"rentZestimate":3257,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":27},{"Address":"304","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1793,"price":540000,"taxAssessedValue":418001,"zestimate":534800,"rentZestimate":3418,"priceReduction":"305","bathrooms":3,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":28},{"Address":"306","homeStatus":"246","homeType":"247","totalSize":"307","livingArea":1666,"price":520000,"taxAssessedValue":417001,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":29},{"Address":"308","homeStatus":"246","homeType":"247","totalSize":"309","livingArea":1350,"price":515000,"taxAssessedValue":386290,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":30},{"Address":"310","homeStatus":"246","homeType":"285","totalSize":"255","livingArea":1370,"price":449000,"taxAssessedValue":null,"zestimate":441600,"rentZestimate":null,"priceReduction":"311","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":31},{"Address":"312","homeStatus":"246","homeType":"247","totalSize":"313","livingArea":1527,"price":544900,"taxAssessedValue":386429,"zestimate":null,"rentZestimate":null,"priceReduction":"314","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":32},{"Address":"315","homeStatus":"246","homeType":"247","totalSize":"316","livingArea":1274,"price":449900,"taxAssessedValue":307386,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":33},{"Address":"317","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1160,"price":539000,"taxAssessedValue":370000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":34},{"Address":"318","homeStatus":"246","homeType":"247","totalSize":"319","livingArea":1387,"price":460000,"taxAssessedValue":349395,"zestimate":null,"rentZestimate":3162,"priceReduction":"320","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":35},{"Address":"321","homeStatus":"246","homeType":"322","totalSize":"255","livingArea":1120,"price":451000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":36},{"Address":"323","homeStatus":"246","homeType":"247","totalSize":"313","livingArea":1200,"price":545000,"taxAssessedValue":378482,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":37},{"Address":"324","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1481,"price":420000,"taxAssessedValue":353220,"zestimate":416700,"rentZestimate":2843,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":38},{"Address":"325","homeStatus":"246","homeType":"247","totalSize":"326","livingArea":1167,"price":499900,"taxAssessedValue":329154,"zestimate":498000,"rentZestimate":3879,"priceReduction":"327","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":39},{"Address":"328","homeStatus":"246","homeType":"247","totalSize":"329","livingArea":1393,"price":550000,"taxAssessedValue":382979,"zestimate":546500,"rentZestimate":3048,"priceReduction":"330","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false},{"item":40},{"Address":"245","homeStatus":"246","homeType":"247","totalSize":"248","livingArea":1214,"price":490000,"taxAssessedValue":399887,"zestimate":484400,"rentZestimate":2981,"priceReduction":"249","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":98000,"closingCosts":14700,"loanAmount":392000,"mortgagePayment":2104.34,"monthlyPropertyTax":399.89,"monthlyInsurance":122.5,"monthlyMaintenance":408.33,"totalMonthlyExpenses":3035.06,"monthlyCashFlow":-54.06,"annualCashFlow":-648.73,"capRate":-0.0013,"cashOnCashROI":-0.0058,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.3,"priceVsZestimatePct":1.16},{"item":0},{"Address":"250","homeStatus":"246","homeType":"247","totalSize":"251","livingArea":2391,"price":495000,"taxAssessedValue":360463,"zestimate":null,"rentZestimate":null,"priceReduction":"252","bathrooms":4,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99000,"closingCosts":14850,"loanAmount":396000,"mortgagePayment":2125.81,"monthlyPropertyTax":360.46,"monthlyInsurance":123.75,"monthlyMaintenance":412.5,"totalMonthlyExpenses":3022.53,"monthlyCashFlow":-3022.53,"annualCashFlow":-36270.32,"capRate":-0.0733,"cashOnCashROI":-0.3186,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":1},{"Address":"253","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1336,"price":499990,"taxAssessedValue":378000,"zestimate":487300,"rentZestimate":3172,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99998,"closingCosts":14999.7,"loanAmount":399992,"mortgagePayment":2147.24,"monthlyPropertyTax":378,"monthlyInsurance":125,"monthlyMaintenance":416.66,"totalMonthlyExpenses":3066.9,"monthlyCashFlow":105.1,"annualCashFlow":1261.21,"capRate":0.0025,"cashOnCashROI":0.011,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.61,"priceVsZestimatePct":2.6},{"item":2},{"Address":"256","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1170,"price":460000,"taxAssessedValue":321410,"zestimate":445400,"rentZestimate":2971,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":92000,"closingCosts":13800,"loanAmount":368000,"mortgagePayment":1975.5,"monthlyPropertyTax":321.41,"monthlyInsurance":115,"monthlyMaintenance":383.33,"totalMonthlyExpenses":2795.25,"monthlyCashFlow":175.75,"annualCashFlow":2109.04,"capRate":0.0046,"cashOnCashROI":0.0199,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.75,"priceVsZestimatePct":3.28},{"item":3},{"Address":"257","homeStatus":"246","homeType":"247","totalSize":"258","livingArea":1301,"price":530000,"taxAssessedValue":400723,"zestimate":526900,"rentZestimate":2910,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":106000,"closingCosts":15900,"loanAmount":424000,"mortgagePayment":2276.12,"monthlyPropertyTax":400.72,"monthlyInsurance":132.5,"monthlyMaintenance":441.67,"totalMonthlyExpenses":3251.01,"monthlyCashFlow":-341.01,"annualCashFlow":-4092.16,"capRate":-0.0077,"cashOnCashROI":-0.0336,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.59,"priceVsZestimatePct":0.59},{"item":4},{"Address":"259","homeStatus":"246","homeType":"247","totalSize":"260","livingArea":1717,"price":550000,"taxAssessedValue":418273,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":418.27,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3376.12,"monthlyCashFlow":-3376.12,"annualCashFlow":-40513.46,"capRate":-0.0737,"cashOnCashROI":-0.3203,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":5},{"Address":"261","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1365,"price":475000,"taxAssessedValue":350000,"zestimate":460700,"rentZestimate":2937,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":95000,"closingCosts":14250,"loanAmount":380000,"mortgagePayment":2039.92,"monthlyPropertyTax":350,"monthlyInsurance":118.75,"monthlyMaintenance":395.83,"totalMonthlyExpenses":2904.51,"monthlyCashFlow":32.49,"annualCashFlow":389.93,"capRate":0.0008,"cashOnCashROI":0.0036,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.42,"priceVsZestimatePct":3.1},{"item":6},{"Address":"262","homeStatus":"246","homeType":"247","totalSize":"263","livingArea":1258,"price":427995,"taxAssessedValue":411344,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":85599,"closingCosts":12839.85,"loanAmount":342396,"mortgagePayment":1838.06,"monthlyPropertyTax":411.34,"monthlyInsurance":107,"monthlyMaintenance":356.66,"totalMonthlyExpenses":2713.06,"monthlyCashFlow":-2713.06,"annualCashFlow":-32556.73,"capRate":-0.0761,"cashOnCashROI":-0.3307,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":7},{"Address":"264","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1320,"price":440000,"taxAssessedValue":313749,"zestimate":435600,"rentZestimate":2670,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":88000,"closingCosts":13200,"loanAmount":352000,"mortgagePayment":1889.61,"monthlyPropertyTax":313.75,"monthlyInsurance":110,"monthlyMaintenance":366.67,"totalMonthlyExpenses":2680.03,"monthlyCashFlow":-10.03,"annualCashFlow":-120.33,"capRate":-0.0003,"cashOnCashROI":-0.0012,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.28,"priceVsZestimatePct":1.01},{"item":8},{"Address":"265","homeStatus":"246","homeType":"247","totalSize":"266","livingArea":1702,"price":415000,"taxAssessedValue":429229,"zestimate":407400,"rentZestimate":2445,"priceReduction":"267","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":83000,"closingCosts":12450,"loanAmount":332000,"mortgagePayment":1782.25,"monthlyPropertyTax":429.23,"monthlyInsurance":103.75,"monthlyMaintenance":345.83,"totalMonthlyExpenses":2661.06,"monthlyCashFlow":-216.06,"annualCashFlow":-2592.72,"capRate":-0.0062,"cashOnCashROI":-0.0272,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.07,"priceVsZestimatePct":1.87},{"item":9},{"Address":"268","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1321,"price":490000,"taxAssessedValue":390000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"downPayment":98000,"closingCosts":14700,"loanAmount":392000,"mortgagePayment":2104.34,"monthlyPropertyTax":390,"monthlyInsurance":122.5,"monthlyMaintenance":408.33,"totalMonthlyExpenses":3025.17,"monthlyCashFlow":-3025.17,"annualCashFlow":-36302.09,"capRate":-0.0741,"cashOnCashROI":-0.3221,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":10},{"Address":"269","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1602,"price":499000,"taxAssessedValue":401000,"zestimate":491200,"rentZestimate":3013,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":401,"monthlyInsurance":124.75,"monthlyMaintenance":415.83,"totalMonthlyExpenses":3084.58,"monthlyCashFlow":-71.58,"annualCashFlow":-858.9,"capRate":-0.0017,"cashOnCashROI":-0.0075,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.25,"priceVsZestimatePct":1.59},{"item":11},{"Address":"270","homeStatus":"246","homeType":"247","totalSize":"271","livingArea":1289,"price":534900,"taxAssessedValue":384378,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":106980,"closingCosts":16047,"loanAmount":427920,"mortgagePayment":2297.17,"monthlyPropertyTax":384.38,"monthlyInsurance":133.72,"monthlyMaintenance":445.75,"totalMonthlyExpenses":3261.02,"monthlyCashFlow":-3261.02,"annualCashFlow":-39132.24,"capRate":-0.0732,"cashOnCashROI":-0.3181,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":12},{"Address":"272","homeStatus":"246","homeType":"247","totalSize":"273","livingArea":1000,"price":499000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":499,"monthlyInsurance":124.75,"monthlyMaintenance":415.83,"totalMonthlyExpenses":3182.58,"monthlyCashFlow":-3182.58,"annualCashFlow":-38190.9,"capRate":-0.0765,"cashOnCashROI":-0.3328,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":13},{"Address":"274","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1575,"price":530000,"taxAssessedValue":338150,"zestimate":511400,"rentZestimate":2955,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":106000,"closingCosts":15900,"loanAmount":424000,"mortgagePayment":2276.12,"monthlyPropertyTax":338.15,"monthlyInsurance":132.5,"monthlyMaintenance":441.67,"totalMonthlyExpenses":3188.44,"monthlyCashFlow":-233.44,"annualCashFlow":-2801.28,"capRate":-0.0053,"cashOnCashROI":-0.023,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.69,"priceVsZestimatePct":3.64},{"item":14},{"Address":"275","homeStatus":"246","homeType":"247","totalSize":"276","livingArea":2432,"price":544999,"taxAssessedValue":503167,"zestimate":null,"rentZestimate":null,"priceReduction":"277","bathrooms":5,"bedrooms":8,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":108999.8,"closingCosts":16349.97,"loanAmount":435999.2,"mortgagePayment":2340.54,"monthlyPropertyTax":503.17,"monthlyInsurance":136.25,"monthlyMaintenance":454.17,"totalMonthlyExpenses":3434.12,"monthlyCashFlow":-3434.12,"annualCashFlow":-41209.45,"capRate":-0.0756,"cashOnCashROI":-0.3288,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":15},{"Address":"278","homeStatus":"246","homeType":"247","totalSize":"279","livingArea":1635,"price":540000,"taxAssessedValue":151864,"zestimate":539500,"rentZestimate":4151,"priceReduction":"280","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":108000,"closingCosts":16200,"loanAmount":432000,"mortgagePayment":2319.07,"monthlyPropertyTax":151.86,"monthlyInsurance":135,"monthlyMaintenance":450,"totalMonthlyExpenses":3055.93,"monthlyCashFlow":1095.07,"annualCashFlow":13140.8,"capRate":0.0243,"cashOnCashROI":0.1058,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":9.22,"priceVsZestimatePct":0.09},{"item":16},{"Address":"281","homeStatus":"246","homeType":"247","totalSize":"282","livingArea":2340,"price":550000,"taxAssessedValue":460442,"zestimate":548800,"rentZestimate":3827,"priceReduction":"283","bathrooms":3,"bedrooms":5,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":460.44,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3418.29,"monthlyCashFlow":408.71,"annualCashFlow":4904.51,"capRate":0.0089,"cashOnCashROI":0.0388,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.35,"priceVsZestimatePct":0.22},{"item":17},{"Address":"284","homeStatus":"246","homeType":"285","totalSize":"255","livingArea":1500,"price":550000,"taxAssessedValue":297596,"zestimate":535100,"rentZestimate":2245,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":297.6,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3255.44,"monthlyCashFlow":-1010.44,"annualCashFlow":-12125.33,"capRate":-0.022,"cashOnCashROI":-0.0959,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":4.9,"priceVsZestimatePct":2.78},{"item":18},{"Address":"286","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1347,"price":425000,"taxAssessedValue":330608,"zestimate":415800,"rentZestimate":3042,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":85000,"closingCosts":12750,"loanAmount":340000,"mortgagePayment":1825.19,"monthlyPropertyTax":330.61,"monthlyInsurance":106.25,"monthlyMaintenance":354.17,"totalMonthlyExpenses":2616.22,"monthlyCashFlow":425.78,"annualCashFlow":5109.38,"capRate":0.012,"cashOnCashROI":0.0523,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.59,"priceVsZestimatePct":2.21},{"item":19},{"Address":"287","homeStatus":"246","homeType":"247","totalSize":"288","livingArea":1231,"price":440000,"taxAssessedValue":275583,"zestimate":null,"rentZestimate":null,"priceReduction":"289","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":88000,"closingCosts":13200,"loanAmount":352000,"mortgagePayment":1889.61,"monthlyPropertyTax":275.58,"monthlyInsurance":110,"monthlyMaintenance":366.67,"totalMonthlyExpenses":2641.86,"monthlyCashFlow":-2641.86,"annualCashFlow":-31702.34,"capRate":-0.0721,"cashOnCashROI":-0.3133,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":20},{"Address":"290","homeStatus":"246","homeType":"247","totalSize":"291","livingArea":1796,"price":549900,"taxAssessedValue":413952,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":109980,"closingCosts":16497,"loanAmount":439920,"mortgagePayment":2361.59,"monthlyPropertyTax":413.95,"monthlyInsurance":137.47,"monthlyMaintenance":458.25,"totalMonthlyExpenses":3371.26,"monthlyCashFlow":-3371.26,"annualCashFlow":-40455.15,"capRate":-0.0736,"cashOnCashROI":-0.3199,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":21},{"Address":"292","homeStatus":"246","homeType":"247","totalSize":"293","livingArea":1328,"price":499000,"taxAssessedValue":437091,"zestimate":494800,"rentZestimate":2860,"priceReduction":"294","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":437.09,"monthlyInsurance":124.75,"monthlyMaintenance":415.83,"totalMonthlyExpenses":3120.67,"monthlyCashFlow":-260.67,"annualCashFlow":-3128,"capRate":-0.0063,"cashOnCashROI":-0.0273,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.88,"priceVsZestimatePct":0.85},{"item":22},{"Address":"295","homeStatus":"246","homeType":"247","totalSize":"296","livingArea":1594,"price":550000,"taxAssessedValue":634512,"zestimate":null,"rentZestimate":null,"priceReduction":"297","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":634.51,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3592.36,"monthlyCashFlow":-3592.36,"annualCashFlow":-43108.33,"capRate":-0.0784,"cashOnCashROI":-0.3408,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":23},{"Address":"298","homeStatus":"246","homeType":"247","totalSize":"299","livingArea":1245,"price":495000,"taxAssessedValue":380799,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99000,"closingCosts":14850,"loanAmount":396000,"mortgagePayment":2125.81,"monthlyPropertyTax":380.8,"monthlyInsurance":123.75,"monthlyMaintenance":412.5,"totalMonthlyExpenses":3042.86,"monthlyCashFlow":-3042.86,"annualCashFlow":-36514.35,"capRate":-0.0738,"cashOnCashROI":-0.3207,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":24},{"Address":"300","homeStatus":"246","homeType":"247","totalSize":"301","livingArea":1537,"price":507000,"taxAssessedValue":372667,"zestimate":502700,"rentZestimate":3339,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":101400,"closingCosts":15210,"loanAmount":405600,"mortgagePayment":2177.35,"monthlyPropertyTax":372.67,"monthlyInsurance":126.75,"monthlyMaintenance":422.5,"totalMonthlyExpenses":3099.27,"monthlyCashFlow":239.73,"annualCashFlow":2876.81,"capRate":0.0057,"cashOnCashROI":0.0247,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.9,"priceVsZestimatePct":0.86},{"item":25},{"Address":"302","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1500,"price":415000,"taxAssessedValue":298350,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":83000,"closingCosts":12450,"loanAmount":332000,"mortgagePayment":1782.25,"monthlyPropertyTax":298.35,"monthlyInsurance":103.75,"monthlyMaintenance":345.83,"totalMonthlyExpenses":2530.18,"monthlyCashFlow":-2530.18,"annualCashFlow":-30362.17,"capRate":-0.0732,"cashOnCashROI":-0.3181,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":26},{"Address":"303","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1523,"price":499000,"taxAssessedValue":null,"zestimate":490300,"rentZestimate":3257,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":499,"monthlyInsurance":124.75,"monthlyMaintenance":415.83,"totalMonthlyExpenses":3182.58,"monthlyCashFlow":74.42,"annualCashFlow":893.1,"capRate":0.0018,"cashOnCashROI":0.0078,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.83,"priceVsZestimatePct":1.77},{"item":27},{"Address":"304","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1793,"price":540000,"taxAssessedValue":418001,"zestimate":534800,"rentZestimate":3418,"priceReduction":"305","bathrooms":3,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":108000,"closingCosts":16200,"loanAmount":432000,"mortgagePayment":2319.07,"monthlyPropertyTax":418,"monthlyInsurance":135,"monthlyMaintenance":450,"totalMonthlyExpenses":3322.07,"monthlyCashFlow":95.93,"annualCashFlow":1151.16,"capRate":0.0021,"cashOnCashROI":0.0093,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.6,"priceVsZestimatePct":0.97},{"item":28},{"Address":"306","homeStatus":"246","homeType":"247","totalSize":"307","livingArea":1666,"price":520000,"taxAssessedValue":417001,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":104000,"closingCosts":15600,"loanAmount":416000,"mortgagePayment":2233.18,"monthlyPropertyTax":417,"monthlyInsurance":130,"monthlyMaintenance":433.33,"totalMonthlyExpenses":3213.51,"monthlyCashFlow":-3213.51,"annualCashFlow":-38562.15,"capRate":-0.0742,"cashOnCashROI":-0.3224,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":29},{"Address":"308","homeStatus":"246","homeType":"247","totalSize":"309","livingArea":1350,"price":515000,"taxAssessedValue":386290,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":103000,"closingCosts":15450,"loanAmount":412000,"mortgagePayment":2211.71,"monthlyPropertyTax":386.29,"monthlyInsurance":128.75,"monthlyMaintenance":429.17,"totalMonthlyExpenses":3155.91,"monthlyCashFlow":-3155.91,"annualCashFlow":-37870.94,"capRate":-0.0735,"cashOnCashROI":-0.3197,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":30},{"Address":"310","homeStatus":"246","homeType":"285","totalSize":"255","livingArea":1370,"price":449000,"taxAssessedValue":null,"zestimate":441600,"rentZestimate":null,"priceReduction":"311","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":89800,"closingCosts":13470,"loanAmount":359200,"mortgagePayment":1928.26,"monthlyPropertyTax":449,"monthlyInsurance":112.25,"monthlyMaintenance":374.17,"totalMonthlyExpenses":2863.68,"monthlyCashFlow":-2863.68,"annualCashFlow":-34364.16,"capRate":-0.0765,"cashOnCashROI":-0.3328,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":1.68},{"item":31},{"Address":"312","homeStatus":"246","homeType":"247","totalSize":"313","livingArea":1527,"price":544900,"taxAssessedValue":386429,"zestimate":null,"rentZestimate":null,"priceReduction":"314","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":108980,"closingCosts":16347,"loanAmount":435920,"mortgagePayment":2340.11,"monthlyPropertyTax":386.43,"monthlyInsurance":136.22,"monthlyMaintenance":454.08,"totalMonthlyExpenses":3316.85,"monthlyCashFlow":-3316.85,"annualCashFlow":-39802.2,"capRate":-0.073,"cashOnCashROI":-0.3176,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":32},{"Address":"315","homeStatus":"246","homeType":"247","totalSize":"316","livingArea":1274,"price":449900,"taxAssessedValue":307386,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":89980,"closingCosts":13497,"loanAmount":359920,"mortgagePayment":1932.13,"monthlyPropertyTax":307.39,"monthlyInsurance":112.48,"monthlyMaintenance":374.92,"totalMonthlyExpenses":2726.91,"monthlyCashFlow":-2726.91,"annualCashFlow":-32722.87,"capRate":-0.0727,"cashOnCashROI":-0.3162,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":33},{"Address":"317","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1160,"price":539000,"taxAssessedValue":370000,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":107800,"closingCosts":16170,"loanAmount":431200,"mortgagePayment":2314.77,"monthlyPropertyTax":370,"monthlyInsurance":134.75,"monthlyMaintenance":449.17,"totalMonthlyExpenses":3268.69,"monthlyCashFlow":-3268.69,"annualCashFlow":-39224.3,"capRate":-0.0728,"cashOnCashROI":-0.3164,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":34},{"Address":"318","homeStatus":"246","homeType":"247","totalSize":"319","livingArea":1387,"price":460000,"taxAssessedValue":349395,"zestimate":null,"rentZestimate":3162,"priceReduction":"320","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":92000,"closingCosts":13800,"loanAmount":368000,"mortgagePayment":1975.5,"monthlyPropertyTax":349.39,"monthlyInsurance":115,"monthlyMaintenance":383.33,"totalMonthlyExpenses":2823.23,"monthlyCashFlow":338.77,"annualCashFlow":4065.22,"capRate":0.0088,"cashOnCashROI":0.0384,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.25,"priceVsZestimatePct":0},{"item":35},{"Address":"321","homeStatus":"246","homeType":"322","totalSize":"255","livingArea":1120,"price":451000,"taxAssessedValue":null,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":90200,"closingCosts":13530,"loanAmount":360800,"mortgagePayment":1936.85,"monthlyPropertyTax":451,"monthlyInsurance":112.75,"monthlyMaintenance":375.83,"totalMonthlyExpenses":2876.44,"monthlyCashFlow":-2876.44,"annualCashFlow":-34517.23,"capRate":-0.0765,"cashOnCashROI":-0.3328,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":36},{"Address":"323","homeStatus":"246","homeType":"247","totalSize":"313","livingArea":1200,"price":545000,"taxAssessedValue":378482,"zestimate":null,"rentZestimate":null,"priceReduction":null,"bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":109000,"closingCosts":16350,"loanAmount":436000,"mortgagePayment":2340.54,"monthlyPropertyTax":378.48,"monthlyInsurance":136.25,"monthlyMaintenance":454.17,"totalMonthlyExpenses":3309.44,"monthlyCashFlow":-3309.44,"annualCashFlow":-39713.29,"capRate":-0.0729,"cashOnCashROI":-0.3168,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":37},{"Address":"324","homeStatus":"246","homeType":"254","totalSize":"255","livingArea":1481,"price":420000,"taxAssessedValue":353220,"zestimate":416700,"rentZestimate":2843,"priceReduction":null,"bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":84000,"closingCosts":12600,"loanAmount":336000,"mortgagePayment":1803.72,"monthlyPropertyTax":353.22,"monthlyInsurance":105,"monthlyMaintenance":350,"totalMonthlyExpenses":2611.94,"monthlyCashFlow":231.06,"annualCashFlow":2772.71,"capRate":0.0066,"cashOnCashROI":0.0287,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.12,"priceVsZestimatePct":0.79},{"item":38},{"Address":"325","homeStatus":"246","homeType":"247","totalSize":"326","livingArea":1167,"price":499900,"taxAssessedValue":329154,"zestimate":498000,"rentZestimate":3879,"priceReduction":"327","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99980,"closingCosts":14997,"loanAmount":399920,"mortgagePayment":2146.86,"monthlyPropertyTax":329.15,"monthlyInsurance":124.98,"monthlyMaintenance":416.58,"totalMonthlyExpenses":3017.57,"monthlyCashFlow":861.43,"annualCashFlow":10337.17,"capRate":0.0207,"cashOnCashROI":0.0899,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":9.31,"priceVsZestimatePct":0.38},{"item":39},{"Address":"328","homeStatus":"246","homeType":"247","totalSize":"329","livingArea":1393,"price":550000,"taxAssessedValue":382979,"zestimate":546500,"rentZestimate":3048,"priceReduction":"330","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":382.98,"monthlyInsurance":137.5,"monthlyMaintenance":458.33,"totalMonthlyExpenses":3340.83,"monthlyCashFlow":-292.83,"annualCashFlow":-3513.93,"capRate":-0.0064,"cashOnCashROI":-0.0278,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.65,"priceVsZestimatePct":0.64},{"item":40},{"Address":"245","homeStatus":"246","homeType":"247","totalSize":"248","LivingArea":1214,"price":490000,"taxAssessedValue":399887,"zestimate":484400,"rentZestimate":2981,"priceReduction":"249","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":98000,"closingCosts":14700,"loanAmount":392000,"mortgagePayment":2104.34,"monthlyPropertyTax":399.89,"monthlyMaintenance":408.33,"monthlyInsurance":122.5,"totalMonthlyExpenses":3035.06,"annualCashFlow":-648.73,"monthlyCashFlow":-54.06,"capRate":-0.0013,"cashOnCashROI":-0.0058,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.3,"priceVsZestimatePct":1.16},{"item":0},{"Address":"250","homeStatus":"246","homeType":"247","totalSize":"251","LivingArea":2391,"price":495000,"taxAssessedValue":360463,"zestimate":"297","rentZestimate":"297","priceReduction":"252","bathrooms":4,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99000,"closingCosts":14850,"loanAmount":396000,"mortgagePayment":2125.81,"monthlyPropertyTax":360.46,"monthlyMaintenance":412.5,"monthlyInsurance":123.75,"totalMonthlyExpenses":3022.53,"annualCashFlow":-36270.32,"monthlyCashFlow":-3022.53,"capRate":-0.0733,"cashOnCashROI":-0.3186,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":1},{"Address":"253","homeStatus":"246","homeType":"254","totalSize":"255","LivingArea":1336,"price":499990,"taxAssessedValue":378000,"zestimate":487300,"rentZestimate":3172,"priceReduction":"297","bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99998,"closingCosts":14999.7,"loanAmount":399992,"mortgagePayment":2147.24,"monthlyPropertyTax":378,"monthlyMaintenance":416.66,"monthlyInsurance":125,"totalMonthlyExpenses":3066.9,"annualCashFlow":1261.21,"monthlyCashFlow":105.1,"capRate":0.0025,"cashOnCashROI":0.011,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.61,"priceVsZestimatePct":2.6},{"item":2},{"Address":"256","homeStatus":"246","homeType":"254","totalSize":"255","LivingArea":1170,"price":460000,"taxAssessedValue":321410,"zestimate":445400,"rentZestimate":2971,"priceReduction":"297","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":92000,"closingCosts":13800,"loanAmount":368000,"mortgagePayment":1975.5,"monthlyPropertyTax":321.41,"monthlyMaintenance":383.33,"monthlyInsurance":115,"totalMonthlyExpenses":2795.25,"annualCashFlow":2109.04,"monthlyCashFlow":175.75,"capRate":0.0046,"cashOnCashROI":0.0199,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.75,"priceVsZestimatePct":3.28},{"item":3},{"Address":"257","homeStatus":"246","homeType":"247","totalSize":"258","LivingArea":1301,"price":530000,"taxAssessedValue":400723,"zestimate":526900,"rentZestimate":2910,"priceReduction":"297","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":106000,"closingCosts":15900,"loanAmount":424000,"mortgagePayment":2276.12,"monthlyPropertyTax":400.72,"monthlyMaintenance":441.67,"monthlyInsurance":132.5,"totalMonthlyExpenses":3251.01,"annualCashFlow":-4092.16,"monthlyCashFlow":-341.01,"capRate":-0.0077,"cashOnCashROI":-0.0336,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.59,"priceVsZestimatePct":0.59},{"item":4},{"Address":"259","homeStatus":"246","homeType":"247","totalSize":"260","LivingArea":1717,"price":550000,"taxAssessedValue":418273,"zestimate":"297","rentZestimate":"297","priceReduction":"297","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":418.27,"monthlyMaintenance":458.33,"monthlyInsurance":137.5,"totalMonthlyExpenses":3376.12,"annualCashFlow":-40513.46,"monthlyCashFlow":-3376.12,"capRate":-0.0737,"cashOnCashROI":-0.3203,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":5},{"Address":"261","homeStatus":"246","homeType":"254","totalSize":"255","LivingArea":1365,"price":475000,"taxAssessedValue":350000,"zestimate":460700,"rentZestimate":2937,"priceReduction":"297","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":95000,"closingCosts":14250,"loanAmount":380000,"mortgagePayment":2039.92,"monthlyPropertyTax":350,"monthlyMaintenance":395.83,"monthlyInsurance":118.75,"totalMonthlyExpenses":2904.51,"annualCashFlow":389.93,"monthlyCashFlow":32.49,"capRate":0.0008,"cashOnCashROI":0.0036,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.42,"priceVsZestimatePct":3.1},{"item":6},{"Address":"262","homeStatus":"246","homeType":"247","totalSize":"263","LivingArea":1258,"price":427995,"taxAssessedValue":411344,"zestimate":"297","rentZestimate":"297","priceReduction":"297","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":85599,"closingCosts":12839.85,"loanAmount":342396,"mortgagePayment":1838.06,"monthlyPropertyTax":411.34,"monthlyMaintenance":356.66,"monthlyInsurance":107,"totalMonthlyExpenses":2713.06,"annualCashFlow":-32556.73,"monthlyCashFlow":-2713.06,"capRate":-0.0761,"cashOnCashROI":-0.3307,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":7},{"Address":"264","homeStatus":"246","homeType":"254","totalSize":"255","LivingArea":1320,"price":440000,"taxAssessedValue":313749,"zestimate":435600,"rentZestimate":2670,"priceReduction":"297","bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":88000,"closingCosts":13200,"loanAmount":352000,"mortgagePayment":1889.61,"monthlyPropertyTax":313.75,"monthlyMaintenance":366.67,"monthlyInsurance":110,"totalMonthlyExpenses":2680.03,"annualCashFlow":-120.33,"monthlyCashFlow":-10.03,"capRate":-0.0003,"cashOnCashROI":-0.0012,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.28,"priceVsZestimatePct":1.01},{"item":8},{"Address":"265","homeStatus":"246","homeType":"247","totalSize":"266","LivingArea":1702,"price":415000,"taxAssessedValue":429229,"zestimate":407400,"rentZestimate":2445,"priceReduction":"267","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":83000,"closingCosts":12450,"loanAmount":332000,"mortgagePayment":1782.25,"monthlyPropertyTax":429.23,"monthlyMaintenance":345.83,"monthlyInsurance":103.75,"totalMonthlyExpenses":2661.06,"annualCashFlow":-2592.72,"monthlyCashFlow":-216.06,"capRate":-0.0062,"cashOnCashROI":-0.0272,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.07,"priceVsZestimatePct":1.87},{"item":9},{"Address":"268","homeStatus":"246","homeType":"254","totalSize":"255","LivingArea":1321,"price":490000,"taxAssessedValue":390000,"zestimate":"297","rentZestimate":"297","priceReduction":"297","bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"downPayment":98000,"closingCosts":14700,"loanAmount":392000,"mortgagePayment":2104.34,"monthlyPropertyTax":390,"monthlyMaintenance":408.33,"monthlyInsurance":122.5,"totalMonthlyExpenses":3025.17,"annualCashFlow":-36302.09,"monthlyCashFlow":-3025.17,"capRate":-0.0741,"cashOnCashROI":-0.3221,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":10},{"Address":"269","homeStatus":"246","homeType":"254","totalSize":"255","LivingArea":1602,"price":499000,"taxAssessedValue":401000,"zestimate":491200,"rentZestimate":3013,"priceReduction":"297","bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":401,"monthlyMaintenance":415.83,"monthlyInsurance":124.75,"totalMonthlyExpenses":3084.58,"annualCashFlow":-858.9,"monthlyCashFlow":-71.58,"capRate":-0.0017,"cashOnCashROI":-0.0075,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.25,"priceVsZestimatePct":1.59},{"item":11},{"Address":"270","homeStatus":"246","homeType":"247","totalSize":"271","LivingArea":1289,"price":534900,"taxAssessedValue":384378,"zestimate":"297","rentZestimate":"297","priceReduction":"297","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":106980,"closingCosts":16047,"loanAmount":427920,"mortgagePayment":2297.17,"monthlyPropertyTax":384.38,"monthlyMaintenance":445.75,"monthlyInsurance":133.72,"totalMonthlyExpenses":3261.02,"annualCashFlow":-39132.24,"monthlyCashFlow":-3261.02,"capRate":-0.0732,"cashOnCashROI":-0.3181,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":12},{"Address":"272","homeStatus":"246","homeType":"247","totalSize":"273","LivingArea":1000,"price":499000,"taxAssessedValue":"297","zestimate":"297","rentZestimate":"297","priceReduction":"297","bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":499,"monthlyMaintenance":415.83,"monthlyInsurance":124.75,"totalMonthlyExpenses":3182.58,"annualCashFlow":-38190.9,"monthlyCashFlow":-3182.58,"capRate":-0.0765,"cashOnCashROI":-0.3328,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":13},{"Address":"274","homeStatus":"246","homeType":"254","totalSize":"255","LivingArea":1575,"price":530000,"taxAssessedValue":338150,"zestimate":511400,"rentZestimate":2955,"priceReduction":"297","bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":106000,"closingCosts":15900,"loanAmount":424000,"mortgagePayment":2276.12,"monthlyPropertyTax":338.15,"monthlyMaintenance":441.67,"monthlyInsurance":132.5,"totalMonthlyExpenses":3188.44,"annualCashFlow":-2801.28,"monthlyCashFlow":-233.44,"capRate":-0.0053,"cashOnCashROI":-0.023,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.69,"priceVsZestimatePct":3.64},{"item":14},{"Address":"275","homeStatus":"246","homeType":"247","totalSize":"276","LivingArea":2432,"price":544999,"taxAssessedValue":503167,"zestimate":"297","rentZestimate":"297","priceReduction":"277","bathrooms":5,"bedrooms":8,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":108999.8,"closingCosts":16349.97,"loanAmount":435999.2,"mortgagePayment":2340.54,"monthlyPropertyTax":503.17,"monthlyMaintenance":454.17,"monthlyInsurance":136.25,"totalMonthlyExpenses":3434.12,"annualCashFlow":-41209.45,"monthlyCashFlow":-3434.12,"capRate":-0.0756,"cashOnCashROI":-0.3288,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":15},{"Address":"278","homeStatus":"246","homeType":"247","totalSize":"279","LivingArea":1635,"price":540000,"taxAssessedValue":151864,"zestimate":539500,"rentZestimate":4151,"priceReduction":"280","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":108000,"closingCosts":16200,"loanAmount":432000,"mortgagePayment":2319.07,"monthlyPropertyTax":151.86,"monthlyMaintenance":450,"monthlyInsurance":135,"totalMonthlyExpenses":3055.93,"annualCashFlow":13140.8,"monthlyCashFlow":1095.07,"capRate":0.0243,"cashOnCashROI":0.1058,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":9.22,"priceVsZestimatePct":0.09},{"item":16},{"Address":"281","homeStatus":"246","homeType":"247","totalSize":"282","LivingArea":2340,"price":550000,"taxAssessedValue":460442,"zestimate":548800,"rentZestimate":3827,"priceReduction":"283","bathrooms":3,"bedrooms":5,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":460.44,"monthlyMaintenance":458.33,"monthlyInsurance":137.5,"totalMonthlyExpenses":3418.29,"annualCashFlow":4904.51,"monthlyCashFlow":408.71,"capRate":0.0089,"cashOnCashROI":0.0388,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.35,"priceVsZestimatePct":0.22},{"item":17},{"Address":"284","homeStatus":"246","homeType":"285","totalSize":"255","LivingArea":1500,"price":550000,"taxAssessedValue":297596,"zestimate":535100,"rentZestimate":2245,"priceReduction":"297","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":297.6,"monthlyMaintenance":458.33,"monthlyInsurance":137.5,"totalMonthlyExpenses":3255.44,"annualCashFlow":-12125.33,"monthlyCashFlow":-1010.44,"capRate":-0.022,"cashOnCashROI":-0.0959,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":4.9,"priceVsZestimatePct":2.78},{"item":18},{"Address":"286","homeStatus":"246","homeType":"254","totalSize":"255","LivingArea":1347,"price":425000,"taxAssessedValue":330608,"zestimate":415800,"rentZestimate":3042,"priceReduction":"297","bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":85000,"closingCosts":12750,"loanAmount":340000,"mortgagePayment":1825.19,"monthlyPropertyTax":330.61,"monthlyMaintenance":354.17,"monthlyInsurance":106.25,"totalMonthlyExpenses":2616.22,"annualCashFlow":5109.38,"monthlyCashFlow":425.78,"capRate":0.012,"cashOnCashROI":0.0523,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.59,"priceVsZestimatePct":2.21},{"item":19},{"Address":"287","homeStatus":"246","homeType":"247","totalSize":"288","LivingArea":1231,"price":440000,"taxAssessedValue":275583,"zestimate":"297","rentZestimate":"297","priceReduction":"289","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":88000,"closingCosts":13200,"loanAmount":352000,"mortgagePayment":1889.61,"monthlyPropertyTax":275.58,"monthlyMaintenance":366.67,"monthlyInsurance":110,"totalMonthlyExpenses":2641.86,"annualCashFlow":-31702.34,"monthlyCashFlow":-2641.86,"capRate":-0.0721,"cashOnCashROI":-0.3133,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":20},{"Address":"290","homeStatus":"246","homeType":"247","totalSize":"291","LivingArea":1796,"price":549900,"taxAssessedValue":413952,"zestimate":"297","rentZestimate":"297","priceReduction":"297","bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":109980,"closingCosts":16497,"loanAmount":439920,"mortgagePayment":2361.59,"monthlyPropertyTax":413.95,"monthlyMaintenance":458.25,"monthlyInsurance":137.47,"totalMonthlyExpenses":3371.26,"annualCashFlow":-40455.15,"monthlyCashFlow":-3371.26,"capRate":-0.0736,"cashOnCashROI":-0.3199,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":21},{"Address":"292","homeStatus":"246","homeType":"247","totalSize":"293","LivingArea":1328,"price":499000,"taxAssessedValue":437091,"zestimate":494800,"rentZestimate":2860,"priceReduction":"294","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":437.09,"monthlyMaintenance":415.83,"monthlyInsurance":124.75,"totalMonthlyExpenses":3120.67,"annualCashFlow":-3128,"monthlyCashFlow":-260.67,"capRate":-0.0063,"cashOnCashROI":-0.0273,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.88,"priceVsZestimatePct":0.85},{"item":22},{"Address":"295","homeStatus":"246","homeType":"247","totalSize":"296","LivingArea":1594,"price":550000,"taxAssessedValue":634512,"zestimate":"297","rentZestimate":"297","priceReduction":"297","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":634.51,"monthlyMaintenance":458.33,"monthlyInsurance":137.5,"totalMonthlyExpenses":3592.36,"annualCashFlow":-43108.33,"monthlyCashFlow":-3592.36,"capRate":-0.0784,"cashOnCashROI":-0.3408,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":23},{"Address":"298","homeStatus":"246","homeType":"247","totalSize":"299","LivingArea":1245,"price":495000,"taxAssessedValue":380799,"zestimate":"297","rentZestimate":"297","priceReduction":"297","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99000,"closingCosts":14850,"loanAmount":396000,"mortgagePayment":2125.81,"monthlyPropertyTax":380.8,"monthlyMaintenance":412.5,"monthlyInsurance":123.75,"totalMonthlyExpenses":3042.86,"annualCashFlow":-36514.35,"monthlyCashFlow":-3042.86,"capRate":-0.0738,"cashOnCashROI":-0.3207,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":24},{"Address":"300","homeStatus":"246","homeType":"247","totalSize":"301","LivingArea":1537,"price":507000,"taxAssessedValue":372667,"zestimate":502700,"rentZestimate":3339,"priceReduction":"297","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":101400,"closingCosts":15210,"loanAmount":405600,"mortgagePayment":2177.35,"monthlyPropertyTax":372.67,"monthlyMaintenance":422.5,"monthlyInsurance":126.75,"totalMonthlyExpenses":3099.27,"annualCashFlow":2876.81,"monthlyCashFlow":239.73,"capRate":0.0057,"cashOnCashROI":0.0247,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.9,"priceVsZestimatePct":0.86},{"item":25},{"Address":"302","homeStatus":"246","homeType":"254","totalSize":"255","LivingArea":1500,"price":415000,"taxAssessedValue":298350,"zestimate":"297","rentZestimate":"297","priceReduction":"297","bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":83000,"closingCosts":12450,"loanAmount":332000,"mortgagePayment":1782.25,"monthlyPropertyTax":298.35,"monthlyMaintenance":345.83,"monthlyInsurance":103.75,"totalMonthlyExpenses":2530.18,"annualCashFlow":-30362.17,"monthlyCashFlow":-2530.18,"capRate":-0.0732,"cashOnCashROI":-0.3181,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":26},{"Address":"303","homeStatus":"246","homeType":"254","totalSize":"255","LivingArea":1523,"price":499000,"taxAssessedValue":"297","zestimate":490300,"rentZestimate":3257,"priceReduction":"297","bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99800,"closingCosts":14970,"loanAmount":399200,"mortgagePayment":2142.99,"monthlyPropertyTax":499,"monthlyMaintenance":415.83,"monthlyInsurance":124.75,"totalMonthlyExpenses":3182.58,"annualCashFlow":893.1,"monthlyCashFlow":74.42,"capRate":0.0018,"cashOnCashROI":0.0078,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.83,"priceVsZestimatePct":1.77},{"item":27},{"Address":"304","homeStatus":"246","homeType":"254","totalSize":"255","LivingArea":1793,"price":540000,"taxAssessedValue":418001,"zestimate":534800,"rentZestimate":3418,"priceReduction":"305","bathrooms":3,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":108000,"closingCosts":16200,"loanAmount":432000,"mortgagePayment":2319.07,"monthlyPropertyTax":418,"monthlyMaintenance":450,"monthlyInsurance":135,"totalMonthlyExpenses":3322.07,"annualCashFlow":1151.16,"monthlyCashFlow":95.93,"capRate":0.0021,"cashOnCashROI":0.0093,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":7.6,"priceVsZestimatePct":0.97},{"item":28},{"Address":"306","homeStatus":"246","homeType":"247","totalSize":"307","LivingArea":1666,"price":520000,"taxAssessedValue":417001,"zestimate":"297","rentZestimate":"297","priceReduction":"297","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":104000,"closingCosts":15600,"loanAmount":416000,"mortgagePayment":2233.18,"monthlyPropertyTax":417,"monthlyMaintenance":433.33,"monthlyInsurance":130,"totalMonthlyExpenses":3213.51,"annualCashFlow":-38562.15,"monthlyCashFlow":-3213.51,"capRate":-0.0742,"cashOnCashROI":-0.3224,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":29},{"Address":"308","homeStatus":"246","homeType":"247","totalSize":"309","LivingArea":1350,"price":515000,"taxAssessedValue":386290,"zestimate":"297","rentZestimate":"297","priceReduction":"297","bathrooms":2,"bedrooms":4,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":103000,"closingCosts":15450,"loanAmount":412000,"mortgagePayment":2211.71,"monthlyPropertyTax":386.29,"monthlyMaintenance":429.17,"monthlyInsurance":128.75,"totalMonthlyExpenses":3155.91,"annualCashFlow":-37870.94,"monthlyCashFlow":-3155.91,"capRate":-0.0735,"cashOnCashROI":-0.3197,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":30},{"Address":"310","homeStatus":"246","homeType":"285","totalSize":"255","LivingArea":1370,"price":449000,"taxAssessedValue":"297","zestimate":441600,"rentZestimate":"297","priceReduction":"311","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":89800,"closingCosts":13470,"loanAmount":359200,"mortgagePayment":1928.26,"monthlyPropertyTax":449,"monthlyMaintenance":374.17,"monthlyInsurance":112.25,"totalMonthlyExpenses":2863.68,"annualCashFlow":-34364.16,"monthlyCashFlow":-2863.68,"capRate":-0.0765,"cashOnCashROI":-0.3328,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":1.68},{"item":31},{"Address":"312","homeStatus":"246","homeType":"247","totalSize":"313","LivingArea":1527,"price":544900,"taxAssessedValue":386429,"zestimate":"297","rentZestimate":"297","priceReduction":"314","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":108980,"closingCosts":16347,"loanAmount":435920,"mortgagePayment":2340.11,"monthlyPropertyTax":386.43,"monthlyMaintenance":454.08,"monthlyInsurance":136.22,"totalMonthlyExpenses":3316.85,"annualCashFlow":-39802.2,"monthlyCashFlow":-3316.85,"capRate":-0.073,"cashOnCashROI":-0.3176,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":32},{"Address":"315","homeStatus":"246","homeType":"247","totalSize":"316","LivingArea":1274,"price":449900,"taxAssessedValue":307386,"zestimate":"297","rentZestimate":"297","priceReduction":"297","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":89980,"closingCosts":13497,"loanAmount":359920,"mortgagePayment":1932.13,"monthlyPropertyTax":307.39,"monthlyMaintenance":374.92,"monthlyInsurance":112.48,"totalMonthlyExpenses":2726.91,"annualCashFlow":-32722.87,"monthlyCashFlow":-2726.91,"capRate":-0.0727,"cashOnCashROI":-0.3162,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":33},{"Address":"317","homeStatus":"246","homeType":"254","totalSize":"255","LivingArea":1160,"price":539000,"taxAssessedValue":370000,"zestimate":"297","rentZestimate":"297","priceReduction":"297","bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":107800,"closingCosts":16170,"loanAmount":431200,"mortgagePayment":2314.77,"monthlyPropertyTax":370,"monthlyMaintenance":449.17,"monthlyInsurance":134.75,"totalMonthlyExpenses":3268.69,"annualCashFlow":-39224.3,"monthlyCashFlow":-3268.69,"capRate":-0.0728,"cashOnCashROI":-0.3164,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":34},{"Address":"318","homeStatus":"246","homeType":"247","totalSize":"319","LivingArea":1387,"price":460000,"taxAssessedValue":349395,"zestimate":"297","rentZestimate":3162,"priceReduction":"320","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":92000,"closingCosts":13800,"loanAmount":368000,"mortgagePayment":1975.5,"monthlyPropertyTax":349.39,"monthlyMaintenance":383.33,"monthlyInsurance":115,"totalMonthlyExpenses":2823.23,"annualCashFlow":4065.22,"monthlyCashFlow":338.77,"capRate":0.0088,"cashOnCashROI":0.0384,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.25,"priceVsZestimatePct":0},{"item":35},{"Address":"321","homeStatus":"246","homeType":"322","totalSize":"255","LivingArea":1120,"price":451000,"taxAssessedValue":"297","zestimate":"297","rentZestimate":"297","priceReduction":"297","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":90200,"closingCosts":13530,"loanAmount":360800,"mortgagePayment":1936.85,"monthlyPropertyTax":451,"monthlyMaintenance":375.83,"monthlyInsurance":112.75,"totalMonthlyExpenses":2876.44,"annualCashFlow":-34517.23,"monthlyCashFlow":-2876.44,"capRate":-0.0765,"cashOnCashROI":-0.3328,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":36},{"Address":"323","homeStatus":"246","homeType":"247","totalSize":"313","LivingArea":1200,"price":545000,"taxAssessedValue":378482,"zestimate":"297","rentZestimate":"297","priceReduction":"297","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":109000,"closingCosts":16350,"loanAmount":436000,"mortgagePayment":2340.54,"monthlyPropertyTax":378.48,"monthlyMaintenance":454.17,"monthlyInsurance":136.25,"totalMonthlyExpenses":3309.44,"annualCashFlow":-39713.29,"monthlyCashFlow":-3309.44,"capRate":-0.0729,"cashOnCashROI":-0.3168,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":0,"priceVsZestimatePct":0},{"item":37},{"Address":"324","homeStatus":"246","homeType":"254","totalSize":"255","LivingArea":1481,"price":420000,"taxAssessedValue":353220,"zestimate":416700,"rentZestimate":2843,"priceReduction":"297","bathrooms":3,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":84000,"closingCosts":12600,"loanAmount":336000,"mortgagePayment":1803.72,"monthlyPropertyTax":353.22,"monthlyMaintenance":350,"monthlyInsurance":105,"totalMonthlyExpenses":2611.94,"annualCashFlow":2772.71,"monthlyCashFlow":231.06,"capRate":0.0066,"cashOnCashROI":0.0287,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":8.12,"priceVsZestimatePct":0.79},{"item":38},{"Address":"325","homeStatus":"246","homeType":"247","totalSize":"326","LivingArea":1167,"price":499900,"taxAssessedValue":329154,"zestimate":498000,"rentZestimate":3879,"priceReduction":"327","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":99980,"closingCosts":14997,"loanAmount":399920,"mortgagePayment":2146.86,"monthlyPropertyTax":329.15,"monthlyMaintenance":416.58,"monthlyInsurance":124.98,"totalMonthlyExpenses":3017.57,"annualCashFlow":10337.17,"monthlyCashFlow":861.43,"capRate":0.0207,"cashOnCashROI":0.0899,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":9.31,"priceVsZestimatePct":0.38},{"item":39},{"Address":"328","homeStatus":"246","homeType":"247","totalSize":"329","LivingArea":1393,"price":550000,"taxAssessedValue":382979,"zestimate":546500,"rentZestimate":3048,"priceReduction":"330","bathrooms":2,"bedrooms":3,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"downPayment":110000,"closingCosts":16500,"loanAmount":440000,"mortgagePayment":2362.02,"monthlyPropertyTax":382.98,"monthlyMaintenance":458.33,"monthlyInsurance":137.5,"totalMonthlyExpenses":3340.83,"annualCashFlow":-3513.93,"monthlyCashFlow":-292.83,"capRate":-0.0064,"cashOnCashROI":-0.0278,"pricePerSqft":0,"rentPerSqft":0,"rentToPricePct":6.65,"priceVsZestimatePct":0.64},{"item":40},["1082","1083"],["1084"],["1085","1086","1087","1088","1089","1090","1091","1092","1093","1094","1095","1096","1097","1098","1099","1100","1101","1102","1103","1104","1105","1106","1107","1108","1109","1110","1111","1112","1113","1114","1115","1116","1117","1118","1119","1120","1121","1122","1123","1124","1125"],{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"1126"},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_foreclosure":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"1127"},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000},{"open_house_end":1765058400000,"open_house_start":1765051200000},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1762761600000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"547","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.722504,"listing_sub_type":"1128","livingArea":1214,"longitude":-80.41608,"lotAreaUnit":"549","lotAreaValue":3240,"price":490000,"priceChange":-10000,"priceForHDP":490000,"priceReduction":"249","rentZestimate":2981,"shouldHighlight":false,"state":"550","streetAddress":"551","taxAssessedValue":399887,"timeOnZillow":7138091000,"zestimate":484400,"zipcode":"552","zpid":44246499},{"bathrooms":4,"bedrooms":4,"city":"544","country":"545","currency":"546","datePriceChanged":1761030000000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"553","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.852032,"listing_sub_type":"1129","livingArea":2391,"longitude":-80.19142,"lotAreaUnit":"549","lotAreaValue":7050,"price":495000,"priceChange":-55000,"priceForHDP":495000,"priceReduction":"252","shouldHighlight":false,"state":"550","streetAddress":"555","taxAssessedValue":360463,"timeOnZillow":9738978000,"zipcode":"556","zpid":43827372},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"557","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.69849,"listing_sub_type":"1130","livingArea":1336,"longitude":-80.370636,"openHouse":"559","open_house_info":"1131","price":499990,"priceForHDP":499990,"rentZestimate":3172,"shouldHighlight":false,"state":"550","streetAddress":"561","taxAssessedValue":378000,"timeOnZillow":1702854000,"zestimate":487300,"zipcode":"562","zpid":156224524},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"563","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.670023,"listing_sub_type":"1132","livingArea":1170,"longitude":-80.377556,"price":460000,"priceForHDP":460000,"rentZestimate":2971,"shouldHighlight":false,"state":"550","streetAddress":"565","taxAssessedValue":321410,"timeOnZillow":4816022000,"unit":"566","zestimate":445400,"zipcode":"567","zpid":44280853},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"568","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.635647,"listing_sub_type":"1133","livingArea":1301,"longitude":-80.43535,"lotAreaUnit":"549","lotAreaValue":3200,"price":530000,"priceForHDP":530000,"rentZestimate":2910,"shouldHighlight":false,"state":"550","streetAddress":"570","taxAssessedValue":400723,"timeOnZillow":214639000,"zestimate":526900,"zipcode":"571","zpid":44329115},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"572","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.827717,"listing_sub_type":"1134","livingArea":1717,"longitude":-80.201866,"lotAreaUnit":"549","lotAreaValue":7100,"price":550000,"priceForHDP":550000,"shouldHighlight":false,"state":"550","streetAddress":"574","taxAssessedValue":418273,"timeOnZillow":1407075000,"zipcode":"575","zpid":43808029},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"576","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.701544,"listing_sub_type":"1135","livingArea":1365,"longitude":-80.37098,"price":475000,"priceForHDP":475000,"rentZestimate":2937,"shouldHighlight":false,"state":"550","streetAddress":"578","taxAssessedValue":350000,"timeOnZillow":3685451000,"zestimate":460700,"zipcode":"562","zpid":44214153},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"579","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.626839,"listing_sub_type":"1136","livingArea":1258,"longitude":-80.40209,"lotAreaUnit":"549","lotAreaValue":5702.004,"price":427995,"priceForHDP":427995,"shouldHighlight":false,"state":"550","streetAddress":"581","taxAssessedValue":411344,"timeOnZillow":4886284000,"zipcode":"582","zpid":44331113},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"583","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.686037,"listing_sub_type":"1137","livingArea":1320,"longitude":-80.44041,"price":440000,"priceForHDP":440000,"rentZestimate":2670,"shouldHighlight":false,"state":"550","streetAddress":"585","taxAssessedValue":313749,"timeOnZillow":5485303000,"unit":"586","zestimate":435600,"zipcode":"587","zpid":44268720},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","datePriceChanged":1763971200000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"588","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.807444,"listing_sub_type":"1138","livingArea":1702,"longitude":-80.21994,"lotAreaUnit":"549","lotAreaValue":7168,"price":415000,"priceChange":-4000,"priceForHDP":415000,"priceReduction":"267","rentZestimate":2445,"shouldHighlight":false,"state":"550","streetAddress":"590","taxAssessedValue":429229,"timeOnZillow":5453616000,"zestimate":407400,"zipcode":"591","zpid":43816637},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"592","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":true,"isUnmappable":false,"isZillowOwned":false,"latitude":25.598036,"listing_sub_type":"1139","livingArea":1321,"longitude":-80.43115,"price":490000,"priceForHDP":490000,"shouldHighlight":false,"state":"550","streetAddress":"594","taxAssessedValue":390000,"timeOnZillow":1756969000,"zipcode":"595","zpid":338743241},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"596","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.65103,"listing_sub_type":"1140","livingArea":1602,"longitude":-80.39823,"price":499000,"priceForHDP":499000,"rentZestimate":3013,"shouldHighlight":false,"state":"550","streetAddress":"598","taxAssessedValue":401000,"timeOnZillow":733077000,"zestimate":491200,"zipcode":"582","zpid":62931912},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"599","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.602287,"listing_sub_type":"1141","livingArea":1289,"longitude":-80.36251,"lotAreaUnit":"549","lotAreaValue":10242,"price":534900,"priceForHDP":534900,"shouldHighlight":false,"state":"550","streetAddress":"601","taxAssessedValue":384378,"timeOnZillow":4243708000,"zipcode":"602","zpid":44302016},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"603","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.828897,"listing_sub_type":"1142","livingArea":1000,"longitude":-80.20237,"lotAreaUnit":"549","lotAreaValue":2125,"newConstructionType":"605","price":499000,"priceForHDP":499000,"shouldHighlight":false,"state":"550","streetAddress":"606","timeOnZillow":1135294000,"zipcode":"575","zpid":458467587},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"607","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.708296,"listing_sub_type":"1143","livingArea":1575,"longitude":-80.3799,"openHouse":"609","open_house_info":"1144","price":530000,"priceForHDP":530000,"rentZestimate":2955,"shouldHighlight":false,"state":"550","streetAddress":"611","taxAssessedValue":338150,"timeOnZillow":1266578000,"unit":"612","zestimate":511400,"zipcode":"562","zpid":44214373},{"bathrooms":5,"bedrooms":8,"city":"544","country":"545","currency":"546","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"613","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.782402,"listing_sub_type":"1145","livingArea":2432,"longitude":-80.24617,"lotAreaUnit":"549","lotAreaValue":6667,"price":544999,"priceChange":-4901,"priceForHDP":544999,"priceReduction":"277","shouldHighlight":false,"state":"550","streetAddress":"615","taxAssessedValue":503167,"timeOnZillow":1171211000,"zipcode":"616","zpid":43822416},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","datePriceChanged":1764144000000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"617","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.837246,"listing_sub_type":"1146","livingArea":1635,"longitude":-80.207756,"lotAreaUnit":"549","lotAreaValue":3920,"newConstructionType":"605","price":540000,"priceChange":-38000,"priceForHDP":540000,"priceReduction":"280","rentZestimate":4151,"shouldHighlight":false,"state":"550","streetAddress":"619","taxAssessedValue":151864,"timeOnZillow":6827829000,"zestimate":539500,"zipcode":"620","zpid":155725020},{"bathrooms":3,"bedrooms":5,"city":"544","country":"545","currency":"546","datePriceChanged":1762675200000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"621","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.631575,"listing_sub_type":"1147","livingArea":2340,"longitude":-80.44585,"lotAreaUnit":"549","lotAreaValue":4064.148,"price":550000,"priceChange":-15000,"priceForHDP":550000,"priceReduction":"283","rentZestimate":3827,"shouldHighlight":false,"state":"550","streetAddress":"623","taxAssessedValue":460442,"timeOnZillow":5025372000,"zestimate":548800,"zipcode":"571","zpid":44328384},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"285","imgSrc":"624","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.821255,"listing_sub_type":"1148","livingArea":1500,"longitude":-80.22047,"price":550000,"priceForHDP":550000,"rentZestimate":2245,"shouldHighlight":false,"state":"550","streetAddress":"626","taxAssessedValue":297596,"timeOnZillow":216189000,"zestimate":535100,"zipcode":"591","zpid":43811977},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"627","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.734747,"listing_sub_type":"1149","livingArea":1347,"longitude":-80.331795,"price":425000,"priceForHDP":425000,"rentZestimate":3042,"shouldHighlight":false,"state":"550","streetAddress":"629","taxAssessedValue":330608,"timeOnZillow":23618872000,"unit":"630","zestimate":415800,"zipcode":"631","zpid":44192705},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1763712000000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"632","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.610762,"listing_sub_type":"1150","livingArea":1231,"longitude":-80.35671,"lotAreaUnit":"549","lotAreaValue":4162,"price":440000,"priceChange":-10000,"priceForHDP":440000,"priceReduction":"289","shouldHighlight":false,"state":"550","streetAddress":"634","taxAssessedValue":275583,"timeOnZillow":4682078000,"zipcode":"602","zpid":82067300},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"635","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.758394,"listing_sub_type":"1151","livingArea":1796,"longitude":-80.39505,"lotAreaUnit":"549","lotAreaValue":3750,"price":549900,"priceForHDP":549900,"shouldHighlight":false,"state":"550","streetAddress":"637","taxAssessedValue":413952,"timeOnZillow":1916631000,"zipcode":"638","zpid":44234621},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1764576000000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"639","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.580736,"listing_sub_type":"1152","livingArea":1328,"longitude":-80.37689,"lotAreaUnit":"549","lotAreaValue":7140,"price":499000,"priceChange":-31000,"priceForHDP":499000,"priceReduction":"294","rentZestimate":2860,"shouldHighlight":false,"state":"550","streetAddress":"641","taxAssessedValue":437091,"timeOnZillow":200213000,"zestimate":494800,"zipcode":"642","zpid":44350402},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","datePriceChanged":1753340400000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"643","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.767508,"listing_sub_type":"1153","livingArea":1594,"longitude":-80.22614,"lotAreaUnit":"549","lotAreaValue":6099,"price":550000,"priceChange":-70000,"priceForHDP":550000,"priceReduction":"297","shouldHighlight":false,"state":"550","streetAddress":"645","taxAssessedValue":634512,"timeOnZillow":51773250000,"zipcode":"646","zpid":43839021},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"647","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.617952,"listing_sub_type":"1154","livingArea":1245,"longitude":-80.418816,"lotAreaUnit":"549","lotAreaValue":3045,"price":495000,"priceForHDP":495000,"shouldHighlight":false,"state":"550","streetAddress":"649","taxAssessedValue":380799,"timeOnZillow":4960779000,"zipcode":"650","zpid":44334520},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"651","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.587265,"listing_sub_type":"1155","livingArea":1537,"longitude":-80.39364,"lotAreaUnit":"549","lotAreaValue":5520,"price":507000,"priceForHDP":507000,"rentZestimate":3339,"shouldHighlight":false,"state":"550","streetAddress":"653","taxAssessedValue":372667,"timeOnZillow":905651000,"zestimate":502700,"zipcode":"650","zpid":44360997},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"654","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.625164,"listing_sub_type":"1156","livingArea":1500,"longitude":-80.41033,"price":415000,"priceForHDP":415000,"shouldHighlight":false,"state":"550","streetAddress":"656","taxAssessedValue":298350,"timeOnZillow":8582341000,"unit":"657","zipcode":"650","zpid":44333127},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"658","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.706856,"listing_sub_type":"1157","livingArea":1523,"longitude":-80.40265,"price":499000,"priceForHDP":499000,"rentZestimate":3257,"shouldHighlight":false,"state":"550","streetAddress":"660","timeOnZillow":644297000,"unit":"661","zestimate":490300,"zipcode":"662","zpid":2060256131},{"bathrooms":3,"bedrooms":4,"city":"544","country":"545","currency":"546","datePriceChanged":1763798400000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"663","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.655098,"listing_sub_type":"1158","livingArea":1793,"longitude":-80.39778,"price":540000,"priceChange":-35000,"priceForHDP":540000,"priceReduction":"305","rentZestimate":3418,"shouldHighlight":false,"state":"550","streetAddress":"665","taxAssessedValue":418001,"timeOnZillow":2883340000,"zestimate":534800,"zipcode":"582","zpid":60798233},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"666","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.698788,"listing_sub_type":"1159","livingArea":1666,"longitude":-80.458084,"lotAreaUnit":"549","lotAreaValue":1700,"price":520000,"priceForHDP":520000,"shouldHighlight":false,"state":"550","streetAddress":"668","taxAssessedValue":417001,"timeOnZillow":3254798000,"zipcode":"587","zpid":118914384},{"bathrooms":2,"bedrooms":4,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"669","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.57969,"listing_sub_type":"1160","livingArea":1350,"longitude":-80.37377,"lotAreaUnit":"549","lotAreaValue":7875,"price":515000,"priceForHDP":515000,"shouldHighlight":false,"state":"550","streetAddress":"671","taxAssessedValue":386290,"timeOnZillow":4183273000,"zipcode":"642","zpid":44350836},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1761721200000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"285","imgSrc":"672","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.845108,"listing_sub_type":"1161","livingArea":1370,"longitude":-80.20783,"price":449000,"priceChange":-25000,"priceForHDP":449000,"priceReduction":"311","shouldHighlight":false,"state":"550","streetAddress":"674","timeOnZillow":641836000,"zestimate":441600,"zipcode":"620","zpid":452695494},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1763366400000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"675","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.606438,"listing_sub_type":"1162","livingArea":1527,"longitude":-80.38885,"lotAreaUnit":"549","lotAreaValue":7500,"price":544900,"priceChange":-30100,"priceForHDP":544900,"priceReduction":"314","shouldHighlight":false,"state":"550","streetAddress":"677","taxAssessedValue":386429,"timeOnZillow":2585070000,"zipcode":"650","zpid":44343488},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"678","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.609539,"listing_sub_type":"1163","livingArea":1274,"longitude":-80.358025,"lotAreaUnit":"549","lotAreaValue":5550,"price":449900,"priceForHDP":449900,"shouldHighlight":false,"state":"550","streetAddress":"680","taxAssessedValue":307386,"timeOnZillow":6319517000,"zipcode":"602","zpid":44301845},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"681","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.697622,"listing_sub_type":"1164","livingArea":1160,"longitude":-80.459015,"price":539000,"priceForHDP":539000,"shouldHighlight":false,"state":"550","streetAddress":"683","taxAssessedValue":370000,"timeOnZillow":207724000,"zipcode":"587","zpid":44264409},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1758265200000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"684","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.814497,"listing_sub_type":"1165","livingArea":1387,"longitude":-80.216805,"lotAreaUnit":"549","lotAreaValue":5000,"price":460000,"priceChange":-20000,"priceForHDP":460000,"priceReduction":"320","rentZestimate":3162,"shouldHighlight":false,"state":"550","streetAddress":"686","taxAssessedValue":349395,"timeOnZillow":23453084000,"zipcode":"591","zpid":43813029},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"322","imgSrc":"687","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.80643,"listing_sub_type":"1166","livingArea":1120,"longitude":-80.226776,"newConstructionType":"689","price":451000,"priceForHDP":451000,"shouldHighlight":false,"state":"550","streetAddress":"690","timeOnZillow":5926090000,"zipcode":"591","zpid":456982725},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"691","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.618116,"listing_sub_type":"1167","livingArea":1200,"longitude":-80.37653,"lotAreaUnit":"549","lotAreaValue":7500,"price":545000,"priceForHDP":545000,"shouldHighlight":false,"state":"550","streetAddress":"693","taxAssessedValue":378482,"timeOnZillow":1178659000,"zipcode":"602","zpid":44299942},{"bathrooms":3,"bedrooms":3,"city":"544","country":"545","currency":"546","daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"254","imgSrc":"694","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.638784,"listing_sub_type":"1168","livingArea":1481,"longitude":-80.44507,"price":420000,"priceForHDP":420000,"rentZestimate":2843,"shouldHighlight":false,"state":"550","streetAddress":"696","taxAssessedValue":353220,"timeOnZillow":5048103000,"unit":"697","zestimate":416700,"zipcode":"571","zpid":337202171},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1763625600000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"698","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.570574,"listing_sub_type":"1169","livingArea":1167,"longitude":-80.3856,"lotAreaUnit":"549","lotAreaValue":4500,"price":499900,"priceChange":-15000,"priceForHDP":499900,"priceReduction":"327","rentZestimate":3879,"shouldHighlight":false,"state":"550","streetAddress":"700","taxAssessedValue":329154,"timeOnZillow":4813575000,"zestimate":498000,"zipcode":"650","zpid":44363879},{"bathrooms":2,"bedrooms":3,"city":"544","country":"545","currency":"546","datePriceChanged":1763107200000,"daysOnZillow":-1,"homeStatus":"246","homeStatusForHDP":"246","homeType":"247","imgSrc":"701","isFeatured":false,"isNonOwnerOccupied":true,"isPreforeclosureAuction":false,"isPremierBuilder":false,"isShowcaseListing":false,"isUnmappable":false,"isZillowOwned":false,"latitude":25.605629,"listing_sub_type":"1170","livingArea":1393,"longitude":-80.4235,"lotAreaUnit":"549","lotAreaValue":3703,"price":550000,"priceChange":-29999,"priceForHDP":550000,"priceReduction":"330","rentZestimate":3048,"shouldHighlight":false,"state":"550","streetAddress":"703","taxAssessedValue":382979,"timeOnZillow":6724622000,"zestimate":546500,"zipcode":"650","zpid":44340771},["1171","1172"],["1173"],{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"1174"},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_foreclosure":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true,"is_openHouse":true},{"open_house_showing":"1175"},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_newHome":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"is_FSBA":true},{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000},{"open_house_end":1765058400000,"open_house_start":1765051200000},["1176","1177"],["1178"],{"open_house_end":1765069200000,"open_house_start":1765058400000},{"open_house_end":1765144800000,"open_house_start":1765137600000},{"open_house_end":1765058400000,"open_house_start":1765051200000}]...
|
Edit
Delete
|