/get_marketplace_categoriesGet Marketplace Categories
$0.01
JSON
REST
About this endpoint
Access Facebook data through agntdata: Get Marketplace Categories. This endpoint retrieves marketplace category details, providing the seo_url and category id values, which can be used as parameters for other endpoints to refine marketplace searches. Responses are structured JSON for AI agents, analytics, and automation — one API key instead of juggling upstream accounts. Ideal when you need page and group posts, marketplace listings, video content, and ad discovery programmatically.
Use cases
Responses
Successful response
{
"type": "object"
}Agent / Developer Schema
Machine-readable formats for integrating this endpoint into AI agents and toolchains.
{
"operationId": "Get_Marketplace_Categories",
"method": "get",
"path": "/get_marketplace_categories",
"summary": "Get Marketplace Categories",
"description": "This endpoint retrieves marketplace category details, providing the seo_url and category id values, which can be used as parameters for other endpoints to refine marketplace searches.",
"parameters": [],
"responses": [
{
"statusCode": "200",
"description": "Successful response",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
},
{
"statusCode": "400",
"description": "Bad request"
},
{
"statusCode": "401",
"description": "Unauthorized - invalid API key"
},
{
"statusCode": "429",
"description": "Rate limit exceeded"
}
]
}Pricing
Credits are deducted from your agntdata balance on each successful API call. Failed requests (4xx/5xx) are not charged.
Related endpoints
Start using this endpoint
Generate your API key and make your first call in under a minute. Free tier available with transparent pricing.