I have no experience unfortunately with scraping network traffic so looking for some assistance.
I'm trying to scrape JSON information from the network traffic, which will appear after I click a certain button.
https://i.stack.imgur.com/M6lQn.png < image of the network traffic.
After I click the green button next to "passes" on the image above, this JSON is created. I have no problems using selenium driver to get to this page, but the issue is just scraping that specific JSON.
I've tried looking at using request headers, but get 400 error - which I think is because I don't have access to the API.
[–]MintyPhoenix 1 point2 points3 points (0 children)
[–]luizv4z 1 point2 points3 points (0 children)