Hi
I'm trying to scrap some data from a website the data is displayed in a chart ( the data is currency prices over years)
I was able to get the XHR Request and the API link for the JSON data but when I open the response in the ( network tab or in a new tab ) the data is not completely displayed but in the chart the data is represented.
searched about the problem and I found this post which says that the dev-tools truncates long network response I tried the solution but the same problem is still happening .
tried to use wget to download them but it didn't help same issue appeared.
I'm opening the link in a separate tab on Brave browser (also tried Firefox) I don't know what's the problem Can you please help me ?!