{"id":1234,"date":"2026-04-06T20:14:42","date_gmt":"2026-04-06T20:14:42","guid":{"rendered":"https:\/\/carfaxvinkookup.com\/?p=1234"},"modified":"2026-04-06T20:14:43","modified_gmt":"2026-04-06T20:14:43","slug":"test","status":"publish","type":"post","link":"https:\/\/carfaxvinkookup.com\/index.php\/2026\/04\/06\/test\/","title":{"rendered":"Test"},"content":{"rendered":"\n<p>test<\/p>\n\n\n\n    <link rel=\"stylesheet\" href=\"\/\/cdn.jsdelivr.net\/gh\/dmhendricks\/bootstrap-grid-css@4.1.3\/dist\/css\/bootstrap-grid.min.css\" \/>\n    <div class=\"bootstrap-wrapper\" style=\"width: 100%;min-width: 100%\">\n    <div class=\"container\">\n    <div class=\"row\">\n    <div class=\"input-group\">\n        <input type=\"text\" class=\"form-control\" placeholder=\"Search VIn Records\" onkeydown=\"searchVIN(this.event)\" id=\"vinInput\">\n        <div class=\"input-group-append\">\n          <button class=\"btn btn-secondary\" type=\"button\" id=\"vinCheckBulkVIN\" onclick=\"searchVINClick();\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-search\"><circle cx=\"11\" cy=\"11\" r=\"8\"><\/circle><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"><\/line><\/svg>\n          <\/button>\n        <\/div>\n      <\/div>\n      <p class=\"mt-4 text-center\"><a href=\"https:\/\/en.wikipedia.org\/wiki\/Vehicle_identification_number#:~:text=A%20vehicle%20identification%20number%20(VIN,International%20Organization%20for%20Standardization%20in\" target=\"_blank\">What is the VIN<\/a><\/p>\n      <div id=\"loaderVinChecker\" style=\"display:none; text-align: center; margin:20px;\">\n        <div class=\"lds-spinner\"><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><\/div>\n      <\/div>\n    <\/div>\n\n<div class=\"row\" style=\"display: none;\" id=\"bulkVinResults\">\n    <div class=\"col-12\" style=\"text-align:center;\">\n      <a id=\"lBulkVIN_1\" class=\"BulkVIN_btn BulkVIN_btn_all\" > Buy Carfax and AutoCheck Reports <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>11.99<\/bdi><\/span><\/a>\n    <\/div>\n    <div class=\"col-xl-6 col-lg-6 col-md-6 col-sm-12\">\n        \n        <div id=\"carfax-result\" class=\"res\">\n            <table class=\"table shadow-1 p-all-16 mb-24\">\n                <thead>\n                    <tr>\n                        <th colspan=\"2\">Carfax Result<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>VIN:<\/td>\n                        <td class=\"vin\" id=\"cBulkVIN_1\"><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Vehicle:<\/td>\n                        <td class=\"vehicle\" id=\"cBulkVIN_2\"><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Year:<\/td>\n                        <td class=\"year\" id=\"cBulkVIN_3\"><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Records:<\/td>\n                        <td class=\"records\" id=\"cBulkVIN_4\"><\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n            <div style=\"text-align:center;\">\n                <a id=\"lBulkVIN_2\" class=\"BulkVIN_btn BulkVIN_btn_carfax\"> Buy Carfax Report <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>7.99<\/bdi><\/span><\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"col-xl-6 col-lg-6 col-md-6 col-sm-12\">\n        <div id=\"autocheck-result\" class=\"res\" >\n            <table class=\"table shadow-1 p-all-16 mb-24\">\n                <thead>\n                    <tr>\n                        <th colspan=\"2\">Autocheck Result<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>VIN:<\/td>\n                        <td class=\"vin\" id=\"aBulkVIN_1\"><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Vehicle:<\/td>\n                        <td class=\"vehicle\" id=\"aBulkVIN_2\"><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Year:<\/td>\n                        <td class=\"year\" id=\"aBulkVIN_3\"><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Records:<\/td>\n                        <td class=\"records\" id=\"aBulkVIN_4\"><\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n            <div style=\"text-align:center;\">\n                <a id=\"lBulkVIN_3\" class=\"BulkVIN_btn BulkVIN_btn_autocheck\"> Buy AutoCheck Report <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>8.99<\/bdi><\/span><\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n    <\/div>\n    <\/div>\n    <\/div>\n    <script>\n        var vinCode =\"\";\n\n        var bulkProduct1 =\"1230\";\n        var bulkProduct2 =\"1231\";\n        var bulkProduct3 =\"1232\";\n        var addCUrl=\"https:\/\/carfaxvinkookup.com\/wp-bulkvin-add-cart\/\";\n        function searchVIN(e) {\n            var vin = \"\";\n            e = e || window.event;\n            if(e.keyCode == 13) {\n                    var elem = e.srcElement || e.target;\n                    vin = elem.value;\n                    if (vin.length != 17) {\n                        return alert(\"Vin must be 17 characters\");\n                    } \n                    ajaxVIN(vin);\n            } \n        \n        }\n\n        function searchVINClick() {\n            var vin = document.getElementById(\"vinInput\").value;\n            if (vin.length != 17) {\n                return alert(\"Vin must be 17 characters\");\n            } \n            ajaxVIN(vin);\n        }\n\n        function ajaxVIN(vin) {\n\n\n            document.getElementById(\"loaderVinChecker\").style.display = \"block\";\n            document.getElementById(\"bulkVinResults\").style.display = \"none\";\n            let xhr = new XMLHttpRequest();\n            xhr.open(\"GET\", \"https:\/\/carfaxvinkookup.com\/wp-bulkvin-api-request\/?vin=\"+vin);\n            xhr.responseType = \"json\";\n            xhr.send();\n            xhr.onload = function() {\n              let responseObj = xhr.response;\n              if (responseObj.status) {\n                document.getElementById(\"aBulkVIN_1\").innerText = vin;\n                document.getElementById(\"cBulkVIN_1\").innerText = vin;\n                if (typeof responseObj.records === \"undefined\") {\n                document.getElementById(\"aBulkVIN_2\").innerText = \"Record not found.\";\n                document.getElementById(\"aBulkVIN_3\").innerText = \"Record not found.\";\n                document.getElementById(\"aBulkVIN_4\").innerText = \"Record not found.\";\n\n                document.getElementById(\"cBulkVIN_2\").innerText = \"Record not found.\";\n                document.getElementById(\"cBulkVIN_3\").innerText = \"Record not found.\";\n                document.getElementById(\"cBulkVIN_4\").innerText = \"Record not found.\";\n                var btns = document.getElementsByClassName(\"BulkVIN_btn\");\n                    for (var i = 0; i < btns.length; i++) {\n                        btns[i].style.display = \"none\";\n                    }\n                } else {\n                document.getElementById(\"aBulkVIN_2\").innerText = responseObj.records.model;\n                document.getElementById(\"aBulkVIN_3\").innerText = responseObj.records.year;\n                document.getElementById(\"aBulkVIN_4\").innerText = responseObj.records.carfax;\n\n                document.getElementById(\"cBulkVIN_2\").innerText = responseObj.records.model;\n                document.getElementById(\"cBulkVIN_3\").innerText = responseObj.records.year;\n                document.getElementById(\"cBulkVIN_4\").innerText = responseObj.records.autocheck;\n                var btns = document.getElementsByClassName(\"BulkVIN_btn\");\n                    for (var i = 0; i < btns.length; i++) {\n                        btns[i].style.display = \"block\";\n                    }                \n                }\n\n                if (responseObj.records.carfax == 0) {\n                    document.getElementById(\"lBulkVIN_3\").style.display = \"none\";\n                    document.getElementById(\"lBulkVIN_2\").style.display = \"none\";\n                }\n\n                if (responseObj.records.autocheck == 0) {\n                    document.getElementById(\"lBulkVIN_3\").style.display = \"none\";\n                    document.getElementById(\"lBulkVIN_1\").style.display = \"none\";\n                }\n                \n\n\n                \n                var uniq = new Date().getTime();\n\n                document.getElementById(\"lBulkVIN_1\").href = addCUrl+\"?product=\"+bulkProduct3+\"&vin=\"+vin+\"&time=\"+ uniq;\n                document.getElementById(\"lBulkVIN_2\").href = addCUrl+\"?product=\"+bulkProduct1+\"&vin=\"+vin+\"&time=\"+ uniq;\n                document.getElementById(\"lBulkVIN_3\").href = addCUrl+\"?product=\"+bulkProduct2+\"&vin=\"+vin+\"&time=\"+ uniq;\n                document.getElementById(\"bulkVinResults\").style.display = \"flex\";\n              }\n              document.getElementById(\"loaderVinChecker\").style.display = \"none\";\n\n            };\n\n        }\n\n    <\/script>\n\n    <style>\n    .lds-spinner {\n      color: official;\n      display: inline-block;\n      position: relative;\n      width: 80px;\n      height: 80px;\n    }\n    .lds-spinner div {\n      transform-origin: 40px 40px;\n      animation: lds-spinner 1.2s linear infinite;\n    }\n    .lds-spinner div:after {\n      content: \" \";\n      display: block;\n      position: absolute;\n      top: 3px;\n      left: 37px;\n      width: 6px;\n      height: 18px;\n      border-radius: 20%;\n      background: green;\n    }\n    .lds-spinner div:nth-child(1) {\n      transform: rotate(0deg);\n      animation-delay: -1.1s;\n    }\n    .lds-spinner div:nth-child(2) {\n      transform: rotate(30deg);\n      animation-delay: -1s;\n    }\n    .lds-spinner div:nth-child(3) {\n      transform: rotate(60deg);\n      animation-delay: -0.9s;\n    }\n    .lds-spinner div:nth-child(4) {\n      transform: rotate(90deg);\n      animation-delay: -0.8s;\n    }\n    .lds-spinner div:nth-child(5) {\n      transform: rotate(120deg);\n      animation-delay: -0.7s;\n    }\n    .lds-spinner div:nth-child(6) {\n      transform: rotate(150deg);\n      animation-delay: -0.6s;\n    }\n    .lds-spinner div:nth-child(7) {\n      transform: rotate(180deg);\n      animation-delay: -0.5s;\n    }\n    .lds-spinner div:nth-child(8) {\n      transform: rotate(210deg);\n      animation-delay: -0.4s;\n    }\n    .lds-spinner div:nth-child(9) {\n      transform: rotate(240deg);\n      animation-delay: -0.3s;\n    }\n    .lds-spinner div:nth-child(10) {\n      transform: rotate(270deg);\n      animation-delay: -0.2s;\n    }\n    .lds-spinner div:nth-child(11) {\n      transform: rotate(300deg);\n      animation-delay: -0.1s;\n    }\n    .lds-spinner div:nth-child(12) {\n      transform: rotate(330deg);\n      animation-delay: 0s;\n    }\n    @keyframes lds-spinner {\n      0% {\n        opacity: 1;\n      }\n      100% {\n        opacity: 0;\n      }\n    }\n    .feather {\n        width: 16px;\n        height: 16px;\n        fill: none;\n        stroke: currentcolor;\n        stroke-width: 3px;\n        stroke-linecap: round;\n        stroke-linejoin: round;\n    }\n    #vinCheckBulkVIN {\n        padding: 0;\n        padding-left:10px;\n        padding-right:10px;\n    }\n    .main {\n        max-width: 1024px;\n        margin: 50px auto;\n    }\n    .input-group {\n        position: relative;\n        display: -ms-flexbox;\n        display: flex;\n        -ms-flex-wrap: wrap;\n        flex-wrap: wrap;\n        -ms-flex-align: stretch;\n        align-items: stretch;\n        width: 100%;\n    }\n    .input-group-append {\n        display: flex;\n        margin-left: -1px;\n    }\n    .form-control {\n        display: block;\n        width: 100%;\n        height: calc(2.25rem + 2px);\n        padding: 0.375rem 0.75rem;\n        font-size: 1rem;\n        line-height: 1.5;\n        color: #495057;\n        background-color: #fff;\n        background-clip: padding-box;\n        border: 1px solid #ced4da;\n        border-radius: 0.25rem;\n        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;\n    }\n    .has-search .form-control {\n        padding-left: 2.375rem;\n    }\n     .input-group>.form-control {\n        position: relative;\n        -ms-flex: 1 1 auto;\n        flex: 1 1 auto;\n        width: 1%;\n        margin-bottom: 0;\n    }\n    .has-search .form-control-feedback {\n        position: absolute;\n        z-index: 2;\n        display: block;\n        width: 2.375rem;\n        height: 2.375rem;\n        line-height: 2.375rem;\n        text-align: center;\n        pointer-events: none;\n        color: #aaa;\n    }\n\n    .BulkVIN_btn {\n        position: relative;\n        margin-bottom: 80px;\n        display: inline-block;\n        background: #19bc9c;\n        padding: 5px 8px;\n        color: white;\n        text-decoration: none;\n        border-radius: 5px;\n    }\n    .BulkVIN_btn:after {\n        content: ' ';\n        background: url(https:\/\/carfaxvinkookup.com\/wp-content\/plugins\/bulkvin-api\/payment_img.png);\n        height: 80px;\n        width: 280px;\n        position: absolute;\n        background-size: 100%;\n        bottom: -80px;\n        left: calc(50% - 140px);\n        background-position: center center;\n    }\n\n    <\/style>\n\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>test<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1234","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/carfaxvinkookup.com\/index.php\/wp-json\/wp\/v2\/posts\/1234","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/carfaxvinkookup.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/carfaxvinkookup.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/carfaxvinkookup.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/carfaxvinkookup.com\/index.php\/wp-json\/wp\/v2\/comments?post=1234"}],"version-history":[{"count":1,"href":"https:\/\/carfaxvinkookup.com\/index.php\/wp-json\/wp\/v2\/posts\/1234\/revisions"}],"predecessor-version":[{"id":1235,"href":"https:\/\/carfaxvinkookup.com\/index.php\/wp-json\/wp\/v2\/posts\/1234\/revisions\/1235"}],"wp:attachment":[{"href":"https:\/\/carfaxvinkookup.com\/index.php\/wp-json\/wp\/v2\/media?parent=1234"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/carfaxvinkookup.com\/index.php\/wp-json\/wp\/v2\/categories?post=1234"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/carfaxvinkookup.com\/index.php\/wp-json\/wp\/v2\/tags?post=1234"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}