Q: Most of your examples seem to be for social media tasks.
My main interest in it is as a web scraper, possibly to replace python scripts. Is that something ZeroWork would be useful for? Or would the usage be limited by comparison to Python/BeautifulSoup/etc?
For example:
I have a python scraper script that goes to website#1, grabs a some data and a bunch of store links for each item, then visits the Amazon link for each item and grabs more details for each item, and puts it all in a csv I can import to my site.
Could I create a ZeroWork bot to replace this script?
Also, I currently use Jarvee for bulk Social Media activities, it looks like a ZW bot might be able to replace that also, what do you think? Jarvee accesses the RSS feeds on my site to post from my sites to Pinterest, etc can ZW do that?
Finally, I tried creating a trial account on your site to answer my own questions but my card kept being rejected, I don't know why. But can you tell me -- do ZW bots run from my desktop, or are they hosted on your site? If they are hosted, can they run independently from your platform? EG: could I create one for my customers to use specifically on my site's forms, so it's easier for them to submit (my forms are long!).
If I were to buy tier #1 to try this out, could I upgrade if it does everything I need?
And is this 'Lifetime'? Or 1 year licence?
Thanks, and sorry for all the questions!
Diana_ZeroWork
Jun 27, 2024A: Glad to see so many questions! Let me try to clarify them all, and if something is still unclear, do let me know.
ZeroWork Creator App is suited to web scraping. Most of the social media use cases revolve ultimately around collecting leads (before the outreach step happens).
Having used BeautifulSoap in the past myself, I can attest that Creator App can cover most use cases that BeautifulSoap does.
The example that you provided is certainly of the type that you can use Creator App for. Let me describe how you would build a TaskBot for that:
- Use Open Link building block to go to website#1
- Use Repeat building block to save multiple items using Website Action Save building block. Save items as links or plain text or both. (Here is a tutorial that shows how to do this step: https://youtu.be/xZG23iPx3mo)
- Use Repeat building block again to loop though the links and use Website Action Save building block again to save additional data from every link.
- When it comes to how to import data to your site, you have several options: Either download CSV and upload manually (or by using a python script for just this one final step), or let the data be saved to a Google Sheet, or, if applicable, call your site API to post data from the data table to your site (use Send HTTP Request building block for that).
And yes, you can definitely build a TaskBot that posts on social media for you. For example, here is a creator who created a TaskBot like that: https://zerowork.io/taskbot/-Unlimited-Facebook-Groups-and-Profile-Posting-Gain-Visibility-Leads-from-Groups/3617. You can watch her demo video to get an idea of how her TaskBot works. I haven't worked much with RSS feeds, so I can't confirm that, so, if you want, try it out and let me know if that part works as well.
Now let me go over your other questions.
--- Do ZW bots run from my desktop, or are they hosted on your site?
ZeroWork TaskBots run from your desktop but the data tables, workflow logic, etc. are hosted on our site. You can run multiple TaskBots in parallel.
--- If they are hosted, can they run independently from your platform? EG: could I create one for my customers to use specifically on my site's forms, so it's easier for them to submit (my forms are long!).
Are you saying that you would build a TaskBot that would fill out a form for your customers? You could trigger a TaskBot per webhook, but it would still run on your desktop. By the way, we are working on cloud automation where TaskBots run on the cloud, so it can be that this use case would need to wait for that feature to be live first. 😊
--- If I were to buy tier #1 to try this out, could I upgrade if it does everything I need?
Yes, absolutely! As long as AppSumo deal is live, you can upgrade anytime.
--- And is this 'Lifetime'? Or 1 year licence?
Lifetime.
Thank you for your quick reply.
I finally managed to create a trial account on your site, to test before buying here.
I must admit, it is probably the most user-friendly scaper I have ever tried, and I have tried many. And if you think it can do most of what BeautifulSoup does, then this could be what I am looking for but I'll test it for a few days first.
By the way, there is a Quorabot on the marketplace. I watched the video for it and the creator has integrated it with AI -- do you have a specific AI integration, or do you provide a tutorial on how to integrate with an AI api? (EG: Open AI)
Thanks again.
> I must admit, it is probably the most user-friendly scaper I have ever tried, and I have tried many.
I'm very happy to hear this. 😍
> And if you think it can do most of what BeautifulSoup does, then this could be what I am looking for but I'll test it for a few days first.
Yes, and I'll be looking forward to your feedback! If there is some feature that you miss, just add it as a suggestion to our roadmap: https://zeroworkcreator.featurebase.app/
> By the way, there is a Quorabot on the marketplace. I watched the video for it and the creator has integrated it with AI -- do you have a specific AI integration, or do you provide a tutorial on how to integrate with an AI api? (EG: Open AI)
We have a building block called Send HTTP Request, and with it you can integrate with Open AI. Here is a tutorial on how to do it: https://youtu.be/QvxZPBRn7N8