Join our affiliate program and earn commissions by promoting the world's best marketplace
Select the plan that best fits your ambitions. Start small or go big from day one.
Start earning commissions with your personal referral link and NFC card.
Grow your network and earn multi-level commissions from your team.
Unlock the full 3-level network and maximize your earning potential.
Integrate our product catalog into your own store via API.
Transparent pricing with no hidden fees. Choose your plan and start earning today.
| Feature | Promoter €200/year | Manager €400/year | Director €600/year | B2B Partner €1,000/year |
|---|---|---|---|---|
| Referral Link | ||||
| NFC Card | ||||
| Direct Commission | 10% | 12% | -- | |
| Multi-level Commissions | ||||
| Team Management | ||||
| API Access | ||||
| Product Catalog Import | ||||
| Get Started | Get Started | Get Started | Get Started |
Getting started is simple. Follow these four steps and start earning commissions.
Select the license that fits your business goals - Promoter, Manager, Director, or B2B.
Receive your unique referral link instantly and a physical NFC card shipped to your door.
Share your link with friends, family, and followers. Earn a commission on every purchase they make.
Monitor your earnings in real-time from your dashboard and receive payouts directly to your account.
Integrate our full product catalog into your own store. With our RESTful API, you can import products, manage orders, and keep your inventory synchronized in real-time.
Access our full product catalog and import items directly into your store with a single API call.
Place and track orders programmatically. Manage fulfillment and returns through the API.
Stay in sync with live inventory levels and get notified of stock changes instantly.
const response = await fetch(
'https://api.benefore.com/v1/products',
{
headers: {
'Authorization': 'Bearer YOUR_API_KEY'
}
}
);
const products = await response.json();
// Returns: { products: [...], total: 1234 }