Buying Copy Classifieds in XML from website

Discussion in 'Programming' started by AltIvan, Jun 1, 2010.

  1. #1
    So; i know that this is legal in my country (but i am not sure about United States).

    What i need is to copy all classifieds that are inside http://www.mundoanuncio.com/zona/colombia_12.html in a XML , those do not have a copyright claim plus in my country you cannot put copyright over a text with less than 280 characters.

    I preferably need the classifieds with the (links to) images -if those have one- (at least 1 per Free classified); how much this costs? Tell me your price and doubts in this forum.

    A simple XML, like this:

    <classifieds>
    
    <item>
    <title>vendo edificio bien ubicado - san jose - Bogota</title>
    <description>edificio de 4 pisos con asensor recien remodelado con dos locales</description>
    <price>2500000000</price>
    <img>http://images01.mundoanuncio.com/ui/2/54/34/l-1202325034-01.jpg</img>
    <zone>Cundinamarca</zone>
    <city>Bogota</city>
    <date>Martes 1 de Junio de 2010, 22:20:09</date>
    </item>
    
    <item>
    <title>vendo edificio bien ubicado - san jose - Bogota</title>
    <description>edificio de 4 pisos con asensor recien remodelado con dos locales</description>
    <price>2500000000</price>
    <img>http://images01.mundoanuncio.com/ui/2/54/34/l-1202325034-01.jpg</img>
    <zone>Cundinamarca</zone>
    <city>Bogota</city>
    <date>Martes 1 de Junio de 2010, 22:20:09</date>
    </item>
    
    </classifieds>
    Code (markup):
    The one used as example is this one

    The site is in spanish but i works pretty much like all the classifieds sites out there.
     
    AltIvan, Jun 1, 2010 IP
  2. AltIvan

    AltIvan Peon

    Messages:
    76
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Well, i doesnt need to be an XML, in a MySQL database would work too.
     
    AltIvan, Jun 3, 2010 IP