To do this, you will need to run your search each day and store the 
cursor.estimatedResultCount (ERC) property somewhere. You can then use that 
with the Vis API to build your graph.

A couple of things to note, though: the Search API TOS explicitly forbid the 
use of automated queries, so you will need to manually run the search each day. 
You can write a script to do the query and stashing of the (ERC), but you have 
to trigger it yourself, rather than using a cron job or something similar to 
schedule it.

Also, probably more importantly, the ERC is notorious for being wildly 
inconsistent and dramatically inaccurate. So while your application might be 
good to demonstrate programming prowess, I would not rely on it as a scientific 
study of how Google is indexing and ranking things from a day-to-day basis.

Jeremy R. Geerdes
Effective website design & development
Des Moines, IA

For more information or a project quote:
http://jgeerdes.home.mchsi.com
jrgeer...@gmail.com

If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church!

On Jan 22, 2010, at 12:57 AM, g074...@hotmail.com wrote:

> I am currently doing my final year project . I am try to plot results
> from the search engine api  into visualization api. base the past 7
> days. to plot out the line chart to the the number of result of the
> search term of each day. Pls HELP me !
> 
> thanks . i appreciate for your help .
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google AJAX APIs" group.
> To post to this group, send email to google-ajax-search-...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-ajax-search-api+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-ajax-search-api?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To post to this group, send email to google-ajax-search-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-ajax-search-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-ajax-search-api?hl=en.

Reply via email to