{"id":288,"date":"2025-05-11T12:20:44","date_gmt":"2025-05-11T12:20:44","guid":{"rendered":"https:\/\/majhinaukri.in\/tools\/?page_id=288"},"modified":"2026-02-05T13:29:09","modified_gmt":"2026-02-05T13:29:09","slug":"gst-calculator","status":"publish","type":"page","link":"https:\/\/majhinaukri.in\/tools\/gst-calculator\/","title":{"rendered":"GST Calculator"},"content":{"rendered":"<div class='code-block code-block-9' style='margin: 8px 0; clear: both;'>\n <title>GST Calculator<\/title>\n    <!-- Google Fonts -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css?family=Roboto:400,500,700&display=swap\" rel=\"stylesheet\">\n    <style>\n        body {\n            font-family: 'Roboto', Arial, sans-serif;\n            background: #f4f6f8;\n            min-height: 100vh;\n            margin: 0;\n            padding: 0;\n        }\n        .center-wrapper {\n            max-width: 420px;\n            margin: 40px auto;\n            display: block;\n            width: 100%;\n            box-sizing: border-box;\n        }\n        .container {\n            background-color: #fff;\n            padding: 32px 32px 36px 32px;\n            border-radius: 18px;\n            box-shadow: 0 8px 32px rgba(61,133,198,0.18);\n            max-width: 420px;\n            width: 100%;\n            margin: 32px 0;\n            position: relative;\n            box-sizing: border-box;\n        }\n        .header {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 18px;\n        }\n        .header-icon {\n            font-size: 2.2rem;\n            color: #3d85c6;\n            margin-right: 10px;\n        }\n        h2 {\n            color: #3d85c6;\n            font-weight: 700;\n            font-size: 1.7rem;\n            margin: 0;\n        }\n        .input-group {\n            margin-bottom: 20px;\n        }\n        label {\n            display: block;\n            margin-bottom: 7px;\n            color: #3d85c6;\n            font-weight: 500;\n            letter-spacing: 0.01em;\n        }\n        input, select {\n            width: 100%;\n            padding: 12px 10px;\n            border: 1.5px solid #b6d5f2;\n            border-radius: 6px;\n            font-size: 1rem;\n            transition: border 0.2s, box-shadow 0.2s;\n            outline: none;\n            background: #f7fbff;\n            box-sizing: border-box;\n        }\n        input:focus, select:focus {\n            border: 1.5px solid #3d85c6;\n            box-shadow: 0 0 0 2px #eaf4fb;\n        }\n        .toggle-group {\n            display: flex;\n            gap: 18px;\n            margin-bottom: 22px;\n        }\n        .toggle-group label {\n            font-weight: 400;\n            color: #222;\n            margin-bottom: 0;\n            cursor: pointer;\n        }\n        .actions {\n            margin-top: 8px;\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            justify-content: center;\n        }\n        button {\n            background-color: #3d85c6;\n            color: white;\n            padding: 12px 22px;\n            border: none;\n            border-radius: 6px;\n            cursor: pointer;\n            font-size: 1rem;\n            font-weight: 500;\n            box-shadow: 0 2px 8px rgba(61,133,198,0.08);\n            transition: background 0.2s, transform 0.1s;\n            box-sizing: border-box;\n        }\n        button:hover, button:focus {\n            background-color: #326fa0;\n            transform: translateY(-2px) scale(1.03);\n        }\n        .result {\n            margin-top: 28px;\n            padding: 22px 16px 16px 16px;\n            background-color: #eaf4fb;\n            border-radius: 10px;\n            color: #222;\n            box-shadow: 0 2px 12px rgba(61,133,198,0.08);\n            display: none;\n            animation: fadeIn 0.5s;\n        }\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        .result h3 {\n            margin-top: 0;\n            color: #3d85c6;\n            font-size: 1.2rem;\n            font-weight: 700;\n        }\n        .result p {\n            margin: 8px 0;\n            font-size: 1.05rem;\n        }\n        .result span.value {\n            color: #3d85c6;\n            font-weight: 700;\n            font-size: 1.08rem;\n        }\n        .breakdown {\n            margin-top: 12px;\n            padding: 12px;\n            background: #f5faff;\n            border-radius: 6px;\n            font-size: 1rem;\n        }\n        .breakdown strong {\n            color: #3d85c6;\n        }\n        .result .actions {\n            margin-top: 14px;\n            justify-content: center;\n        }\n        #copyMsg {\n            display: none;\n            margin-left: 10px;\n            color: #3d85c6;\n            font-weight: 600;\n        }\n        .result-link {\n            margin-top: 18px;\n            text-align: center;\n            font-size: 1rem;\n        }\n        .result-link a {\n            color: #3d85c6;\n            text-decoration: underline;\n            font-weight: 600;\n            word-break: break-all;\n        }\n        @media (max-width: 600px) {\n            .center-wrapper {\n                max-width: 100vw;\n                width: 100vw;\n                margin: 8px 0 0 0;\n                padding: 0;\n                box-sizing: border-box;\n            }\n            .container {\n                padding: 8px 2vw 12px 2vw;\n                max-width: 100vw;\n                width: 100vw;\n                border-radius: 8px;\n                margin: 0;\n                box-sizing: border-box;\n            }\n            .header-icon {\n                font-size: 1.2rem;\n                margin-right: 4px;\n            }\n            h2 {\n                font-size: 1rem;\n            }\n            label, .result-link, .breakdown, .result p {\n                font-size: 0.95rem;\n            }\n            input, select, button {\n                font-size: 0.95rem;\n                padding: 8px 4px;\n            }\n            .result {\n                padding: 8px 2vw 6px 2vw;\n                border-radius: 6px;\n            }\n            #mn-powered {\n                font-size: 0.95rem;\n                margin: 8px 0 4px 0;\n            }\n        }\n        @media (max-width: 400px) {\n            .container, .center-wrapper {\n                padding-left: 0 !important;\n                padding-right: 0 !important;\n            }\n        }\n    <\/style>\n    <!-- Calculator Icon (Font Awesome CDN) -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n    <div class=\"center-wrapper\">\n        <div class=\"container\">\n            <div class=\"header\">\n                <span class=\"header-icon\"><i class=\"fa-solid fa-calculator\"><\/i><\/span>\n                <h2>GST Calculator<\/h2>\n            <\/div>\n            <div class=\"input-group\">\n                <label for=\"amount\">Amount (\u20b9):<\/label>\n                <input type=\"number\" id=\"amount\" placeholder=\"Enter amount\">\n            <\/div>\n            <div class=\"input-group\">\n                <label for=\"gstRate\">GST Rate (%):<\/label>\n                <select id=\"gstRate\">\n                    <option value=\"0.25\">0.25%<\/option>\n                    <option value=\"3\">3%<\/option>\n                    <option value=\"5\">5%<\/option>\n                    <option value=\"12\">12%<\/option>\n                    <option value=\"18\">18%<\/option>\n                    <option value=\"28\">28%<\/option>\n                <\/select>\n            <\/div>\n            <div class=\"toggle-group\">\n                <label><input type=\"radio\" name=\"gstType\" value=\"exclusive\" checked> GST Exclusive<\/label>\n                <label><input type=\"radio\" name=\"gstType\" value=\"inclusive\"> GST Inclusive<\/label>\n            <\/div>\n            <div class=\"actions\">\n                <button onclick=\"calculateGST()\">Calculate<\/button>\n                <button onclick=\"resetForm()\" style=\"background:#aaa; color:#222;\">Reset<\/button>\n            <\/div>\n            <div class=\"result\" id=\"result\">\n                <h3>Calculation Results:<\/h3>\n                <p>Original Amount: <span class=\"value\" id=\"originalAmount\">0<\/span><\/p>\n                <p>GST Amount: <span class=\"value\" id=\"gstAmount\">0<\/span><\/p>\n                <p>Total Amount: <span class=\"value\" id=\"totalAmount\">0<\/span><\/p>\n                <div class=\"breakdown\">\n                    <strong>GST Breakdown:<\/strong><br>\n                    CGST (50%): <span class=\"value\" id=\"cgstAmount\">0<\/span><br>\n                    SGST (50%): <span class=\"value\" id=\"sgstAmount\">0<\/span><br>\n                    IGST (100%): <span class=\"value\" id=\"igstAmount\">0<\/span>\n                <\/div>\n                <div class=\"actions\">\n                    <!-- Copy\/Share buttons removed -->\n                <\/div>\n            <\/div>\n        <\/div>\n        <footer id=\"mn-powered\" style=\"display:block;clear:both;width:100%;text-align:center;margin:24px 0 8px 0;font-size:1.1rem;color:#888;\">\n            Powered by <a href=\"https:\/\/majhinaukri.in\" target=\"_blank\" style=\"color:#337ab7;font-weight:500;text-decoration:none;\">Majhi Naukri<\/a>\n        <\/footer>\n    <\/div>\n    <script>\n        function calculateGST() {\n            const amount = parseFloat(document.getElementById('amount').value);\n            const gstRate = parseFloat(document.getElementById('gstRate').value);\n            const gstType = document.querySelector('input[name=\"gstType\"]:checked').value;\n            const resultDiv = document.getElementById('result');\n            if (isNaN(amount) || amount <= 0) {\n                alert('Please enter a valid amount');\n                return;\n            }\n            let originalAmount, gstAmount, totalAmount;\n            if (gstType === 'exclusive') {\n                \/\/ GST Exclusive: GST is added on top\n                originalAmount = amount;\n                gstAmount = (amount * gstRate) \/ 100;\n                totalAmount = amount + gstAmount;\n            } else {\n                \/\/ GST Inclusive: GST is included in the amount\n                originalAmount = amount \/ (1 + gstRate \/ 100);\n                gstAmount = amount - originalAmount;\n                totalAmount = amount;\n            }\n            \/\/ GST Breakdown\n            const cgst = gstAmount \/ 2;\n            const sgst = gstAmount \/ 2;\n            const igst = gstAmount;\n            document.getElementById('originalAmount').textContent = originalAmount.toFixed(2);\n            document.getElementById('gstAmount').textContent = gstAmount.toFixed(2);\n            document.getElementById('totalAmount').textContent = totalAmount.toFixed(2);\n            document.getElementById('cgstAmount').textContent = cgst.toFixed(2);\n            document.getElementById('sgstAmount').textContent = sgst.toFixed(2);\n            document.getElementById('igstAmount').textContent = igst.toFixed(2);\n            resultDiv.style.display = 'block';\n        }\n        function resetForm() {\n            document.getElementById('amount').value = '';\n            document.getElementById('gstRate').value = '0.25';\n            document.querySelector('input[name=\"gstType\"][value=\"exclusive\"]').checked = true;\n            document.getElementById('result').style.display = 'none';\n        }\n        \/\/ Protection: Disable calculator if powered-by snippet is missing or changed\n        function checkPoweredBy() {\n            const powered = document.getElementById('mn-powered');\n            if (!powered) return false;\n            const link = powered.querySelector('a');\n            if (!link) return false;\n            const textOk = powered.textContent.includes('Powered by') && link.href.includes('majhinaukri.in');\n            const linkOk = link.textContent.includes('Majhi Naukri');\n            return textOk && linkOk;\n        }\n        function disableCalculator() {\n            document.querySelectorAll('input, select, button').forEach(el => {\n                el.disabled = true;\n                el.style.opacity = 0.5;\n                el.title = 'Disabled: Powered by snippet missing or changed.';\n            });\n            alert('This calculator is protected. Please do not remove or change the \"Powered by Majhi Naukri\" snippet.');\n        }\n        if (!checkPoweredBy()) {\n            disableCalculator();\n        }\n        \/\/ Also check before calculation\n        const origCalcGST = window.calculateGST;\n        window.calculateGST = function() {\n            if (!checkPoweredBy()) {\n                disableCalculator();\n                return;\n            }\n            origCalcGST();\n        }\n    <\/script><\/div>\n\n<div class='code-block code-block-43' style='margin: 8px 0; clear: both;'>\n<style>\n\/* ===============================\n   COMPACT OTHER TOOLS PANEL\n   =============================== *\/\n\n.mn-other-tools {\n  margin-top: 24px;\n}\n\n.mn-other-tools h3 {\n  font-size: 16px;\n  font-weight: 600;\n  color: #111827;\n  margin-bottom: 10px;\n}\n\n\/* Compact Grid *\/\n.mn-tools-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));\n  gap: 10px;\n}\n\n\/* Compact Card *\/\n.mn-tool-item {\n  background: #ffffff;\n  border-radius: 10px;\n  padding: 10px 12px;\n  text-decoration: none !important;\n  border: 1px solid #e5e7eb;\n  transition: all 0.2s ease;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.mn-tool-item:hover {\n  background: #f8fafc;\n  border-color: #3d85c6;\n}\n\n\/* Smaller Icon *\/\n.mn-tool-icon {\n  width: 34px;\n  height: 34px;\n  border-radius: 8px;\n  background: #eef5ff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 16px;\n}\n\n\/* Text *\/\n.mn-tool-text span {\n  font-size: 13px;\n  font-weight: 500;\n  color: #111827;\n  line-height: 1.2;\n}\n\n.mn-tool-text small {\n  display: none; \/* remove subtitle for compact UI *\/\n}\n\n\/* Mobile *\/\n@media (max-width: 600px) {\n  .mn-tools-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n<\/style>\n\n<div class=\"mn-other-tools\">\n  <h3>\ud83d\udd27 Other Tools<\/h3>\n\n  <div class=\"mn-tools-grid\" id=\"mnToolsGrid\">\n\n    <a href=\"\/tools\/image-resizer\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\ud83d\uddbc\ufe0f<\/div>\n      <div class=\"mn-tool-text\"><span>Image Resizer<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/photo-signature-joiner\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\u270d\ufe0f<\/div>\n      <div class=\"mn-tool-text\"><span>Photo & Sign Joiner<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/image-to-pdf\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\ud83d\udcc4<\/div>\n      <div class=\"mn-tool-text\"><span>Image to PDF<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/marathi-typing-test\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\u2328\ufe0f<\/div>\n      <div class=\"mn-tool-text\"><span>Marathi Typing Test<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/english-typing-test\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\u2328\ufe0f<\/div>\n      <div class=\"mn-tool-text\"><span>English Typing Test<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/pdf-merger\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\ud83d\udcd1<\/div>\n      <div class=\"mn-tool-text\"><span>PDF Merger<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/pdf-splitter\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\u2702\ufe0f<\/div>\n      <div class=\"mn-tool-text\"><span>PDF Splitter<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/pdf-arranger\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\ud83d\uddc2\ufe0f<\/div>\n      <div class=\"mn-tool-text\"><span>PDF Arranger<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/age-calculator\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\ud83d\udcc5<\/div>\n      <div class=\"mn-tool-text\"><span>Age Calculator<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/emi-calculator\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\ud83d\udcb0<\/div>\n      <div class=\"mn-tool-text\"><span>EMI Calculator<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/bmi-calculator\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\u2696\ufe0f<\/div>\n      <div class=\"mn-tool-text\"><span>BMI Calculator<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/gst-calculator\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\ud83e\uddfe<\/div>\n      <div class=\"mn-tool-text\"><span>GST Calculator<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/percentage-calculator\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\ud83d\udcca<\/div>\n      <div class=\"mn-tool-text\"><span>Percentage Calculator<\/span><\/div>\n    <\/a>\n\n  <\/div>\n<\/div>\n\n<script>\n\/* ===============================\n   AUTO-HIDE CURRENT TOOL\n   =============================== *\/\n(function () {\n  const currentPath = window.location.pathname.replace(\/\\\/$\/, \"\");\n  const tools = document.querySelectorAll(\"#mnToolsGrid a\");\n\n  tools.forEach(tool => {\n    const toolPath = tool.getAttribute(\"href\").replace(\/\\\/$\/, \"\");\n    if (currentPath === toolPath) {\n      tool.style.display = \"none\";\n    }\n  });\n})();\n<\/script>\n<\/div>\n\n<h2 class=\"\" data-start=\"176\" data-end=\"254\">\ud83e\uddfe GST Calculator \u2013 Instantly Calculate GST Amount (Inclusive or Exclusive)<\/h2>\n<p class=\"\" data-start=\"256\" data-end=\"515\">Confused about how much GST to add or remove from a price? Whether you&#8217;re a <strong data-start=\"332\" data-end=\"380\">small business owner, freelancer, shopkeeper<\/strong>, or just a curious buyer \u2014 our <strong data-start=\"412\" data-end=\"430\">GST Calculator<\/strong> helps you calculate the <strong data-start=\"455\" data-end=\"481\">Goods and Services Tax<\/strong> accurately in just a few seconds.<\/p>\n<h3 class=\"\" data-start=\"517\" data-end=\"536\">\ud83d\udca1 What is GST?<\/h3>\n<p class=\"\" data-start=\"538\" data-end=\"662\">GST (Goods and Services Tax) is a <strong data-start=\"572\" data-end=\"595\">single indirect tax<\/strong> in India applied on the supply of goods and services. It includes:<\/p>\n<ul data-start=\"664\" data-end=\"773\">\n<li class=\"\" data-start=\"664\" data-end=\"690\">\n<p class=\"\" data-start=\"666\" data-end=\"690\"><strong data-start=\"666\" data-end=\"674\">CGST<\/strong> \u2013 Central GST<\/p>\n<\/li>\n<li class=\"\" data-start=\"691\" data-end=\"715\">\n<p class=\"\" data-start=\"693\" data-end=\"715\"><strong data-start=\"693\" data-end=\"701\">SGST<\/strong> \u2013 State GST<\/p>\n<\/li>\n<li class=\"\" data-start=\"716\" data-end=\"773\">\n<p class=\"\" data-start=\"718\" data-end=\"773\"><strong data-start=\"718\" data-end=\"726\">IGST<\/strong> \u2013 Integrated GST (for interstate transactions)<\/p>\n<\/li>\n<\/ul>\n<h3 class=\"\" data-start=\"775\" data-end=\"813\">\ud83d\udee0\ufe0f How to Use the GST Calculator:<\/h3>\n<ol data-start=\"815\" data-end=\"1008\">\n<li class=\"\" data-start=\"815\" data-end=\"867\">\n<p class=\"\" data-start=\"818\" data-end=\"867\">Enter the <strong data-start=\"828\" data-end=\"838\">amount<\/strong> (price of product\/service)<\/p>\n<\/li>\n<li class=\"\" data-start=\"868\" data-end=\"915\">\n<p class=\"\" data-start=\"871\" data-end=\"915\">Choose <strong data-start=\"878\" data-end=\"890\">GST rate<\/strong> \u2013 0.25%, 3%, 5%, 12%, 18%, or 28%<\/p>\n<\/li>\n<li class=\"\" data-start=\"916\" data-end=\"983\">\n<p class=\"\" data-start=\"919\" data-end=\"983\">Select whether the amount is <strong data-start=\"948\" data-end=\"981\">inclusive or exclusive of GST<\/strong><\/p>\n<\/li>\n<li class=\"\" data-start=\"984\" data-end=\"1008\">\n<p class=\"\" data-start=\"987\" data-end=\"1008\">Click <strong data-start=\"993\" data-end=\"1008\">\u201cCalculate\u201d<\/strong><\/p>\n<\/li>\n<\/ol>\n<p class=\"\" data-start=\"1010\" data-end=\"1031\">You\u2019ll instantly see:<\/p>\n<ul data-start=\"1033\" data-end=\"1136\">\n<li class=\"\" data-start=\"1033\" data-end=\"1047\">\n<p class=\"\" data-start=\"1035\" data-end=\"1047\">GST amount<\/p>\n<\/li>\n<li class=\"\" data-start=\"1048\" data-end=\"1100\">\n<p class=\"\" data-start=\"1050\" data-end=\"1100\">CGST and SGST breakdown (or IGST for interstate)<\/p>\n<\/li>\n<li class=\"\" data-start=\"1101\" data-end=\"1136\">\n<p class=\"\" data-start=\"1103\" data-end=\"1136\">Final price (with or without GST)<\/p>\n<\/li>\n<\/ul>\n<h3 class=\"\" data-start=\"1138\" data-end=\"1153\">\u2705 Features:<\/h3>\n<ul data-start=\"1155\" data-end=\"1309\">\n<li class=\"\" data-start=\"1155\" data-end=\"1213\">\n<p class=\"\" data-start=\"1157\" data-end=\"1213\">Supports both GST Inclusive and Exclusive calculations<\/p>\n<\/li>\n<li class=\"\" data-start=\"1214\" data-end=\"1243\">\n<p class=\"\" data-start=\"1216\" data-end=\"1243\">Mobile &amp; desktop-friendly<\/p>\n<\/li>\n<li class=\"\" data-start=\"1244\" data-end=\"1275\">\n<p class=\"\" data-start=\"1246\" data-end=\"1275\">100% free and simple to use<\/p>\n<\/li>\n<li class=\"\" data-start=\"1276\" data-end=\"1309\">\n<p class=\"\" data-start=\"1278\" data-end=\"1309\">No login or registration needed<\/p>\n<\/li>\n<\/ul>\n<h3 class=\"\" data-start=\"1311\" data-end=\"1329\">\ud83d\udccc Useful For:<\/h3>\n<ul data-start=\"1331\" data-end=\"1483\">\n<li class=\"\" data-start=\"1331\" data-end=\"1370\">\n<p class=\"\" data-start=\"1333\" data-end=\"1370\">Shopkeepers &amp; traders issuing bills<\/p>\n<\/li>\n<li class=\"\" data-start=\"1371\" data-end=\"1403\">\n<p class=\"\" data-start=\"1373\" data-end=\"1403\">Freelancers raising invoices<\/p>\n<\/li>\n<li class=\"\" data-start=\"1404\" data-end=\"1444\">\n<p class=\"\" data-start=\"1406\" data-end=\"1444\">Customers verifying GST on purchases<\/p>\n<\/li>\n<li class=\"\" data-start=\"1445\" data-end=\"1483\">\n<p class=\"\" data-start=\"1447\" data-end=\"1483\">Students learning about tax concepts<\/p>\n<\/li>\n<\/ul>\n<hr class=\"\" data-start=\"1485\" data-end=\"1488\" \/>\n<p class=\"\" data-start=\"1490\" data-end=\"1622\">\n","protected":false},"excerpt":{"rendered":"<p>\ud83e\uddfe GST Calculator \u2013 Instantly Calculate GST Amount (Inclusive or Exclusive) Confused about how much GST to add or remove from a price? Whether you&#8217;re a small business owner, freelancer, shopkeeper, or just a curious buyer \u2014 our GST Calculator helps you calculate the Goods and Services Tax accurately in just a few seconds. \ud83d\udca1 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":444,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-288","page","type-page","status-publish","has-post-thumbnail"],"_links":{"self":[{"href":"https:\/\/majhinaukri.in\/tools\/wp-json\/wp\/v2\/pages\/288","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/majhinaukri.in\/tools\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/majhinaukri.in\/tools\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/majhinaukri.in\/tools\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/majhinaukri.in\/tools\/wp-json\/wp\/v2\/comments?post=288"}],"version-history":[{"count":1,"href":"https:\/\/majhinaukri.in\/tools\/wp-json\/wp\/v2\/pages\/288\/revisions"}],"predecessor-version":[{"id":549,"href":"https:\/\/majhinaukri.in\/tools\/wp-json\/wp\/v2\/pages\/288\/revisions\/549"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/majhinaukri.in\/tools\/wp-json\/wp\/v2\/media\/444"}],"wp:attachment":[{"href":"https:\/\/majhinaukri.in\/tools\/wp-json\/wp\/v2\/media?parent=288"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}