For select websites the API will parse all the valuable data in the HTML response and return it in JSON format. To enable this feature, simply add autoparse=true to your request and the API will parse the data for you. Currently, this feature works with Amazon, Google Search, Google Shopping and Walmart.
# remember to install the library: gem install scraperapirequire"scraper_api"client =ScraperAPI::Client.new("APIKEY")result = client.get("http://httpbin.org/ip", autoparse: true).raw_bodyputs result