Open Search

Powerful search capabilities across your entire product catalog with advanced filtering, sorting, and real-time indexing.

GET https://api.frycold.com/search

Search products across the catalog

Parameters

Name
Type
Required
Description
apikey
string
Yes
Your API authentication key
q
string
Yes
Search query string
limit
number
No
Number of results (default: 20)
offset
number
No
Pagination offset (default: 0)
sort
string
No
Sort field (e.g., price, name)

Response Example

{ "results": [...], "total": 100, "offset": 0 }
GET https://api.frycold.com/search/filters

Get available filter options

Parameters

Name
Type
Required
Description
apikey
string
Yes
Your API authentication key
category
string
No
Filter by category

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.