Is there a tool that can help me automate downloading JSON responses from the Network tab in developer tools?

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Selenium Wire

    Discontinued Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.

  • Perhaps https://github.com/wkeeling/selenium-wire helps.

  • mitmproxy

    An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.

  • You can programatically extract XHR request URLs: https://github.com/wkeeling/selenium-wire#intercepting-requests-and-responses It uses https://github.com/mitmproxy/mitmproxy which you could also script.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts