0

When searching the Google Books API with a basic title search query like this (trillion dollar coach), the results return images that look like the following:

enter image description here

(Notice the page fold at the bottom right of the image)

Does anyone know how to get book covers that never have a fold? Any help is appreciated

Matt
  • 233
  • 1
  • 2
  • 12
  • Someone had recommended using the endpoint below instead, which gets more options and higher quality images for the cover. Although it still shows a small page cover at the bottom right. http://books.google.com/books/publisher/content?id=nmdzDwAAQBAJ&printsec=frontcover&img=1&zoom=6&edge=curl&imgtk=AFLRE72wKAhJWgbo1FdsU1J9-qObkPV-BLTp92b3F75iEzhSR2f4Icif7jZvqrlN4H8mZTGDXemBzgSUGR6ZABUEpCSf71r2LKk5P6YuBFNJRwG9YDF1dvWtVeMaCv0FHkKmhj8J-Qu8&source=gbs_api – Matt Jul 05 '21 at 15:09
  • Simply remove the "&edge=curl" part from the image URL. – damirstuhec Feb 26 '22 at 13:51

1 Answers1

0

Remove the Page-curl variable from the image link

  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jun 04 '22 at 04:31