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

Close-button

Estimated results count for Matlab in Google Search

  • Created by: Mikhail
  • Last ran: about 11 hours ago.
  • Auto-run in: about 12 hours.
  • Created on: 02 Feb 2012

476

data points

Description:

Estimated results count for Matlab in Google Search

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

Time Recorded (time1336) Data (data1336)
24 May 2013 09:30:16 [6750000]
23 May 2013 09:30:16 [6810000]
22 May 2013 09:30:16 [6810000]
21 May 2013 09:30:15 [6670000]
20 May 2013 09:30:16 [6670000]
% Estimated results count for Matlab in Google Search

url = 'http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=matlab';
count = urlfilter(url, 'estimatedResultCount');
updatetrend(count);

11 comments

Gerardo Manzo over 1 year ago

Hi, do you know how I can extract the number of articles found on Google search?

Mikhail about 1 year ago

What is the number of articles?

Gerardo Manzo about 1 year ago

When you search something on Google news, you can see the number of articles found. E.g. seraching for "tzunami disaster", Google displays 3450 articles. I need to collect it month by month from 1999 to today. Is it possible with matlab?

Mikhail about 1 year ago

You extract it easily: there is a results count on the web page you can retrieve (just use the urlfilter on it). You won't be able to import the historical data into Trendy, however. Only the new data that comes in.

Gerardo Manzo about 1 year ago

this is not that clear. But this counts only the numbers?, I mean, it doesn't change the month automatically, right?

Mikhail about 1 year ago

No, it doesn't. It just parses a number from whatever url you provide.

If you want to filter by months, you have to provide the according url.

Gerardo Manzo about 1 year ago

it is simple to write such codes in matlab?

Mikhail about 1 year ago

Of course it is

Gerardo Manzo about 1 year ago

I know I'm asking too much, but could you help me in writing these codes?

Mikhail about 1 year ago

I could help if you had some specific questions. Sorry, i can't do that for you..

Gerardo Manzo about 1 year ago

Thank you!