Jump to content
UBot Underground

Questions before I buy


Recommended Posts

Can someone help me understand the limitations of ubot by letting me know if it can handles these hypothetical scenarios?

 

Can ubot...

 

* go to a webpage and download any PDFs it finds to a folder?

* search for goldfish on Google images and download the first 3 pages of images to a folder?

* search for goldfish on Google images and download only images with the word 'fish' in the filename?

* scrape the product names and prices of an ecommerce competitor and output to a csv?

* check each page of a website for empty <title></title> tags, and output to a csv?

* use a min-max random delay between actions e.g. RAND(3, 6)

* use regex to select elements/attributes?

 

Finally, do you need an active internet connection at all times to run ubot? Or can it run offline?

 

Thanks in advance!

Link to post
Share on other sites

Can someone help me understand the limitations of ubot by letting me know if it can handles these hypothetical scenarios?

 

Can ubot...

 

* go to a webpage and download any PDFs it finds to a folder?

* search for goldfish on Google images and download the first 3 pages of images to a folder?

* search for goldfish on Google images and download only images with the word 'fish' in the filename?

* scrape the product names and prices of an ecommerce competitor and output to a csv?

* check each page of a website for empty <title></title> tags, and output to a csv?

* use a min-max random delay between actions e.g. RAND(3, 6)

* use regex to select elements/attributes?

 

Finally, do you need an active internet connection at all times to run ubot? Or can it run offline?

 

Thanks in advance!

 

 

Yeah I think this is all possible.. not sure what regex is but you can easily search and select for attributes on a page.

 

Not sure how I would go about downloading .pdf's but you could create a list of them quite easily & then rip later.

 

Don't forget there is a 30 day money back guarantee.

Link to post
Share on other sites

* go to a webpage and download any PDFs it finds to a folder?

 

I'm unaware if it can actually download them (it can gather them together to a list though), we have a discussion in another thread here about the matter though. http://ubotstudio.com/forum/index.php?/topic/2770-automating-file-download-in-ie

 

* search for goldfish on Google images and download the first 3 pages of images to a folder?

 

Yes

 

* search for goldfish on Google images and download only images with the word 'fish' in the filename?

 

Yes

 

* scrape the product names and prices of an ecommerce competitor and output to a csv?

 

Depends on how you write the bot? But probably yes.

 

* check each page of a website for empty <title></title> tags, and output to a csv?

 

Not at the moment, the title tag is in the head, not in the body. But this will probably come in the future.

 

* use a min-max random delay between actions e.g. RAND(3, 6)

 

I guess so. Never used that function myself though. Someone else around here might know.

 

* use regex to select elements/attributes?

 

Regex?

Link to post
Share on other sites

Been reading around about UBot and overall feedback seems good, but I have a big concern which is how well it works for saving images and other files off the web.

 

Let's say I have a list of URLs to visit. Each page has 1-3 images on it. With UBot will it be possible to automatically save those images and give them each a custom name, using the URL name as a variable for example?

Link to post
Share on other sites

Been reading around about UBot and overall feedback seems good, but I have a big concern which is how well it works for saving images and other files off the web.

 

Let's say I have a list of URLs to visit. Each page has 1-3 images on it. With UBot will it be possible to automatically save those images and give them each a custom name, using the URL name as a variable for example?

 

Yes, that is what is good about UBot for scraping images is you have full control over the filename. So it can be anything you want really.

Link to post
Share on other sites

Yes. Actually UBot Studio is all about browser manipulation, so I don't really know why would you not want to be connected to the internet when using it. :)

 

Very good point!

 

I'll have a look at the many tutorials and decide if it can save me time/money/headache. Thanks again everyone - this forum adds oodles of value to the product.

Link to post
Share on other sites
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...