Join now

Valued Opinions Accreditations

We are part of a world-leading research company and member of many market research associations, check out our credentials below!

Join Today

Global Market Research

Valued Opinions supply online surveys in over 40 countries around the world, across 6 continents, from USA to China, South Africa to Germany as well as here in the UK. Founded in 2004, we are owned by our parent company Dynata, who are the global leader in international online market research.

We currently have around 400,000 UK members, making up just a small part of our 3 million global users, with thousands more signing up each month. Our members complete online surveys, diary studies or test products at home and we reward them with credit which they can exchange for gift vouchers from top brands such as Amazon.co.uk, John Lewis, M&S and many more

earn vouchers

Your data is secure

When it comes to taking surveys it’s important to know you’re in trusted hands. We have been securely holding the personal data of our members for many years and have never passed any data on to third parties without permission. The tight policies which surround our panellists’ data have been independently certified by data security regulators such as Fair Data and Truste .

get rewarded

Accreditations

Our parent company Dynata takes great pride in being a trusted member of many global market research organisations around the world including:

• The World Association of Market Research Professional ( ESOMAR )

• Advertising Research Foundation ( ARF )

• British Healthcare Business Intelligence Association ( BHBIA )

• The Business Intelligence Group ( BIG )

• Mobile Marketing Association ( MMA )

• Mobile Marketing Research Association ( MMRA )

• Marketing Research Association ( MRA )

• Market Research Society ( MRS )

• Travel and Tourism Research Association ( TTRA )

• Survey Research Organisation ( CASRO

take paid online surveys

The Valued Opinions Community

We’re an online community of panellists who opted in to take part in market research in exchange for earning rewards. It’s completely free to become a panellist, you can leave at any time or stay for as long as you like. Your data will always remain safe and secure so you can continue taking surveys and getting rewarded with your favourite gift vouchers.

Sign up today to join our community of friendly people, sharing their opinions and earning great rewards!

Join now

get rewarded
//Display content based on version async function altOfferWaiter() { var RxpInfoReady = setInterval(RxpInfo, 500); let rxpInfoCheckCount = 0; //var offersTest = "nothing"; async function RxpInfo() { if ($Rxp?.getSavedAbOverlay && $Rxp?.respondent?.doiDate) { clearInterval(RxpInfoReady); await window.$Rxp.getSavedAbOverlay() .then(value => { overlayValue = value[0]; } ); let doi = $Rxp.respondent.doiDate; //Calculate Active Days let d = Date.now(); const days = Math.floor((d - doi) / (24 * 60 * 60 * 1000)); // survey end page complete offer banner logic //if (window.location.href.indexOf("status=complete") !== -1) { // if (days >= 30) { // document.getElementById("SEP-offer-banner").style.display = "block"; // } else { // document.getElementById("SEP-offer-banner").style.display = "none"; // } //} if ((window.location.href.indexOf("status=disqualified") !== -1) || (window.location.href.indexOf("status=overquota") !== -1)) { if (days >= 30) { //document.getElementById("offer-screen").style.display = "block"; //document.getElementById("normal-screen").style.display = "none"; /****** Offer Modal ******/ /** Check Cookie Function **/ function getCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } } // because unescape has been deprecated, replaced with decodeURI //return unescape(dc.substring(begin + prefix.length, end)); return decodeURI(dc.substring(begin + prefix.length, end)); } /** If cookie exists do stuff **/ function offerReqCheck() { var myCookie = getCookie("offerModalCookie"); if (myCookie == null) { loadOfferModal(); } else { // do nothing } } function loadOfferModal() { // Get the modal var osModal = document.getElementById('offerScreenoutModal'); // Get the buttons that opens the modal var osBtn1 = document.getElementById("offerMaybe"); var osBtn2 = document.getElementById("offerClick"); // Get the element that closes the modals var osSpan = document.getElementsByClassName("os_close")[0]; // When the user meets the requirements, open the initial modal osModal.style.display = "block"; // When the user clicks Maybe Later the button osBtn1.onclick = function () { osModal.style.display = "none"; let offerModalCookie = 'set'; // Set a Cookie function setCookie(cName, cValue, expDays) { let date = new Date(); date.setTime(date.getTime() + (expDays * 24 * 60 * 60 * 1000)); const expires = "expires=" + date.toUTCString(); document.cookie = cName + "=" + cValue + "; " + expires + "; path=/"; } // Apply setCookie setCookie('offerModalCookie', offerModalCookie, 1); } // When the user clicks the offers button osBtn2.onclick = function () { let offerModalCookie = 'set'; // Set a Cookie function setCookie(cName, cValue, expDays) { let date = new Date(); date.setTime(date.getTime() + (expDays * 24 * 60 * 60 * 1000)); const expires = "expires=" + date.toUTCString(); document.cookie = cName + "=" + cValue + "; " + expires + "; path=/"; } // Apply setCookie setCookie('offerModalCookie', offerModalCookie, 1); window.location.href = "/auth/offers"; } // When the user clicks on a button that closes the modal osSpan.onclick = function () { osModal.style.display = "none"; let offerModalCookie = 'set'; // Set a Cookie function setCookie(cName, cValue, expDays) { let date = new Date(); date.setTime(date.getTime() + (expDays * 24 * 60 * 60 * 1000)); const expires = "expires=" + date.toUTCString(); document.cookie = cName + "=" + cValue + "; " + expires + "; path=/"; } // Apply setCookie setCookie('offerModalCookie', offerModalCookie, 1); } // When the user clicks anywhere outside of the modal, close it /**window.onclick = function(event) { if (event.target == osModal) { osModal.style.display = "none"; } }**/ } offerReqCheck(); } else { } } } else { // Log each time the function is run rxpInfoCheckCount++; // Clear the interval if the function runs 15 times if (rxpInfoCheckCount >= 10) { clearInterval(RxpInfoReady); } else { } } } } altOfferWaiter();