Compare prices on Amazon and Jumia via a Telegram chat bot

Text a product name to your Telegram bot and AI finds and compares the best price across Amazon and Jumia.

How the work actually flows

It branches. Every path runs; all paths must finish before it continues.

Pattern: Parallel Split (2) ยท Synchronisation (3)

flowchart TD trig>"user sends product name"]:::trig s0["dispatch product search"]:::task s1["extract real price and name"]:::task s2["reply with best price"]:::svc trig --> s0 s1 --> s2 gx{"+ which sites to search"}:::gate s0 --> gx p00["pull Amazon listings"]:::task gx -->|"search Amazon"| p00 p10["pull Jumia listings"]:::task gx -->|"search Jumia"| p10 jn{"+ combine listings"}:::gate p00 --> jn p10 --> jn jn --> s1 out[/"best price delivered via chat"/]:::out pay{{"saves time comparing prices"}}:::pay s2 --> out out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itA stepAn outside serviceEvery pathWaits for allResultPayoff
Build size
Advanced

A larger build with multiple systems, AI reasoning, and custom rules.

Business functions
AI Agents & Autonomous SystemsE-commerce & ProductMessaging & Notifications
Connects
TelegramAmazonJumiaOpenAIDecodo

The problem it solves

You want to know if a product is cheaper on Amazon or Jumia, but checking both sites means opening a pile of tabs and comparing listings by hand. Shopping sites often block automated tools, so building a simple price-check yourself rarely works. You end up either overpaying or spending more time hunting for a deal than you saved.

Who it fits

Online shoppers and small resellers who want quick price comparisons without manually browsing multiple sites.

How it works

  1. You send a product name to the Telegram bot
  2. The system searches and pulls matching listings from Amazon and Jumia
  3. AI reads through the pages and picks out the real price and product name
  4. The bot replies with the best price found
What you get

Price comparisons you don't have to look up yourself

Text a product name to the bot and get the best matching price found across Amazon and Jumia.

What you get

A Telegram message showing the best price found for the product across both sites.

What you need

A Telegram bot, a Decodo API key for web access, and an OpenAI API key.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook