{"id":33384,"date":"2021-08-03T16:32:40","date_gmt":"2021-08-03T16:32:40","guid":{"rendered":"https:\/\/kdc1000.wpengine.com\/?page_id=33384"},"modified":"2025-06-11T13:53:40","modified_gmt":"2025-06-11T18:53:40","slug":"export-programs","status":"publish","type":"page","link":"https:\/\/www.kansascommerce.gov\/es\/international\/export-programs\/","title":{"rendered":"Programas de exportaci\u00f3n"},"content":{"rendered":"                    <div class=\"custom-cover-block d-flex justify-content-center   \" style=\"\n                                                        background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2024\/10\/iStock-1725887136-scaled.jpg');\n                                                    background-position: right center;\n                                                    margin: 0 20px;\n                                            \" id=\"coverblock-2014714179\">\n        <div class=\"inner-content col-12 col-md-10 col-lg-9\" style=\"\n                                        color: white !important;\n                                                                            \">\n            <div class=\"content\">\n\n<h2 class=\"wp-block-heading\" id=\"h-exporting-programs\">Exporting Programs<\/h2>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center\" id=\"h-exporting-is-good-for-your-bottom-line\">Exporting is good for your bottom line!<\/h3>\n\n\n\n<p>95 percent of the world&#8217;s consumers live outside of the United States, so if a U.S. business is only selling domestically, they are reaching just a small share of potential customers. <\/p>\n\n\n\n<p>Participate in an international export program to grow your Kansas business.<\/p>\n\n<\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"video-lightbox-2014714179\" class=\"video-lightbox-overlay\" style=\"display: none;\">\n        <div class=\"video-lightbox-container\">\n            <button class=\"video-lightbox-close\">&times;<\/button>\n            <div class=\"video-lightbox-content\">\n                <iframe id=\"video-frame-2014714179\" src=\"\" frameborder=\"0\" allowfullscreen><\/iframe>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <style>\n        #coverblock-2014714179 .inner-content:before {background-color: #0693e3;}                \n        .video-lightbox-overlay {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.9);\n            z-index: 9999;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-container {\n            position: relative;\n            width: 90%;\n            max-width: 800px;\n            max-height: 90%;\n        }\n        \n        .video-lightbox-content {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n        }\n        \n        .video-lightbox-content iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n        }\n        \n        .video-lightbox-close {\n            position: absolute;\n            top: -40px;\n            right: 0;\n            background: none;\n            border: none;\n            color: white;\n            font-size: 30px;\n            cursor: pointer;\n            z-index: 10001;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-close:hover {\n            opacity: 0.7;\n        }\n        \n        .video-link {\n            position: relative;\n            display: inline-block;\n            cursor: pointer;\n        }\n    <\/style>\n\n    <script>\n        jQuery(document).ready(function(){\n            jQuery('#coverblock-2014714179 .wp-block-button__link').addClass('btn white_btn');\n            \n            const coverBlock = jQuery('#coverblock-2014714179');\n            const lightbox = jQuery('#video-lightbox-2014714179');\n            const videoFrame = jQuery('#video-frame-2014714179');\n            const closeBtn = jQuery('#video-lightbox-2014714179 .video-lightbox-close');\n            \n            function getVideoEmbedUrl(url) {\n                const youtubeRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:youtube\\.com\\\/(?:[^\\\/\\n\\s]+\\\/\\S+\\\/|(?:v|e(?:mbed)?)\\\/|\\S*?[?&]v=)|youtu\\.be\\\/)([a-zA-Z0-9_-]{11})\/;\n                const youtubeMatch = url.match(youtubeRegex);\n                \n                if (youtubeMatch) {\n                    return `https:\/\/www.youtube.com\/embed\/${youtubeMatch[1]}?autoplay=1`;\n                }\n                \n                const vimeoRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:vimeo\\.com\\\/)(\\d+)\/;\n                const vimeoMatch = url.match(vimeoRegex);\n                \n                if (vimeoMatch) {\n                    return `https:\/\/player.vimeo.com\/video\/${vimeoMatch[1]}?autoplay=1`;\n                }\n                \n                return null;\n            }\n            \n            function isVideoUrl(url) {\n                return \/(?:youtube\\.com|youtu\\.be|vimeo\\.com)\/i.test(url);\n            }\n            \n            coverBlock.find('a').each(function() {\n                const link = jQuery(this);\n                const href = link.attr('href');\n                \n                if (href && isVideoUrl(href)) {\n                    link.addClass('video-link');\n                    \n                    link.on('click', function(e) {\n                        e.preventDefault();\n                        const embedUrl = getVideoEmbedUrl(href);\n                        \n                        if (embedUrl) {\n                            videoFrame.attr('src', embedUrl);\n                            lightbox.fadeIn(300);\n                            jQuery('body').addClass('lightbox-open');\n                        }\n                    });\n                }\n            });\n            \n            function closeLightbox() {\n                lightbox.fadeOut(300);\n                videoFrame.attr('src', ''); \/\/ Stop video\n                jQuery('body').removeClass('lightbox-open');\n            }\n            \n            closeBtn.on('click', closeLightbox);\n            \n            lightbox.on('click', function(e) {\n                if (e.target === this) {\n                    closeLightbox();\n                }\n            });\n            \n            jQuery(document).on('keydown', function(e) {\n                if (e.keyCode === 27 && lightbox.is(':visible')) {\n                    closeLightbox();\n                }\n            });\n        });\n    <\/script>\n    \n\n                <div class=\"split-block split-transparent dark \">\n        <div class=\"row flex-row-reverse\">\n\n            <div class=\"col-12 col-md-7 col-xl-5 text-box\">\n                <div class=\"h-100 d-flex align-items-center\">\n                    <div class=\"content\">\n                        <div class=\"divider\" style=\"background: #f1ad02;\"><\/div>\n                        \n\n<h2 class=\"wp-block-heading\">Kansas is an export leader<\/h2>\n\n\n\n<p>In 2022, Kansas exports totaled $13.97 billion. Find out how you can join the thousands of Kansas Exporters!<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/www.kansascommerce.gov\/staff-directory\/international\/\" rel=\"#\">Contact Us<\/a><\/div>\n<\/div>\n\n\n\n<p><\/p>\n\n\n                    <\/div>\n                <\/div>\n            <\/div>\n                                                                    <div class=\"col-12 col-md-5 col-xl-7 img-box\"\n                 style=\"background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/01\/Bergkamp-M212-Paver.webp'); background-position: center center;\"><\/div>\n\n        <\/div>\n    <\/div>\n    \n\n                <div class=\"card-wrapper-block row  large\">\n                \n                    <div class=\"card-block col-12 col-md-6 col-lg-4 overlay\">\n            <a href=\"https:\/\/www.kansascommerce.gov\/program\/business-incentives-and-services\/kansas-global-business-expansion-program\/\" class=\"cover_link\" title=\"Kansas Global Business Expansion (K-GLOBE) Program\"><\/a>\n            <div class=\"bg-block\" style=\"background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/01\/BandBHydraulics_Hutchinson-1024x682.jpg');\">\n                <div class=\"content\">\n                    <div class=\"hidden\"><div class=\"wp-content\"><p>K-GLOBE assists Kansas companies in accelerating their export business through exhibiting products at foreign trade shows and conducting export-related marketing activities.<\/p>\n<\/div><\/div>\n                    <a href=\"https:\/\/www.kansascommerce.gov\/program\/business-incentives-and-services\/kansas-global-business-expansion-program\/\" class=\"btn plain_btn white_btn\">Kansas Global Business Expansion (K-GLOBE) Program<\/a>                <\/div>\n            <\/div>\n\n            \n                                            <\/div>\n    \n\n                    <div class=\"card-block col-12 col-md-6 col-lg-4 overlay\">\n            <a href=\"https:\/\/www.kansascommerce.gov\/program\/business-incentives-and-services\/step\/\" class=\"cover_link\" title=\"State Trade Expansion Program\"><\/a>\n            <div class=\"bg-block\" style=\"background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/01\/Landoll-Semi-Truck.jpg');\">\n                <div class=\"content\">\n                    <div class=\"hidden\"><div class=\"wp-content\"><p>STEP helps Kansas non-exporters get started and existing exporters expand into additional foreign markets.<\/p>\n<\/div><\/div>\n                    <a href=\"https:\/\/www.kansascommerce.gov\/program\/business-incentives-and-services\/step\/\" class=\"btn plain_btn white_btn\">State Trade Expansion Program<\/a>                <\/div>\n            <\/div>\n\n            \n                                            <\/div>\n    \n\n                    <div class=\"card-block col-12 col-md-6 col-lg-4 overlay\">\n            <a href=\"https:\/\/www.kansascommerce.gov\/kansas-exporters-roundtable\/\" class=\"cover_link\" title=\"Kansas Exporters Roundtable\"><\/a>\n            <div class=\"bg-block\" style=\"background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2024\/07\/DSC07640-1-1024x683.jpg');\">\n                <div class=\"content\">\n                    <div class=\"hidden\"><div class=\"wp-content\"><p>Where Kansas exporters trade challenges, insights and strategies.<\/p>\n<\/div><\/div>\n                    <a href=\"https:\/\/www.kansascommerce.gov\/kansas-exporters-roundtable\/\" class=\"btn plain_btn white_btn\">Kansas Exporters Roundtable<\/a>                <\/div>\n            <\/div>\n\n            \n                                            <\/div>\n    \n\n                    <div class=\"card-block col-12 col-md-6 col-lg-4 overlay\">\n            <a href=\"https:\/\/www.kansascommerce.gov\/program\/business-incentives-and-services\/cfs\/\" class=\"cover_link\" title=\"Certificate of Free Sale\"><\/a>\n            <div class=\"bg-block\" style=\"background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/08\/Food_Processing_Hero-01-1024x183.png');\">\n                <div class=\"content\">\n                    <div class=\"hidden\"><div class=\"wp-content\"><p>The Certificate of Free Sale, also referred to as a Certificate of Origin, is required in certain countries or for certain commodities.<\/p>\n<\/div><\/div>\n                    <a href=\"https:\/\/www.kansascommerce.gov\/program\/business-incentives-and-services\/cfs\/\" class=\"btn plain_btn white_btn\">Certificate of Free Sale<\/a>                <\/div>\n            <\/div>\n\n            \n                                            <\/div>\n    \n\n                    <div class=\"card-block col-12 col-md-6 col-lg-4 overlay\">\n            <a href=\"https:\/\/www.kansascommerce.gov\/program\/business-incentives-and-services\/credit-report\/\" class=\"cover_link\" title=\"International Credit Report\"><\/a>\n            <div class=\"bg-block\" style=\"background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/01\/schwans_Tonys-Pizzas-Salina.jpg');\">\n                <div class=\"content\">\n                    <div class=\"hidden\"><div class=\"wp-content\"><p>All Kansas-based companies are eligible to receive reduced-rate international credit reports.<\/p>\n<\/div><\/div>\n                    <a href=\"https:\/\/www.kansascommerce.gov\/program\/business-incentives-and-services\/credit-report\/\" class=\"btn plain_btn white_btn\">International Credit Report<\/a>                <\/div>\n            <\/div>\n\n            \n                                            <\/div>\n    \n\n    <\/div>\n    \n\n                <div class=\"split-block split-transparent dark \">\n        <div class=\"row flex-row-reverse\">\n\n            <div class=\"col-12 col-md-7 col-xl-5 text-box\">\n                <div class=\"h-100 d-flex align-items-center\">\n                    <div class=\"content\">\n                        <div class=\"divider\" style=\"background: #f1ad02;\"><\/div>\n                        \n\n<h2 class=\"wp-block-heading\">International Consultation<\/h2>\n\n\n\n<p>Consult with one of our staff about your exporting possibilities.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/www.kansascommerce.gov\/international\/export\/consult\/\" target=\"_blank\" rel=\"noreferrer noopener\">Contact Us<\/a><\/div>\n<\/div>\n\n\n\n<p><\/p>\n\n\n                    <\/div>\n                <\/div>\n            <\/div>\n                                                                    <div class=\"col-12 col-md-5 col-xl-7 img-box\"\n                 style=\"background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/08\/iStock-886031704-1024x683.jpg'); background-position: center center;\"><\/div>\n\n        <\/div>\n    <\/div>\n    \n\n    <div class=\"container \">                        <div class=\"post_listing recent_posts\" id=\"post_549849195                        \">\n            <div class=\"row\">\n                            <\/div>\n        <\/div>\n    <\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":28,"featured_media":31510,"parent":29836,"menu_order":156,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_eb_attr":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-33384","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v19.5 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Export Programs - Kansas Department of Commerce<\/title>\n<meta name=\"description\" content=\"The Kansas Department of Commerce International Division works with both manufacturing and service companies to increase Kansas exports. The International Division also recruits direct investment from international companies to locate and expand businesses in the state.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.kansascommerce.gov\/es\/international\/export-programs\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Export Programs\" \/>\n<meta property=\"og:description\" content=\"The Kansas Department of Commerce International Division works with both manufacturing and service companies to increase Kansas exports. The International Division also recruits direct investment from international companies to locate and expand businesses in the state.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.kansascommerce.gov\/es\/international\/export-programs\/\" \/>\n<meta property=\"og:site_name\" content=\"Kansas Department of Commerce\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/KansasCommerce\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-11T18:53:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2021\/06\/Export-Pict-5-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1463\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:description\" content=\"The Kansas Department of Commerce International Division works with both manufacturing and service companies to increase Kansas exports. The International Division also recruits direct investment from international companies to locate and expand businesses in the state.\" \/>\n<meta name=\"twitter:site\" content=\"@KansasCommerce\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.kansascommerce.gov\/international\/export-programs\/\",\"url\":\"https:\/\/www.kansascommerce.gov\/international\/export-programs\/\",\"name\":\"Export Programs - Kansas Department of Commerce\",\"isPartOf\":{\"@id\":\"https:\/\/www.kansascommerce.gov\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.kansascommerce.gov\/international\/export-programs\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.kansascommerce.gov\/international\/export-programs\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2021\/06\/Export-Pict-6-scaled.jpg\",\"datePublished\":\"2021-08-03T16:32:40+00:00\",\"dateModified\":\"2025-06-11T18:53:40+00:00\",\"description\":\"The Kansas Department of Commerce International Division works with both manufacturing and service companies to increase Kansas exports. The International Division also recruits direct investment from international companies to locate and expand businesses in the state.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.kansascommerce.gov\/international\/export-programs\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.kansascommerce.gov\/international\/export-programs\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.kansascommerce.gov\/international\/export-programs\/#primaryimage\",\"url\":\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2021\/06\/Export-Pict-6-scaled.jpg\",\"contentUrl\":\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2021\/06\/Export-Pict-6-scaled.jpg\",\"width\":2560,\"height\":1463,\"caption\":\"Export Pict\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.kansascommerce.gov\/international\/export-programs\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.kansascommerce.gov\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"International\",\"item\":\"https:\/\/www.kansascommerce.gov\/international\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Export Programs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.kansascommerce.gov\/#website\",\"url\":\"https:\/\/www.kansascommerce.gov\/\",\"name\":\"Kansas Department of Commerce\",\"description\":\"Empowering Prosperity\",\"publisher\":{\"@id\":\"https:\/\/www.kansascommerce.gov\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.kansascommerce.gov\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.kansascommerce.gov\/#organization\",\"name\":\"Kansas Department of Commerce\",\"url\":\"https:\/\/www.kansascommerce.gov\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.kansascommerce.gov\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/07\/kdc_logo.png\",\"contentUrl\":\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/07\/kdc_logo.png\",\"width\":600,\"height\":347,\"caption\":\"Kansas Department of Commerce\"},\"image\":{\"@id\":\"https:\/\/www.kansascommerce.gov\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/KansasCommerce\/\",\"https:\/\/x.com\/KansasCommerce\",\"https:\/\/www.linkedin.com\/company\/kansas-department-of-commerce\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Export Programs - Kansas Department of Commerce","description":"The Kansas Department of Commerce International Division works with both manufacturing and service companies to increase Kansas exports. The International Division also recruits direct investment from international companies to locate and expand businesses in the state.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.kansascommerce.gov\/es\/international\/export-programs\/","og_locale":"es_ES","og_type":"article","og_title":"Export Programs","og_description":"The Kansas Department of Commerce International Division works with both manufacturing and service companies to increase Kansas exports. The International Division also recruits direct investment from international companies to locate and expand businesses in the state.","og_url":"https:\/\/www.kansascommerce.gov\/es\/international\/export-programs\/","og_site_name":"Kansas Department of Commerce","article_publisher":"https:\/\/www.facebook.com\/KansasCommerce\/","article_modified_time":"2025-06-11T18:53:40+00:00","og_image":[{"width":2560,"height":1463,"url":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2021\/06\/Export-Pict-5-scaled.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_description":"The Kansas Department of Commerce International Division works with both manufacturing and service companies to increase Kansas exports. The International Division also recruits direct investment from international companies to locate and expand businesses in the state.","twitter_site":"@KansasCommerce","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.kansascommerce.gov\/international\/export-programs\/","url":"https:\/\/www.kansascommerce.gov\/international\/export-programs\/","name":"Export Programs - Kansas Department of Commerce","isPartOf":{"@id":"https:\/\/www.kansascommerce.gov\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.kansascommerce.gov\/international\/export-programs\/#primaryimage"},"image":{"@id":"https:\/\/www.kansascommerce.gov\/international\/export-programs\/#primaryimage"},"thumbnailUrl":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2021\/06\/Export-Pict-6-scaled.jpg","datePublished":"2021-08-03T16:32:40+00:00","dateModified":"2025-06-11T18:53:40+00:00","description":"The Kansas Department of Commerce International Division works with both manufacturing and service companies to increase Kansas exports. The International Division also recruits direct investment from international companies to locate and expand businesses in the state.","breadcrumb":{"@id":"https:\/\/www.kansascommerce.gov\/international\/export-programs\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.kansascommerce.gov\/international\/export-programs\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.kansascommerce.gov\/international\/export-programs\/#primaryimage","url":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2021\/06\/Export-Pict-6-scaled.jpg","contentUrl":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2021\/06\/Export-Pict-6-scaled.jpg","width":2560,"height":1463,"caption":"Export Pict"},{"@type":"BreadcrumbList","@id":"https:\/\/www.kansascommerce.gov\/international\/export-programs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.kansascommerce.gov\/"},{"@type":"ListItem","position":2,"name":"International","item":"https:\/\/www.kansascommerce.gov\/international\/"},{"@type":"ListItem","position":3,"name":"Export Programs"}]},{"@type":"WebSite","@id":"https:\/\/www.kansascommerce.gov\/#website","url":"https:\/\/www.kansascommerce.gov\/","name":"Departamento de Comercio de Kansas","description":"Fomentar la prosperidad","publisher":{"@id":"https:\/\/www.kansascommerce.gov\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.kansascommerce.gov\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.kansascommerce.gov\/#organization","name":"Departamento de Comercio de Kansas","url":"https:\/\/www.kansascommerce.gov\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.kansascommerce.gov\/#\/schema\/logo\/image\/","url":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/07\/kdc_logo.png","contentUrl":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/07\/kdc_logo.png","width":600,"height":347,"caption":"Kansas Department of Commerce"},"image":{"@id":"https:\/\/www.kansascommerce.gov\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/KansasCommerce\/","https:\/\/x.com\/KansasCommerce","https:\/\/www.linkedin.com\/company\/kansas-department-of-commerce\/"]}]}},"publishpress_future_action":{"enabled":false,"date":"2026-04-23 16:57:36","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"_links":{"self":[{"href":"https:\/\/www.kansascommerce.gov\/es\/wp-json\/wp\/v2\/pages\/33384","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kansascommerce.gov\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.kansascommerce.gov\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.kansascommerce.gov\/es\/wp-json\/wp\/v2\/users\/28"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kansascommerce.gov\/es\/wp-json\/wp\/v2\/comments?post=33384"}],"version-history":[{"count":0,"href":"https:\/\/www.kansascommerce.gov\/es\/wp-json\/wp\/v2\/pages\/33384\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.kansascommerce.gov\/es\/wp-json\/wp\/v2\/pages\/29836"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.kansascommerce.gov\/es\/wp-json\/wp\/v2\/media\/31510"}],"wp:attachment":[{"href":"https:\/\/www.kansascommerce.gov\/es\/wp-json\/wp\/v2\/media?parent=33384"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}