Amin Bedra Marketing

Projects & Live Demos

This is the proof-of-work side of my consultancy: live data pulls, automation ideas, and small systems that show how I think about growth.

← Return to the Dojo
Live API Integration

Real-Time Crypto Prices

A lightweight example from the builder side of Amin Bedra Marketing. Live data, clean frontend logic, and the same practical mindset I bring to dashboards, reporting layers, and growth tooling.

🔴 Live Data Source: CoinGecko API

Crypto Market Pulse

Pulled live via fetch() from CoinGecko's public REST endpoint. Prices update every 60 seconds automatically.

Calling the API...
Connecting to CoinGecko API...
// The actual fetch call powering this widget const endpoint = 'https://api.coingecko.com/api/v3/simple/price' + '?ids=bitcoin,ethereum,solana' + '&vs_currencies=usd' + '&include_24hr_change=true' + '&include_market_cap=true'; const response = await fetch(endpoint); const data = await response.json(); // → { bitcoin: { usd: 65432, usd_24h_change: 2.4 }, ... }
Case Studies

Selected Work

A few of the systems I build through Amin Bedra Marketing — part growth engine, part operating discipline, all tied back to revenue.

Marketing Automation

HubSpot Lead Scoring Engine

I built a multi-touch lead scoring model for a SaaS company that shortened the sales cycle by 30% by routing only marketing-qualified leads to the sales team.

ABM Campaign

Account-Based Marketing for Enterprise

I designed and ran a six-touch ABM sequence targeting Fortune 500 procurement leads, generating 12 qualified opportunities in 8 weeks.

SEO & Analytics

Organic Growth System

I built a programmatic SEO engine using structured data and API-fed pages, growing organic sessions by 220% in 6 months with zero ad spend.