def parse_responsepage(self, response): hxs = HtmlXPathSelector(response) yum = hxs.select('//span') print(yum)