Zoho Creator as web app to handle results from scraping / API response

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: 
  1. * List of URLs is generated in ZC*
  2. List of URLs is send to an API (potentially Scrapingbee)
  3. API responds with XML responses
  4. ZC would need to parse the data (looking into a API which could potentially take this over too)
  5. ZC would need to deduplicate the responses
  6. 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.