Hi,

Is that possible to send one(!) request to API with several search
terms so to get response with amount of tweets per every search term ?

something like

search.json?q=Google&q=Yahoo&q=Twitter&count=1

json response:

{
  results:
  [
    {
       search_term: 'Google',
       number_of_tweets: 2170
    },
    {
       search_term: 'Yahoo',
       number_of_tweets: 1170
    },
    {
       search_term: 'Twitter',
       number_of_tweets: 92170
    },
  ]
}

It would be super helpful

Reply via email to