Page 1 of 2 12 LastLast
Results 1 to 15 of 26

Thread: Price Comparison Script

  1. #1

    Price Comparison Script

    Does anyone know of a price comparison script for UK shops?

    Thanks

  2. #2
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    I do not know of a script.

    One way to do it though would be to get data feeds from many merchants and write a script that uses them all.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  3. #3
    Registered Member incka's Avatar
    Join Date
    Aug 2003
    Location
    Wakefield, UK, EU
    Posts
    3,801
    It would be hard to compete with the likes of Kelkoo.co.uk... The only way I can think is to outbid there 7p per search affiliate program on TradeDoubler.

    Also, as well as using affiliate programs, try to get deals with merchants that do not have affiliate programs such as HMV.co.uk.

    I would think it would be to hard to do as a single person, but could be profitable as a 10 person business.

  4. #4
    Web Monkey MarkB's Avatar
    Join Date
    Nov 2003
    Location
    London, UK
    Posts
    1,783
    I think a price comparison site serving a narrow niche, based on datafeeds, *could* be successful. But it'd take a hell of a lot of work to get going and keep updated.
    Stepping On Wires - the new blog

  5. #5
    Thanks for your inputs.

    Any ideas how this site does it?

    http://www.best-dvd-price.co.uk/

  6. #6

  7. #7
    123pricecheck.com is owned by the same person as best-dvd-price.co.uk

  8. #8
    Junior Registered
    Join Date
    Sep 2005
    Posts
    1

    Readymade script.

    Hello AcornDomains,

    If you are looking for the script to launch your own price comparison website then go to this company.

    www.kaonsoftwares.com/price-comparison-script.html

    They offer script which have all the tools and gadgets required, they also give links to the websites' of different countries (including UK) which are running on their script.

    Cheers!

  9. #9

  10. #10
    Site Contributor
    Join Date
    Oct 2003
    Location
    Sweet Carolina
    Posts
    736
    That's an awfully expensive script.

  11. #11
    Web Monkey MarkB's Avatar
    Join Date
    Nov 2003
    Location
    London, UK
    Posts
    1,783
    I might have a bash at developing one later in the year when my schedule is cleared. It'd be an interest experiment in frustration
    Stepping On Wires - the new blog

  12. #12
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    I plan on sorta making one -- it'll run off my existing datafeed database instead of crawling merchant sites so it'll actually be pretty simple. I hope to eventually allow merchants to submit their own feeds, like Froogle, but I'd charge them.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  13. #13
    Junior Registered
    Join Date
    Feb 2006
    Posts
    1

    eh?

    Quote Originally Posted by Shawn
    That's an awfully expensive script.

    Hello everyone, my first post so go gentle on me though i did want to make a comment on this subject, especially as we have been working on a price comparison service for the last two years.

    Just to offer some people some pointers in that it does seem very simple to start a price comparison service when you look at it. It did to us when we did it, as skiled programmers we thought it would be a doddle, but it isnt. Sure you can bang a few mysql queries together to show feeds from a few merchants feeds but that certainly wont get anyone anywhere.

    Before anyone even thinks of starting you really do need to know what your getting into. Two or three months of FULLTIME study would serve you more than trying to find a script that would do anything for you.

    To make a price comparison site you need to realise that its a manual task, not an automatic one, you make automatic scripts to try and automise all that manual work you have to do. Even if you just concentrate on a small range such as electronics you will find that most of your time is just editing feeds manually as merchants do not provide data to you in a way that the price comparison site needs to work properly. You can try and specify but i promise you won get anywhere with it.

    Two years later and we have have the backends in place for ours which probably is as good or if not better than kelkoo, pricerunner etc in terms of updating speed but that doesnt mean anything, we still need data and affiliate data on its own is NOT enough to run a price comparison site that someone wont laugh at. Pricerunner is probably the technically best of all of them but imagine the costs of trying to attract new customers, you wouldnt believe how much it costs to get sales people working to get the clients and then you have to provide traffic for them as well!!

    Its a big task and not something that a simple php script will solve for you, theres no way that some of the php scripts like the ones mentioned above will scale large enough to operate a proper comparison site of any real benefit to the user and any seo effect from so many pages doesnt really work anymore because its already 1000 times duplicated content.

    Our updater software just to import data, manage it, auto categorisation, editing etc etc cost us probably 30,000 pounds to develop in total plus my work for the last two years so a $500 script is not an expensive script as someone put it. But its not a full scale script, its a very basic import a feed type script, nothing that will run a full scale site with 8 million products for example and 8 million records at least you will need to run a good price comparison site.

    A man called D morrison has created a script called pricetapestry which i think is very good for people that want to get started, php based, not very great for high end, mass data usage but it does give people a starting base to get started with price comparison but like i say, you have to be in for the long haul and dont kid yourself that any script or service will do anything near what you want or need to do to operate such a service.

    For us we have done three of what we see as the four steps to a price comparison site

    1: Universal data feed importer with 500 point error handling (YES!! 500 errors you will have to learn and find out about) Data handling, auto categorisation, data ruleset manager, character manipulation, find and replace, delete and merge facilities. interface, administrator accounts/admins

    2: Advertiser login and reporting services, universal product data services, universal site scraping services to collect feeds for merchants that cant/wont provide them (dont presume big companies can even supply you with a feed to your specifications EVER)

    3: Marketing tools, traffic managers to monitor incoming outgoing traffic to make sure purchased traffic is equal or less than the money/sales we are making from our own site for those purchased keywords (most traffic is bought, even kelkoo wouldnt have so many visitors just from seo alone)

    Still to do

    4: Make the comparison side on the front end of the site, that i imagine could take anything up to a year to make properly when you consider all that has to be done.

    Anyway, i dont think i gave anyone any specifics of what you will be up against but i hope this was of some help to those considering what is needed to operate one. Even if you achieve it and make something better than kelkoo, pricerunner, dealtime its of no use to you unless you have a serious stuff of cash in your account to buy traffic to the site. A couple of thousand pounds of ppc money to buy traffic wont get you very far these days.

    Hope that was a little food for thought

    Regards

  14. #14
    Junior Registered
    Join Date
    Apr 2007
    Posts
    1

    Hi pricethat. I read your post with great interest as I have recently decided to try

    Quote Originally Posted by pricethat View Post
    Hello everyone, my first post so go gentle on me though i did want to make a comment on this subject, especially as we have been working on a price comparison service for the last two years.

    Just to offer some people some pointers in that it does seem very simple to start a price comparison service when you look at it. It did to us when we did it, as skiled programmers we thought it would be a doddle, but it isnt. Sure you can bang a few mysql queries together to show feeds from a few merchants feeds but that certainly wont get anyone anywhere.

    Before anyone even thinks of starting you really do need to know what your getting into. Two or three months of FULLTIME study would serve you more than trying to find a script that would do anything for you.

    To make a price comparison site you need to realise that its a manual task, not an automatic one, you make automatic scripts to try and automise all that manual work you have to do. Even if you just concentrate on a small range such as electronics you will find that most of your time is just editing feeds manually as merchants do not provide data to you in a way that the price comparison site needs to work properly. You can try and specify but i promise you won get anywhere with it.

    Two years later and we have have the backends in place for ours which probably is as good or if not better than kelkoo, pricerunner etc in terms of updating speed but that doesnt mean anything, we still need data and affiliate data on its own is NOT enough to run a price comparison site that someone wont laugh at. Pricerunner is probably the technically best of all of them but imagine the costs of trying to attract new customers, you wouldnt believe how much it costs to get sales people working to get the clients and then you have to provide traffic for them as well!!

    Its a big task and not something that a simple php script will solve for you, theres no way that some of the php scripts like the ones mentioned above will scale large enough to operate a proper comparison site of any real benefit to the user and any seo effect from so many pages doesnt really work anymore because its already 1000 times duplicated content.

    Our updater software just to import data, manage it, auto categorisation, editing etc etc cost us probably 30,000 pounds to develop in total plus my work for the last two years so a $500 script is not an expensive script as someone put it. But its not a full scale script, its a very basic import a feed type script, nothing that will run a full scale site with 8 million products for example and 8 million records at least you will need to run a good price comparison site.

    A man called D morrison has created a script called pricetapestry which i think is very good for people that want to get started, php based, not very great for high end, mass data usage but it does give people a starting base to get started with price comparison but like i say, you have to be in for the long haul and dont kid yourself that any script or service will do anything near what you want or need to do to operate such a service.

    For us we have done three of what we see as the four steps to a price comparison site

    1: Universal data feed importer with 500 point error handling (YES!! 500 errors you will have to learn and find out about) Data handling, auto categorisation, data ruleset manager, character manipulation, find and replace, delete and merge facilities. interface, administrator accounts/admins

    2: Advertiser login and reporting services, universal product data services, universal site scraping services to collect feeds for merchants that cant/wont provide them (dont presume big companies can even supply you with a feed to your specifications EVER)

    3: Marketing tools, traffic managers to monitor incoming outgoing traffic to make sure purchased traffic is equal or less than the money/sales we are making from our own site for those purchased keywords (most traffic is bought, even kelkoo wouldnt have so many visitors just from seo alone)

    Still to do

    4: Make the comparison side on the front end of the site, that i imagine could take anything up to a year to make properly when you consider all that has to be done.

    Anyway, i dont think i gave anyone any specifics of what you will be up against but i hope this was of some help to those considering what is needed to operate one. Even if you achieve it and make something better than kelkoo, pricerunner, dealtime its of no use to you unless you have a serious stuff of cash in your account to buy traffic to the site. A couple of thousand pounds of ppc money to buy traffic wont get you very far these days.

    Hope that was a little food for thought

    Regards
    Hi pricethat. I read your post with great interest as I have recently decided to try and create a price comparison site also.

    I am litterally at the very begining and I was hoping you might be able to point me in the right direction on a of couple issues.

    Primarily I'm interested to know what method you are using to obtain your data. Are you being specifically provided with data by the merchants or you using some sort of crawler to get the data direct from their site?

    Secondly, I was wondering how helpfull/unhelpfull the merchants in relation to price comparison services?

    Cheers,
    Richard

  15. #15
    Registered
    Join Date
    Mar 2007
    Posts
    13
    Some time ago we built a price comparison script for online travel agencies, very hard work because you had to crawl the requests instantly on a search from a visitor....

    This script does look good and 450 bucks for it is cheap.
    ________
    Park Royal 2 Condominium Pattaya
    Last edited by EvilEmpire; 09-09-2011 at 06:06 PM.

Similar Threads

  1. Flash MX 2004 Action Script confusion!!
    By DTOXX in forum Graphics & Multimedia
    Replies: 23
    Last Post: 11-10-2004, 09:30 PM
  2. Looking for affiliates.. (to sell a PHP script)
    By listenmirndt in forum The Marketplace
    Replies: 4
    Last Post: 04-12-2004, 02:58 AM
  3. AWS PHP script problems
    By tempyyyst in forum Advertising & Affiliate Programs
    Replies: 8
    Last Post: 04-04-2004, 07:12 AM
  4. Anybody found a shopping cart script to use with AWS?
    By RockNRollPig in forum Advertising & Affiliate Programs
    Replies: 7
    Last Post: 02-18-2004, 06:44 PM
  5. Redirect script with statistics, graphs, etc
    By emke in forum Website Programming & Databases
    Replies: 7
    Last Post: 05-20-2003, 03:44 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •