Question

Pulling Data from URL

  • 10 August 2021
  • 2 replies
  • 344 views

There is a url which i can access, it has a dump of information in a JSON format.

I want to be able to copy this information each hour and dump into a txt file.

the data looks like this, any ideas on what app i could use to extract and save ?

 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +9

Hi @tristankgg 

You can try using this API that can return JSON code as key-value pairs: https://jsonparserapi.docs.apiary.io/#reference/0/convert-json-from-input/convert-json-string-in-form-data

Also you can use “Webhook by Zapier” in another Zap, get the webhook URL and post this JSON content to that Zapier webhook URL, this way Zapier should parse the data.

Thanks Rob.