Issue with JSON containing HTML

I want to fetch Json data from an online server but part of the code that is yeilded from the server has html code that Json cannot read .Is there a way to ignore the html code when fetching JSon Data Online?

anyone have any idea?

Because it’s not a valid json response. The link that you provided contains HTML and thus cannot parse it.
Remove the links, search bar, basically everything that is not a json result.