Skip to content

Instantly share code, notes, and snippets.

@colorbox
Created October 18, 2016 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colorbox/22fb6188cd30b575eeb7766c7c799248 to your computer and use it in GitHub Desktop.
Save colorbox/22fb6188cd30b575eeb7766c7c799248 to your computer and use it in GitHub Desktop.
require'nokogiri'
require'open-uri'
body = open("https://www.amazon.co.jp/gp/bestsellers/digital-text/2293143051", &:read)
doc = Nokogiri::HTML(body)
doc.xpath("//div[@class='zg_itemRow']")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment