Forum Moderators: buckworks
I run a site that carries news and listings about a particular kind of product, with links to merchants offering the best price at any one time. I get revenues from Google Adsense, plus income from various affiliate programs for leads and commissions on sales.
Currently, I research product prices manually for my site - i.e. I regularly (well, reasonably regularly!) go round all the online merchants selling this type of product, looking at their prices. I then post the lowest one I can find for that product.
Trouble is, it's incredibly time-consuming. Is there any way I can purchase software to automate the process? Obviously, there are shopping engines that could do this for me (kelkoo and pricerunner are the two main ones I'm aware of in the UK), but they don't cover enough merchants (or the right range of merchants) to give a good result.
Any suggestions gratefully received....
Your probably looking at custom programming to allow you to do this. You would then need a different script or routine for each site. You may alos have to change th programming if the site layout changes.
A bot that checks prices isn't too hard to write if you decide to do it "yourself" (ie. hire a programmer).
What you need is something quite simple:
¤ check site X for the lastes prices and add it to your database.
¤ notify you if site X changes layout or goes down and the code needs updating.
¤ allow future shops to be added easily.
That's pretty much it.
Good luck
//ZS
A line of code (in jsut about any scripting language)
For each merchant to retrive the site, and nother line wit ha regex extracting the price.
As long as you check the same merchants over and over, and don't need specific layout change notification (i.e. regulraly check that the prices are indeed numbers and nort garbled), a tiny <30 lines script could do the job.
SN