*New look for website coming very soon- Courier Registration Open Now. *
* EMPLOYED AND SELF-EMPLOYED POSITIONS.
* FULL-TIME, PART-TIME AND FLEXIBLE HOURS WEEKLY.
* HOURLY PAY + BONUS (BETTER THAN MINIMUM WAGE + BONUS)


DON’T DELAY, REGISTER TODAY!.
 
  • COMMISSION FREE FOR MERCHANTS.
  • ZERO SERVICE CHARGES.
  • BEST PAY FOR SHORT JOURNEYS.
  • WE-COLLECT WHERE THE CUSTOMER CHOOSES.
  •  

WE-COLLECT is revolutionising the delivery industry, putting couriers first. Here’s why you should join our team:

  • Higher Earnings: We offer the best pay rates in the industry, exceeding Deliveroo, Just Eat, and Uber Eats. Enjoy performance bonuses, loyalty rewards, and higher rates for multi-orders.
  • Shorter Distances: Maximise your earnings by minimising travel time. Our average delivery distance is just 3 miles.
  • Respect and Recognition: We value our couriers and believe in fair compensation. Enjoy a supportive work environment where you feel appreciated.
  • Ethical Practices: We’re committed to transparency and ethical treatment. No app sharing, strict background checks, and a focus on customer satisfaction.
  • Growth Opportunities: We offer excellent career advancement, including future franchise opportunities. Be part of a growing company that values your contributions.
  • Your Safety is Highly Important to WE-COLLECT. If there has been an incident with a customer or a courier, we take a balanced approach and fully investigate. We do not take the customers final word, we listen to you to. 
  •  
  • PRIORITY CUSTOMER PICK-UP.
  • BEST FUTURE CAREER OPPORTUNITIES.
  • CUSTOMER QUALITY CHECKS.

Additional benefits:

  • Tips: Earn extra through our tip system.
  • Priority Pick-ups: Reduce wait times and maximise your efficiency.
  • Customer Quality Checks: We ensure a smooth and positive delivery experience for everyone.

 

Ready to join the ethical convenience revolution? Register below to become a WE-COLLECT courier today!



WE-COLLECT COURIER
REGISTRATION FORM.

Courier Registration.
Name.
Name.
First Name.
Last Name.

Maximum file size: 67.11MB

Which Courier Vacancy Are you Looking For?
If you are Registering to be Employed with WE-COLLECT. Which Would you Like?
Are you currently a Courier?.
Were you a Courier Before?. (Leave blank if you are currently a courier)
Who are you a Courier For?. (Tick More Than One Option if you Have Multiple Accounts).
How Long Have you Been a Courier?.
Current Weekly Work Frequency.
If We Gave You at Least 1 Hour Notice on How Many Orders You May Have From WE-COLLECT. Would This Help you Plan Your Day Efficiently?.
Can you Speak English?.
WE-COLLECT PAYS THE BEST.
Are you Looking for a Career in The Courier Sector?
Would You Like to Run a WE-COLLECT Franchise When WE-COLLECT Becomes More Established?.
Do you Feel The Big 3 Respect you? (Deliveroo,Just Eat, Uber Eats).
Which Vehicle Do you Use?.
document.addEventListener("DOMContentLoaded", () => { const words = document.querySelectorAll(".wolt-words .word"); if (!words.length) return; const interval = 2600; // how long each word stays const letterDelay = 70; // staggered fade per letter // wrap each letter in a span words.forEach(word => { const letters = word.textContent.split("").map(l => { const span = document.createElement("span"); span.classList.add("letter"); span.textContent = l; return span; }); word.textContent = ""; letters.forEach(l => word.appendChild(l)); }); let index = 0; words[index].classList.add("active"); revealLetters(words[index]); function revealLetters(wordEl) { const letters = wordEl.querySelectorAll(".letter"); letters.forEach((l, i) => setTimeout(() => l.classList.add("visible"), i * letterDelay) ); } function hideLetters(wordEl) { const letters = wordEl.querySelectorAll(".letter"); letters.forEach((l, i) => setTimeout(() => l.classList.remove("visible"), i * letterDelay) ); } setInterval(() => { const current = words[index]; const next = words[(index + 1) % words.length]; hideLetters(current); setTimeout(() => { current.classList.remove("active"); current.classList.add("exit"); next.classList.remove("exit"); next.classList.add("active"); revealLetters(next); index = (index + 1) % words.length; }, letters.length * letterDelay); }, interval); });