{"library":"pyreqwest-impersonate","title":"pyreqwest-impersonate","description":"HTTP client that can impersonate web browsers, mimicking their headers and TLS/JA3/JA4/HTTP2 fingerprints. Version 0.5.3, actively developed.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pyreqwest-impersonate"],"cli":null},"imports":["from pyreqwest_impersonate import impersonate","from pyreqwest_impersonate import ImpersonateSession"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom pyreqwest_impersonate import impersonate\n\nurl = 'https://httpbin.org/headers'\nresponse = impersonate(url, impersonate='chrome', headers={'User-Agent': os.environ.get('USER_AGENT', 'Mozilla/5.0')})\nprint(response.text)","lang":"python","description":"Basic request with Chrome impersonation.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}