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.