Akakçe
Category Products
Everything listed in an Akakçe category, in the same shape akakce/search returns — every product's own lowest price, seller count and follower count. Identify the category by its numeric ctCode, or its URL (costs one extra credit to resolve).
GET
/v1/akakce/category-products2 creditsParameters
Supply at least one of ctCode or url. Neither is required on its own.
| Name | Type | Required | Description |
|---|---|---|---|
| ctCode | number | one of | The category's numeric id, e.g. "4003" for Cep Telefonu. Either this or url. |
| url | string | one of | The category's own akakce.com URL, e.g. https://www.akakce.com/cep-telefonu.html — the id doesn't appear in the URL itself, so this costs one extra credit to resolve it off the page. Either this or ctCode. |
| sort | string | optional | Same five orders as akakce/search: relevance, cheapest, most_expensive, newest, top_rated. One of: relevance, cheapest, newest, most_expensive, top_rated. |
| page | number | optional | One-based page number. |
Request
curl --request GET 'https://data-api.roketfy.com/v1/akakce/category-products?ctCode=%3CctCode%3E' \
--header 'Authorization: Bearer YOUR_TOKEN'MCP
Available to AI agents as the tool akakce_category_products, with the same parameters and the same credit cost.