Frycold API
Complete Store Management Platform
https://api.frycold.comOpen Search
Powerful search capabilities across your entire product catalog with advanced filtering, sorting, and real-time indexing.
GET
https://api.frycold.com/searchSearch products across the catalog
settings Parameters
Name
Type
Required
Description
apikeystring
Yes
Your API authentication key
qstring
Yes
Search query string
limitnumber
No
Number of results (default: 20)
offsetnumber
No
Pagination offset (default: 0)
sortstring
No
Sort field (e.g., price, name)
code Response Example
{ "results": [...], "total": 100, "offset": 0 } GET
https://api.frycold.com/search/filtersGet available filter options
settings Parameters
Name
Type
Required
Description
apikeystring
Yes
Your API authentication key
categorystring
No
Filter by category
code Response Example
{ "filters": { "categories": [...], "brands": [...] } }
Need some help?
We all do sometimes; code is hard.
Get help now from our support team, or lean on the wisdom of the crowd by browsing #frycold tag the dev portals.
