{
    "name": "Web Scrape",
    "flow": [
        {
            "id": 20,
            "module": "util:BasicTrigger",
            "version": 1,
            "parameters": {
                "values": [
                    {
                        "spec": [
                            {
                                "name": "productPageURL",
                                "value": "PUT THE PRODUCT PAGE URL HERE"
                            }
                        ]
                    }
                ]
            },
            "mapper": {},
            "metadata": {
                "designer": {
                    "x": 20,
                    "y": 2
                },
                "restore": {
                    "parameters": {
                        "values": {
                            "items": [
                                {
                                    "spec": {
                                        "mode": "chose",
                                        "items": [
                                            null
                                        ]
                                    }
                                }
                            ]
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "values",
                        "type": "array",
                        "label": "Bundles",
                        "required": true,
                        "spec": [
                            {
                                "name": "spec",
                                "label": "Items",
                                "type": "array",
                                "required": true,
                                "spec": [
                                    {
                                        "name": "name",
                                        "label": "Name",
                                        "required": true,
                                        "type": "text"
                                    },
                                    {
                                        "name": "value",
                                        "label": "Value",
                                        "required": true,
                                        "type": "text"
                                    }
                                ]
                            }
                        ]
                    }
                ],
                "interface": [
                    {
                        "name": "productpageurl",
                        "label": "productpageurl",
                        "type": "text"
                    }
                ]
            }
        },
        {
            "id": 4,
            "module": "http:ActionSendData",
            "version": 3,
            "parameters": {
                "handleErrors": false,
                "useNewZLibDeCompress": true
            },
            "mapper": {
                "url": "https://api.zyte.com/v1/extract",
                "serializeUrl": false,
                "method": "post",
                "headers": [
                    {
                        "name": "Content-Type",
                        "value": "application/json"
                    },
                    {
                        "name": "Authorization",
                        "value": "Basic <API KEY>"
                    }
                ],
                "qs": [],
                "bodyType": "raw",
                "parseResponse": true,
                "authUser": "",
                "authPass": "",
                "timeout": "",
                "shareCookies": false,
                "ca": "",
                "rejectUnauthorized": true,
                "followRedirect": true,
                "useQuerystring": false,
                "gzip": true,
                "useMtls": false,
                "contentType": "application/json",
                "data": "{\"url\":\"{{20.productpageurl}}\",\"productList\":true,\"productListOptions\":{\"extractFrom\":\"httpResponseBody\"}}",
                "followAllRedirects": false
            },
            "metadata": {
                "designer": {
                    "x": 309,
                    "y": 3,
                    "name": "Zyte"
                },
                "restore": {
                    "expect": {
                        "method": {
                            "mode": "chose",
                            "label": "POST"
                        },
                        "headers": {
                            "mode": "chose",
                            "items": [
                                null,
                                null
                            ]
                        },
                        "qs": {
                            "mode": "chose"
                        },
                        "bodyType": {
                            "label": "Raw"
                        },
                        "contentType": {
                            "label": "JSON (application/json)"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "handleErrors",
                        "type": "boolean",
                        "label": "Evaluate all states as errors (except for 2xx and 3xx )",
                        "required": true
                    },
                    {
                        "name": "useNewZLibDeCompress",
                        "type": "hidden"
                    }
                ],
                "expect": [
                    {
                        "name": "url",
                        "type": "url",
                        "label": "URL",
                        "required": true
                    },
                    {
                        "name": "serializeUrl",
                        "type": "boolean",
                        "label": "Serialize URL",
                        "required": true
                    },
                    {
                        "name": "method",
                        "type": "select",
                        "label": "Method",
                        "required": true,
                        "validate": {
                            "enum": [
                                "get",
                                "head",
                                "post",
                                "put",
                                "patch",
                                "delete",
                                "options"
                            ]
                        }
                    },
                    {
                        "name": "headers",
                        "type": "array",
                        "label": "Headers",
                        "spec": [
                            {
                                "name": "name",
                                "label": "Name",
                                "type": "text",
                                "required": true
                            },
                            {
                                "name": "value",
                                "label": "Value",
                                "type": "text"
                            }
                        ]
                    },
                    {
                        "name": "qs",
                        "type": "array",
                        "label": "Query String",
                        "spec": [
                            {
                                "name": "name",
                                "label": "Name",
                                "type": "text",
                                "required": true
                            },
                            {
                                "name": "value",
                                "label": "Value",
                                "type": "text"
                            }
                        ]
                    },
                    {
                        "name": "bodyType",
                        "type": "select",
                        "label": "Body type",
                        "validate": {
                            "enum": [
                                "raw",
                                "x_www_form_urlencoded",
                                "multipart_form_data"
                            ]
                        }
                    },
                    {
                        "name": "parseResponse",
                        "type": "boolean",
                        "label": "Parse response",
                        "required": true
                    },
                    {
                        "name": "authUser",
                        "type": "text",
                        "label": "User name"
                    },
                    {
                        "name": "authPass",
                        "type": "password",
                        "label": "Password"
                    },
                    {
                        "name": "timeout",
                        "type": "uinteger",
                        "label": "Timeout",
                        "validate": {
                            "max": 300,
                            "min": 1
                        }
                    },
                    {
                        "name": "shareCookies",
                        "type": "boolean",
                        "label": "Share cookies with other HTTP modules",
                        "required": true
                    },
                    {
                        "name": "ca",
                        "type": "cert",
                        "label": "Self-signed certificate"
                    },
                    {
                        "name": "rejectUnauthorized",
                        "type": "boolean",
                        "label": "Reject connections that are using unverified (self-signed) certificates",
                        "required": true
                    },
                    {
                        "name": "followRedirect",
                        "type": "boolean",
                        "label": "Follow redirect",
                        "required": true
                    },
                    {
                        "name": "useQuerystring",
                        "type": "boolean",
                        "label": "Disable serialization of multiple same query string keys as arrays",
                        "required": true
                    },
                    {
                        "name": "gzip",
                        "type": "boolean",
                        "label": "Request compressed content",
                        "required": true
                    },
                    {
                        "name": "useMtls",
                        "type": "boolean",
                        "label": "Use Mutual TLS",
                        "required": true
                    },
                    {
                        "name": "contentType",
                        "type": "select",
                        "label": "Content type",
                        "validate": {
                            "enum": [
                                "text/plain",
                                "application/json",
                                "application/xml",
                                "text/xml",
                                "text/html",
                                "custom"
                            ]
                        }
                    },
                    {
                        "name": "data",
                        "type": "buffer",
                        "label": "Request content"
                    },
                    {
                        "name": "followAllRedirects",
                        "type": "boolean",
                        "label": "Follow all redirect",
                        "required": true
                    }
                ]
            }
        },
        {
            "id": 18,
            "module": "builtin:BasicFeeder",
            "version": 1,
            "parameters": {},
            "mapper": {
                "array": "{{4.data.productList.products}}"
            },
            "metadata": {
                "designer": {
                    "x": 615,
                    "y": -3
                },
                "restore": {
                    "expect": {
                        "array": {
                            "mode": "edit"
                        }
                    }
                },
                "expect": [
                    {
                        "mode": "edit",
                        "name": "array",
                        "spec": [],
                        "type": "array",
                        "label": "Array"
                    }
                ]
            }
        },
        {
            "id": 7,
            "module": "util:SetVariables",
            "version": 1,
            "parameters": {},
            "mapper": {
                "scope": "roundtrip",
                "variables": [
                    {
                        "name": "productURL",
                        "value": "{{18.url}}"
                    },
                    {
                        "name": "productName",
                        "value": "{{18.name}}"
                    },
                    {
                        "name": "productPrice",
                        "value": "{{18.currencyRaw}} {{18.price}}"
                    },
                    {
                        "name": "productImage",
                        "value": "{{18.mainImage.url}}"
                    }
                ]
            },
            "metadata": {
                "designer": {
                    "x": 924,
                    "y": 1,
                    "name": "Set product variables"
                },
                "restore": {
                    "expect": {
                        "scope": {
                            "label": "One cycle"
                        },
                        "variables": {
                            "items": [
                                null,
                                null,
                                null,
                                null
                            ]
                        }
                    }
                },
                "expect": [
                    {
                        "name": "variables",
                        "spec": [
                            {
                                "name": "name",
                                "type": "text",
                                "label": "Variable name",
                                "required": true
                            },
                            {
                                "name": "value",
                                "type": "any",
                                "label": "Variable value"
                            }
                        ],
                        "type": "array",
                        "label": "Variables"
                    },
                    {
                        "name": "scope",
                        "type": "select",
                        "label": "Variable lifetime",
                        "required": true,
                        "validate": {
                            "enum": [
                                "roundtrip",
                                "execution"
                            ]
                        }
                    }
                ],
                "interface": [
                    {
                        "name": "productURL",
                        "type": "any",
                        "label": "productURL"
                    },
                    {
                        "name": "productName",
                        "type": "any",
                        "label": "productName"
                    },
                    {
                        "name": "productPrice",
                        "type": "any",
                        "label": "productPrice"
                    },
                    {
                        "name": "productImage",
                        "type": "any",
                        "label": "productImage"
                    }
                ]
            }
        },
        {
            "id": 11,
            "module": "http:ActionSendData",
            "version": 3,
            "parameters": {
                "handleErrors": true,
                "useNewZLibDeCompress": true
            },
            "mapper": {
                "ca": "",
                "qs": [],
                "url": "https://www.asos.com/adidas-originals/adidas-originals-gazelle-indoor-trainers-in-olive/prd/206645125#colourWayId-206645127",
                "gzip": true,
                "method": "get",
                "headers": [],
                "timeout": "",
                "useMtls": false,
                "authPass": "",
                "authUser": "",
                "bodyType": "",
                "serializeUrl": false,
                "shareCookies": false,
                "parseResponse": false,
                "followRedirect": true,
                "useQuerystring": false,
                "followAllRedirects": false,
                "rejectUnauthorized": true
            },
            "metadata": {
                "designer": {
                    "x": 1224,
                    "y": 1
                },
                "restore": {
                    "expect": {
                        "qs": {
                            "mode": "chose"
                        },
                        "method": {
                            "mode": "chose",
                            "label": "GET"
                        },
                        "headers": {
                            "mode": "chose"
                        },
                        "bodyType": {
                            "label": "Empty"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "handleErrors",
                        "type": "boolean",
                        "label": "Evaluate all states as errors (except for 2xx and 3xx )",
                        "required": true
                    },
                    {
                        "name": "useNewZLibDeCompress",
                        "type": "hidden"
                    }
                ],
                "expect": [
                    {
                        "name": "url",
                        "type": "url",
                        "label": "URL",
                        "required": true
                    },
                    {
                        "name": "serializeUrl",
                        "type": "boolean",
                        "label": "Serialize URL",
                        "required": true
                    },
                    {
                        "name": "method",
                        "type": "select",
                        "label": "Method",
                        "required": true,
                        "validate": {
                            "enum": [
                                "get",
                                "head",
                                "post",
                                "put",
                                "patch",
                                "delete",
                                "options"
                            ]
                        }
                    },
                    {
                        "name": "headers",
                        "spec": [
                            {
                                "name": "name",
                                "type": "text",
                                "label": "Name",
                                "required": true
                            },
                            {
                                "name": "value",
                                "type": "text",
                                "label": "Value"
                            }
                        ],
                        "type": "array",
                        "label": "Headers"
                    },
                    {
                        "name": "qs",
                        "spec": [
                            {
                                "name": "name",
                                "type": "text",
                                "label": "Name",
                                "required": true
                            },
                            {
                                "name": "value",
                                "type": "text",
                                "label": "Value"
                            }
                        ],
                        "type": "array",
                        "label": "Query String"
                    },
                    {
                        "name": "bodyType",
                        "type": "select",
                        "label": "Body type",
                        "validate": {
                            "enum": [
                                "raw",
                                "x_www_form_urlencoded",
                                "multipart_form_data"
                            ]
                        }
                    },
                    {
                        "name": "parseResponse",
                        "type": "boolean",
                        "label": "Parse response",
                        "required": true
                    },
                    {
                        "name": "authUser",
                        "type": "text",
                        "label": "User name"
                    },
                    {
                        "name": "authPass",
                        "type": "password",
                        "label": "Password"
                    },
                    {
                        "name": "timeout",
                        "type": "uinteger",
                        "label": "Timeout",
                        "validate": {
                            "max": 300,
                            "min": 1
                        }
                    },
                    {
                        "name": "shareCookies",
                        "type": "boolean",
                        "label": "Share cookies with other HTTP modules",
                        "required": true
                    },
                    {
                        "name": "ca",
                        "type": "cert",
                        "label": "Self-signed certificate"
                    },
                    {
                        "name": "rejectUnauthorized",
                        "type": "boolean",
                        "label": "Reject connections that are using unverified (self-signed) certificates",
                        "required": true
                    },
                    {
                        "name": "followRedirect",
                        "type": "boolean",
                        "label": "Follow redirect",
                        "required": true
                    },
                    {
                        "name": "useQuerystring",
                        "type": "boolean",
                        "label": "Disable serialization of multiple same query string keys as arrays",
                        "required": true
                    },
                    {
                        "name": "gzip",
                        "type": "boolean",
                        "label": "Request compressed content",
                        "required": true
                    },
                    {
                        "name": "useMtls",
                        "type": "boolean",
                        "label": "Use Mutual TLS",
                        "required": true
                    },
                    {
                        "name": "followAllRedirects",
                        "type": "boolean",
                        "label": "Follow all redirect",
                        "required": true
                    }
                ]
            }
        },
        {
            "id": 12,
            "module": "regexp:HTMLToText",
            "version": 1,
            "parameters": {},
            "mapper": {
                "html": "{{11.data}}",
                "newline": "lf",
                "uppercaseHeadings": true
            },
            "metadata": {
                "designer": {
                    "x": 1524,
                    "y": 1
                },
                "restore": {
                    "expect": {
                        "newline": {
                            "label": "LF (\\n) - Unix/Mac OS X"
                        }
                    }
                },
                "expect": [
                    {
                        "name": "html",
                        "type": "text",
                        "label": "HTML"
                    },
                    {
                        "name": "newline",
                        "type": "select",
                        "label": "Line break",
                        "required": true,
                        "validate": {
                            "enum": [
                                "lf",
                                "crlf",
                                "cr"
                            ]
                        }
                    },
                    {
                        "name": "uppercaseHeadings",
                        "type": "boolean",
                        "label": "Uppercase headings",
                        "required": true
                    }
                ]
            }
        },
        {
            "id": 19,
            "module": "util:FunctionSleep",
            "version": 1,
            "parameters": {},
            "mapper": {
                "duration": "4"
            },
            "metadata": {
                "designer": {
                    "x": 1805,
                    "y": 8,
                    "name": "Wait 4 seconds"
                },
                "restore": {},
                "expect": [
                    {
                        "name": "duration",
                        "type": "uinteger",
                        "label": "Delay",
                        "required": true,
                        "validate": {
                            "max": 300,
                            "min": 1
                        }
                    }
                ]
            }
        },
        {
            "id": 13,
            "module": "openai-gpt-3:CreateCompletion",
            "version": 1,
            "parameters": {
                "__IMTCONN__": 1943886
            },
            "mapper": {
                "model": "gpt-4o-mini",
                "top_p": "1",
                "select": "chat",
                "messages": [
                    {
                        "role": "system",
                        "content": "You are a helpful, intelligent web scraping assistant."
                    },
                    {
                        "role": "user",
                        "content": "Your job is to scrape four different sections of the product scrape below. Output in JSON format and don't include '''json.\n\nHere are the sections: \n\n{\n\"PRODUCT TYPE\":\"\",\n\"PRODUCT DETAILS\":\"Who is the vendor?\"\n}\n\nOnly output the variable in JSON format and that's it."
                    },
                    {
                        "role": "user",
                        "content": "Skip to main contentyour browser is not supportedTo use ASOS, we recommend using the latest versions of Chrome, Firefox, Safari or Edge * Marketplace [https://marketplace.asos.com/?ctaref=Global+nav]\n * Help & FAQs [https://www.asos.com/customer-care/]\n * United Kingdom [https://assets.asosservices.com/storesa/images/flags/gb.png]\n\nASOS logo [data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHN5bWJvbCBpZD0iYSIgdmlld0JveD0iMCAwIDIzIDI0Ij48cGF0aCBkPSJNNS4wNzYgMTIuMDE3YzAtMy44MTQgMi4zMjgtNy41MDkgNi41MjEtNy41MDkgNC4xOTQgMCA2LjUyMiAzLjY5NSA2LjUyMiA3LjUxIDAgMTAuMDk4LTEzLjA0MyAxMC4wOTUtMTMuMDQzIDBabTE3LjkxOC03LjUyMVYuNjAzaC00Ljg3NXYxLjUxNEMxNi4xMjcuNjgzIDEzLjk2Ny4wMTMgMTEuNjMgMGgtLjAzM0wxMS41NjQgMEM4Ljc0Mi4wMTYgNi4xNzguOTg4IDMuODU3IDMuMTEgMi41OCA0LjI5MSAxLjYwNyA1LjYzNS45NjQgNy4xMTQuMzI3IDguNTg4IDAgMTAuMjM5IDAgMTIuMDE1YzAgMS42NTguMjg4IDMuMjExLjg1MyA0LjYxNi41NjYgMS40MDUgMS40MjYgMi43MDUgMi41NiAzLjg2MyAxLjEzNCAxLjE2IDIuNDAxIDIuMDQyIDMuNzY2IDIuNjIgMS4zMzYuNTY1IDIuODA3Ljg1OCA0LjM2OS44N2guMDVsLjA0OS4wMDFjMS41NjItLjAxMyAzLjAzMy0uMzA2IDQuMzY5LS44NzEuNzMtLjMxIDEuNDMzLS43MDcgMi4xMDMtMS4xODd2MS40NTVoNC44NzVWNC40OTZaIi8+PC9zeW1ib2w+PHN5bWJvbCBpZD0iYiIgdmlld0JveD0iMCAwIDU3IDI0Ij48cGF0aCBkPSJNNTAuOTY0IDE5LjMxNmMtMS4wMTggMS4wMDktMy40OTUgMS40MDUtNS4yODIuMjUxLTEuMDYtLjY4NC0xLjgwMS0xLjkxMy0xLjc5OC0zLjE5OGwtNC41NTktLjAwMmMuNDk4LTEuMzM1Ljc1LTIuNzk4Ljc1LTQuMzUyIDAtLjM0OC0uMDEyLS42OS0uMDM3LTEuMDI4LjMuMzc2LjY1MS43MjEgMS4wNTggMS4wMjIgMi40OTUgMS44MzMgNS42NSAxLjcyNiA4LjQwNSAyLjg2Ny42NDQuMjY3IDEuMjgzLjYxOSAxLjcwNSAxLjE4Ni44NiAxLjE1OS44MDYgMi4yMTUtLjI0MiAzLjI1NFptLTI5LjAwNy03LjI5OWMwLTMuODE0IDIuMzI4LTcuNTEgNi41MjEtNy41MVMzNSA4LjIwNCAzNSAxMi4wMThjMCAxMC4xLTEzLjA0MiAxMC4wOTYtMTMuMDQyIDBabS02LjEzNi0uMDAzYy0yLjQ5NS0xLjgzMy01LjY1LTEuNzI1LTguNDA1LTIuODY2LS42NDUtLjI2Ny0xLjI4NC0uNjItMS43MDUtMS4xODctLjcwMy0uOTQ2LS41OTMtMi40MjcuMjQxLTMuMjUzIDEuMDE1LTEuMDA2IDMuNDkyLTEuNDA4IDUuMjgyLS4yNTIgMS4wNi42ODUgMS44MDIgMS45MTQgMS43OTggMy4xOThsNC41OTYuMDAyYy0uNDk0IDEuMzMzLS43NDcgMi43OTgtLjc0NyA0LjM1OSAwIC4zNjMuMDE1LjcyMi4wNDIgMS4wNzVhNS42OTIgNS42OTIgMCAwIDAtMS4xMDItMS4wNzZaTS4xOTQgOS41NDhhNS43MzMgNS43MzMgMCAwIDAgMS45IDIuNDY2YzIuNDk1IDEuODMzIDUuNjUgMS43MjUgOC40MDUgMi44NjcuNjQ1LjI2NyAxLjI4NC42MTggMS43MDUgMS4xODYuNzAzLjk0Ni41OTMgMi40MjctLjI0MiAzLjI1My0xLjAxNyAxLjAxLTMuNDk1IDEuNDA2LTUuMjgxLjI1Mi0xLjA2LS42ODUtMS44MDItMS45MTMtMS43OTgtMy4xOThsLTQuNjg5LS4wMDJtMCAyLjI3OGMuNDk0IDEuMzkxIDEuMzc1IDIuNjQgMi41MzIgMy41MjYgMi4xNDkgMS42NDcgNS4wMDggMS45OCA3LjY4MyAxLjc2NSAxLjY0OC0uMTMyIDMuMzE3LS40NjQgNC43NDUtMS4zMTcgMS43ODUtMS4wNjcgMi44MzYtMy4wMiAzLjAxNi01LjA0M2ExMi4xMiAxMi4xMiAwIDAgMCAyLjEyNCAyLjkxM2MxLjEzNCAxLjE2IDIuNDAyIDIuMDQyIDMuNzY2IDIuNjIgMS4zMzYuNTY1IDIuODA3Ljg1OCA0LjM2OS44N3YuMDAxaC4wOTljMS41NjItLjAxMyAzLjAzMy0uMzA2IDQuMzY4LS44NzEgMS4zNjUtLjU3OCAyLjYzMy0xLjQ2IDMuNzY2LTIuNjJhMTIuMDc4IDEyLjA3OCAwIDAgMCAyLjIwNy0zLjA3NWMuMzM3IDEuODcyIDEuMzcgMy42MTIgMi44NTggNC43NTMgMi4xNSAxLjY0NyA1LjAwOCAxLjk4IDcuNjgzIDEuNzY1IDIuMDc4LS4xNjggMy4yNi0uNDMgNC43NDYtMS4zMTggMy42Mi0yLjE2MyA0LjIyLTcuOTc1LjY2Ni0xMC42MS0yLjQ5NS0xLjgzMi01LjY1LTEuNzI1LTguNDA1LTIuODY2LS42NDUtLjI2Ny0xLjI4NC0uNjE5LTEuNzA1LTEuMTg2LS43MDItLjk0Ny0uNTkyLTIuNDI3LjI0Mi0zLjI1NCAxLjAxNS0xLjAwNiAzLjQ5Mi0xLjQwOCA1LjI4Mi0uMjUyIDEuMDYuNjg1IDEuODAxIDEuOTE0IDEuNzk4IDMuMTk4bDUuMTMuMDAzYy0uMDg1LTIuMjU4LTEuMjA4LTQuNDUyLTIuOTczLTUuODA1QzUyLjA0LjIgNDkuMTgyLS4xMzMgNDYuNTA4LjA4MiA0NC44Ni4yMTUgNDMuMTkuNTQ3IDQxLjc2MiAxLjRjLTEuNzc4IDEuMDYyLTIuODE1IDIuOTgtMy4wMSA0Ljk3LS42MjUtMS4xODgtMS40NzMtMi4yOC0yLjUzMy0zLjI2QzMzLjg5OC45ODcgMzEuMzM0LjAxNSAyOC41MSAwaC0uMDY2Yy0yLjgyMi4wMTYtNS4zODYuOTg4LTcuNzA3IDMuMTEtMS4xNDYgMS4wNi0yLjA0NCAyLjI0OS0yLjY4MSAzLjU1LS4zMjctMS44OTMtMS4zNjUtMy42NTYtMi44NjgtNC44MDhDMTMuMDQuMjA1IDEwLjE4MS0uMTI4IDcuNTA2LjA4NyA1Ljg1OC4yMiA0LjE5LjU1IDIuNzYgMS40MDUgMS41NTIgMi4xMjcuNjg2IDMuMjQ0LjE5NCA0LjUxIi8+PC9zeW1ib2w+PHVzZSBocmVmPSIjYSIgd2lkdGg9IjIzIi8+PHVzZSBocmVmPSIjYiIgeD0iMjIuOCIgd2lkdGg9IjU3Ii8+PC9zdmc+] [https://www.asos.com/] * WOMEN [https://www.asos.com/women/]\n * MEN [https://www.asos.com/men/]\n\nSearch for items and brandsSearch * Sign InJoin * My Account [https://my.asos.com/my-account?country=GB&keyStoreDataversion=11a1qu9-40&lang=en-GB&nlid=nav%20header&store=COM]\n    * My Orders [https://my.asos.com/my-account/orders?country=GB&keyStoreDataversion=11a1qu9-40&lang=en-GB&nlid=nav%20header&store=COM]\n    * Returns Information [https://www.asos.com/customer-care/returns-refunds/?nlid=nav%20header]\n    * Contact Preferences [https://my.asos.com/my-account/contact-preferences?country=GB&keyStoreDataversion=11a1qu9-40&lang=en-GB&nlid=nav%20header&store=COM]\n   \n   \n *  [https://www.asos.com/saved-lists/?nlid=nav header]\n *  [https://www.asos.com/bag?nlid=nav header]\n\nNew inNEW PRODUCTS\n * View all\n * Clothing\n * Shoes\n * New in: Today\n * New In: Selling Fast\n * New in: ASOS Advent Calendar\n * Latest Drop: ARKET\n * Dresses\n * Tops\n * Skirts\n * Coats & Jackets\n * Jumpers & Cardigans\n * Jeans & Trousers\n * Face + Body\n * Accessories\n * Sportswear\n\nDENIM SHOP\n * Shop All Denim\n * Wide Jeans\n * Barrel Jeans\n * Straight Jeans\n * Mom Jeans\n * Flared Jeans\n\nYOUR MOST HYPED\n * View All\n * Tops\n * Dresses\n * Knits & Sweats\n * Skirts\n * Restocking soon\n\nNEW EDITS\n * THE DENIM EDIT\n * AW24, incoming\n\nClothingSHOP BY PRODUCT\n * Top Rated Clothing\n * Clothing Rental\n * New in\n * Bestsellers\n * Tops\n * Dresses\n * Jumpers & Cardigans\n * Coats & Jackets\n * Curve & Plus Size\n * Skirts\n * Jeans\n * Trousers & Leggings\n * Lingerie & Nightwear\n * Blazers\n * Blouses\n * Cargo Trousers\n * Co-ords\n * Exclusives at ASOS\n * Hoodies & Sweatshirts\n * Jorts\n * Jumpsuits & Playsuits\n * Last chance to buy\n * Loungewear\n * Maternity\n * Multipacks\n * Petite\n * Premium\n * Shirts\n * Shorts\n * Skorts\n * Socks & Tights\n * Sportswear\n * Suits & Tailoring\n * Swimwear & Beachwear\n * T-Shirts & Vests\n * Tall\n * Waistcoats\n\nSHOP AUTUMN\n * View all\n * Bestsellers\n * Jumper dresses\n * Coats & Jackets\n * Accessories\n * Boots\n\nSHOP BY EDIT\n * Occasionwear\n * Denim\n * Basics\n * Modest fashion\n * Autumn styles\n * Halloween\n\nTrendingTOP-SEARCHED FAVES\n * Leopard print\n * Leather & suede looks\n * Streetwear staples\n * Y2K\n * Burgundy\n\nNEW ROMANTICS\n * Romantic Era\n\nNATURAL WAKENINGS\n * Gorpcore gear\n\n100 CLUB\n * Shop it-girl looks\n\nDressesSHOP BY TYPE\n * The Dresses Destination\n * Dress Rental\n * Selling fast\n * View all\n * New in\n * Autumn dresses\n * Wedding guest dresses\n * Bridesmaid dresses\n * Occasion dresses\n * Evening dresses\n * Day dresses\n * Party dresses\n * Mini dresses\n * Midi dresses\n * Maxi dresses\n\nTRENDING NOW\n * Jumper dresses\n * Blazer dresses\n * White dresses\n * Black dresses\n * Shirt dresses\n * Mesh dresses\n\nSHOP BY BODY FIT\n * Curve & Plus Size\n * Maternity\n * Petite\n * Tall\n\nCTA X 3\n * Wedding Shop\n * ASOS DESIGN\n * TOPSHOP\n\nShoesSHOP BY PRODUCT\n * Top Rated Shoes\n * View all\n * New in\n * Trainers\n * Heels\n * Boots\n * Ballet Pumps\n * Flat Shoes\n * Heeled Sandals\n * Sandals\n * Flat Sandals\n * Mules\n * Running Trainers\n * Wide Fit\n\nSHOP BY BRAND\n * ASOS DESIGN\n * adidas\n * Dr Martens\n * Crocs\n * Birkenstock\n * Nike\n\nSHOP BY TRAINER STYLE\n * adidas Originals SL 72\n * adidas Originals Spezial\n * adidas Originals Samba\n * adidas Originals Gazelle\n * adidas Originals Campus\n * New Balance 327\n * New Balance 530\n * New Balance 550\n * New Balance 9060\n * Nike Dunk\n * Nike Air Force 1\n * Jordan 1\n * Converse Chuck Taylor\n\nDESKTOP CTAS\n * White trainers\n * Occasionwear shoes\n * Knee high boots\n\nAccessoriesSHOP BY PRODUCT\n * View all\n * New in\n * Sunglasses\n * Hair accessories\n * Socks & Tights\n * Hats\n * Gifts\n * Watches\n * Gloves\n * Scarves\n * Belts\n * Caps\n * Bestsellers\n\nSHOP BY BAGS\n * View all\n * Cross Body Bags\n * Tote Bags\n * Travel Bags\n * Shoulder Bags\n * Clutches\n\nSHOP BY JEWELLERY\n * View all\n * Earrings\n * Necklaces\n * Rings\n * Bracelets\n * Plated & Sterling Jewellery\n\nSHOP BY EDIT\n * Autumn accessories\n\nFace + BodySHOP BY PRODUCT\n * New in: ASOS Advent Calendar\n * Top Rated Face + Body\n * Up to 30% off Face + Body brands\n * Selling Fast\n * View all\n * New in\n * Makeup\n * Skin care\n * Hair care\n * Fragrances\n * Minis\n * Gifts\n * Suncare & Tanning\n * Wellness\n * Body care\n\nSHOP BY BRAND\n * New: Hair by Sam McKnight\n * Benefit\n * Charlotte Tilbury\n * Clinique\n * Elemis\n * ghd\n * Huda Beauty\n * NYX Professional Makeup\n * Ouai\n * Sol de Janeiro\n * The Inkey List\n * The Ordinary\n * A-Z of brands\n\nTRENDING NOW\n * Advent Calendar\n * Viral must haves\n * Just dropped\n * Korean skincare\n\nCTAS X3\n * Premium beauty\n * MAC\n * e.l.f.\n\nBrandsTOP BRANDS\n * A-Z of brands\n * Latest Drop: ARKET\n * adidas\n * Nike\n * Stradivarius\n * Mango\n * Dr Martens\n * Reclaimed Vintage\n * New Balance\n * Premium Brands\n * Shipped from our Brand Partners\n\nASOS BRANDS\n * View all\n * ASOS DESIGN\n * ASOS EDITION\n * ASOS Luxe\n * COLLUSION\n * Miss Selfridge\n\nDISCOVER BRANDS\n * New In\n * Outdoor\n * Streetwear\n * Trainers\n * Face + Body\n * Emerging Brands\n\nFEATURED\n * Bershka\n * ARKET\n\nSportswearSHOP BY PRODUCT\n * Latest Drop: TALA\n * View all\n * New In\n * Trainers\n * Tops\n * Leggings\n * Sports bras\n * Jackets\n * Hoodies & Sweatshirts\n * Shorts\n * Accessories\n\nSHOP BY ACTIVITY\n * Ski & Snowboard\n * Gym\n * Running\n * Outdoors\n * Yoga & Pilates\n * Football\n\nSHOP BY EDIT\n * Push the Limits\n * Track & Field\n * Take a Dip\n * Hit the Floor\n\nCTAS NEW\n * TALA\n * adidas Performance\n\nTopshopSHOP BY PRODUCT\n * New in\n * View all\n * Bestsellers\n * Dresses\n * Jeans\n * Tailoring\n * Denim\n * Coats & Jackets\n * Knitwear\n * Tops\n * Trousers\n * Co-ords\n * Skirts\n * Shoes\n * Accessories\n * Jewellery\n * Swimwear\n * Tall\n * Petite\n * Curve\n\nCTAS\n * DISCOVER TOPSHOP\n * Dresses\n\nCTAS\n * Coats & jackets\n * Knitwear\n\nMarketplaceSHOP BY VINTAGE PRODUCT\n * View all\n * New in\n * Dresses\n * Tops\n * Skirts\n * Jumpers & Cardigans\n * Hoodies & Sweatshirts\n * Coats & Jackets\n * Jeans\n\nSHOP VINTAGE BOUTIQUE\n * 28 Vintage\n * Old but Gold Vintage\n * Atlas Vintage\n * Messina Hembry\n * Remass\n\nALL VINTAGE\n * Shop Vintage\n\nLAYERING\n * Vintage Layering\n\nSaleSHOP BY PRODUCT\n * SALE Selling fast\n * SALE Last chance to buy\n * SALE View all\n * SALE Dresses\n * SALE Evening Dresses\n * SALE Casual Dresses\n * SALE Shoes\n * SALE Trainers\n * SALE Tops\n * SALE Swimwear\n * SALE Skirts\n * SALE Shorts\n * SALE Accessories\n * SALE Activewear\n * SALE Bags & Purses\n * SALE Coats & Jackets\n * SALE Designer brands\n * SALE Face + Body\n * SALE Hoodies & Sweatshirts\n * SALE Jeans\n * SALE Jewellery & Watches\n * SALE Jumpers & Cardigans\n * SALE Jumpsuits & Playsuits\n * SALE Lingerie & Nightwear\n * SALE Socks & Tights\n * SALE Sunglasses\n * SALE T-shirts & Vests\n * SALE Trousers & Leggings\n * A-Z of brands\n\nSHOP BY PRICE\n * Sale under £5\n * Sale under £10\n * Sale under £15\n * Sale under £20\n\nSHOP BY SIZE\n * Size 6\n * Size 8\n * Size 10\n * Size 12\n * Size 14\n * Size 16+\n\nCredit CardCREDIT\n * Navigation Link\n\nCREDIT\n * Navigation Link\n\nCREDIT\n * Navigation Link\n\nGOT THE CARD ALREADY?\n * Sign in to your account\n * Download the app\n * Get in touch\n\nNew inNEW PRODUCTS\n * View all\n * Clothing\n * Shoes\n * New in: Today\n * New In: Selling Fast\n * Latest Drop: ARKET\n * T-Shirts & Vests\n * Coats & Jackets\n * Hoodies & Sweatshirts\n * Jumpers\n * Jeans & Trousers\n * Accessories\n * Sportswear\n * Face + Body\n * Underwear\n\nDENIM SHOP\n * Shop All Denim\n * Vintage Wash Jeans\n * Acid Wash Jeans\n * Dark Wash Jeans\n * Light Wash Jeans\n * Coloured Denim\n\nBRAND DROPS\n * ASOS DESIGN\n * adidas\n * New Balance\n * Nike\n * Carhartt WIP\n * Topman\n\nNEW EDITS\n * THE DENIM EDIT\n * AW24, incoming\n\nClothingSHOP BY PRODUCT\n * Top Rated Clothing\n * New in\n * Bestsellers\n * T-Shirts & Vests\n * Buy 3+ T-shirts, Save 15%\n * Shirts\n * Hoodies & Sweatshirts\n * Jackets & Coats\n * Jumpers & Cardigans\n * Jeans\n * Trousers & Chinos\n * Suits & Tailoring\n * Cargo Trousers\n * Co-ords\n * Curve & Plus Size\n * Exclusives at ASOS\n * Joggers\n * Jorts\n * Last chance to buy\n * Loungewear\n * Multipacks\n * Plus Size\n * Polo shirts\n * Premium\n * Shorts\n * Socks\n * Sportswear\n * Swimwear\n * Tall\n * Tracksuits\n * Underwear\n\nSHOP AUTUMN\n * View all\n * Bestsellers\n * Jumpers & Cardigans\n * Jackets & Coats\n * Accessories\n * Boots\n\nSHOP BY EDIT\n * Holiday\n * Partywear\n * Basics\n * Occasionwear\n * Autumn styles\n * Denim\n\nTrendingTOP-SEARCHED FAVES\n * Graphic tees\n * Stripes\n * Workwear edit\n * Basics\n * Burgundy\n\nUTILITY\n * Utility\n\nGORPCORE GEAR\n * Gorpcore gear\n\nCOLOUR THEORY\n * Fresh tones\n\nShoesSHOP BY PRODUCT\n * Top Rated Shoes\n * View all\n * New in\n * Trainers\n * Boots\n * Loafers\n * Slippers\n * Smart shoes\n * Sandals\n * Running Trainers\n\nSHOP BY BRAND\n * ASOS DESIGN\n * New Balance\n * Nike\n * adidas\n * Crocs\n * Dr Martens\n\nSHOP BY TRAINER STYLE\n * adidas Originals SL 72\n * adidas Originals Spezial\n * adidas Originals Samba\n * adidas Originals Campus\n * adidas Originals Gazelle\n * New Balance 550\n * New Balance 530\n * New Balance 574\n * New Balance 9060\n * Nike Dunk\n * Nike Air Force 1\n * Converse Chuck Taylor\n\nDESKTOP CTAS\n * Black trainers\n * Occasion shoes\n * Chelsea boots\n\nAccessoriesSHOP BY PRODUCT\n * View all\n * New in\n * Belts\n * Gifts\n * Watches\n * Beanies\n * Gloves\n * Scarves\n * Ties\n * Socks\n * Bestsellers\n * Caps & Hats\n * Sunglasses\n\nSHOP BY JEWELLERY\n * View all\n * Necklaces\n * Rings\n * Bracelets\n * Earrings\n * Stainless Steel\n\nSHOP BY BAGS\n * View all\n * Wallets\n * Backpacks\n * Duffle bags\n * Bum bags\n * Shopper bags\n\nCTA1\n * Autumn accessories\n\nBrandsTOP BRANDS\n * A-Z of brands\n * Latest Drop: ARKET\n * adidas\n * Bershka\n * Calvin Klein\n * Carhartt WIP\n * Columbia\n * Dr Martens\n * New Balance\n * Nike\n * Polo Ralph Lauren\n * The North Face\n * Shipped from our Brand partners\n\nASOS BRANDS\n * View all\n * ASOS DESIGN\n * ASOS 4505\n * Topman\n * COLLUSION\n * Reclaimed Vintage\n\nDISCOVER BRANDS\n * New In\n * Premium Brands\n * Outdoor\n * Streetwear\n * Trainers\n * Emerging Brands\n\nFEATURED\n * Bershka\n * ARKET\n\nSportswearSHOP BY PRODUCT\n * View all\n * New In\n * Trainers\n * Tops\n * Joggers\n * Shorts\n * Jackets\n * Hoodies & Sweatshirts\n * Trousers & Tights\n * Accessories\n\nSHOP BY ACTIVITY\n * Football\n * Gym\n * Running\n * Outdoors\n * Swim\n\nSHOP BY EDIT\n * Run Club\n * Push the Limits\n * Track & Field\n * Take a Dip\n\nCTAS NEW\n * Nike\n * adidas Performance\n\nTopmanSHOP BY PRODUCT\n * View all\n * New in\n * Hoodies & Sweats\n * Jackets & Coats\n * Jeans\n * Joggers\n * Jumpers & Cardigans\n * Multipacks\n * Shirts\n * Shorts\n * Suits & Tailoring\n * Swimwear\n * T-Shirts & Vests\n * Trousers & Chinos\n * Underwear & Loungewear\n\nCTAS\n * DISCOVER TOPMAN\n * Knitwear\n\nCTAS\n * Jackets & Coats\n * Shirts\n\nMarketplaceSHOP BY VINTAGE PRODUCT\n * View all\n * New in\n * Jeans\n * Hoodies & Sweatshirts\n * Shirts\n * Trousers & Shorts\n * T-Shirts\n * Jumpers & Cardigans\n * Coats & Jackets\n\nSHOP BY BOUTIQUE\n * 28 Vintage\n * Old but Gold Vintage\n * Messina Hembry\n * Atlas Vintage\n * Staxstore\n * Bread and Butter\n\nDISCOVER\n * Shop All Vintage\n\nCTAS DESKTOP 2\n * Vintage Workwear\n\nSaleSHOP BY PRODUCT\n * SALE Selling fast\n * SALE Last chance to buy\n * SALE View all\n * SALE T-Shirts & Vests\n * SALE Shoes & Trainers\n * SALE Shirts\n * SALE Shorts\n * SALE Swimwear\n * SALE Trainers\n * SALE Jeans\n * SALE Trousers & Chinos\n * SALE Accessories\n * SALE Activewear\n * SALE Bags\n * SALE Face + Body\n * SALE Hoodies & Sweatshirts\n * SALE Jackets & Coats\n * SALE Jewellery & Watches\n * SALE Jumpers & Cardigans\n * SALE Loungewear\n * SALE Polo shirts\n * SALE Suits & Tailoring\n * SALE Sunglasses\n * SALE Tracksuits\n * SALE Underwear & Socks\n * A-Z of brands\n\nSHOP BY PRICE\n * Sale under £5\n * Sale under £10\n * Sale under £15\n * Sale under £20\n\nSHOP BY SIZE\n * Size XS\n * Size S\n * Size M\n * Size L\n * Size XL\n * Size XXL\n\nCredit CardCREDIT\n * Navigation Link\n\nCREDIT\n * Navigation Link\n\nCREDIT\n * Navigation Link\n\nGOT THE CARD ALREADY?\n * Sign in to your account\n * Download the app\n * Get in touch\n\nASOSAvailable in the Play StoreView in AppGet AppX  1.  Home \n\n *  Thumbnail 1 of 5 [https://images.asos-media.com/products/adidas-originals-gazelle-indoor-trainers-in-olive/206645125-1-khaki?$n_240w$&wid=40&fit=constrain] \n *  Thumbnail 2 of 5 [https://images.asos-media.com/products/adidas-originals-gazelle-indoor-trainers-in-olive/206645125-2?$n_240w$&wid=40&fit=constrain] \n *  Thumbnail 3 of 5 [https://images.asos-media.com/products/adidas-originals-gazelle-indoor-trainers-in-olive/206645125-3?$n_240w$&wid=40&fit=constrain] \n *  Thumbnail 4 of 5 [https://images.asos-media.com/products/adidas-originals-gazelle-indoor-trainers-in-olive/206645125-4?$n_240w$&wid=40&fit=constrain] \n *  Thumbnail 5 of 5 [https://images.asos-media.com/products/adidas-originals-gazelle-indoor-trainers-in-olive/206645125-5?$n_240w$&wid=40&fit=constrain] \n\nadidas Originals Gazelle Indoor trainers in olive [https://images.asos-media.com/products/adidas-originals-gazelle-indoor-trainers-in-olive/206645125-1-khaki?$n_640w$&wid=513&fit=constrain] ADIDAS ORIGINALS GAZELLE INDOOR TRAINERS IN OLIVE\n * PRODUCT DETAILS\n   Shoes, Boots & Trainers [https://www.asos.com/men/shoes-boots-trainers/cat/?cid=4209] by adidas Originals [https://www.asos.com/women/a-to-z-of-brands/adidas/cat/?cid=5906]\n    * A pop of colour\n    * Low-profile design\n    * Lace-up fastening\n    * Padded cuff\n    * Signature adidas branding\n    * Gum sole\n    * Textured grip tread\n   \n   Product Code: 135826429\n   \n   \n * BRAND\n   With a history stretching back over 60 years, adidas Originals [https://www.asos.com/women/a-to-z-of-brands/adidas/cat/?cid=5906] staples have become key players in wardrobes everywhere. Scroll the adidas Originals [https://www.asos.com/women/a-to-z-of-brands/adidas/cat/?cid=5906] at ASOS edit to get your 3-Stripes fix, with everything from adidas Performance leggings and vests to adidas Originals tracksuits, joggers, T-shirts and sweatshirts for that classic streetwear style. Just here for the brand’s iconic trainers? Check out effortless, everyday kicks from the brand’s Superstar, Stan Smith, Gazelle and Continental 80 collections.\n * LOOK AFTER ME\n   Treat with a suitable leather protector (not included) and avoid contact with liquids\n * ABOUT ME\n   Soft suede upper\n   \n   Lining: 100% Textile, Sole: 100% Textile, Upper: 50% Leather, 50% Other materials.\n\n * Facebook [https://www.facebook.com/ASOS/]\n * Instagram [https://www.instagram.com/asos/]\n * Snapchat [https://www.snapchat.com/add/asosfashion]\n\n * VISA [https://images.asos-media.com/navigation/visa-png]\n * Mastercard [https://images.asos-media.com/navigation/mastercard-png]\n * PayPal [https://images.asos-media.com/navigation/pay-pal-png]\n * American Express [https://images.asos-media.com/navigation/american-express-png]\n * VISA Electron [https://images.asos-media.com/navigation/visa-electron-png]\n * Maestro [https://images.asos-media.com/navigation/maestro-png]\n * Apple Pay [https://images.asos-media.com/navigation/apple-pay-png]\n * Klarna [https://images.asos-media.com/navigation/klarna-gb-png]\n * Clearpay [https://images.asos-media.com/navigation/afterpay_new-png]\n\nHELP & INFORMATION\n * Help [https://www.asos.com/customer-care/]\n * Track order [https://my.asos.com/my-account/orders?country=GB&keyStoreDataversion=11a1qu9-40&lang=en-GB&store=COM]\n * Delivery & returns [https://www.asos.com/payments-and-deliveries/delivery/]\n * ASOS Premier [https://www.asos.com/customer-service/premier-delivery/]\n * 10% Student Discount [https://www.asos.com/student-validation]\n * Sitemap [https://www.asos.com/sitemap/]\n\nABOUT ASOS\n * About us [https://www.asos.com/about/]\n * Careers at ASOS [https://asoscareers.asos.com/]\n * Corporate responsibility [https://www.asosplc.com/fashion-with-integrity/]\n * Investors' site [https://www.asosplc.com/]\n * Cyber Security [https://www.asos.com/discover/cyber-security/]\n\nMORE FROM ASOS\n * Mobile and ASOS apps [https://www.asos.com/discover/our-apps/]\n * ASOS Marketplace [https://marketplace.asos.com/?ctaref=Global+footer]\n * Gift vouchers [https://www.asos.com/gift-vouchers/?ctaref=global%20footer|gift%20vouchers]\n * Corporate gift vouchers [https://www.asoscorporategiftcard.com/home]\n * Black Friday [https://www.asos.com/discover/black-friday-cyber-monday-deals/]\n * ASOS x Thrift+ [https://thrift.plus/pages/get-started-asos]\n * Refer A Friend [https://www.asos.com/discover/refer-a-friend/?situation=web_footer]\n * Info for Partners [https://www.asos.com/discover/partner-fulfils/]\n * Discover the ASOS Credit Card [https://www.asos.com/discover/asos-credit-card]\n\nSHOPPING FROM:\nYou're inUnited Kingdom [https://assets.asosservices.com/storesa/images/flags/gb.png]ChangeSome of our international sites:\n\n * Spain [https://assets.asosservices.com/storesa/images/flags/es.png] [//www.asos.com/es/]\n * Germany [https://assets.asosservices.com/storesa/images/flags/de.png] [//www.asos.com/de/]\n * Australia [https://assets.asosservices.com/storesa/images/flags/au.png] [//www.asos.com/au/]\n * France [https://assets.asosservices.com/storesa/images/flags/fr.png] [//www.asos.com/fr/]\n * United States [https://assets.asosservices.com/storesa/images/flags/us.png] [//www.asos.com/us/]\n * Denmark [https://assets.asosservices.com/storesa/images/flags/dk.png] [//www.asos.com/dk/]\n * Italy [https://assets.asosservices.com/storesa/images/flags/it.png] [//www.asos.com/it/]\n * Netherlands [https://assets.asosservices.com/storesa/images/flags/nl.png] [//www.asos.com/nl/]\n * Poland [https://assets.asosservices.com/storesa/images/flags/pl.png] [//www.asos.com/pl/]\n * Sweden [https://assets.asosservices.com/storesa/images/flags/se.png] [//www.asos.com/se/]\n\n© 2024 ASOS\n\n * Privacy & Cookies [https://www.asos.com/privacy-policy/]\n * Ts&Cs [https://www.asos.com/terms-and-conditions/]\n * Accessibility [https://www.asos.com/accessibility/]"
                    },
                    {
                        "role": "assistant",
                        "content": "{\n\"PRODUCT TYPE\":\"Shoes, Boots & Trainers\",\n\"PRODUCT DETAILS\":\"adidas Originals\"\n}"
                    },
                    {
                        "role": "user",
                        "content": "Skip to main contentyour browser is not supportedTo use ASOS, we recommend using the latest versions of Chrome, Firefox, Safari or Edge * Marketplace [https://marketplace.asos.com/?ctaref=Global+nav]\n * Help & FAQs [https://www.asos.com/customer-care/]\n * United Kingdom [https://assets.asosservices.com/storesa/images/flags/gb.png]\n\nASOS logo [data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHN5bWJvbCBpZD0iYSIgdmlld0JveD0iMCAwIDIzIDI0Ij48cGF0aCBkPSJNNS4wNzYgMTIuMDE3YzAtMy44MTQgMi4zMjgtNy41MDkgNi41MjEtNy41MDkgNC4xOTQgMCA2LjUyMiAzLjY5NSA2LjUyMiA3LjUxIDAgMTAuMDk4LTEzLjA0MyAxMC4wOTUtMTMuMDQzIDBabTE3LjkxOC03LjUyMVYuNjAzaC00Ljg3NXYxLjUxNEMxNi4xMjcuNjgzIDEzLjk2Ny4wMTMgMTEuNjMgMGgtLjAzM0wxMS41NjQgMEM4Ljc0Mi4wMTYgNi4xNzguOTg4IDMuODU3IDMuMTEgMi41OCA0LjI5MSAxLjYwNyA1LjYzNS45NjQgNy4xMTQuMzI3IDguNTg4IDAgMTAuMjM5IDAgMTIuMDE1YzAgMS42NTguMjg4IDMuMjExLjg1MyA0LjYxNi41NjYgMS40MDUgMS40MjYgMi43MDUgMi41NiAzLjg2MyAxLjEzNCAxLjE2IDIuNDAxIDIuMDQyIDMuNzY2IDIuNjIgMS4zMzYuNTY1IDIuODA3Ljg1OCA0LjM2OS44N2guMDVsLjA0OS4wMDFjMS41NjItLjAxMyAzLjAzMy0uMzA2IDQuMzY5LS44NzEuNzMtLjMxIDEuNDMzLS43MDcgMi4xMDMtMS4xODd2MS40NTVoNC44NzVWNC40OTZaIi8+PC9zeW1ib2w+PHN5bWJvbCBpZD0iYiIgdmlld0JveD0iMCAwIDU3IDI0Ij48cGF0aCBkPSJNNTAuOTY0IDE5LjMxNmMtMS4wMTggMS4wMDktMy40OTUgMS40MDUtNS4yODIuMjUxLTEuMDYtLjY4NC0xLjgwMS0xLjkxMy0xLjc5OC0zLjE5OGwtNC41NTktLjAwMmMuNDk4LTEuMzM1Ljc1LTIuNzk4Ljc1LTQuMzUyIDAtLjM0OC0uMDEyLS42OS0uMDM3LTEuMDI4LjMuMzc2LjY1MS43MjEgMS4wNTggMS4wMjIgMi40OTUgMS44MzMgNS42NSAxLjcyNiA4LjQwNSAyLjg2Ny42NDQuMjY3IDEuMjgzLjYxOSAxLjcwNSAxLjE4Ni44NiAxLjE1OS44MDYgMi4yMTUtLjI0MiAzLjI1NFptLTI5LjAwNy03LjI5OWMwLTMuODE0IDIuMzI4LTcuNTEgNi41MjEtNy41MVMzNSA4LjIwNCAzNSAxMi4wMThjMCAxMC4xLTEzLjA0MiAxMC4wOTYtMTMuMDQyIDBabS02LjEzNi0uMDAzYy0yLjQ5NS0xLjgzMy01LjY1LTEuNzI1LTguNDA1LTIuODY2LS42NDUtLjI2Ny0xLjI4NC0uNjItMS43MDUtMS4xODctLjcwMy0uOTQ2LS41OTMtMi40MjcuMjQxLTMuMjUzIDEuMDE1LTEuMDA2IDMuNDkyLTEuNDA4IDUuMjgyLS4yNTIgMS4wNi42ODUgMS44MDIgMS45MTQgMS43OTggMy4xOThsNC41OTYuMDAyYy0uNDk0IDEuMzMzLS43NDcgMi43OTgtLjc0NyA0LjM1OSAwIC4zNjMuMDE1LjcyMi4wNDIgMS4wNzVhNS42OTIgNS42OTIgMCAwIDAtMS4xMDItMS4wNzZaTS4xOTQgOS41NDhhNS43MzMgNS43MzMgMCAwIDAgMS45IDIuNDY2YzIuNDk1IDEuODMzIDUuNjUgMS43MjUgOC40MDUgMi44NjcuNjQ1LjI2NyAxLjI4NC42MTggMS43MDUgMS4xODYuNzAzLjk0Ni41OTMgMi40MjctLjI0MiAzLjI1My0xLjAxNyAxLjAxLTMuNDk1IDEuNDA2LTUuMjgxLjI1Mi0xLjA2LS42ODUtMS44MDItMS45MTMtMS43OTgtMy4xOThsLTQuNjg5LS4wMDJtMCAyLjI3OGMuNDk0IDEuMzkxIDEuMzc1IDIuNjQgMi41MzIgMy41MjYgMi4xNDkgMS42NDcgNS4wMDggMS45OCA3LjY4MyAxLjc2NSAxLjY0OC0uMTMyIDMuMzE3LS40NjQgNC43NDUtMS4zMTcgMS43ODUtMS4wNjcgMi44MzYtMy4wMiAzLjAxNi01LjA0M2ExMi4xMiAxMi4xMiAwIDAgMCAyLjEyNCAyLjkxM2MxLjEzNCAxLjE2IDIuNDAyIDIuMDQyIDMuNzY2IDIuNjIgMS4zMzYuNTY1IDIuODA3Ljg1OCA0LjM2OS44N3YuMDAxaC4wOTljMS41NjItLjAxMyAzLjAzMy0uMzA2IDQuMzY4LS44NzEgMS4zNjUtLjU3OCAyLjYzMy0xLjQ2IDMuNzY2LTIuNjJhMTIuMDc4IDEyLjA3OCAwIDAgMCAyLjIwNy0zLjA3NWMuMzM3IDEuODcyIDEuMzcgMy42MTIgMi44NTggNC43NTMgMi4xNSAxLjY0NyA1LjAwOCAxLjk4IDcuNjgzIDEuNzY1IDIuMDc4LS4xNjggMy4yNi0uNDMgNC43NDYtMS4zMTggMy42Mi0yLjE2MyA0LjIyLTcuOTc1LjY2Ni0xMC42MS0yLjQ5NS0xLjgzMi01LjY1LTEuNzI1LTguNDA1LTIuODY2LS42NDUtLjI2Ny0xLjI4NC0uNjE5LTEuNzA1LTEuMTg2LS43MDItLjk0Ny0uNTkyLTIuNDI3LjI0Mi0zLjI1NCAxLjAxNS0xLjAwNiAzLjQ5Mi0xLjQwOCA1LjI4Mi0uMjUyIDEuMDYuNjg1IDEuODAxIDEuOTE0IDEuNzk4IDMuMTk4bDUuMTMuMDAzYy0uMDg1LTIuMjU4LTEuMjA4LTQuNDUyLTIuOTczLTUuODA1QzUyLjA0LjIgNDkuMTgyLS4xMzMgNDYuNTA4LjA4MiA0NC44Ni4yMTUgNDMuMTkuNTQ3IDQxLjc2MiAxLjRjLTEuNzc4IDEuMDYyLTIuODE1IDIuOTgtMy4wMSA0Ljk3LS42MjUtMS4xODgtMS40NzMtMi4yOC0yLjUzMy0zLjI2QzMzLjg5OC45ODcgMzEuMzM0LjAxNSAyOC41MSAwaC0uMDY2Yy0yLjgyMi4wMTYtNS4zODYuOTg4LTcuNzA3IDMuMTEtMS4xNDYgMS4wNi0yLjA0NCAyLjI0OS0yLjY4MSAzLjU1LS4zMjctMS44OTMtMS4zNjUtMy42NTYtMi44NjgtNC44MDhDMTMuMDQuMjA1IDEwLjE4MS0uMTI4IDcuNTA2LjA4NyA1Ljg1OC4yMiA0LjE5LjU1IDIuNzYgMS40MDUgMS41NTIgMi4xMjcuNjg2IDMuMjQ0LjE5NCA0LjUxIi8+PC9zeW1ib2w+PHVzZSBocmVmPSIjYSIgd2lkdGg9IjIzIi8+PHVzZSBocmVmPSIjYiIgeD0iMjIuOCIgd2lkdGg9IjU3Ii8+PC9zdmc+] [https://www.asos.com/] * WOMEN [https://www.asos.com/women/]\n * MEN [https://www.asos.com/men/]\n\nSearch for items and brandsSearch * Sign InJoin * My Account [https://my.asos.com/my-account?country=GB&keyStoreDataversion=11a1qu9-40&lang=en-GB&nlid=nav%20header&store=COM]\n    * My Orders [https://my.asos.com/my-account/orders?country=GB&keyStoreDataversion=11a1qu9-40&lang=en-GB&nlid=nav%20header&store=COM]\n    * Returns Information [https://www.asos.com/customer-care/returns-refunds/?nlid=nav%20header]\n    * Contact Preferences [https://my.asos.com/my-account/contact-preferences?country=GB&keyStoreDataversion=11a1qu9-40&lang=en-GB&nlid=nav%20header&store=COM]\n   \n   \n *  [https://www.asos.com/saved-lists/?nlid=nav header]\n *  [https://www.asos.com/bag?nlid=nav header]\n\nNew inNEW PRODUCTS\n * View all\n * Clothing\n * Shoes\n * New in: Today\n * New In: Selling Fast\n * New in: ASOS Advent Calendar\n * Latest Drop: ARKET\n * Dresses\n * Tops\n * Skirts\n * Coats & Jackets\n * Jumpers & Cardigans\n * Jeans & Trousers\n * Face + Body\n * Accessories\n * Sportswear\n\nDENIM SHOP\n * Shop All Denim\n * Wide Jeans\n * Barrel Jeans\n * Straight Jeans\n * Mom Jeans\n * Flared Jeans\n\nYOUR MOST HYPED\n * View All\n * Tops\n * Dresses\n * Knits & Sweats\n * Skirts\n * Restocking soon\n\nNEW EDITS\n * THE DENIM EDIT\n * AW24, incoming\n\nClothingSHOP BY PRODUCT\n * Top Rated Clothing\n * Clothing Rental\n * New in\n * Bestsellers\n * Tops\n * Dresses\n * Jumpers & Cardigans\n * Coats & Jackets\n * Curve & Plus Size\n * Skirts\n * Jeans\n * Trousers & Leggings\n * Lingerie & Nightwear\n * Blazers\n * Blouses\n * Cargo Trousers\n * Co-ords\n * Exclusives at ASOS\n * Hoodies & Sweatshirts\n * Jorts\n * Jumpsuits & Playsuits\n * Last chance to buy\n * Loungewear\n * Maternity\n * Multipacks\n * Petite\n * Premium\n * Shirts\n * Shorts\n * Skorts\n * Socks & Tights\n * Sportswear\n * Suits & Tailoring\n * Swimwear & Beachwear\n * T-Shirts & Vests\n * Tall\n * Waistcoats\n\nSHOP AUTUMN\n * View all\n * Bestsellers\n * Jumper dresses\n * Coats & Jackets\n * Accessories\n * Boots\n\nSHOP BY EDIT\n * Occasionwear\n * Denim\n * Basics\n * Modest fashion\n * Autumn styles\n * Halloween\n\nTrendingTOP-SEARCHED FAVES\n * Leopard print\n * Leather & suede looks\n * Streetwear staples\n * Y2K\n * Burgundy\n\nNEW ROMANTICS\n * Romantic Era\n\nNATURAL WAKENINGS\n * Gorpcore gear\n\n100 CLUB\n * Shop it-girl looks\n\nDressesSHOP BY TYPE\n * The Dresses Destination\n * Dress Rental\n * Selling fast\n * View all\n * New in\n * Autumn dresses\n * Wedding guest dresses\n * Bridesmaid dresses\n * Occasion dresses\n * Evening dresses\n * Day dresses\n * Party dresses\n * Mini dresses\n * Midi dresses\n * Maxi dresses\n\nTRENDING NOW\n * Jumper dresses\n * Blazer dresses\n * White dresses\n * Black dresses\n * Shirt dresses\n * Mesh dresses\n\nSHOP BY BODY FIT\n * Curve & Plus Size\n * Maternity\n * Petite\n * Tall\n\nCTA X 3\n * Wedding Shop\n * ASOS DESIGN\n * TOPSHOP\n\nShoesSHOP BY PRODUCT\n * Top Rated Shoes\n * View all\n * New in\n * Trainers\n * Heels\n * Boots\n * Ballet Pumps\n * Flat Shoes\n * Heeled Sandals\n * Sandals\n * Flat Sandals\n * Mules\n * Running Trainers\n * Wide Fit\n\nSHOP BY BRAND\n * ASOS DESIGN\n * adidas\n * Dr Martens\n * Crocs\n * Birkenstock\n * Nike\n\nSHOP BY TRAINER STYLE\n * adidas Originals SL 72\n * adidas Originals Spezial\n * adidas Originals Samba\n * adidas Originals Gazelle\n * adidas Originals Campus\n * New Balance 327\n * New Balance 530\n * New Balance 550\n * New Balance 9060\n * Nike Dunk\n * Nike Air Force 1\n * Jordan 1\n * Converse Chuck Taylor\n\nDESKTOP CTAS\n * White trainers\n * Occasionwear shoes\n * Knee high boots\n\nAccessoriesSHOP BY PRODUCT\n * View all\n * New in\n * Sunglasses\n * Hair accessories\n * Socks & Tights\n * Hats\n * Gifts\n * Watches\n * Gloves\n * Scarves\n * Belts\n * Caps\n * Bestsellers\n\nSHOP BY BAGS\n * View all\n * Cross Body Bags\n * Tote Bags\n * Travel Bags\n * Shoulder Bags\n * Clutches\n\nSHOP BY JEWELLERY\n * View all\n * Earrings\n * Necklaces\n * Rings\n * Bracelets\n * Plated & Sterling Jewellery\n\nSHOP BY EDIT\n * Autumn accessories\n\nFace + BodySHOP BY PRODUCT\n * New in: ASOS Advent Calendar\n * Top Rated Face + Body\n * Up to 30% off Face + Body brands\n * Selling Fast\n * View all\n * New in\n * Makeup\n * Skin care\n * Hair care\n * Fragrances\n * Minis\n * Gifts\n * Suncare & Tanning\n * Wellness\n * Body care\n\nSHOP BY BRAND\n * New: Hair by Sam McKnight\n * Benefit\n * Charlotte Tilbury\n * Clinique\n * Elemis\n * ghd\n * Huda Beauty\n * NYX Professional Makeup\n * Ouai\n * Sol de Janeiro\n * The Inkey List\n * The Ordinary\n * A-Z of brands\n\nTRENDING NOW\n * Advent Calendar\n * Viral must haves\n * Just dropped\n * Korean skincare\n\nCTAS X3\n * Premium beauty\n * MAC\n * e.l.f.\n\nBrandsTOP BRANDS\n * A-Z of brands\n * Latest Drop: ARKET\n * adidas\n * Nike\n * Stradivarius\n * Mango\n * Dr Martens\n * Reclaimed Vintage\n * New Balance\n * Premium Brands\n * Shipped from our Brand Partners\n\nASOS BRANDS\n * View all\n * ASOS DESIGN\n * ASOS EDITION\n * ASOS Luxe\n * COLLUSION\n * Miss Selfridge\n\nDISCOVER BRANDS\n * New In\n * Outdoor\n * Streetwear\n * Trainers\n * Face + Body\n * Emerging Brands\n\nFEATURED\n * Bershka\n * ARKET\n\nSportswearSHOP BY PRODUCT\n * Latest Drop: TALA\n * View all\n * New In\n * Trainers\n * Tops\n * Leggings\n * Sports bras\n * Jackets\n * Hoodies & Sweatshirts\n * Shorts\n * Accessories\n\nSHOP BY ACTIVITY\n * Ski & Snowboard\n * Gym\n * Running\n * Outdoors\n * Yoga & Pilates\n * Football\n\nSHOP BY EDIT\n * Push the Limits\n * Track & Field\n * Take a Dip\n * Hit the Floor\n\nCTAS NEW\n * TALA\n * adidas Performance\n\nTopshopSHOP BY PRODUCT\n * New in\n * View all\n * Bestsellers\n * Dresses\n * Jeans\n * Tailoring\n * Denim\n * Coats & Jackets\n * Knitwear\n * Tops\n * Trousers\n * Co-ords\n * Skirts\n * Shoes\n * Accessories\n * Jewellery\n * Swimwear\n * Tall\n * Petite\n * Curve\n\nCTAS\n * DISCOVER TOPSHOP\n * Dresses\n\nCTAS\n * Coats & jackets\n * Knitwear\n\nMarketplaceSHOP BY VINTAGE PRODUCT\n * View all\n * New in\n * Dresses\n * Tops\n * Skirts\n * Jumpers & Cardigans\n * Hoodies & Sweatshirts\n * Coats & Jackets\n * Jeans\n\nSHOP VINTAGE BOUTIQUE\n * 28 Vintage\n * Old but Gold Vintage\n * Atlas Vintage\n * Messina Hembry\n * Remass\n\nALL VINTAGE\n * Shop Vintage\n\nLAYERING\n * Vintage Layering\n\nSaleSHOP BY PRODUCT\n * SALE Selling fast\n * SALE Last chance to buy\n * SALE View all\n * SALE Dresses\n * SALE Evening Dresses\n * SALE Casual Dresses\n * SALE Shoes\n * SALE Trainers\n * SALE Tops\n * SALE Swimwear\n * SALE Skirts\n * SALE Shorts\n * SALE Accessories\n * SALE Activewear\n * SALE Bags & Purses\n * SALE Coats & Jackets\n * SALE Designer brands\n * SALE Face + Body\n * SALE Hoodies & Sweatshirts\n * SALE Jeans\n * SALE Jewellery & Watches\n * SALE Jumpers & Cardigans\n * SALE Jumpsuits & Playsuits\n * SALE Lingerie & Nightwear\n * SALE Socks & Tights\n * SALE Sunglasses\n * SALE T-shirts & Vests\n * SALE Trousers & Leggings\n * A-Z of brands\n\nSHOP BY PRICE\n * Sale under £5\n * Sale under £10\n * Sale under £15\n * Sale under £20\n\nSHOP BY SIZE\n * Size 6\n * Size 8\n * Size 10\n * Size 12\n * Size 14\n * Size 16+\n\nCredit CardCREDIT\n * Navigation Link\n\nCREDIT\n * Navigation Link\n\nCREDIT\n * Navigation Link\n\nGOT THE CARD ALREADY?\n * Sign in to your account\n * Download the app\n * Get in touch\n\nNew inNEW PRODUCTS\n * View all\n * Clothing\n * Shoes\n * New in: Today\n * New In: Selling Fast\n * Latest Drop: ARKET\n * T-Shirts & Vests\n * Coats & Jackets\n * Hoodies & Sweatshirts\n * Jumpers\n * Jeans & Trousers\n * Accessories\n * Sportswear\n * Face + Body\n * Underwear\n\nDENIM SHOP\n * Shop All Denim\n * Vintage Wash Jeans\n * Acid Wash Jeans\n * Dark Wash Jeans\n * Light Wash Jeans\n * Coloured Denim\n\nBRAND DROPS\n * ASOS DESIGN\n * adidas\n * New Balance\n * Nike\n * Carhartt WIP\n * Topman\n\nNEW EDITS\n * THE DENIM EDIT\n * AW24, incoming\n\nClothingSHOP BY PRODUCT\n * Top Rated Clothing\n * New in\n * Bestsellers\n * T-Shirts & Vests\n * Buy 3+ T-shirts, Save 15%\n * Shirts\n * Hoodies & Sweatshirts\n * Jackets & Coats\n * Jumpers & Cardigans\n * Jeans\n * Trousers & Chinos\n * Suits & Tailoring\n * Cargo Trousers\n * Co-ords\n * Curve & Plus Size\n * Exclusives at ASOS\n * Joggers\n * Jorts\n * Last chance to buy\n * Loungewear\n * Multipacks\n * Plus Size\n * Polo shirts\n * Premium\n * Shorts\n * Socks\n * Sportswear\n * Swimwear\n * Tall\n * Tracksuits\n * Underwear\n\nSHOP AUTUMN\n * View all\n * Bestsellers\n * Jumpers & Cardigans\n * Jackets & Coats\n * Accessories\n * Boots\n\nSHOP BY EDIT\n * Holiday\n * Partywear\n * Basics\n * Occasionwear\n * Autumn styles\n * Denim\n\nTrendingTOP-SEARCHED FAVES\n * Graphic tees\n * Stripes\n * Workwear edit\n * Basics\n * Burgundy\n\nUTILITY\n * Utility\n\nGORPCORE GEAR\n * Gorpcore gear\n\nCOLOUR THEORY\n * Fresh tones\n\nShoesSHOP BY PRODUCT\n * Top Rated Shoes\n * View all\n * New in\n * Trainers\n * Boots\n * Loafers\n * Slippers\n * Smart shoes\n * Sandals\n * Running Trainers\n\nSHOP BY BRAND\n * ASOS DESIGN\n * New Balance\n * Nike\n * adidas\n * Crocs\n * Dr Martens\n\nSHOP BY TRAINER STYLE\n * adidas Originals SL 72\n * adidas Originals Spezial\n * adidas Originals Samba\n * adidas Originals Campus\n * adidas Originals Gazelle\n * New Balance 550\n * New Balance 530\n * New Balance 574\n * New Balance 9060\n * Nike Dunk\n * Nike Air Force 1\n * Converse Chuck Taylor\n\nDESKTOP CTAS\n * Black trainers\n * Occasion shoes\n * Chelsea boots\n\nAccessoriesSHOP BY PRODUCT\n * View all\n * New in\n * Belts\n * Gifts\n * Watches\n * Beanies\n * Gloves\n * Scarves\n * Ties\n * Socks\n * Bestsellers\n * Caps & Hats\n * Sunglasses\n\nSHOP BY JEWELLERY\n * View all\n * Necklaces\n * Rings\n * Bracelets\n * Earrings\n * Stainless Steel\n\nSHOP BY BAGS\n * View all\n * Wallets\n * Backpacks\n * Duffle bags\n * Bum bags\n * Shopper bags\n\nCTA1\n * Autumn accessories\n\nBrandsTOP BRANDS\n * A-Z of brands\n * Latest Drop: ARKET\n * adidas\n * Bershka\n * Calvin Klein\n * Carhartt WIP\n * Columbia\n * Dr Martens\n * New Balance\n * Nike\n * Polo Ralph Lauren\n * The North Face\n * Shipped from our Brand partners\n\nASOS BRANDS\n * View all\n * ASOS DESIGN\n * ASOS 4505\n * Topman\n * COLLUSION\n * Reclaimed Vintage\n\nDISCOVER BRANDS\n * New In\n * Premium Brands\n * Outdoor\n * Streetwear\n * Trainers\n * Emerging Brands\n\nFEATURED\n * Bershka\n * ARKET\n\nSportswearSHOP BY PRODUCT\n * View all\n * New In\n * Trainers\n * Tops\n * Joggers\n * Shorts\n * Jackets\n * Hoodies & Sweatshirts\n * Trousers & Tights\n * Accessories\n\nSHOP BY ACTIVITY\n * Football\n * Gym\n * Running\n * Outdoors\n * Swim\n\nSHOP BY EDIT\n * Run Club\n * Push the Limits\n * Track & Field\n * Take a Dip\n\nCTAS NEW\n * Nike\n * adidas Performance\n\nTopmanSHOP BY PRODUCT\n * View all\n * New in\n * Hoodies & Sweats\n * Jackets & Coats\n * Jeans\n * Joggers\n * Jumpers & Cardigans\n * Multipacks\n * Shirts\n * Shorts\n * Suits & Tailoring\n * Swimwear\n * T-Shirts & Vests\n * Trousers & Chinos\n * Underwear & Loungewear\n\nCTAS\n * DISCOVER TOPMAN\n * Knitwear\n\nCTAS\n * Jackets & Coats\n * Shirts\n\nMarketplaceSHOP BY VINTAGE PRODUCT\n * View all\n * New in\n * Jeans\n * Hoodies & Sweatshirts\n * Shirts\n * Trousers & Shorts\n * T-Shirts\n * Jumpers & Cardigans\n * Coats & Jackets\n\nSHOP BY BOUTIQUE\n * 28 Vintage\n * Old but Gold Vintage\n * Messina Hembry\n * Atlas Vintage\n * Staxstore\n * Bread and Butter\n\nDISCOVER\n * Shop All Vintage\n\nCTAS DESKTOP 2\n * Vintage Workwear\n\nSaleSHOP BY PRODUCT\n * SALE Selling fast\n * SALE Last chance to buy\n * SALE View all\n * SALE T-Shirts & Vests\n * SALE Shoes & Trainers\n * SALE Shirts\n * SALE Shorts\n * SALE Swimwear\n * SALE Trainers\n * SALE Jeans\n * SALE Trousers & Chinos\n * SALE Accessories\n * SALE Activewear\n * SALE Bags\n * SALE Face + Body\n * SALE Hoodies & Sweatshirts\n * SALE Jackets & Coats\n * SALE Jewellery & Watches\n * SALE Jumpers & Cardigans\n * SALE Loungewear\n * SALE Polo shirts\n * SALE Suits & Tailoring\n * SALE Sunglasses\n * SALE Tracksuits\n * SALE Underwear & Socks\n * A-Z of brands\n\nSHOP BY PRICE\n * Sale under £5\n * Sale under £10\n * Sale under £15\n * Sale under £20\n\nSHOP BY SIZE\n * Size XS\n * Size S\n * Size M\n * Size L\n * Size XL\n * Size XXL\n\nCredit CardCREDIT\n * Navigation Link\n\nCREDIT\n * Navigation Link\n\nCREDIT\n * Navigation Link\n\nGOT THE CARD ALREADY?\n * Sign in to your account\n * Download the app\n * Get in touch\n\nASOSAvailable in the Play StoreView in AppGet AppX  1.  Home \n\n *  Thumbnail 1 of 5 [https://images.asos-media.com/products/adidas-originals-gazelle-indoor-trainers-in-olive/206645125-1-khaki?$n_240w$&wid=40&fit=constrain] \n *  Thumbnail 2 of 5 [https://images.asos-media.com/products/adidas-originals-gazelle-indoor-trainers-in-olive/206645125-2?$n_240w$&wid=40&fit=constrain] \n *  Thumbnail 3 of 5 [https://images.asos-media.com/products/adidas-originals-gazelle-indoor-trainers-in-olive/206645125-3?$n_240w$&wid=40&fit=constrain] \n *  Thumbnail 4 of 5 [https://images.asos-media.com/products/adidas-originals-gazelle-indoor-trainers-in-olive/206645125-4?$n_240w$&wid=40&fit=constrain] \n *  Thumbnail 5 of 5 [https://images.asos-media.com/products/adidas-originals-gazelle-indoor-trainers-in-olive/206645125-5?$n_240w$&wid=40&fit=constrain] \n\nadidas Originals Gazelle Indoor trainers in olive [https://images.asos-media.com/products/adidas-originals-gazelle-indoor-trainers-in-olive/206645125-1-khaki?$n_640w$&wid=513&fit=constrain] ADIDAS ORIGINALS GAZELLE INDOOR TRAINERS IN OLIVE\n * PRODUCT DETAILS\n   Shoes, Boots & Trainers [https://www.asos.com/men/shoes-boots-trainers/cat/?cid=4209] by adidas Originals [https://www.asos.com/women/a-to-z-of-brands/adidas/cat/?cid=5906]\n    * A pop of colour\n    * Low-profile design\n    * Lace-up fastening\n    * Padded cuff\n    * Signature adidas branding\n    * Gum sole\n    * Textured grip tread\n   \n   Product Code: 135826429\n   \n   \n * BRAND\n   With a history stretching back over 60 years, adidas Originals [https://www.asos.com/women/a-to-z-of-brands/adidas/cat/?cid=5906] staples have become key players in wardrobes everywhere. Scroll the adidas Originals [https://www.asos.com/women/a-to-z-of-brands/adidas/cat/?cid=5906] at ASOS edit to get your 3-Stripes fix, with everything from adidas Performance leggings and vests to adidas Originals tracksuits, joggers, T-shirts and sweatshirts for that classic streetwear style. Just here for the brand’s iconic trainers? Check out effortless, everyday kicks from the brand’s Superstar, Stan Smith, Gazelle and Continental 80 collections.\n * LOOK AFTER ME\n   Treat with a suitable leather protector (not included) and avoid contact with liquids\n * ABOUT ME\n   Soft suede upper\n   \n   Lining: 100% Textile, Sole: 100% Textile, Upper: 50% Leather, 50% Other materials.\n\n * Facebook [https://www.facebook.com/ASOS/]\n * Instagram [https://www.instagram.com/asos/]\n * Snapchat [https://www.snapchat.com/add/asosfashion]\n\n * VISA [https://images.asos-media.com/navigation/visa-png]\n * Mastercard [https://images.asos-media.com/navigation/mastercard-png]\n * PayPal [https://images.asos-media.com/navigation/pay-pal-png]\n * American Express [https://images.asos-media.com/navigation/american-express-png]\n * VISA Electron [https://images.asos-media.com/navigation/visa-electron-png]\n * Maestro [https://images.asos-media.com/navigation/maestro-png]\n * Apple Pay [https://images.asos-media.com/navigation/apple-pay-png]\n * Klarna [https://images.asos-media.com/navigation/klarna-gb-png]\n * Clearpay [https://images.asos-media.com/navigation/afterpay_new-png]\n\nHELP & INFORMATION\n * Help [https://www.asos.com/customer-care/]\n * Track order [https://my.asos.com/my-account/orders?country=GB&keyStoreDataversion=11a1qu9-40&lang=en-GB&store=COM]\n * Delivery & returns [https://www.asos.com/payments-and-deliveries/delivery/]\n * ASOS Premier [https://www.asos.com/customer-service/premier-delivery/]\n * 10% Student Discount [https://www.asos.com/student-validation]\n * Sitemap [https://www.asos.com/sitemap/]\n\nABOUT ASOS\n * About us [https://www.asos.com/about/]\n * Careers at ASOS [https://asoscareers.asos.com/]\n * Corporate responsibility [https://www.asosplc.com/fashion-with-integrity/]\n * Investors' site [https://www.asosplc.com/]\n * Cyber Security [https://www.asos.com/discover/cyber-security/]\n\nMORE FROM ASOS\n * Mobile and ASOS apps [https://www.asos.com/discover/our-apps/]\n * ASOS Marketplace [https://marketplace.asos.com/?ctaref=Global+footer]\n * Gift vouchers [https://www.asos.com/gift-vouchers/?ctaref=global%20footer|gift%20vouchers]\n * Corporate gift vouchers [https://www.asoscorporategiftcard.com/home]\n * Black Friday [https://www.asos.com/discover/black-friday-cyber-monday-deals/]\n * ASOS x Thrift+ [https://thrift.plus/pages/get-started-asos]\n * Refer A Friend [https://www.asos.com/discover/refer-a-friend/?situation=web_footer]\n * Info for Partners [https://www.asos.com/discover/partner-fulfils/]\n * Discover the ASOS Credit Card [https://www.asos.com/discover/asos-credit-card]\n\nSHOPPING FROM:\nYou're inUnited Kingdom [https://assets.asosservices.com/storesa/images/flags/gb.png]ChangeSome of our international sites:\n\n * Spain [https://assets.asosservices.com/storesa/images/flags/es.png] [//www.asos.com/es/]\n * Germany [https://assets.asosservices.com/storesa/images/flags/de.png] [//www.asos.com/de/]\n * Australia [https://assets.asosservices.com/storesa/images/flags/au.png] [//www.asos.com/au/]\n * France [https://assets.asosservices.com/storesa/images/flags/fr.png] [//www.asos.com/fr/]\n * United States [https://assets.asosservices.com/storesa/images/flags/us.png] [//www.asos.com/us/]\n * Denmark [https://assets.asosservices.com/storesa/images/flags/dk.png] [//www.asos.com/dk/]\n * Italy [https://assets.asosservices.com/storesa/images/flags/it.png] [//www.asos.com/it/]\n * Netherlands [https://assets.asosservices.com/storesa/images/flags/nl.png] [//www.asos.com/nl/]\n * Poland [https://assets.asosservices.com/storesa/images/flags/pl.png] [//www.asos.com/pl/]\n * Sweden [https://assets.asosservices.com/storesa/images/flags/se.png] [//www.asos.com/se/]\n\n© 2024 ASOS\n\n * Privacy & Cookies [https://www.asos.com/privacy-policy/]\n * Ts&Cs [https://www.asos.com/terms-and-conditions/]\n * Accessibility [https://www.asos.com/accessibility/]"
                    },
                    {
                        "role": "assistant",
                        "content": "{\n\"PRODUCT TYPE\":\"Shoes, Boots & Trainers\",\n\"PRODUCT DETAILS\":\"adidas Originals\"\n}"
                    },
                    {
                        "role": "user",
                        "content": "Product scrape: {{12.text}}"
                    }
                ],
                "max_tokens": "0",
                "temperature": "1",
                "n_completions": "1",
                "response_format": "text"
            },
            "metadata": {
                "designer": {
                    "x": 2089,
                    "y": -4
                },
                "restore": {
                    "expect": {
                        "stop": {
                            "mode": "chose"
                        },
                        "model": {
                            "mode": "chose",
                            "label": "gpt-4o-mini (system)"
                        },
                        "select": {
                            "label": "Create a Chat Completion (GPT Models)"
                        },
                        "messages": {
                            "mode": "chose",
                            "items": [
                                {
                                    "role": {
                                        "mode": "chose",
                                        "label": "System"
                                    }
                                },
                                {
                                    "role": {
                                        "mode": "chose",
                                        "label": "User"
                                    }
                                },
                                {
                                    "role": {
                                        "mode": "chose",
                                        "label": "User"
                                    }
                                },
                                {
                                    "role": {
                                        "mode": "chose",
                                        "label": "Assistant"
                                    }
                                },
                                {
                                    "role": {
                                        "mode": "chose",
                                        "label": "User"
                                    }
                                },
                                {
                                    "role": {
                                        "mode": "chose",
                                        "label": "Assistant"
                                    }
                                },
                                {
                                    "role": {
                                        "mode": "chose",
                                        "label": "User"
                                    }
                                }
                            ]
                        },
                        "logit_bias": {
                            "mode": "chose"
                        },
                        "response_format": {
                            "mode": "chose",
                            "label": "Text"
                        },
                        "additionalParameters": {
                            "mode": "chose"
                        }
                    },
                    "parameters": {
                        "__IMTCONN__": {
                            "data": {
                                "scoped": "true",
                                "connection": "openai-gpt-3"
                            },
                            "label": "Active"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "__IMTCONN__",
                        "type": "account:openai-gpt-3",
                        "label": "Connection",
                        "required": true
                    }
                ],
                "expect": [
                    {
                        "name": "select",
                        "type": "select",
                        "label": "Select Method",
                        "required": true,
                        "validate": {
                            "enum": [
                                "chat",
                                "prompt"
                            ]
                        }
                    },
                    {
                        "name": "max_tokens",
                        "type": "number",
                        "label": "Max Tokens",
                        "required": true
                    },
                    {
                        "name": "temperature",
                        "type": "number",
                        "label": "Temperature",
                        "validate": {
                            "max": 2,
                            "min": 0
                        }
                    },
                    {
                        "name": "top_p",
                        "type": "number",
                        "label": "Top P",
                        "validate": {
                            "max": 1,
                            "min": 0
                        }
                    },
                    {
                        "name": "n_completions",
                        "type": "number",
                        "label": "Number"
                    },
                    {
                        "name": "frequency_penalty",
                        "type": "number",
                        "label": "Frequency Penalty",
                        "validate": {
                            "max": 2,
                            "min": -2
                        }
                    },
                    {
                        "name": "presence_penalty",
                        "type": "number",
                        "label": "Presence Penalty",
                        "validate": {
                            "max": 2,
                            "min": -2
                        }
                    },
                    {
                        "name": "logit_bias",
                        "spec": {
                            "name": "value",
                            "spec": [
                                {
                                    "name": "token",
                                    "type": "text",
                                    "label": "Token ID",
                                    "required": true
                                },
                                {
                                    "name": "probability",
                                    "type": "number",
                                    "label": "Probability",
                                    "required": true,
                                    "validate": {
                                        "max": 100,
                                        "min": -100
                                    }
                                }
                            ],
                            "type": "collection",
                            "label": "Token Probability"
                        },
                        "type": "array",
                        "label": "Token Probability"
                    },
                    {
                        "name": "response_format",
                        "type": "select",
                        "label": "Response Format",
                        "validate": {
                            "enum": [
                                "text",
                                "json_object"
                            ]
                        }
                    },
                    {
                        "name": "seed",
                        "type": "integer",
                        "label": "Seed"
                    },
                    {
                        "name": "stop",
                        "spec": {
                            "name": "value",
                            "type": "text",
                            "label": "Stop Sequence"
                        },
                        "type": "array",
                        "label": "Stop Sequences",
                        "validate": {
                            "maxItems": 4
                        }
                    },
                    {
                        "name": "additionalParameters",
                        "spec": {
                            "name": "value",
                            "spec": [
                                {
                                    "name": "key",
                                    "type": "text",
                                    "label": "Parameter Name",
                                    "required": true
                                },
                                {
                                    "name": "type",
                                    "type": "select",
                                    "label": "Input Type",
                                    "options": [
                                        {
                                            "label": "Text",
                                            "value": "text",
                                            "nested": [
                                                {
                                                    "name": "value",
                                                    "type": "text",
                                                    "label": "Parameter Value"
                                                }
                                            ],
                                            "default": true
                                        },
                                        {
                                            "label": "Number",
                                            "value": "number",
                                            "nested": [
                                                {
                                                    "name": "value",
                                                    "type": "number",
                                                    "label": "Parameter Value"
                                                }
                                            ]
                                        },
                                        {
                                            "label": "Boolean",
                                            "value": "boolean",
                                            "nested": [
                                                {
                                                    "name": "value",
                                                    "type": "boolean",
                                                    "label": "Parameter Value"
                                                }
                                            ]
                                        },
                                        {
                                            "label": "Date",
                                            "value": "date",
                                            "nested": [
                                                {
                                                    "name": "value",
                                                    "type": "date",
                                                    "label": "Parameter Value"
                                                }
                                            ]
                                        },
                                        {
                                            "label": "Any",
                                            "value": "any",
                                            "nested": [
                                                {
                                                    "name": "value",
                                                    "type": "any",
                                                    "label": "Parameter Value"
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ],
                            "type": "collection",
                            "label": "Input Parameter"
                        },
                        "type": "array",
                        "label": "Other Input Parameters"
                    },
                    {
                        "name": "model",
                        "type": "select",
                        "label": "Model",
                        "required": true
                    },
                    {
                        "name": "messages",
                        "spec": {
                            "name": "value",
                            "spec": [
                                {
                                    "name": "role",
                                    "type": "select",
                                    "label": "Role",
                                    "options": [
                                        {
                                            "label": "System",
                                            "value": "system"
                                        },
                                        {
                                            "label": "User",
                                            "value": "user"
                                        },
                                        {
                                            "label": "Assistant",
                                            "value": "assistant"
                                        }
                                    ],
                                    "required": true
                                },
                                {
                                    "name": "content",
                                    "type": "text",
                                    "label": "Message Content"
                                }
                            ],
                            "type": "collection",
                            "label": "Message"
                        },
                        "type": "array",
                        "label": "Messages",
                        "required": true
                    }
                ]
            }
        },
        {
            "id": 14,
            "module": "json:ParseJSON",
            "version": 1,
            "parameters": {
                "type": ""
            },
            "mapper": {
                "json": "{{13.result}}"
            },
            "metadata": {
                "designer": {
                    "x": 2389,
                    "y": -4
                },
                "restore": {
                    "parameters": {
                        "type": {
                            "label": "Choose a data structure"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "type",
                        "type": "udt",
                        "label": "Data structure"
                    }
                ],
                "expect": [
                    {
                        "name": "json",
                        "type": "text",
                        "label": "JSON string",
                        "required": true
                    }
                ]
            }
        },
        {
            "id": 17,
            "module": "google-sheets:addRow",
            "version": 2,
            "parameters": {
                "__IMTCONN__": 1942825
            },
            "mapper": {
                "from": "drive",
                "mode": "select",
                "values": {
                    "0": "{{7.productURL}}",
                    "1": "{{7.productName}}",
                    "2": "{{14.`PRODUCT TYPE`}}",
                    "3": "{{7.productPrice}}",
                    "4": "{{14.`PRODUCT DETAILS`}}"
                },
                "sheetId": "Sheet1",
                "spreadsheetId": "/15ArFqTC__c55ZH6EDzS1kRMoyR_5_RQq4l7tYE-NtQQ",
                "includesHeaders": true,
                "insertDataOption": "INSERT_ROWS",
                "valueInputOption": "USER_ENTERED",
                "insertUnformatted": false
            },
            "metadata": {
                "designer": {
                    "x": 2698,
                    "y": -4
                },
                "restore": {
                    "expect": {
                        "from": {
                            "label": "My Drive"
                        },
                        "mode": {
                            "label": "Search by path"
                        },
                        "sheetId": {
                            "label": "Sheet1"
                        },
                        "spreadsheetId": {
                            "path": [
                                "Product Details"
                            ]
                        },
                        "includesHeaders": {
                            "label": "Yes",
                            "nested": [
                                {
                                    "name": "values",
                                    "spec": [
                                        {
                                            "name": "0",
                                            "type": "text",
                                            "label": "ProductURL (A)"
                                        },
                                        {
                                            "name": "1",
                                            "type": "text",
                                            "label": "Product Name (B)"
                                        },
                                        {
                                            "name": "2",
                                            "type": "text",
                                            "label": "ProductType (C)"
                                        },
                                        {
                                            "name": "3",
                                            "type": "text",
                                            "label": "ProductPrice (D)"
                                        },
                                        {
                                            "name": "4",
                                            "type": "text",
                                            "label": "Product Details (E)"
                                        },
                                        {
                                            "name": "5",
                                            "type": "text",
                                            "label": "ProductDetails (F)"
                                        },
                                        {
                                            "name": "6",
                                            "type": "text",
                                            "label": "(G)"
                                        },
                                        {
                                            "name": "7",
                                            "type": "text",
                                            "label": "(H)"
                                        },
                                        {
                                            "name": "8",
                                            "type": "text",
                                            "label": "(I)"
                                        },
                                        {
                                            "name": "9",
                                            "type": "text",
                                            "label": "(J)"
                                        },
                                        {
                                            "name": "10",
                                            "type": "text",
                                            "label": "(K)"
                                        },
                                        {
                                            "name": "11",
                                            "type": "text",
                                            "label": "(L)"
                                        },
                                        {
                                            "name": "12",
                                            "type": "text",
                                            "label": "(M)"
                                        },
                                        {
                                            "name": "13",
                                            "type": "text",
                                            "label": "(N)"
                                        },
                                        {
                                            "name": "14",
                                            "type": "text",
                                            "label": "(O)"
                                        },
                                        {
                                            "name": "15",
                                            "type": "text",
                                            "label": "(P)"
                                        },
                                        {
                                            "name": "16",
                                            "type": "text",
                                            "label": "(Q)"
                                        },
                                        {
                                            "name": "17",
                                            "type": "text",
                                            "label": "(R)"
                                        },
                                        {
                                            "name": "18",
                                            "type": "text",
                                            "label": "(S)"
                                        },
                                        {
                                            "name": "19",
                                            "type": "text",
                                            "label": "(T)"
                                        },
                                        {
                                            "name": "20",
                                            "type": "text",
                                            "label": "(U)"
                                        },
                                        {
                                            "name": "21",
                                            "type": "text",
                                            "label": "(V)"
                                        },
                                        {
                                            "name": "22",
                                            "type": "text",
                                            "label": "(W)"
                                        },
                                        {
                                            "name": "23",
                                            "type": "text",
                                            "label": "(X)"
                                        },
                                        {
                                            "name": "24",
                                            "type": "text",
                                            "label": "(Y)"
                                        },
                                        {
                                            "name": "25",
                                            "type": "text",
                                            "label": "(Z)"
                                        }
                                    ],
                                    "type": "collection",
                                    "label": "Values"
                                }
                            ]
                        },
                        "insertDataOption": {
                            "mode": "chose",
                            "label": "Insert rows"
                        },
                        "valueInputOption": {
                            "mode": "chose",
                            "label": "User entered"
                        },
                        "insertUnformatted": {
                            "mode": "chose"
                        }
                    },
                    "parameters": {
                        "__IMTCONN__": {
                            "data": {
                                "scoped": "true",
                                "connection": "google"
                            },
                            "label": "My Google connection (micheletorti5@gmail.com)"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "__IMTCONN__",
                        "type": "account:google",
                        "label": "Connection",
                        "required": true
                    }
                ],
                "expect": [
                    {
                        "name": "mode",
                        "type": "select",
                        "label": "Search Method",
                        "required": true,
                        "validate": {
                            "enum": [
                                "select",
                                "fromAll",
                                "map"
                            ]
                        }
                    },
                    {
                        "name": "insertUnformatted",
                        "type": "boolean",
                        "label": "Unformatted",
                        "required": true
                    },
                    {
                        "name": "valueInputOption",
                        "type": "select",
                        "label": "Value input option",
                        "validate": {
                            "enum": [
                                "USER_ENTERED",
                                "RAW"
                            ]
                        }
                    },
                    {
                        "name": "insertDataOption",
                        "type": "select",
                        "label": "Insert data option",
                        "validate": {
                            "enum": [
                                "INSERT_ROWS",
                                "OVERWRITE"
                            ]
                        }
                    },
                    {
                        "name": "from",
                        "type": "select",
                        "label": "Drive",
                        "required": true,
                        "validate": {
                            "enum": [
                                "drive",
                                "share",
                                "team"
                            ]
                        }
                    },
                    {
                        "name": "spreadsheetId",
                        "type": "file",
                        "label": "Spreadsheet ID",
                        "required": true
                    },
                    {
                        "name": "sheetId",
                        "type": "select",
                        "label": "Sheet Name",
                        "required": true
                    },
                    {
                        "name": "includesHeaders",
                        "type": "select",
                        "label": "Table contains headers",
                        "required": true,
                        "validate": {
                            "enum": [
                                true,
                                false
                            ]
                        }
                    },
                    {
                        "name": "values",
                        "spec": [
                            {
                                "name": "0",
                                "type": "text",
                                "label": "ProductURL (A)"
                            },
                            {
                                "name": "1",
                                "type": "text",
                                "label": "Product Name (B)"
                            },
                            {
                                "name": "2",
                                "type": "text",
                                "label": "ProductType (C)"
                            },
                            {
                                "name": "3",
                                "type": "text",
                                "label": "ProductPrice (D)"
                            },
                            {
                                "name": "4",
                                "type": "text",
                                "label": "Product Details (E)"
                            },
                            {
                                "name": "5",
                                "type": "text",
                                "label": "ProductDetails (F)"
                            },
                            {
                                "name": "6",
                                "type": "text",
                                "label": "(G)"
                            },
                            {
                                "name": "7",
                                "type": "text",
                                "label": "(H)"
                            },
                            {
                                "name": "8",
                                "type": "text",
                                "label": "(I)"
                            },
                            {
                                "name": "9",
                                "type": "text",
                                "label": "(J)"
                            },
                            {
                                "name": "10",
                                "type": "text",
                                "label": "(K)"
                            },
                            {
                                "name": "11",
                                "type": "text",
                                "label": "(L)"
                            },
                            {
                                "name": "12",
                                "type": "text",
                                "label": "(M)"
                            },
                            {
                                "name": "13",
                                "type": "text",
                                "label": "(N)"
                            },
                            {
                                "name": "14",
                                "type": "text",
                                "label": "(O)"
                            },
                            {
                                "name": "15",
                                "type": "text",
                                "label": "(P)"
                            },
                            {
                                "name": "16",
                                "type": "text",
                                "label": "(Q)"
                            },
                            {
                                "name": "17",
                                "type": "text",
                                "label": "(R)"
                            },
                            {
                                "name": "18",
                                "type": "text",
                                "label": "(S)"
                            },
                            {
                                "name": "19",
                                "type": "text",
                                "label": "(T)"
                            },
                            {
                                "name": "20",
                                "type": "text",
                                "label": "(U)"
                            },
                            {
                                "name": "21",
                                "type": "text",
                                "label": "(V)"
                            },
                            {
                                "name": "22",
                                "type": "text",
                                "label": "(W)"
                            },
                            {
                                "name": "23",
                                "type": "text",
                                "label": "(X)"
                            },
                            {
                                "name": "24",
                                "type": "text",
                                "label": "(Y)"
                            },
                            {
                                "name": "25",
                                "type": "text",
                                "label": "(Z)"
                            }
                        ],
                        "type": "collection",
                        "label": "Values"
                    }
                ]
            }
        }
    ],
    "metadata": {
        "instant": false,
        "version": 1,
        "scenario": {
            "roundtrips": 1,
            "maxErrors": 3,
            "autoCommit": true,
            "autoCommitTriggerLast": true,
            "sequential": false,
            "slots": null,
            "confidential": false,
            "dataloss": false,
            "dlq": false,
            "freshVariables": false
        },
        "designer": {
            "orphans": [],
            "notes": [
                {
                    "id": 17,
                    "text": "GOOGLE SHEETS: Input the variables into a google sheet (Check out the video for the sheet format)",
                    "filter": false
                },
                {
                    "id": 14,
                    "text": "JSON PARSE: Parse those variables in JSON format so that we can dynamically use them for the next step",
                    "filter": false
                },
                {
                    "id": 13,
                    "text": "OpenAI: Generate Variables in JSON format",
                    "filter": false
                },
                {
                    "id": 19,
                    "text": "WAIT 4 SECONDS: Always keep this here because we need to make sure we wait 3-4 seconds before sending another request to OpenAI.",
                    "filter": false
                },
                {
                    "id": 12,
                    "text": "TEXT PARSER: HTTP will output HTML so we need to turn that into text, and we do this with the text parses module",
                    "filter": false
                },
                {
                    "id": 11,
                    "text": "HTTP: This will scrape each product URL and get more info about the product",
                    "filter": false
                },
                {
                    "id": 7,
                    "text": "SET PRODUCT VARIABLES: This will set variables for us, so that it's much easier to use",
                    "filter": false
                },
                {
                    "id": 18,
                    "text": "ITERATOR: This module is helpful for us so we scrape each product individually",
                    "filter": false
                },
                {
                    "id": 4,
                    "text": "Zyte: Module Used to scrape the Product Page\n-> Go to Zyte (Make an account)\n-> Get the API token/Key\n-> Replace this token with the <API KEY>\n-> Make sure that there is a space between Basic and the API token/Key",
                    "filter": false
                },
                {
                    "id": 20,
                    "text": "TOOLS: Add your Product Page URL HERE",
                    "filter": false
                }
            ]
        },
        "zone": "eu2.make.com"
    }
}