Is there a service that will allow me to create a snippet of a web page

Am I looking for a way to get the entity or the most important aspect of a web page? If I provide the url, is there any external service that can do this? I am not looking for snap.com as a service as it provides a snapshot.

I might even want to implement such a system myself. For starters, I don't want to go overboard, but rather I would like to get some basic results. Any thoughts on how I might approach this problem?

0


source to share


2 answers


You can try Yahoo! Term extract

Update 02-May-2012

Yahoo has released a new web-based content analysis service that will replace the term extraction service. It can be called syntactically sweet YQL as shown below.



select * from contentanalysis.analyze where url='http://www.cnn.com/2011/11/11/world/europe/greece-main/index.html'; 

      

There is also AlchemyAPI , which offers a feature that can serve your purpose.

+1


source


By snippet, do you mean as a quote that summarizes the entire page you want to link to?



So if snap.com isn't fancy, what about the entire page? For verbosity? You can try BackupURL if you like as a cache of the entire page of the site, not just a snapshot of a portion of it.

0


source







All Articles