Developer Platform
Bouw krachtige integraties met de Erches API
25+
Endpoints
99.9%
Uptime
< 100ms
Response time
MCP
Ready
Aan de slag
Register
Create an account and verify your email.
Get API Key
Generate your API key from the dashboard.
Make first call
Use the examples below to hit your first endpoint.
API Endpoints
Complete reference for every available route.
Search & Browse
Public/api/agent/searchSearch listings/api/agent/listings/{id}Get listing details/api/agent/categoriesList categories/api/agent/openapi.jsonOpenAPI 3.1 specIntelligence
Auth required/api/agent/researchDeep research on item/api/agent/cross-match/{id}Cross-platform price comparison/api/ai/product-analysisAI product analysis/api/ai/analyze-photosPhoto analysis with AI vision/api/ai/bid-advisorBid recommendationTransactions
Pro+ tier/api/agent/bidPlace auction bid/api/agent/buyCreate checkout/api/agent/checkout/confirmConfirm purchase/api/agent/listings/createCreate listing/api/agent/creditsCheck credit balanceCode Examples
fetch('https://erches.com/api/agent/search', {
method: 'GET',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer ek_live_...',
},
})
.then(r => r.json())
.then(data => console.log(data));Authenticatie
All authenticated requests require a Bearer token in the Authorization header.
// Required header for authenticated endpoints
headers: {
'Authorization': 'Bearer ek_live_abc123...',
'Content-Type': 'application/json',
}Get your API key
API keys are available after registration. Create an account and generate keys from your dashboard.
Create AccountRate Limits
Choose the plan that fits your integration needs.
Free
100
req / day
Free
Pro
5,000
req / day
€29/mo
Enterprise
Unlimited
Custom
MCP Integration
Connect Erches to Claude Desktop, Cursor, or any MCP (Model Context Protocol) client. Your AI assistant gets direct access to marketplace search, research, and transactions.
Quick start
npx erches-mcp-serverAdd this as an MCP server in your client's configuration file.
Available tools (7)
search_listingsget_listingresearch_itemcross_matchanalyze_photosplace_bidcheck_creditsSDKs & Bibliotheken
Use our official SDKs to integrate faster.
JavaScript / TypeScript
npm install @erches/sdk
import { ErchesClient } from '@erches/sdk';Python
Binnenkort
pip install erchesReady to build?
Create an account to get your API key and start integrating with the Erches marketplace in minutes.
Create Account