Skip to content

Instantly share code, notes, and snippets.

@oltarasenko
Last active April 19, 2021 11:55
Show Gist options
  • Save oltarasenko/cc8b7551ea884f6222c97c83bd071eb9 to your computer and use it in GitHub Desktop.
Save oltarasenko/cc8b7551ea884f6222c97c83bd071eb9 to your computer and use it in GitHub Desktop.
> response = Crawly.fetch "https://www.bonsai-shop.com/izanpip121-02_26785_9870"
> {:ok, document} = Floki.parse_document(response.body)
> Floki.find(document, ".price.h1") |> Floki.text()
> ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment