Shopify App Store
Search apps by keyword
GET
Search apps by keyword
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.scoutlayer.io/v1/shopify/appstore/search{
"query": "<string>",
"totalCount": 123,
"apps": [
{
"name": "<string>",
"url": "<string>",
"isSponsored": true,
"isBuiltForShopify": true,
"position": 123,
"handle": "<string>"
}
],
"pagination": {
"hasNextPage": true,
"totalPages": 123,
"currentPage": 123
},
"hasResults": true
}Search keyword
1"email marketing"
Page number
x >= 11
curl --request GET \
--url https://api.scoutlayer.io/v1/shopify/appstore/search{
"query": "<string>",
"totalCount": 123,
"apps": [
{
"name": "<string>",
"url": "<string>",
"isSponsored": true,
"isBuiltForShopify": true,
"position": 123,
"handle": "<string>"
}
],
"pagination": {
"hasNextPage": true,
"totalPages": 123,
"currentPage": 123
},
"hasResults": true
}