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

Close-button

Number of Ramen Shops in Tokyo (東京都のラーメン屋の店舗数)

  • Created by: Teja Muppirala
  • Last ran: about 11 hours ago.
  • Auto-run in: about 12 hours.
  • Created on: 14 Feb 2012

467

data points

Description:

The number of Ramen shops in Tokyo (as indicated by tabelog.com)

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

Time Recorded (time1439) Data (data1439)
25 May 2013 09:30:20 [6043]
24 May 2013 09:30:19 [6041]
23 May 2013 09:30:19 [6038]
22 May 2013 09:30:19 [6038]
21 May 2013 09:30:19 [6037]
data = urlread('http://r.tabelog.com/ramen/tokyo/');
loc = strfind(data,'全<strong><span class="num">')
count = sscanf(data(loc(1)+27:end),'%f')

updatetrend(count);
Tags:

    0 comments