Skip to main content
Question

Pulling Data from URL

  • August 10, 2021
  • 2 replies
  • 454 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

robschmidt
Forum|alt.badge.img+9
  • Zapier Solution Partner
  • August 10, 2021

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.


  • Author
  • Beginner
  • August 21, 2021

Thanks Rob.