Site scraper and export to XML
Budget: $10 – $30 USD
Hi, I need a site scrapper ( https://jo.my/5gh10b ) 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 script must be in Python or PHP.
ONLY FINAL BIDS!!!
DON'T BID AND THEN ASK FOR ANOTHER BUDGET!!!
SUCH BIDS WILL BE DELETED!!!
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>
The script must be in Python or PHP.
ONLY FINAL BIDS!!!
DON'T BID AND THEN ASK FOR ANOTHER BUDGET!!!
SUCH BIDS WILL BE DELETED!!!
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>