Hey everybody,
I need you help on extracting data from an API that has the following structure:
[{"date": "201617","score": "37.98725594308311","domain": "www.example.com/directory/"}]
I would like to extract the score value but I assume SEO Tools for Excel have a problem with the response being nested as an array not an object (starting with "[" instead of "{"). I get back an error message:
Exception:JsonReaderException
Message:Error reading JObject from JsonReader. Current JsonReader item is not an Object: StartArray. Path ", line 1, position 1.
When I use the GetTextOnUrl Function I can grab the whole JSON response, therefore I have already eliminated any concerns about authentification to the API.
Do you have any idea on how I can get the score value? Is this a know issue or just a problem on my side?
Thanks a lot in advance!
Jean-Luc