DocumentationDashboard

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 credits

Parameters

Supply at least one of ctCode or url. Neither is required on its own.

NameTypeRequiredDescription
ctCodenumberone ofThe category's numeric id, e.g. "4003" for Cep Telefonu. Either this or url.
urlstringone ofThe 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.
sortstringoptionalSame five orders as akakce/search: relevance, cheapest, most_expensive, newest, top_rated. One of: relevance, cheapest, newest, most_expensive, top_rated.
pagenumberoptionalOne-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.