<?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: Ricardo Cuba</title>
    <description>The latest articles on DEV Community by Ricardo Cuba (@ricardo_cuba).</description>
    <link>https://dev.to/ricardo_cuba</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3923961%2F08670c7b-77ea-4739-8461-7f7bd3e804a4.jpeg</url>
      <title>DEV Community: Ricardo Cuba</title>
      <link>https://dev.to/ricardo_cuba</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ricardo_cuba"/>
    <language>en</language>
    <item>
      <title>The VTEX public API is the same for 3,760 retailers — but no one aggregated it. Until now.</title>
      <dc:creator>Ricardo Cuba</dc:creator>
      <pubDate>Tue, 19 May 2026 01:15:27 +0000</pubDate>
      <link>https://dev.to/ricardo_cuba/the-vtex-public-api-is-the-same-for-3760-retailers-but-no-one-aggregated-it-until-now-2hd7</link>
      <guid>https://dev.to/ricardo_cuba/the-vtex-public-api-is-the-same-for-3760-retailers-but-no-one-aggregated-it-until-now-2hd7</guid>
      <description>&lt;p&gt;VTEX runs e-commerce for Nike, Carrefour, Samsung, Motorola, and 3,760+ other brands. Every one exposes the same search and catalog API endpoints. Same JSON schema. Same pagination rules.&lt;/p&gt;

&lt;p&gt;For years, if you wanted to query products across retailers, you had to scrape or make separate API calls per store. There was no aggregation layer.&lt;/p&gt;

&lt;p&gt;VTEX powers e-commerce for Nike, Carrefour, Samsung, and 3,760+ brands. &lt;br&gt;
All share the same public API — but no one had built the aggregation layer for programmatic access. Until now.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;pip install cli-market&lt;/strong&gt; and your terminal becomes a commerce engine across 67 countries.&lt;/p&gt;

&lt;p&gt;So I built one.&lt;br&gt;
gifsicle --optimize=3 --lossy=80 demo.gif -o demo-small.gif&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcrngxa6zlrnynfdjgg5q.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcrngxa6zlrnynfdjgg5q.gif" alt=" " width="560" height="323"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Technical details:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Single Python connector that maps VTEX's public search/catalog/checkout endpoints&lt;/li&gt;
&lt;li&gt;Each retailer = one config line: {domain, country, currency, line}&lt;/li&gt;
&lt;li&gt;SQLite price snapshots for historical data&lt;/li&gt;
&lt;li&gt;Rich terminal UI + REST API + MCP server (12 tools)&lt;/li&gt;
&lt;li&gt;JSON output saves ~85% context window tokens vs raw HTML&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Everything is indexed and queryable cross-retailer. Search "milk" and get results from Carrefour Brazil, Sainsbury's UK, Wong Peru, in one response.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/Treevu-ai/cli-market-world" rel="noopener noreferrer"&gt;https://github.com/Treevu-ai/cli-market-world&lt;/a&gt;&lt;br&gt;
Live: &lt;a href="https://cli-market.dev" rel="noopener noreferrer"&gt;https://cli-market.dev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Stack: Python, FastAPI, Rich, SQLite, Next.js. MIT license.&lt;/p&gt;

&lt;p&gt;Curious what the community thinks about e-commerce APIs being still optimized for browsers instead of programmatic access.&lt;/p&gt;

</description>
      <category>api</category>
      <category>cli</category>
      <category>python</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Conecta tus agentes de IA a +2000 retailers de LATAM con una sola API</title>
      <dc:creator>Ricardo Cuba</dc:creator>
      <pubDate>Mon, 18 May 2026 04:14:09 +0000</pubDate>
      <link>https://dev.to/ricardo_cuba/conecta-tus-agentes-de-ia-a-2000-retailers-de-latam-con-una-sola-api-3hgh</link>
      <guid>https://dev.to/ricardo_cuba/conecta-tus-agentes-de-ia-a-2000-retailers-de-latam-con-una-sola-api-3hgh</guid>
      <description>&lt;p&gt;En este post te presento CLI Market, una infraestructura de comercio open source que conecta 100 retailers en 12 países de LATAM a través de una sola API y una CLI para agentes de IA.&lt;/p&gt;

&lt;p&gt;_&lt;/p&gt;

&lt;p&gt;¿Qué es CLI Market?&lt;br&gt;
CLI Market unifica catálogos, precios y disponibilidad de múltiples retailers para que tus agentes de IA puedan buscar, comparar y simular compras sin integrar tienda por tienda.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;2000+ retailers conectados&lt;/li&gt;
&lt;li&gt;40+ países en el mundo&lt;/li&gt;
&lt;li&gt;Una API y una CLI open source&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 Sitio: &lt;a href="https://cli-market.dev/" rel="noopener noreferrer"&gt;https://cli-market.dev/&lt;/a&gt;&lt;br&gt;
👉 Repo: &lt;a href="https://github.com/Treevu-ai/cli-market-world" rel="noopener noreferrer"&gt;https://github.com/Treevu-ai/cli-market-world&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Cómo empezar?
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/Treevu-ai/cli-market-latam.git
&lt;span class="nb"&gt;cd &lt;/span&gt;cli-market-latam
npm &lt;span class="nb"&gt;install
&lt;/span&gt;npm run cli
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Ejemplo rápido para listar retailers por país:
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cli-market retailers list --country=PE
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Con esto ya puedes exponer catálogos como herramientas para tus agentes (HTTP, JSON, MCP) y construir asistentes que optimicen compras en retail sobre una sola capa de infraestructura.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>api</category>
      <category>startup</category>
    </item>
    <item>
      <title>first create post dev test</title>
      <dc:creator>Ricardo Cuba</dc:creator>
      <pubDate>Mon, 11 May 2026 02:41:34 +0000</pubDate>
      <link>https://dev.to/ricardo_cuba/3-ways-to-installing-ubuntu-515j</link>
      <guid>https://dev.to/ricardo_cuba/3-ways-to-installing-ubuntu-515j</guid>
      <description>&lt;p&gt;One of the most powerful things I've learned a few days ago is the possibilities to vibe coding from ubuntu and docker containers&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>productivity</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
