Skip to main content
Question

Can I list all the JSON URL endpoints on a webpage?

  • November 4, 2021
  • 1 reply
  • 16 views

Is there a reader which will locate all the JSON URL endpoints on a webpage for me? I wish to acquire all the attributes related to spatial features contained within the webpage.

1 reply

redgeographics
Celebrity
Forum|alt.badge.img+62

You can use a Creator to fire off an HTTPCaller and download the webpage and store in an attribute, then use a StringSearcher to search for the endpoints. Alternatively, an HTMLExtractor instead of the HTTPCaller/StringSearcher combo might work, if you can get your head around its syntax.