getting <TITLE>

Questions and answers about anything related to Helium Scraper
Post Reply
jafuli
Posts: 17
Joined: Fri Aug 19, 2011 8:26 am

getting <TITLE>

Post by jafuli » Fri Aug 19, 2011 8:29 am

Hi all,

I need to get what's behind <TITLE> tag of my targets webpages. How do I do ?

Thanx !

webmaster
Site Admin
Posts: 521
Joined: Mon Dec 06, 2010 8:39 am
Contact:

Re: getting <TITLE>

Post by webmaster » Fri Aug 19, 2011 9:31 am

Hi,

The attached project is an example of how to do this. If you press play in the "Actions tree 1", it will extract TITLE and URL from whatever page you are at. Take a look at the JS_TITLE JavaScript gatherer at Project -> JavaScript Gatherers.

The BODY kind is a kind that simply selects the BODY of the page. I use this kind because every HTML page will have a BODY. Also, see how the "Extract to table: 'Results'" action is defined by double clicking it.

Let me know if you have any question.
Attachments
ExtractTitle.hsp
(297.3 KiB) Downloaded 622 times
Juan Soldi
The Helium Scraper Team

jafuli
Posts: 17
Joined: Fri Aug 19, 2011 8:26 am

Re: getting <TITLE>

Post by jafuli » Fri Aug 19, 2011 10:37 am

so simple ... thank you for the quick and efficient reply !

And by the way, it could be interesting to have the total time the project ran, in the message 'project completed'.

Thanx again !

Post Reply