Reports
E-Commerce & Puerto Ricans in the U.S. – Market Insights
E-Commerce & Puerto Ricans in the U.S. – Market Insights Tapping into a $30 Billion Market: How Puerto Rican Brands Can Win in the U.S. Publication Date: April 16, 2024 Takeaway: Puerto Ricans in the U.S. represent a $30 billion market, presenting opportunities for local brands. Description: Puerto Ricans in the U.S. are not just […]
E-Commerce & Puerto Ricans in the U.S. – Market Insights
Tapping into a $30 Billion Market: How Puerto Rican Brands Can Win in the U.S.
- Publication Date: April 16, 2024
- Takeaway: Puerto Ricans in the U.S. represent a $30 billion market, presenting opportunities for local brands.
Description: Puerto Ricans in the U.S. are not just a niche market—they’re a 5.6 million-strong consumer base with over $30 billion in purchasing power. But what do they buy? ABEXUS Analytics and Brands of Puerto Rico teamed up to analyze e-commerce trends, uncovering key opportunities for local brands looking to expand stateside.
Key findings:
- 70% of purchases were food-related, proving nostalgia is a major driver.
- Puerto Ricans in California & Florida have higher incomes and more substantial purchasing power than those on the island.
- E-commerce is leveling the playing field, allowing local brands to reach a diaspora eager for homegrown products.
- What are the most significant market gaps? Beauty products, books, and artisan goods—all underserved categories.
With insights based on AI-driven market analytics, this report is a must-read for businesses eyeing the U.S. market.
READ THE ENTIRE PLAN
/* Scoped styles for the KG Magic Login form */
.kg-wrap { max-width: 840px; margin: 40px auto; padding: 40px 28px; background: #2f3941; border-radius: 10px; max-height: 80vh; overflow: auto; }
.kg-title { margin: 0 0 8px; font-size: 28px; color: #ffffff; text-align: center; }
.kg-subtitle { margin: 0 0 28px; color: #cfd6dc; text-align: center; }
.kg-form { display: block; }
.kg-row { display: flex; gap: 16px; }
.kg-row–single { display: block; }
.kg-field { width: 100%; }
.kg-label { display: block; margin: 0 0 10px; color: #cfd6dc; font-weight: 500; }
.kg-input { width: 100%; padding: 18px 16px; font-size: 18px; color: #ffffff; background: #3a444c; border: 1px solid #55616a; border-radius: 8px; outline: none; }
.kg-input::placeholder { color: #9aa6af; }
.kg-btn { display: inline-block; margin: 26px auto 0; padding: 16px 36px; font-size: 20px; letter-spacing: .5px; font-weight: 700; color: #ffffff; background: linear-gradient(180deg, #ff523d 0%, #e12e1e 100%); border: none; border-radius: 0px; cursor: pointer; text-transform: uppercase; transition: opacity 0.2s; }
.kg-btn:hover:not(:disabled) { filter: brightness(1.05); }
.kg-btn:active:not(:disabled) { transform: translateY(1px); }
.kg-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.kg-notice-slot { margin-top: 16px; width: 100%; }
.kg-alert { padding: 12px 16px; border-radius: 8px; width: 100%; box-sizing: border-box; }
.kg-success { background: #0a8a40; color: #e9fff2; }
.kg-error { background: #7a1a1a; color: #ffe9e9; }
.kg-actions { display: flex; justify-content: center; }
/* Tablet */
@media (max-width: 1024px) {
.kg-wrap { max-height: 75vh; }
}
/* Mobile */
@media (max-width: 640px) {
.kg-wrap { max-height: 70vh; padding: 28px 20px; }
.kg-title { font-size: 24px; }
.kg-btn { width: 100%; }
.kg-alert { padding: 12px 16px; }
}
Enter your email to access the document.
We'll email a one-time link
Work Email Address
SUBMIT
(function() {
var form = document.querySelector(‘.kg-login-form’);
if (!form) return;
form.addEventListener(‘submit’, function(e) {
e.preventDefault();
var noticeSlot = form.querySelector(‘.kg-notice-slot’);
var submitBtn = form.querySelector(‘.kg-btn’);
var emailInput = form.querySelector(‘input[name=”kg_email”]’);
var originalBtnText = submitBtn.textContent;
// Disable button and show loading
submitBtn.disabled = true;
submitBtn.textContent = ‘Sending…’;
// Clear previous messages
if (noticeSlot) {
noticeSlot.innerHTML = ”;
}
// Prepare form data
var formData = new FormData();
formData.append(‘action’, ‘kg_request_magic_link’);
formData.append(‘nonce’, ‘f258f77e81′);
formData.append(’email’, emailInput.value);
formData.append(‘redirect’, form.querySelector(‘input[name=”kg_redirect”]’).value);
formData.append(‘redirect_complete’, form.querySelector(‘input[name=”kg_redirect_complete”]’).value);
formData.append(‘redirect_incomplete’, form.querySelector(‘input[name=”kg_redirect_incomplete”]’).value);
formData.append(‘post_id’, form.querySelector(‘input[name=”kg_post_id”]’).value);
formData.append(‘success_message’, ‘Check your inbox for your login link.’);
// Send AJAX request
fetch(‘https://abexus.com/wp-admin/admin-ajax.php’, {
method: ‘POST’,
body: formData
})
.then(function(response) {
return response.json();
})
.then(function(data) {
submitBtn.disabled = false;
submitBtn.textContent = originalBtnText;
if (noticeSlot) {
if (data.success) {
noticeSlot.innerHTML = ” + data.data.message + ”;
form.reset();
} else {
noticeSlot.innerHTML = ” + (data.data.message || ‘An error occurred. Please try again.’) + ”;
}
// Scroll to notice
noticeSlot.scrollIntoView({ behavior: ‘smooth’, block: ‘nearest’ });
}
})
.catch(function(error) {
submitBtn.disabled = false;
submitBtn.textContent = originalBtnText;
if (noticeSlot) {
noticeSlot.innerHTML = ‘An error occurred. Please try again.’;
}
});
});
})();