Akakçe
Search Products
Akakçe search results for a term: every matching product's own lowest price, seller count, follower count and image. Narrow with filterIds from akakce/search-filters, or a price range.
GET
/v1/akakce/search2 creditsParameters
| Name | Type | Required | Description |
|---|---|---|---|
| phrase | string | required | The search term, e.g. "Shark Neverchange5". Required. |
| sort | string | optional | relevance (Akakçe's own default order), cheapest, most_expensive, newest, or top_rated (the handful of listings Akakçe has actually rated surface first). One of: relevance, cheapest, newest, most_expensive, top_rated. |
| page | number | optional | One-based page number. |
| filterIds | string | optional | Facet ids to narrow by, comma-separated — get them from akakce/search-filters first; the accepted values are different for every search term. |
| minPrice | number | optional | Lowest price to include, in TRY. |
| maxPrice | number | optional | Highest price to include, in TRY. |
Request
curl --request GET 'https://data-api.roketfy.com/v1/akakce/search?phrase=%3Cphrase%3E' \
--header 'Authorization: Bearer YOUR_TOKEN'MCP
Available to AI agents as the tool akakce_search, with the same parameters and the same credit cost.