I need to develop site like this

Discussion in 'Programming' started by i_am_dhaval, Nov 11, 2014.

  1. #1
    i_am_dhaval, Nov 11, 2014 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    It might, but it seems it's just fetching information from different sources.
     
    PoPSiCLe, Nov 11, 2014 IP
  3. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #3
    yes but i need to develop same type of website so i need to know which API or which site they are fetching information?
     
    i_am_dhaval, Nov 11, 2014 IP
  4. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #4
    #1 You don't need...but you would like

    #2 You will NEVER find out what kind of API they are using unless someone from the web site releases that information. Most likely they are fetching/scraping the info from other sources.

    #3 There ARE APIs available that will allow you access to that info if you use Google to search for them.
     
    NetStar, Nov 11, 2014 IP
  5. Avener

    Avener Well-Known Member

    Messages:
    250
    Likes Received:
    24
    Best Answers:
    1
    Trophy Points:
    135
    #5
    It will be difficult to know where they are getting the prices from as it is done by their server(s).
    This is as close as you will get: http://mcxprice.com/v.ashx
     
    Avener, Nov 11, 2014 IP
  6. seductiveapps.com

    seductiveapps.com Active Member

    Messages:
    200
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #6
    That's the wrong question to ask. The right question is "how do they do this?"

    The answer is not likely "scraping other websites", for that the updates of content are too frequent.

    You need a stream of market data for this, where you get that I don't know.

    After you get that stream of market data you need to model it into your own database for your site.

    And then you have a very smart ajax polling script (every second, it seems(!)) that gets the viewer only the data they need for any given page.

    This is not an easy website to code. I suggest you get a partner who *really* knows "realtime" code and databases.
     
    seductiveapps.com, Nov 12, 2014 IP