Yep, by default a scrape through the HTML table returns the /html/body xpath content. You can return the <head> by modifying that xpath variable like so:
CODE
select * from html where url="http://www.yahoo.com" and xpath='/html/head'
Jonathan LeBlanc
Twitter:
@jcleblanc