Site scraper, convert and create a XML

Job ID: 33887913

Budget: $10 – $30 USD

Hi,
I need a site scrapper ( https://jo.my/c1u3e0 ) to fetch all information (Category, Name, Description, Manufacturer, Price, Special price and etc.) and to create a XML file (I will use this file to import the products to my site).
The XML file structure is like:
<?xml version="1.0" encoding="UTF-8" ?>
<shop>
<products>
<product>
<sku>12554</sku>
<manufacturer>Nikon</manufacturer>
<category>Product Category</category>
<name>Coolpix L5</name>
<description>Product Description</description>
<picture>http://www.example.com/images/12554-1.jpg,http://www.example.com/images/12554-2.jpg,http://www.example.com/images/12554-3.jpg</picture>
<status>1</status>
<cost>460</cost>
<price>529</price>
<special>499</special>
</product>

...
</products>
</shop>
Related categories: PHP XML Web Scraping HTML