Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

134
Vistas
Do I need a Goodreads API key to retrieve book metadata?

I am trying to build an app around books. Goodreads has a great catalogue on books. But they stopped providing new API keys since December 2020.

My question is how can I retrieve just book metadata from Goodreads? I don't want any data associated with a user(in that case, requiring an API key is fair). My only requirement is just meaningless data(in the sense of user privacy) like author name, isbn, book description, cover image, published data, editions, etc.

I tried this get request in Postman, it returns an HTML response with title, author name, etc..: https://www.goodreads.com/book/isbn/0307277674

But, is it a viable solution? is it ok to use get requests like this to fetch the necessary metadata? or am I missing something? or, is there any better way to do this?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

But, is it a viable solution? is it ok to use get requests like this to fetch the necessary metadata? or am I missing something?

For side project it could be viable, if you plan to build product using such method then it's no go as some services implement throttling or IP blocking (you can check this by sending enough request in short time).

Retrieving HTML content to access some information is known as web scraping and there are powerful libraries to help with parsing this data (for example Beautiful Soup). This process is often used but if there's API that exposes this information then API is preferable.

Is Goodreads the only service you can use? Maybe there are more viable public APIs that expose books metadata?

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda