Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to Retrive the Google Books Cover Image into my website which are added to my Drive google or google Library
Posted

1 solution

You should use Google to search the web...
For Google Books (like almost any other Google data) there is an API: https://developers.google.com/books/docs/v1/getting_started[^]
This[^] request for instance will return the details of a book, "The Google Story", including liknks to cover image (look for thumbnail)...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900