Goodreads by Keyword Scraper

Scrapes Books Information on Goodreads by Keyword

_images/goodreads_keywords.gif

Code

from bot_studio import *
datakund = bot_studio.new()

response = datakund.goodreads_keywords(keyword="rich dad poor dad")

Response Data

{
  "body": {
        "bio": "Life Coach & Podcast Host @youcansipwithus ⁣⁣Passionate about helping women live a life they love, without waiting on the weight💞🤸🏼‍♀️⁣",
        "followed_by": "1,102",
        "followers": "213k",
        "following": "1,102",
        "posts": "5,259",
        "profile_name": "ashliemolstad"
  },
  "errors": [],
  "resume_variable": 0,
  "success_score": "100"
}