This is a discussion on Building a comparison website within the Coding Help forums, part of the Webmaster Help category; I hope this is the correct forum. Can anyone give me the basics behind building a site that compares dynamic ...
| |||||||
| Register | Forum Rules | FAQ | Donate | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I hope this is the correct forum. Can anyone give me the basics behind building a site that compares dynamic content such as betting odds, insurance quotes, flight prices etc. Do you need to get access to content from the site owner or is there other methods e.g. scraping, crawling? Thanks, -betman |
| |||||
| A lot of the bigger sites make their data available via xml, csv etc.,
__________________ Hosting & Domains|Plesk Vps Hosting|Geek / Cool Stuff|Films.ie|Cool Sites|Monetisation Tips|Movie Chat Energise your forum! Click here for info |
| ||||
| I think there are many tutorials sites in the search engine like google and yahoo i think these sites can really help u a lot in ur task.
__________________ web design company |
| |||||
| Are you just randomly posting replies or do you actually read the threads you're replying to?
__________________ Hosting & Domains|Plesk Vps Hosting|Geek / Cool Stuff|Films.ie|Cool Sites|Monetisation Tips|Movie Chat Energise your forum! Click here for info |
| ||||
| I reckon screen scraping would be a good topic to explore if your planning on building this type of site. Ruby and Perl are pretty damn good at it. There are a lot of different ways you could do this and it depends on just how dynamic the data that your capturing is. e.g: betting odds - short lived and change all the time so there is no point in archiving the data.. every time someone accesses the site the odds will have to be scraped from another site. so: you need to find out the structure of the sites your scraping ie: where abouts in the html docs your scraping are the important data items held? Once you know what your scraping you can then build your code. your going to need to send a http request to their server, pull back the html, maybe coverrt it to xml (e.g: ruby RXML) and then use something like XPath to pull the nodes and values that you require into your web front end. This could be done with a post your server or with an AJAX call. It's likely that your going to see a few performance issues around this though, so be aware of it. This is a very high level opinion of how to do this task though and theres a milion and one ways you could do it |
| Tags |
| building, comparison, website |
| Thread Tools | |
| Display Modes | |
|
|
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Avoid the Google Sandbox | Cormac | Webmaster Articles | 26 | 18-02-2008 05:38 AM |
| Website Partnership | paulocon | Online Marketing Discussion | 1 | 01-10-2007 01:27 PM |
| building traffic for my website | cindy | Online Marketing Discussion | 10 | 01-10-2007 10:57 AM |
| Need help on Autoresponder Script for my website | vckc4ever | Coding Help | 0 | 04-07-2007 12:05 PM |
| New Marketing Strategy | planet | Online Marketing Discussion | 8 | 12-08-2006 06:54 PM |
| ||||||||
| | ![]() | |||||||