Jump to content
UBot Underground

Askabar

Members
  • Content Count

    8
  • Joined

  • Last visited

Community Reputation

1 Neutral

About Askabar

  • Rank
    Newbie
  • Birthday 09/28/1984

Profile Information

  • Gender
    Male
  • Location
    Bucharest

System Specs

  • OS
    Windows 8
  • Total Memory
    4Gb
  • Framework
    v3.5 & v4.0
  • License
    Developer Edition

Recent Profile Visitors

1285 profile views
  1. Hey guys, I wish to buy a bot/ code, that is able to scrap, from different websites, the following: 1. Product description; 2. Product foto; 3. Product price; 4. Product listing url, for the above mentioned price. Data scraping will be done based on a CSV/ Excel file, that contains: 1. Product name; 2. Supplier product code; 3. Supplier price; 4. Supplier stock values. The scraped information is going to be used in 2 different ways: 1. It will update a website database twice a day; 2. It will allow the user to do compare the CSV prices, to other competitors (therefore the scraped pric
  2. Thanks for the tip Dan, I re wrote it according to your recommendations (3 step process). It seems to work fine, with small lists, but I shall have to beta test it with my 11k item list. 2 issues, I could use your help in: How do I scrape only one URL (as in this case I get at least 5 for the same product) How do I get the scrapped attributes (product description in my case) to be fully displayed inside a CSV cell. Right now i use "add list to table as column" starting with row 0 column 1, and it seems to randomly trim the data inside. For some products I only have one word of description
  3. Hey Josh, Wanted to let you know, that I encountered the same issue, while scraping one directory. Here's the forum link, so that you can make some sense of it: http://www.ubotstudio.com/forum/index.php?/topic/16788-csv-based-ecommerce-data-extraction-bot-product-description-product-picture-scraping/ Maybe we can work together in finding a solution?
  4. Hey guys, Considering the above as "ongoing work" I started the scraping tool. I settled on only one directory, as scraping directly from GG turned out to be a big pain in the "where the sun don't shine", as pages differed hugely, thus attributes were harder to identify. Well cutting it a little short, here's what I have up to this point: clear list(%denumire produse) clear list(%descriere produse) clear table(&produse cu descriere) ui open file("Adaugati lista produse:", #lista produse) ui save file("Unde salvam CSV-ul?", #filesavepath) add list to list(%denumire produse, $list fro
  5. Thanks mate, added you on Skype. As for the codding part, here's what I have up to this point [Compacting the initial CSV file]: clear list(%Denumire) clear list(%Pret) clear list(%Distribuitor) clear list(%Stoc) clear list(%Producator) clear list(%Ambalaj) clear list(%Cod) clear list(%SKU) clear list(%Descriere) clear table(&uploaded csv file) clear table(&exported csv file) ui open file("Upload fisier CSV stoc:", #upoaded stoc file) ui save file("Unde salvam fisierul CSV:", #exportedcsvfilepath) ui text box("Nume distribuitor:", #nume distribuitor) ui drop down("Ambalaj:", " ,cut
  6. Hey TC, I tried contacting TJ, but no answer up to now. Too busy, I guess. But still keeping hopes up. To answer your items: I went trough the tutorials, but unfortunately the only close item that I found, was scraping url's - which is not much use to me, at this point. I'll keep on tutorial'ing, nevertheless I'm requesting help, as this is the first time I interact with Ubot Studio Why would I go and hire someone to code the bot for me? It will take all the fun out of learning, as I am quite a heads on guy... ) Here's the code I got so far (as promised, I will keep it public, so that
  7. Hey guys, First of all: great to be here, as part of a wonderful growing community of web automation specialists. I hope to learn from the best, and do my part (say thanks) in turn, by helping others. I tried searching for a similar thread, but did not find what I was looking for, so here's my agenda for this project: I wish to import to a Magento website product descriptions and product images from different websites around the web. The main idea behind the bot is importing different CSV stock files, from different suppliers. Each individual list contains at least 11k products, column
×
×
  • Create New...