![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jul 2007
Posts: 2
Rep Power: 0
![]() |
Search tool
I'm working on a website that compares prices from different sites. I've completed most the design and layout the only hurdle that i can't seem to overcome is the 'program' that browsers and compares items on those sites. Would i need an Agent or Bot to achieve this? Or rather a database that holds the information? please i need answers
|
|
|
|
|
|
#2 |
|
Programmer
Join Date: Feb 2006
Location: Ohio
Posts: 93
Rep Power: 3
![]() |
Type in "price comparison script" in google. Or "open source price comparison script," maybe.
http://www.kaonsoftwares.com/price-c...on-script.html The list of features on that page should give you a general idea of what kind of features you can make/find. It would be best to have one or more "bots" that automatically get information from various sites to build up a database. I would finds sites that offer a data feed for product information, and then write/find scripts that parse this information and store it in a database table. As an example: Amazon.com has web services for product advertising when you sign up to be an "Amazon Associate."
__________________
Neeley.org |
|
|
|
|
|
#3 |
|
Professional Programmer
|
What exactly do you understand by "agent or bot" ?
I'm thinking of a scheduled job on windows or cron job on linux that will run every so often and hit the respective sites - after that inserting the results in the DB. Then your main app makes a query to the database and displays the price comparison.
__________________
Don't take life too seriously, it's not permanent ! |
|
|
|
|
|
#4 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Perhaps you are having problems scraping the salient information from a site? I don't think you're going to win this years "Description of the Problem" award.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#5 |
|
Newbie
Join Date: Jul 2007
Posts: 2
Rep Power: 0
![]() |
lol DaWei @ "Description of the Problem" award! let me quickly recap how much i understood i need something similar to the cron job in linux that scans sites every so often to update its prices that in return puts the found data on a database ready to splash the information out. so far so good?
|
|
|
|
|
|
#6 |
|
Professional Programmer
|
ok, and the question is ?
![]()
__________________
Don't take life too seriously, it's not permanent ! |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to save all search engine results urls in a text file | abojan | ASP | 0 | Dec 27th, 2006 9:33 AM |
| Backup Search | grimpirate | C | 3 | Jul 3rd, 2006 8:49 PM |
| interesting tool -- for webmasters? is it? | H_two_O | Coder's Corner Lounge | 0 | Oct 25th, 2005 8:26 PM |
| An alternative to 'Windows Search'... | SaturN | Coder's Corner Lounge | 9 | Jul 24th, 2005 3:30 PM |
| SUID/GUID files search ! | jackjill | Bash / Shell Scripting | 0 | Feb 1st, 2005 6:22 AM |