<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: cheyytec2020-lang</title>
    <description>The latest articles on DEV Community by cheyytec2020-lang (@cheyytec2020lang).</description>
    <link>https://dev.to/cheyytec2020lang</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4066479%2F8283387a-4c66-410f-ab6f-563354aecf63.png</url>
      <title>DEV Community: cheyytec2020-lang</title>
      <link>https://dev.to/cheyytec2020lang</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cheyytec2020lang"/>
    <language>en</language>
    <item>
      <title>How to export any Shopify store's full catalog to CSV (free, no API key)</title>
      <dc:creator>cheyytec2020-lang</dc:creator>
      <pubDate>Thu, 06 Aug 2026 21:02:11 +0000</pubDate>
      <link>https://dev.to/cheyytec2020lang/how-to-export-any-shopify-stores-full-catalog-to-csv-free-no-api-key-kp0</link>
      <guid>https://dev.to/cheyytec2020lang/how-to-export-any-shopify-stores-full-catalog-to-csv-free-no-api-key-kp0</guid>
      <description>&lt;p&gt;If you've ever wanted to see everything a competitor sells on Shopify — every product, price, and what's in stock —&lt;br&gt;
  you probably clicked through their store by hand. There's a much faster way. Almost every Shopify store exposes a public endpoint at /products.json. No login, no API key, no proxy. You can page&lt;br&gt;
  through it and get the whole catalog.&lt;/p&gt;

&lt;p&gt;I wrapped this into a small open-source Python tool. Usage is one line:&lt;/p&gt;

&lt;p&gt;python shopify_scraper.py &lt;a href="https://www.allbirds.com" rel="noopener noreferrer"&gt;https://www.allbirds.com&lt;/a&gt;&lt;br&gt;
  It exports a clean CSV — title, variant, price, sale price, stock status, SKU, image and URL. A full store (~2,800&lt;br&gt;
  variants) comes out in about 3 seconds.&lt;/p&gt;

&lt;p&gt;Code is free and MIT-licensed: &lt;a href="https://github.com/cheyytec2020-lang/shopify-store-scraper" rel="noopener noreferrer"&gt;https://github.com/cheyytec2020-lang/shopify-store-scraper&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's handy for competitor research, price monitoring and finding products to sell. If you need a custom scraper or&lt;br&gt;
  ongoing monitoring (fresh CSV/alerts when a competitor changes prices or stock), that's what I do — DM me on Telegram&lt;br&gt;
  @laylon013&lt;/p&gt;

</description>
      <category>python</category>
      <category>webscraping</category>
      <category>ecommerce</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
