<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Scrapfly Blog — Httpx</title>
  <link href="https://scrapfly.io/blog/tag/httpx" />
  <link href="https://scrapfly.io/blog/tag/httpx/feed.xml" rel="self" />
  <id>https://scrapfly.io/blog/tag/httpx</id>
  <updated>2026-04-03T22:27:53+00:00</updated>
  <author><name>Scrapfly</name></author>
  <subtitle>Web scraping tutorials, guides, and articles by Scrapfly</subtitle>
  <icon>https://scrapfly.io/img/scrapfly-logo.png</icon>
  <entry>
    <title>How to Scrape Forms</title>
    <link href="https://scrapfly.io/blog/posts/how-to-scrape-forms" />
    <id>https://scrapfly.io/blog/posts/how-to-scrape-forms</id>
    <published>2024-05-10T00:00:00+00:00</published>
    <updated>2026-04-03T22:17:15+00:00</updated>
    <category term="python" />
    <category term="nodejs" />
    <category term="headless-browser" />
    <category term="scrapeguide" />
    <category term="httpx" />
    <summary>Learn how to scrape forms through a step-by-step guide using HTTP clients and headless browsers.</summary>
    <link rel="enclosure" type="image/svg+xml" href="https://cdn.scrapfly.io/cms/2026/03/b137cf9a-786b-4706-a78d-20eccaf4e3d1-feature-light.svg" />
  </entry>
  <entry>
    <title>Python httpx vs requests vs aiohttp - key differences</title>
    <link href="https://scrapfly.io/blog/answers/httpx-vs-requests-vs-aiohttp" />
    <id>https://scrapfly.io/blog/answers/httpx-vs-requests-vs-aiohttp</id>
    <published>2023-08-03T00:00:00+00:00</published>
    <updated>2023-08-03T00:00:00+00:00</updated>
    <category term="http" />
    <category term="python" />
    <category term="httpx" />
    <summary>When it comes to these 3 popular http client packages they have different strenghts. Here&apos;s how to choose the right fit.</summary>
  </entry>
  <entry>
    <title>How to use proxies with Python httpx?</title>
    <link href="https://scrapfly.io/blog/answers/how-to-use-proxies-python-httpx" />
    <id>https://scrapfly.io/blog/answers/how-to-use-proxies-python-httpx</id>
    <published>2023-05-16T00:00:00+00:00</published>
    <updated>2023-05-16T00:00:00+00:00</updated>
    <category term="http" />
    <category term="python" />
    <category term="httpx" />
    <summary>To use proxies with Python&apos;s httpx library the proxies parameter can be used for http, https and socks5 proxies. Here&apos;s how.</summary>
  </entry>
  <entry>
    <title>How to Web Scrape with HTTPX and Python</title>
    <link href="https://scrapfly.io/blog/posts/web-scraping-with-python-httpx" />
    <id>https://scrapfly.io/blog/posts/web-scraping-with-python-httpx</id>
    <published>2023-05-01T00:00:00+00:00</published>
    <updated>2026-04-01T05:08:00+00:00</updated>
    <category term="python" />
    <category term="httpx" />
    <summary>Intro to using Python&apos;s httpx library for web scraping. Proxy and user agent rotation and common web scraping challenges, tips and tricks.</summary>
    <link rel="enclosure" type="image/svg+xml" href="https://cdn.scrapfly.io/cms/2026/03/46638991-c8ac-43dc-a873-032675662ddc-feature-light.svg" />
  </entry>
  <entry>
    <title>How to open Python http responses in a web browser?</title>
    <link href="https://scrapfly.io/blog/answers/how-to-open-python-responses-in-browser" />
    <id>https://scrapfly.io/blog/answers/how-to-open-python-responses-in-browser</id>
    <published>2022-12-19T00:00:00+00:00</published>
    <updated>2022-12-19T00:00:00+00:00</updated>
    <category term="python" />
    <category term="requests" />
    <category term="httpx" />
    <summary>To preview Python http responses we can use temporary files and the built-in webbrowser module. Here&apos;s how.</summary>
  </entry>
</feed>