Zoho Creator as web app to handle results from scraping / API response
Hi,
I am planning to scrape thousands of URL on a daily basis.
As an alternative to handle this all in Python, I am evaluating, if this would be feasible in ZC too.
Typical workflow:
- * List of URLs is generated in ZC*
- List of URLs is send to an API (potentially Scrapingbee)
- API responds with XML responses
- ZC would need to parse the data (looking into a API which could potentially take this over too)
- ZC would need to deduplicate the responses
- List would be then handled further in ZC
Is ZC a good use case for such a process or would you handle sth like this rather in Python and then only import the consolidated list into ZC?
Thanks
J.