Free APIs for ClickBank offers, Amazon products, and real estate deal analysis. Agent directory. Manifest validator. Weekly newsletter. Built for people who build AI agents.
Get Your Free API Key โSearch 5,000+ affiliate offers. Gravity trends, EPC, commission rates, hoplink generation.
LIVE 5,000+ offersSearch top affiliate products. Prices, ratings, commission data, best-seller ranks.
SEED DATA LIVE SCRAPING SOONFlip analysis, BRRRR calculator, cap rates, ROI projections. Hard money math included.
LIVE 4 calculatorsFree API key. Access all three data sources.
No credit card. No spam. Unsubscribe anytime. Your data is never sold.
Your API key (save this โ it won't be shown again):
Try it: curl -H "Authorization: Bearer " https://cbapi.dev/v1/search -d '{"limit":3}'
๐ Quick Start
โข Explore all endpoints
โข List your agent in the directory
โข Full API docs (Swagger)
List your agent. Browse what others are building. Get discovered by users and companies.
Browse directory โCheck your agent.json. Get an A+ score. A+ manifests get featured in the newsletter.
Try validator โTop offers across all marketplaces, agent-building tips, new tools, directory highlights.
Every Monday morning| POST/v1/search | Search ClickBank offers | LIVE |
| GET/v1/offers/{vendor_id} | Offer details + gravity trend | LIVE |
| POST/v1/hoplinks | Generate ClickBank hoplinks | LIVE |
| POST/v1/amazon/search | Search Amazon products | BETA |
| GET/v1/amazon/products/{asin} | Amazon product details | BETA |
| GET/v1/amazon/categories | Amazon category list | BETA |
| POST/v1/realestate/flip | Flip deal analysis | LIVE |
| POST/v1/realestate/brrrr | BRRRR analysis | LIVE |
| POST/v1/realestate/cap-rate | Cap rate calculator | LIVE |
| POST/v1/realestate/roi | Total ROI calculator | LIVE |
| POST/v1/directory/register | List your agent | LIVE |
| GET/v1/directory | Browse agent directory | LIVE |
| POST/v1/tools/validate-manifest | Validate agent.json | LIVE |
curl -X POST https://cbapi.dev/v1/search \
-H "Authorization: Bearer ***" \
-H "Content-Type: application/json" \
-d '{"query":"brain","min_gravity":50,"limit":3}'
curl -X POST https://cbapi.dev/v1/realestate/flip \
-H "Authorization: Bearer ***" \
-H "Content-Type: application/json" \
-d '{"purchase":250000,"rehab":50000,"arv":420000,"months":6}'
curl -X POST https://cbapi.dev/v1/amazon/search \
-H "Authorization: Bearer ***" \
-H "Content-Type: application/json" \
-d '{"category":"Electronics","sort":"rating","limit":5}'