Announcement

Collapse
No announcement yet.

Bargain Hunting - Help !

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Bargain Hunting - Help !

    Hi everyone

    As you may have noticed i have been quite active in the bargain department lately. The reason for this is that i got tired of checking round sites all day for prices, so i wrote a small application to check prices for me, the prices are checked every hour and hence any bargain that appears is spotted quickly.

    At the moment the program is checking 12 online shops for 41 different Xbox360 games. However, the configuration is manual (i have to go and find each game on each website) and hence adding new games is quite time consuming, and doesn't leave me much time to work on the program itself.

    Although at the moment it does everything i want it to do, if the support was there then i'd be happy to makes changes to it, e.g. upgrade it to search for PS3 and Wii games. What i'm asking from you, the people of NTSC-UK, is to help me out by finding the games to add to the program, hence helping share out the administration time. I'll detail below the information needed to add a new game, and depending on how much support this gets, i will look to push it on further and give you all more good prices to spend your hard-earned on.

    At the moment, these are the games that i am tracking:
    Ace Combat 6, Army Of Two, Assassins Creed, Bioshock, Blue Dragon, Bully, Burnout Paradise, Call Of Duty 4, Colin McRae DIRT, Command and Conquer 3, Conan, Dark Sector, Devil May Cry 4, EDF, Endwar, Eternal Sonata, FIFA 08, Flatout, Grand Theft Auto 4, Guitar Hero 3, Halo 3, Kane & Lynch, Lego Star Wars The Complete Saga, Lost Planet Colonies, Marvel Ultimate Alliance, Mass Effect, Medal Of Honor Airborne, Mercenaries 2, Need For Speed Prostreet, Overlord, Project Gotham Racing 4, Pro Evolution Soccer 2008, Rainbow 6 Vegas 2, Sega Rally, skate, The Club, The Orange Box, Timeshift, Tomb Raider Anniversary, Too Human and Turok.

    These are the stores that i'm checking:
    Play, GAME, ShopTo, SoftUK, Powerplay Direct, BlahDVD, DVD.co.uk, Gamestation, The Hut, Amazon, HMV and SendIt.

    When adding a new game, the configuration i need looks like this:
    <Game name="Bioshock">
    <Shop name="Play" ext="3440268" />
    <Shop name="GAME" ext="328591" />
    <Shop name="ShopTo" ext="BI01" />
    <Shop name="SoftUK" ext="772105340" />
    <Shop name="Powerplay" ext="1395935" />
    <Shop name="Blah" ext="TT46841-JR" />
    <Shop name="DVDcouk" ext="TT45852" />
    <Shop name="Gamestation" ext="101278348473334" />
    <Shop name="TheHut" ext="8630713" />
    <Shop name="Amazon" ext="B000V1VZMK" />
    <Shop name="HMV" ext="695261" />
    <Shop name="SendIt" ext="6000000003904" />
    </Game>
    The number associated with each shop replaces the $$ in the following base URL's:
    http://www.play.com/Games/Xbox360/4-/$$/Product.html
    http://www.game.co.uk/Xbox360/~r$$/
    http://www.shopto.net/page.php?page=...p;codart=XB2$$
    http://www.softuk.com/Xbox_360_Produ...?ProdID=36UK$$
    http://www.powerplaydirect.com/asp/i....asp?prodID=$$
    http://www.blahdvd.com/blah/Games_Pr...uctid=GAMES-$$
    http://www.dvd.co.uk/product.asp?id=$$
    http://www.gamestation.co.uk/product.asp?id=$$
    http://www.thehut.com/hut/$$.product
    http://www.amazon.co.uk/gp/product/$$
    http://www.hmv.co.uk/hmvweb/displayP...ails.do?sku=$$
    http://www.sendit.com/game/item/$$

    Right, i think that's everything. Any questions please fire away, if no-one is bothered then i'll carry on just adding the odd 360 bargain here and there.

    Thanks all
    Chunky


    #2
    I'm all for hacking together an app, but why not use gamestracker.co.uk?

    Comment


      #3
      I don't disagree that sites like gamestracker and findgames are useful, and i used them both before writing this app. However, the reason that i moved away from them is that they are just too slow.

      A simple example from the recent updates on gamestracker is their prices for DiRT at Powerplay - they report it dropping to ?17.49 at 09 Jan 04:54, whereas my program first reported it at 08 Jan 10:12, a full 18 hours earlier. The same can be said across other games, and i'm afraid 18 hours just doesn't cut it - look at Command and Conquer for example which dropped to ?10.98 for a matter of hours, and there is no mention of that drop on gamestracker.

      Comment


        #4
        Hmm, fair point. I hadn't really considered that.

        Comment


          #5
          The main incident that caused me to create it was that play.com dropped Halo 3 to &#163;19.99 on December 3rd, for about an hour. Wish i'd have got that, the cheapest price for it at the moment is &#163;32.99.

          Comment


            #6
            I'd be happy to help - the gamestracker-type websites are pretty poor at keeping accurate records. But surely what you need is away of automatically finding titles in website catalogues, so you don't need to enter them manually. How does gamestracker get it's info?

            Comment


              #7
              If there are any php bods in here I dare say they could knock you up a very quick webpage with a form on it which allows you to enter the game name, system and then just paste the urls direct from the sites.

              Maybe using something like the function substr to return the $$ you need after it's found the part it needs from the url. For example it could just be a do/while loop which extracts the characters one by one it finds after ".uk/" (using Game as an example) until it reaches "/". All it'd need to do then is send you an email with the created code page to paste into your program.

              Am I over complicating things here? I think I might be Besides, we'd still need a php-savvy bod to make the page, mine is very basic :|

              Comment


                #8
                It's getting hold of the URL's in the first place though, i could easily knock up an app that will parse the URL's and output what i need, the issue is more that i don't have time to trawl all the website all the time. Plus i don't know what games people want me to look for - all the games i want are being tracked

                Comment


                  #9
                  That's what I mean though, you could create a simple page hosted anywhere which lets people copy/paste the URLs into a form, then dumps an email to you with the XML formatted just as you need it.

                  Comment

                  Working...
                  X