Since it's your first time here, let us show you how Trendy works.

Close-button

Google "love Obama"

  • Created by: Dale Martin
  • Last ran: about 19 hours ago.
  • Auto-run in: 1 day.
  • Created on: 24 Aug 2012

273

data points

Description:

How many result pages does google display for "love Obama".

Recently Collected Data (last 5 of 273) Show All Data

Time Recorded (time1787) Data (data1787)
22 May 2013 10:00:52 [603000000]
21 May 2013 10:00:53 [603000000]
20 May 2013 10:00:52 [603000000]
19 May 2013 10:00:51 [603000000]
18 May 2013 10:00:49 [603000000]
% Example code added - Retrieve answer count on MATLAB Answers

loveObamaUrl = 'http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=love+obama';
loveObamaCount = urlfilter(loveObamaUrl, 'estimatedResultCount');
updatetrend(loveObamaCount);
Tags:

    0 comments