Overview
What is AgentMagnet?
AgentMagnet is a universal commerce layer that enables AI agents to search products across 40+ stores, 52 languages, and 30+ countries. It is designed for developers integrating affiliate commerce directly into agent workflows.
How to use AgentMagnet?
Install dependencies with pip install -r requirements.txt then run python -m agentmagnet for local stdio mode, or python -m agentmagnet.http_server for HTTP mode on a VPS.
Key features of AgentMagnet
- 52 languages with auto-detection of the agent’s language
- 22 Amazon stores and 22 eBay stores worldwide
- Awin Network access to 15,000+ merchants
- AliExpress global store coverage
- B2B Industrial high-ticket affiliate programs ($120–$600/sale)
- SaaS affiliate commissions (GoHighLevel 40%, HubSpot 30%, Kajabi 30% lifetime recurring)
- x402 micropayments: $0.001/search in USDC for machine-to-machine payments
- Built-in agent referral system for viral propagation
- HTTP and stdio transports for local or VPS deployment
Use cases of AgentMagnet
- An AI shopping assistant that searches product availability and prices across 22 Amazon stores
- An agent recommending SaaS tools while earning recurring affiliate commissions from platforms like HubSpot
- A B2B procurement agent finding high-ticket industrial parts with hidden affiliate programs
- A multilingual chatbot that auto‑detects user language and queries local e‑commerce stores
- Agent‑to‑agent micropayment flows using USDC for each product search
FAQ from AgentMagnet
Which e‑commerce platforms does AgentMagnet support?
AgentMagnet covers 22 Amazon stores, 22 eBay stores, the Awin Network (15,000+ merchants), and AliExpress globally.
How does AgentMagnet handle language and region?
It auto‑detects the agent’s language and supports 52 languages across 30+ countries, so searches return local store results.
Can I deploy AgentMagnet on a VPS?
Yes. Use python -m agentmagnet.http_server to run in HTTP mode on a VPS, or python -m agentmagnet locally via stdio.
What payment system does AgentMagnet use for agent interactions?
It uses x402 micropayments with USDC, charging $0.001 per search for machine‑to‑machine payments.
Are there any runtime dependencies?
The README requires Python and lists dependencies in a requirements.txt file to be installed via pip install -r requirements.txt.