<?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: SFT</title>
    <description>The latest articles on DEV Community by SFT (@sft_f56ae2093b46cc81b3ed8).</description>
    <link>https://dev.to/sft_f56ae2093b46cc81b3ed8</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%2F4026384%2Fc5c48034-24b7-4007-89c4-6ae33419ae03.png</url>
      <title>DEV Community: SFT</title>
      <link>https://dev.to/sft_f56ae2093b46cc81b3ed8</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sft_f56ae2093b46cc81b3ed8"/>
    <language>en</language>
    <item>
      <title>I scraped 60+ worker-owned co-op stores to build a searchable product directory</title>
      <dc:creator>SFT</dc:creator>
      <pubDate>Sun, 12 Jul 2026 19:52:25 +0000</pubDate>
      <link>https://dev.to/sft_f56ae2093b46cc81b3ed8/i-scraped-60-worker-owned-co-op-stores-to-build-a-searchable-product-directory-n08</link>
      <guid>https://dev.to/sft_f56ae2093b46cc81b3ed8/i-scraped-60-worker-owned-co-op-stores-to-build-a-searchable-product-directory-n08</guid>
      <description>&lt;p&gt;I wanted to buy from worker-owned cooperatives, but there was no single place to see what they actually sell. So I built one.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What it does:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://www.workerowned.info/" rel="noopener noreferrer"&gt;workerowned.info&lt;/a&gt; indexes 32,000+ products from 60+ worker-owned co-op stores. You search for something - coffee, chocolate, books, soap, whatever - and it shows you which co-ops sell it. Click through and buy from their store directly.&lt;/p&gt;

&lt;p&gt;There's also a &lt;a href="https://www.workerowned.info/coffee" rel="noopener noreferrer"&gt;location tool&lt;/a&gt; for finding worker-owned coffee shops and restaurants by city (110+ listings across the US).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How it works:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Scraped product catalogs from Shopify, WooCommerce, and Squarespace stores using their public APIs and feeds&lt;/li&gt;
&lt;li&gt;Product data stored as JSON, search is client-side&lt;/li&gt;
&lt;li&gt;Built with React + Vite, deployed on Vercel&lt;/li&gt;
&lt;li&gt;No backend, no accounts, no tracking, no ads&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The scraping approach:&lt;/strong&gt;&lt;br&gt;
Most co-op stores run on Shopify (products.json endpoint), WooCommerce (REST API), or Squarespace (RSS/JSON). I wrote scrapers for each platform, normalized the data, and combined it into a single searchable index. The whole catalog refreshes periodically.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why I built it:&lt;/strong&gt;&lt;br&gt;
Worker-owned cooperatives make great products but they're invisible compared to Amazon. You have to already know they exist to find them. This marketplace is an attempt to fix that.&lt;/p&gt;

&lt;p&gt;I'm a hobbyist - this is a volunteer project. No monetization, no plans for it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Curious about:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Anyone else working on ethical/cooperative tech?&lt;/li&gt;
&lt;li&gt;Co-ops I should add?&lt;/li&gt;
&lt;li&gt;Feedback on the search/UX&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Link: &lt;a href="https://www.workerowned.info/" rel="noopener noreferrer"&gt;workerowned.info&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
