Home > Ajax, Javascript, PHP, Programming > Gather Images And Info – Csv

Gather Images And Info – Csv

October 29th, 2009

The project is a bit simple, but it needs wits.

I need to fetch data from TemplateMonster (images, name, item number, and prices). My website has the intention of reselling templates from them + the service of template customization: all in one bundle.

How the system should work:

1. I need a simple script where I could specify an URL
Example: http://www.templatemonster.com/category/fashion/?from=10&order=date&cat=49

2. The system should download the small thumbnail for each template shown + the medium sized thumbnail that appears when rolling over.
The images should be stored in a folder.

3. I need data stored for each template: name, template number, prices, and the 2 thumbnail filenames. The information should be stored in a CSV formatted file.

I don’t need anything else. Just download images and data from specified URLS from that site. Should be a quick, easy project for a smart programmer. :)


Gather Images And Info - Csv

Comments are closed.
Bear