v5
latestOpenAPI 3.1.02026-08-025631,1012.8 MBMarketplace
Browse Marketplace Catalog
Browse marketplace catalog with optional filters.
Returns published, listed marketplace listings only. Unlisted retrievers are still accessible via direct link but don't appear here.
get/v1/marketplace/catalog
Query parameters
categorystring nullable
Filter by category (e.g., 'Content Moderation', 'Search')
Filter by category (e.g., 'Content Moderation', 'Search')
tagsstring[] nullable
Filter by tags (AND logic - listing must have all tags)
Filter by tags (AND logic - listing must have all tags)
searchstring nullable
Search in title and description
Search in title and description
skipinteger
Number of listings to skip
Number of listings to skip
limitinteger
Number of listings to return
Number of listings to return
Response
Successful Response
Example response
[
{
"title": "Brand Safety Classification API",
"public_name": "brand-safety-api",
"app_url": "https://nga.mxp.co",
"icon_base64": "data:image/png;base64,iVBORw0KGgoAAAANS...",
"display_config": {
"components": [
{
"props": {
"field": "video_url",
"label": "Enter video URL"
},
"type": "SearchInput"
},
{
"props": {
"fields": [
"title",
"description",
"score"
],
"layout": "grid"
},
"type": "ResultCard"
}
],
"theme": {
"fontFamily": "Inter, sans-serif",
"primaryColor": "#007AFF"
}
},
"password_secret_name": "marketplace_password",
"featured_rank": 1
}
]