Google'sPageSpeed Insights API offers solutions in cURL and JavaScript. Over on my github account there's aC# implementation. You still need an API key and what you get in return is still JSON. The parsing of that is left to the reader/user to implement.
In our case, we're only interested in a small subset of the data, so it works to useNewtonsoft.Json.JsonConvert.DeserializeObject
on the JSON we receive and pull out what we need from adynamic
.
The project usesRestSharp for the retrieval.
Enjoy!
Top comments(3)

- LocationIndia
- EducationPost Graduation in computer science
- WorkActive Health LLC
- Joined
Thanks Bruce for the implementation in visual studio using C#.

- LocationRwanda, East side
- EducationICT but Focus on Web development and Programming
- PronounsHe/Him
- WorkWeb developer and Visual Artist at Gadrawingz
- Joined
Great, But Short details

- LocationPerth, WA Australia
- EducationA few diplomas.
- WorkSoftware Engineer at [Daisy Digital](https://daisydigital.com.au/)
- Joined
Writing good articles is important to me, so please tell me what else should I have put in?
For further actions, you may consider blocking this person and/orreporting abuse