Is there an easy way to extract the raw data from a Blogger “page”. For example, please see the following page:
http://ftaca.blogspot.com/p/get-support.html
I’d like to scrape everything from “Get Support” through “p 82 ACA text” (essentially, the meat of the page without the surrounding navs and such) for use in an Android app that is related to this website. Are there any querystrings that I can append to the URL to just get the raw info (i.e. something like http://ftaca.blogspot.com/p/get-support.html?raw=1)? I’ve tried a few things, but none work. Mind that this is a Blogger “page”, and not a post per se.
Thanks,
Chris
I believe that this is what I need:
http://ftaca.blogspot.com/feeds/pages/default?alt=rss
Thanks everyone for your assistance!