CINXE.COM
JustBooks.co.uk: Conditions of use
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en-gb"> <head> <script type="text/javascript" src="https://www.justbooks.co.uk/static/js/jquery-3.5.1.min.js"></script> <script type="text/javascript" src="https://www.justbooks.co.uk/static/js/jquery.cookie.js"></script> <script type="text/javascript" src="https://www.justbooks.co.uk/static/js/overlib/overlib_mini.js"></script> <script type="text/javascript" src="https://www.justbooks.co.uk/static/js/pageload.js?v=1"></script> <script type="text/javascript" src="https://www.justbooks.co.uk/static/js/load_gtag.js"></script> <link type="text/css" rel="stylesheet" href="//d3uahvj51kpljk.cloudfront.net/static/css/banner.css"> <!--Used for the feedback survey banner --> <style> @media (min-width: 768px) { .container { width: 750px; } } .survey-desc { display: flex; } .survey-link { padding-left: 4px; } </style> <script type="text/javascript"> if(location.origin.includes("bookfinder") || hasCookie('jbconsent')){ loadGtag(); } function hasCookie(CookieName) { if (document.cookie.includes(CookieName)) { return true; } else { return false; } } function loadGtag(){ var gaScript = document.createElement('script'); gaScript.async = true; gaScript.src = 'https://www.googletagmanager.com/gtag/js?id=G-2TKEZDMFLX'; document.head.appendChild(gaScript); } function trackOutboundLink(event, link, category, action) { try { gtag('event', 'category', { 'event_category': 'action', 'non_interaction': true }); } catch(err){} if(event.button === 0 && !event.ctrlKey && !event.metaKey){ event.preventDefault(); setTimeout(function() { document.location.href = link.href; }, 100); return false; } else { return true; } } function getCookie(name) { const value = `; ${document.cookie}`; const parts = value.split(`; ${name}=`); if (parts.length === 2) return parts.pop().split(';').shift(); } function isPrIlPresent() { const searchPrefCookie = getCookie('search_prefs'); const currentOrigin = window.origin; return searchPrefCookie && searchPrefCookie.includes('il&en') && currentOrigin.includes('bookfinder'); } function surveyBanner() { const bannerElement = document.querySelector('.banner.container-fluid'); if (bannerElement) { if (isPrIlPresent()) { bannerElement.style.display = 'flex'; } else { bannerElement.style.display = 'none'; } } } window.addEventListener('load',surveyBanner); </script> <div class="banner container-fluid" id="feedback-survey-banner" > <div class="banner_content"> <div class="container container-fluid survey-desc"> <img src="//d3uahvj51kpljk.cloudfront.net/static/img/document.svg"/>Your voice matters! <a href="https://amazonextna.qualtrics.com/jfe/form/SV_8DiCwRFpsDC0w7Q" target="_blank" rel="noopener noreferrer" class ="survey-link"> Take our quick survey and help us make BookFinder even better.</a> </div> <span class="closebtn" onclick="document.getElementById('feedback-survey-banner').style.display='none';"> <img src="//d3uahvj51kpljk.cloudfront.net/static/img/close.svg" alt="close" /> </span> </br> </div> </div> <title>JustBooks.co.uk: Conditions of use</title> <meta http-equiv="Content-Script-Type" content="text/javascript"> <meta name="y_key" content="c6e31ad0992202fc" > <meta name="format-detection" content="telephone=no" /> <meta name="msvalidate.01" content="7A4771BDEBD5D8ACF487F0F26B961C43" /> <meta name="keywords" content="books, book store, new books, antiquarian books, antique books, old books, hard to find books, buy cheap books online, book meta search" /> <link rel="stylesheet" media="all" href="https://d3uahvj51kpljk.cloudfront.net/static/css/index.2023-07-15.css" type="text/css"> <!-- Latest compiled and minified CSS --> <link rel="home" href="https://www.justbooks.co.uk/"> <link rel="help" href="https://www.justbooks.co.uk/help/"> <link rel="glossary" href="https://www.justbooks.co.uk/help/glossary/"> <link rel="P3Pv1" href="https://www.justbooks.co.uk/site/p3p/prf/"> <link rel="shortcut icon" href="https://d3uahvj51kpljk.cloudfront.net/justbooks/favicon.ico" type="image/x-icon"> <link rel="apple-touch-icon" href="https://d3uahvj51kpljk.cloudfront.net/images/icon/apple-touch-icon.jb.png" type="image/x-icon"> <link rel="search" type="application/opensearchdescription+xml" href="https://www.justbooks.co.uk/site/opensearch/" title="JustBooks.co.uk"> <link rel="canonical" href="https://www.justbooks.co.uk/about/conditions/" /> <script type="text/javascript"> $(document).ready(function(){ <!-- putting our NoPOD / NoISBN events here --> $("#search_form").submit(function(e) { optinForm = this; if (window._gat) { e.preventDefault(); var minYear = $("#min_year").val(); var maxYear = $("#max_year").val(); var eventLabel = ""; if ($("#author").val()) { eventLabel = "|author:" + $("#author").val(); } if ($("#title").val()) { eventLabel = eventLabel + "|title:" + $("#title").val(); } if ($("#keywords").val()) { eventLabel = eventLabel + "|keywords:" + $("#keywords").val(); } if (minYear && maxYear) { gtag('event', 'PubDate', { 'event_category': 'min-max', 'event_year': minYear + '-' + maxYear +''+ eventLabel, 'non_interaction': true }); } else if (minYear) { gtag('event', 'PubDate', { 'event_category': 'min', 'event_year': minYear +''+ eventLabel, 'non_interaction': true }); } else if (maxYear) { gtag('event', 'PubDate', { 'event_category': 'max', 'event_year': maxYear +''+eventLabel, 'non_interaction': true }); } setTimeout(function() { optinForm.submit();}, 25); } }); }); </script> <!-- abe-gdpr-banner --> <style> .abe-gdpr-banner { background-color: #F7FCFC; /* Abalone */ -webkit-box-shadow: rgba(0,0,0,0.5) 0 5px 12px; box-shadow: rgba(0,0,0,0.5) 0 5px 12px; padding: 16px 36px 36px 36px; position: fixed; bottom: 0; font-size: 14px; text-align: left; width: 100%; z-index: 10000000; display: none; } .banner-centering { max-width: 900px; margin: auto; } .banner-heading { font-size: 18px; font-weight: bold; text-align: left; margin-top: 5px; } .btn { display: inline-block; margin-left: 0; margin-right: 15px; margin-bottom: 0; font-weight: 400; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857; border-radius: 3px; text-decoration: none !important; } .btn-default { background-color: #eaeded; border-color: #ccc; color: #333 !important; } .btn-default:hover { background-color: #e6e6e6; border-color: #ccc; color: #333 !important; } .btn-primary { border:1px solid #3F4EAE; /* windsor */ color: #fff; background-color: #5866C2; /* slate */ } .btn-primary:hover { border:1px solid #3F4EAE; /* windsor */ color: #fff; background-color: #4f5bae; /* slate darker */ } @media (max-width: 500px) { .btn-xs-block { display: inline-block; line-height: 25px; margin-left: 0; margin-bottom: 15px; min-height: 40px; padding-left: 0; padding-right: 0; width: 100%; } } </style> <script> AB_TEST_COOKIE_NAME = 'test-lmda1'; AB_TEST_COOKIE_LIFETIME_DAYS = 120; function hasCookie(CookieName) { if (document.cookie.includes(CookieName)) { return true; } else { return false; } } function setABTestCookie() { if (! this.hasCookie(AB_TEST_COOKIE_NAME)) { var cookieValue = ''; if (Math.random() > 0.5) { cookieValue = 'a'; } else { cookieValue = 'b'; } var cookieString = ''; var expires = new Date(); expires.setDate(expires.getDate() + AB_TEST_COOKIE_LIFETIME_DAYS); cookieString = AB_TEST_COOKIE_NAME + '=' + cookieValue; cookieString += "; expires=" + expires.toUTCString(); cookieString += "; path=/"; cookieString += "; domain=.justbooks.co.uk"; cookieString += "; secure"; cookieString += "; samesite=strict"; document.cookie = cookieString; } } function setGdprCookie() { loadGtag(); var gdprBanner = document.getElementById("gdpr-banner-component"); var cookieString; var expires = new Date(); expires.setDate(expires.getDate() + 395); cookieString = "jbconsent=2:1"; cookieString += "; expires=" + expires.toUTCString(); cookieString += "; path=/"; cookieString += "; domain=.justbooks.co.uk"; cookieString += "; secure"; cookieString += "; samesite=strict"; document.cookie = cookieString; setABTestCookie(); window['ga-disable-'] = false; if (gdprBanner) { gdprBanner.setAttribute("aria-hidden", "true"); gdprBanner.setAttribute("style", "display:none;") } } </script> </head> <!-- SI:/hn=p-10-0-2-76/hp=12/cp=6/mu=46/la=0.2/df=47/bx=2amdepyc7.2200.7883/up=120/ --> <body class=""> <!-- abe-gdpr-banner --> <div class="abe-gdpr-banner" id="gdpr-banner-component" role="dialog" aria-label="Select your cookie preferences" aria-live="polite" aria-atomic="true"> <div class="banner-centering col-xs-12 col-sm-8 col-sm-offset-2"><h2 class="banner-heading">Select your cookie preferences</h2> <p>We use cookies to improve your experience on our site. Cookies are used to provide our services and to help us understand how our site is being used so that we can make improvements.</p> <button id="gdpr-banner-component-consent-btn" role="button" class="btn btn-primary btn-xs-block" type="button" onclick="setGdprCookie()">Accept Cookies </button> <a role="link" class="btn btn-default btn-xs-block" href="https://www.justbooks.co.uk/cookie-preferences/">Customise Cookies</a></div> </div> <script> var gdprBanner = document.getElementById("gdpr-banner-component"); if (gdprBanner) { gdprBanner.setAttribute("style", "display:block;") } </script> <!-- start yui grids doc, sidebar on right --> <div id="doc3" class="yui-t4" > <div id="hd"> <!-- start yui grids header --> <div align="center" id="header"> <!-- 127.0.0.1 --> <!-- --> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr id="header-row-1"> <td align="left" id="header-section-logo"> <a href="https://www.justbooks.co.uk/?ref=bf_uu_hd_1" rel="home" title="BookFinder.com: Search for New & Used Books, Textbooks, Rare Books & Out-of-Print Books"> <img src="https://d3uahvj51kpljk.cloudfront.net/images/site/title/sites/www.justbooks.co.uk.gif" alt="JustBooks.co.uk" width="186" height="19" id="header-site-logo" title="BookFinder.com: Search for New & Used Books, Textbooks, Rare Books & Out-of-Print Books"></a> </td><td> </td> <td align="right" id="header-section-links"> <a href="https://www.justbooks.co.uk/?ref=bf_uu_hd_2" title="">Search</a> | <a href="https://www.justbooks.co.uk/about/?ref=bf_uu_hd_3" title="Information about JustBooks.co.uk and the folks who run it">About</a> | <a href="https://www.justbooks.co.uk/my/preferences/?ref=bf_uu_hd_4" title="">Preferences</a> | <a href="https://www.justbooks.co.uk/interact/comments/?ref=bf_uu_hd_5" title="Find out how to interact with the folks at JustBooks.co.uk">Feedback</a> | <a href="https://www.justbooks.co.uk/help/?ref=bf_uu_hd_6" title="How to use the JustBooks.co.uk web site -- FAQs and tips">Help</a> </td> </tr> <tr style="height: 7px" bgcolor="black"><td height="7" colspan="3" style="height: 7px; background-color: black; padding: 0; margin: 0" bgcolor="black"></td></tr> <tr bgcolor="#8888ff" id="header-row-2"> <td align="left" id="header-section-context"> <span class="page-breadcrumb"><a href="https://www.justbooks.co.uk/" title="">Home</a> > <a href="https://www.justbooks.co.uk/about/" title="Information about JustBooks.co.uk and the folks who run it">About</a> > Conditions of use</span> </td> <td align="left" id="header-section-search" width=70% colspan=2> <form action="https://www.justbooks.co.uk/search/" method="GET" accept-charset="iso-8859-1" name="header-search-form" id="header-search-form" class="header-search-form" > <div style="padding: 2px; font-size: small"> <label style="display: none">Search Author, Title or ISBN </label> <input style="font-size: small" id="header-search-form-input" name="keywords" type="text" value="" size="45" tabindex="200"> <input type="hidden" name="currency" value="SGD"> <input type="hidden" name="lang" value="en"> <input type="hidden" name="st" value="sh"> <input type="hidden" name="ac" value="qr"> <button style="background-color: #ececff; font-size: small" type="submit" name="submit" tabindex="201">Go</button> </div> </form> <script type="text/javascript" language="javascript"> $(document).ready(function(){ $('#header-search-form').on('submit', function(){ var languageInputField = $("[name|=lang]"); if (languageInputField.length > 0) { var language = $(languageInputField[0]).val(); if (language === 'any') { var prefs = $.cookie('search_prefs'); if (!prefs) { lang = 'no cookie'; } else { var langIndex = prefs.indexOf('lang&'); if (langIndex === -1) { lang = 'not set'; } else { var searchStringLength = 'lang&'.length; var MAX_LANG_LENGTH = 3; var lang = prefs.substring(langIndex + searchStringLength, langIndex + searchStringLength + MAX_LANG_LENGTH); if (lang.indexOf('&') !== -1) { //language preference has a '&' on the end of it lang = lang.substring(0, lang.indexOf('&')); } } } lang = lang.replace(/(['"])/g, "\\$1"); gtag('event', 'AnyLanguage', { 'event_category': lang, 'non_interaction': true }); } } }); }); if (document && document.getElementById && document.getElementById('header-search-form-input')) { var def = 'Search Author, Title or ISBN '; var def_query = ''; if (!def_query) { document.getElementById('header-search-form-input').style.color = '#8888ff'; document.getElementById('header-search-form-input').value = def; } document.getElementById('header-search-form-input').onfocus = function() { if (this.value == def) { this.value = ''; this.style.color = ''; } }; document.getElementById('header-search-form-input').onblur = function() { if ((! this.value) && (! this.value.length)) { this.style.color = '#8888ff'; this.value = def; } }; document.getElementById('header-search-form').onsubmit = function() { var input = document.getElementById('header-search-form-input'); if (input && input.value && (input.value == def)) { input.value = ''; input.focus(); return false; } }; } </script> </td> </tr> </table> <h2 class="page-heading">Conditions of use</h2> </div> <!-- end div header --> </div> <!-- end yui grids header --> <div id="bd" > <!-- start yui grids body --> <!-- start first block of row --> <div id="yui-main"><div class="yui-b"> <div id="page-sidebar-table-content-area"> <p>JustBooks.co.uk do not sell or deliver any of the products listed on our site. Instead, we list information about books that can be purchased from booksellers around the world. We work hard to make sure that the information presented on our site is complete and accurate. JustBooks.co.uk is like a telephone directory; we provide information about thousands of merchants, but we are obviously not able to manage or take responsibility for the merchants we list.</p> <p>The listing of any merchant on our site in no way implies any endorsement. We cannot take responsibility for the actions of the booksellers listed.</p> <p><strong>Users of JustBooks.co.uk waive and agree to hold harmless 13th Generation Media, Inc., its employees, and affiliates, from all liabilities, claims, damages, and warranties (direct or implied) relating to the information provided on the JustBooks.co.uk website, the activities of any merchant listed, or the goods offered by a listed merchant (including problems with the sales process). Any use of this site will be construed as acceptance of these terms.</strong></p> <p>We do not allow any automated searching or spidering of JustBooks.co.uk book search results.</p> <p>For personal non-commercial use only. All rights reserved. Some contents for books is owned by Baker & Taylor Inc. or its licensors and is subject to copyright and all other protections available by applicable law. Some data provided by the Bank of Canada and the IMF.</p> </div> <!-- end page-sidebar-table-content-area --> </div></div> <!-- end first block of first row, yui-b and yui-main --> <!-- second block of first main row --> <div class="yui-b"> <div id="page-sidebar-table-sidebar-area"> <div align="left" class="right-bar"> <h4><a href="https://www.justbooks.co.uk/about/">About</a></h4> <ul> <li><a href="https://www.justbooks.co.uk/about/booksellers/" title="A list of listings services and booksellers JustBooks.co.uk works with">Our booksellers</a></li> <li><a href="https://www.justbooks.co.uk/about/press/" >For the press</a></li> <li><a href="https://www.justbooks.co.uk/about/mentions/" title="What the media has been saying about JustBooks.co.uk">Media mentions</a></li> </ul> </div> </div> <!-- end page-sidebar-table-sidebar-area --> </div> <!-- end yui-b --> </div> <!-- end yui grids body: bd --> </div> <!-- end yui grids div width from begin --> <div id="ft"> <!-- yui grids footer --> <div id="footer" class="robots-nocontent"> <table id="footer-sitemap-link-lists" class="footer-child"><tr class="footer-flex"> <td class="footer-sitemap-link-column"> <p><a href="https://www.justbooks.co.uk/?ref=bf_uu_ft_o1" title=""><strong>Book search</strong> </a></p> <p> <a href="https://www.justbooks.co.uk/isbn_search/" >ISBN search</a> </p><p> <a href="https://www.justbooks.co.uk/textbooks/" title="Find cheap college textbooks">Textbooks</a> </p><p> <a href="https://www.justbooks.co.uk/signed_books/" title="Search for signed, autographed, and inscribed books">Signed books</a> </p> </td> <td class="footer-sitemap-link-column"> <p><a href="https://www.justbooks.co.uk/help/?ref=bf_uu_ft_o2" title="How to use the JustBooks.co.uk web site -- FAQs and tips"><strong>Help</strong> </a></p> <p> <a href="https://www.justbooks.co.uk/help/faq/" title="Frequently asked questions about JustBooks.co.uk">FAQ</a> </p><p> <a href="https://www.justbooks.co.uk/help/glossary/" title="Find out what booksellers means when they write things like '8vo' or 'chipping'">Glossary</a> </p> </td> <td class="footer-sitemap-link-column"> <p><a href="https://www.justbooks.co.uk/about/?ref=bf_uu_ft_o3" title="Information about JustBooks.co.uk and the folks who run it"><strong>About</strong> </a></p> <p> <a href="https://www.justbooks.co.uk/about/booksellers/" title="A list of listings services and booksellers JustBooks.co.uk works with">Our booksellers</a> </p><p> <a href="https://www.justbooks.co.uk/about/press/" >For the press</a> </p><p> <a href="https://www.justbooks.co.uk/about/mentions/" title="What the media has been saying about JustBooks.co.uk">Media mentions</a> </p> </td> <td class="footer-sitemap-link-column"> <p><a href="https://www.justbooks.co.uk/interact/?ref=bf_uu_ft_o4" title="Find out how to interact with the folks at JustBooks.co.uk"><strong>Interact</strong> </a></p> <p> <a href="https://www.justbooks.co.uk/interact/link/" title="How to link to JustBooks.co.uk, including specific searches">Link to us</a> </p><p> <a href="https://www.justbooks.co.uk/interact/comments/" >Feedback</a> </p><p> <a href="https://www.justbooks.co.uk/interact/lists/" title="Find out about JustBooks.co.uk's email mailing lists">Mailing lists</a> </p> </td> <td class="footer-sitemap-link-column"> <p><a href="https://www.justbooks.co.uk/my/preferences/?ref=bf_uu_ft_o5" title=""><strong>Preferences</strong> </a></p></td> </tr></table> <!-- start websites line --> <div class="footer-child"> <div id="footer-websites-block" class="footer-flex"> <a href="http://www.bookfinder.com/?ref=bf_uu_ft_s1">BookFinder.com</a> <a href="http://www.justbooks.co.uk/?ref=bf_uu_ft_s2">JustBooks.co.uk</a> <a href="http://www.justbooks.de/?ref=bf_uu_ft_s3">JustBooks.de</a> <a href="http://www.justbooks.fr/?ref=bf_uu_ft_s4">JustBooks.fr</a> <a href="http://www.justbooks.nl/?ref=bf_uu_ft_s5">JustBooks.nl</a> </div> <!-- end websites line --> <!-- start language mode line --> <div id="footer-language-landing-pages-block" class="footer-flex"> <div class="footer-language-left footer-flex"> <div class="footer-language-description"> Search for books in... </div> </div> <div class="footer-language-right footer-flex"> <a href="https://www.justbooks.co.uk?lang=any&mode=advanced&ref=bf_uu_ft_l1">Any Language</a> <a href="https://www.justbooks.co.uk/dutch_books/?ref=bf_uu_ft_l2">Dutch</a> <a href="https://www.justbooks.co.uk/french_books/?ref=bf_uu_ft_l3">French</a> <a href="https://www.justbooks.co.uk/german_books/?ref=bf_uu_ft_l4">German</a> <a href="https://www.justbooks.co.uk/italian_books/?ref=bf_uu_ft_l5">Italian</a> <a href="https://www.justbooks.co.uk/spanish_books/?ref=bf_uu_ft_l6">Spanish</a> </div> </div> <!-- end language mode line --> <!-- start legal line --> <div id="footer-legal-block" class="footer-flex footer-small"> <span> © 1997-2024 <a href="https://www.justbooks.co.uk/about/">BookFinder.com</a>® </span> <a class="unlinked">Conditions of use</a> <a href="https://www.justbooks.co.uk/about/privacy/">Privacy policy</a> <a href="https://www.justbooks.co.uk/about/cookies_notice/" title="JustBooks Cookies Notice">Cookies Notice</a> </div> <!-- end legal line --> </div> </div> <!-- end footer --> <!-- SI:/hn=p-10-0-2-76/hp=12/cp=6/mu=46/la=0.2/df=47/bx=2amdepyc7.2200.7883/up=120/ --> <!-- TM:/ABsh1=0.00/ABsh2=0.00/TOga=0.00/ --> </div> <!-- end ft --> </body> </html>