Rescue Our World accepts:

(must be items in good condition that you no longer use)

  • Clothing (all sizes)

  • Shoes

  • Baby items of all kinds

  • Household items (linens, kitchenware, small appliances)

  • School supplies

  • Small electronics in working condition


How to Donate:

  1. Schedule a pickup (coming soon) or drop off at our Houston-area location.

  2. Pack items in boxes or sturdy bags.

  3. Label them clearly as “Donation – Rescue Our World.”


Support Financially

Even if you don’t have items to give, your contributions make this mission possible. Monetary donations help us cover:

  • Shipping containers from the U.S. to Nigeria

  • Storage and sorting costs

  • Distribution to entrepreneurs and families

 

Business & Organization Partners

Are you a retailer, corporation, or organization with surplus inventory or unused goods? We’d love to partner with you. Your contributions can empower hundreds of small businesses abroad.


FAQ Section

Q: What types of donations do you accept?
A: Clothing, shoes, household goods, linens, school supplies, and small electronics in good condition. We ask that all items be gently used or new.

Q: Do you accept financial contributions?
A: Yes. Donations help cover shipping, storage, and logistics costs to ensure items reach entrepreneurs in Nigeria.

Q: Where do the items go?
A: We ship donations to Nigeria, where they are distributed to aspiring entrepreneurs who use them to start or grow small businesses.

Q: Why Nigeria first?
A: Nigeria is where our founders’ heritage lies, and we have trusted contacts on the ground who help ensure goods are distributed fairly and effectively.

Q: How do I know my donations make an impact?
A: We’re committed to transparency. As our work grows, we’ll share updates, photos, and stories of entrepreneurs whose businesses were launched through your generosity.

script> /* H1 fix. Squarespace 7.1 uses h2 in page banners instead of h1. This DOM transform finds the first prominent page heading and converts it to an h1 if it isn't already. Runs once per page load. */ document.addEventListener('DOMContentLoaded', function() { if (document.querySelector('h1')) return; /* page already has an h1, skip */ var candidates = [ document.querySelector('.page-banner h2'), document.querySelector('.page-title h2'), document.querySelector('header h2'), document.querySelector('.banner-title-wrapper h2'), document.querySelector('.blog-item-title h2'), document.querySelector('main h2') ].filter(Boolean); if (candidates.length === 0) return; var src = candidates[0]; var h1 = document.createElement('h1'); h1.innerHTML = src.innerHTML; h1.className = src.className; /* preserve inline styles if any */ if (src.getAttribute('style')) h1.setAttribute('style', src.getAttribute('style')); src.parentNode.replaceChild(h1, src); });