I want to extract the information from a webpage on demand.
User will submit a url in a form. I want to extract the info from the page and render it to the user.
I want to simulate
scrapy shell "my_url"
in my run time code.
Is there some scrapy utility that given a url which gives me HtmlXPathSelector (hxs) object?