Hey All,
Have been searching, but cannot find, apologies if this is some place obvious, but how to do I pull multiple items from jsonpathonURL without making multiple api requests (because charged per api request)?
For example, on https://emailrep.io/query/elateef%40amvensys.com, would like to get $.email, $.reputation, $.references, $.details.deliverable dumped to seperate columns. So far have just been doing $. to dump all, and then extracting with regex formulas, which is a pain.
Suggestions?
Documentation on emailrep.io https://emailrep.io/, but is just example for other api's as well