Peptidesr4u.com
Global Peptide Supplier
Get a Quote
🔬 Catalog 📦 Inventory ✈️ Shipping 🏢 About Us
✉️ Get a Quote
Trusted by researchers in 60+ countries

Premium Peptides.
Delivered Anywhere.

Research-grade peptides synthesized to ≥98% purity with full HPLC and mass spec certification. Reliable global shipping with cold-chain logistics.

400+
Peptides in stock
≥98%
Purity guaranteed
60+
Countries shipped
PURITY ≥ 98% HPLC VERIFIED Mass Spec ID CERTIFIED CoA Included EST. 2018 · PEPTIDESR4U.COM

In-Stock Peptides

All products supplied for research use. Certificate of analysis included with every order.

All prices shown include 20% VAT. No hidden charges — the price you see is the price you pay, plus your chosen shipping.

Stock Overview

Real-time inventory levels updated daily. Bulk orders available — contact us for wholesale pricing.

SKUs In Stock
427
↑ 12 added this week
Orders Shipped
18,540
This year
Avg Purity
98.7%
HPLC verified
Countries
63
Active destinations
Product CAS # Purity Stock (mg) Unit Price Status

Worldwide Delivery

Discreet packaging with cold-chain logistics. All orders include tracking and insurance.

✈️
Standard International
Registered airmail with full tracking. Suitable for non-cold-chain peptides.
£16.80
7–14 business days · inc. VAT
❄️
Express Cold Chain
Temperature-controlled DHL Express with dry ice or gel packs. Ideal for sensitive peptides.
£42.00
3–5 business days · inc. VAT
Priority Overnight
Next-day delivery to USA/EU. Cold-chain included. Signature required on delivery.
£84.00
1–2 business days · inc. VAT
🏢
Bulk / Wholesale
Palletised freight for large research institutions. Custom quotes, customs clearance support included.
Custom
Contact us for schedule

Regional Shipping Details

Region Countries Standard Express Free Shipping Threshold Customs Support
🇺🇸United StatesUSA£16.80 / 5–7 days£42.00 / 2–3 daysOrders over £188.40 Full docs
🇪🇺European Union27 member states£20.40 / 7–10 days£42.00 / 3–4 daysOrders over £236.40 Full docs
🇬🇧United KingdomUK, Isle of Man£19.20 / 6–9 days£42.00 / 2–3 daysOrders over £188.40 Full docs
🇨🇦CanadaAll provinces£20.40 / 7–10 days£45.60 / 3–4 daysOrders over £236.40 Full docs
🌏Asia PacificAU, NZ, JP, SG, KR£26.40 / 10–14 days£51.60 / 4–6 daysOrders over £283.20 Partial
🌍Middle EastUAE, SA, IL, TR£30.00 / 10–16 days£61.20 / 5–7 daysOrders over £331.20⚠️ Varies
🌎Latin AmericaBR, MX, AR, CL, CO£27.60 / 12–18 days£56.40 / 5–7 daysOrders over £331.20⚠️ Varies
🌍Rest of WorldAll other countries£32.40 / 14–21 days£70.80 / 7–10 daysOrders over £378.00⚠️ Contact us

All shipping prices shown are inclusive of 20% VAT. Import duties and taxes in the destination country are the responsibility of the recipient and are not included. Shipping times are estimates only.

Research-Grade Quality You Can Trust

🔬
HPLC Certified
Every batch tested by high-performance liquid chromatography. CoA provided with each order.
⚗️
Mass Spec Verified
Molecular weight confirmed by mass spectrometry to ensure sequence accuracy and identity.
❄️
Cold-Chain Logistics
Temperature-sensitive peptides shipped with validated cold-chain packaging to preserve integrity.
🔐
Discreet Packaging
Plain outer packaging with no branding. Contents described generically on customs declarations.
🌍
60+ Countries
Extensive shipping experience across all major regulatory environments worldwide.
💬
Expert Support
Dedicated team for order support, technical questions, and customs issues. 24hr response time.
⚠️ Research Use Only. All products sold by Peptidesr4u.com are intended strictly for laboratory and scientific research purposes. Not for human or veterinary use. Not for consumption. Buyers are responsible for compliance with all applicable local, state, and national laws and regulations.

Your Cart

Your cart is empty.
Browse the catalog to add items.
1Contact
2Shipping
3Payment
4Review
👤 Contact & Delivery Details
Required
Required
Order confirmation and tracking will be sent here Valid email required
📍 Delivery Address
Required
Required
Required
Please select a country
`); win.document.close(); setTimeout(() => win.print(), 600); } function downloadInvoicePDF() { // Uses browser print-to-PDF — most reliable cross-platform approach showToast('Opening print dialog — choose "Save as PDF" to download'); setTimeout(() => printInvoice(), 300); } function showStripeServerNotice() { showToast('Add your server endpoint — see setup guide below', true); // Show a helpful notice in the payment step const errEl = document.getElementById('stripe-card-errors'); if (errEl) errEl.innerHTML = `
Server endpoint needed. Stripe requires a /create-payment-intent endpoint on your server. See the Stripe docs or ask your developer to add this — it's about 10 lines of Node.js or PHP.
`; } // Initialise Stripe when page loads initStripe(); function formatCardNum(el) { let v = el.value.replace(/\D/g,'').substring(0,16); el.value = v.replace(/(.{4})/g,'$1 ').trim(); // detect card type const badge = document.getElementById('cardTypeBadge'); if (/^4/.test(v)) badge.textContent = 'VISA'; else if (/^5[1-5]|^2[2-7]/.test(v)) badge.textContent = 'MC'; else if (/^3[47]/.test(v)) badge.textContent = 'AMEX'; else if (/^6/.test(v)) badge.textContent = 'MAESTRO'; else if (/^65|^6011/.test(v)) badge.textContent = 'DISCOVER'; else if (/^62/.test(v)) badge.textContent = 'UNIONPAY'; else if (/^35/.test(v)) badge.textContent = 'JCB'; else badge.textContent = ''; } function formatExpiry(el) { let v = el.value.replace(/\D/g,'').substring(0,4); if (v.length >= 2) v = v.substring(0,2) + ' / ' + v.substring(2); el.value = v; } function toggleBillingAddr(cb) { document.getElementById('billingAddrFields').style.display = cb.checked ? 'none' : 'block'; // keep step1 checkbox in sync const step1cb = document.getElementById('co_same_billing_delivery'); if (step1cb) step1cb.checked = cb.checked; } function syncBillingCheckboxes() { // When arriving at step 3, mirror the step-1 checkbox state into step-3 checkbox const step1checked = document.getElementById('co_same_billing_delivery')?.checked ?? true; const step3cb = document.getElementById('co_samebilling'); if (step3cb) { step3cb.checked = step1checked; document.getElementById('billingAddrFields').style.display = step1checked ? 'none' : 'block'; } // Show a one-line address preview under the "Same as delivery" label const preview = document.getElementById('billingAddrPreview'); if (preview && step1checked) { const parts = [v('co_addr1'), v('co_city'), v('co_postcode')].filter(Boolean); preview.textContent = parts.join(', ') || ''; } // Auto-fill card name from contact name if empty const cardName = document.getElementById('co_cardname'); if (cardName && !cardName.value.trim()) { const full = (v('co_fname') + ' ' + v('co_lname')).trim(); if (full) cardName.value = full; } } // Close checkout on overlay click document.getElementById('checkoutOverlay').addEventListener('click', function(e) { if (e.target === this) closeCheckout(); });