Home Book reviews Contact

Link to a Book or a Search

Link to In-print Books

link to a book by using ISBN number:

https://www.addall.com/isbn/_ISBN_ (10 or 13-digit ISBN number, with or without hyphens "-")

example: https://www.addall.com/isbn/9781408855652

Link to Used Books

link to a book or a search by using author, title and/or ISBN number:

https://www.addall.com/find-used-books/author-_AUTHOR_/title-_TITLE_/isbn-_ISBN_

_TITLE_: the book title, lower case, separated by hyphens "-",
for instance, "harry-potter-and-the-philosopher's-stone"

_AUTHOR_: the author, lower case, separated by hyphens "-",
for instance, "j-k-rowling", "stephen-king", "tolkien"

_ISBN_: 10 or 13-digit ISBN number, with or without hyphens "-"
for instance, "9781408855652"

In-print books search box


<!-- search box code start ----------------------- --!>
<style> .align-mid{display:flex;justify-content:center;} .search-bar{width:480px;display:inline-block;padding:0;margin:8px 0;position:relative;overflow:hidden;font-size:17px;font-family:arial;} .search-bar .search-bar-input{padding:6px;font-size:17px;border:1px solid #ddd;border-right:none;float:left;width:77%;background:#f1f1f1;border-radius:2px;margin:8px 0;} .search-bar .topsearch-btn{padding:7px;float:left;width:20%;background:#4CAF50;color:white;font-size:17px;border:none;border-radius:2px;margin:8px -1px;} .fa::before{content:"\1f50d";font-size:14px;margin:0 5px 0 0;color:#333;font-style:normal;} .radio-toolbar input[type="radio"]{opacity:0;position:fixed;width:0;} .radio-toolbar label {display:inline-block;padding:5px;font-family:sans-serif, Arial;font-size:90%;border-radius:4px;margin-left:10px;text-align:center;} .radio-toolbar input[type="radio"]:checked + label {background-color:#bfb;border-bottom:2px solid #71c21b;} .radio-toolbar input[type="radio"]:focus + label {border-bottom:2px solid #71c21b;} .radio-toolbar label:hover {background-color:#dfd;} .search-bar li{margin-right:5px;} .search-bar-list{display:inline-flex;list-style:none;font-size:80%;margin:0;} .search-bar .topsearch-btn:hover{background:#489a50;} .search-bar .search-bar-input:hover{background:#fff;} button,input[type=search]:focus{outline:none;} </style> <div class="align-mid"> <div class="search-bar"> <form action="https://www.addall.com/New/NewSearch.cgi" class="top-search"> <div><a style="text-decoration:none;color:black;" href="https://www.addall.com/">AddALL: Compares Book Prices among 100K+ Booksellers!</a></div> <input type="search" name="query" placeholder="price comparison by isbn/title/author" class="search-bar-input" > <button type="submit" class="topsearch-btn"><i class="fa"></i></button> <div class="radio-toolbar"> <ul style="list-style-type:none" class="search-bar-list"> <li> <input id="type-isbn" type="radio" name="type" value="ISBN" > <label for="type-isbn">ISBN</label> <li> <input id="type-title" type="radio" name="type" value="Title" checked> <label for="type-title"> Title </label> <li> <input id="type-author" type="radio" name="type" value="Author"> <label for="type-author"> Author </label> <li> <input id="type-key" type="radio" name="type" value="Key"> <label for="type-key"> Keyword </label> </ul> </div> </form> </div> </div>
<!-- code end ----------------------- --!>