Jump to content

What technology does a site like PriceScan use?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Hazelmn

Hazelmn

    Newbie

  • Members
  • Pip
  • 2 posts
I have an idea for a industry-niche website, and would like to set up some code (or a bot) which would go out to 4-6 company sites and aggregate the prices of approximately 200-400 similiar products.

How does someone like PriceScan.com do this? Is this a major programming feat, or something that is relatively straightforward?

I'm a programming novice but am running a successful website. I want to learn more about this.

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
They use ASP and I'm sure some database. I'd guess MS SQL or MySQL but it could be just about any database. You could create a similar website using ASP and/or any other server side language plus a database. Server side languages include: Ruby, ASP, PHP, Perl, C++ as CGI, and you can use some other languages like Python but they are not generally popular for web applications.

#3
Hazelmn

Hazelmn

    Newbie

  • Members
  • Pip
  • 2 posts
Thanks. So on a scale of 1-10, how difficult would this type of thing be to program? I wouldn't be able to do it, trying to figure out how difficult it would be to find someone to do this type of thing (and how expensive).

The number of webpages I'd need to go to in order to "scrape" the prices and products would be less than 10, probably 6.

#4
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
10 being the hardest, I would rate this at a 4.