๐Ÿช AgentBazaar

Multi-marketplace product search for AI agents
x402 micropayments ยท 5 endpoints ยท 4 marketplaces
Powered by Apify ยท Pay-Per-Request
eBay
โœ… Live
AliExpress
โœ… Live
Amazon
โœ… Live
Etsy
โœ… Live
8
Endpoints
4
Marketplaces
$0.05-$0.25
Per Request
Base
Chain

Endpoints

Search, discover, and find deals across marketplaces โ€” pay only for what you use

GET /api/search $0.10
Search products by keyword across eBay, AliExpress, Amazon, or Etsy
q marketplace limit
GET /api/item $0.05
Get detailed product info by URL โ€” works across all marketplaces
url marketplace
GET /api/seller $0.10
Check seller listings โ€” eBay sellers or Etsy shops
username marketplace
GET /api/deals $0.25
Find underpriced items โ€” scans 50 listings, returns best deals with scores
q marketplace limit
GET /api/trending $0.15
Trending items by marketplace โ€” price stats and category analysis
marketplace category limit
GET /api/compare $0.25
Compare prices across eBay, AliExpress, Amazon โ€” find the cheapest marketplace for any product
q limit
GET /api/reviews $0.15
Get product reviews and ratings โ€” assess quality before recommending
url marketplace limit
GET /api/seller-products $0.10
List all products from a seller with price stats โ€” browse seller catalog
username marketplace limit

Quick Start

# Search eBay
curl "https://agentbazaar.vercel.app/api/search?q=iphone+15+case&marketplace=ebay"

# Search AliExpress
curl "https://agentbazaar.vercel.app/api/search?q=phone+case&marketplace=aliexpress"

# Search Amazon
curl "https://agentbazaar.vercel.app/api/search?q=wireless+headphones&marketplace=amazon"

# Search Etsy
curl "https://agentbazaar.vercel.app/api/search?q=handmade+jewelry&marketplace=etsy"

# Find deals on eBay
curl "https://agentbazaar.vercel.app/api/deals?q=mechanical+keyboard&marketplace=ebay"

# Compare prices across marketplaces
curl "https://agentbazaar.vercel.app/api/compare?q=wireless+headphones"

# Get product reviews (eBay)
curl "https://agentbazaar.vercel.app/api/reviews?url=https://www.ebay.com/itm/123456"

# List seller products
curl "https://agentbazaar.vercel.app/api/seller-products?username=seller_name&marketplace=ebay"

# Get item details
curl "https://agentbazaar.vercel.app/api/item?url=https://www.ebay.com/itm/123456&marketplace=ebay"
      
Powered by Apify Actors ยท x402 Protocol ยท Base Chain