<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Requests on Web Scraping Python</title>
    <link>https://webscrapingpython.com/tags/requests/</link>
    <description>Recent content in Requests on Web Scraping Python</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 09 Sep 2025 10:00:00 +0200</lastBuildDate>
    <atom:link href="https://webscrapingpython.com/tags/requests/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Headers, Cookies, and Sessions in requests</title>
      <link>https://webscrapingpython.com/posts/headers-cookies-sessions/</link>
      <pubDate>Tue, 09 Sep 2025 10:00:00 +0200</pubDate>
      <guid>https://webscrapingpython.com/posts/headers-cookies-sessions/</guid>
      <description>&lt;p&gt;The difference between a scraper that works once and one that works reliably is usually session management.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Robust HTTP: Errors, Retries, and Exponential Backoff</title>
      <link>https://webscrapingpython.com/posts/http-errors-retries-backoff/</link>
      <pubDate>Tue, 06 May 2025 10:00:00 +0200</pubDate>
      <guid>https://webscrapingpython.com/posts/http-errors-retries-backoff/</guid>
      <description>&lt;p&gt;Scrapers fail. The question is whether yours fails once and stops, or retries intelligently and finishes the job.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Getting Started with requests and BeautifulSoup</title>
      <link>https://webscrapingpython.com/posts/getting-started-requests-beautifulsoup/</link>
      <pubDate>Tue, 22 Apr 2025 10:00:00 +0200</pubDate>
      <guid>https://webscrapingpython.com/posts/getting-started-requests-beautifulsoup/</guid>
      <description>&lt;p&gt;The simplest Python scraping stack is still the best place to start: &lt;code&gt;requests&lt;/code&gt; to fetch the page, &lt;code&gt;BeautifulSoup&lt;/code&gt; to&#xA;pick the parts you want.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
