For the search_getCounts request -- would it be possible to get historical data in one call -- checkout this call to Technorati, they give me back 180 days of count data:
http://api.technorati.com/
optionally I can pass in a "days" parameter to specify how many days back of data I want...
Would be good to get a similar call for Daylife counts. I'm thinking to turn Perspctv into a product which allows you to compare anything -- but if I do this I'll quickly run up against your API call limits..
start_time and end_time
Vineet,
All Daylife APIs accept a start_time and end_time parameter which can accept epoch values or strings and you can go back upto almost last 2.5 years (that is when we started).
e.g. for last 3 months for barack obama:
http://freeapi.daylife.com/xmlrest/publicapi/4.6/search_getCounts?query=...
-- Vineet