Shopify category apps
Get apps in a specific Shopify app category with pagination
Authorization
ApiKeyAuth x-api-key<token>
API key for authentication. Get your API key from the dashboard.
In: header
Path Parameters
handle*string
Query Parameters
page?string
Response Body
application/json
application/json
application/json
curl -X GET "https://appmarketscraper.com/v1/scrape/shopify/category/string"{
"success": true,
"data": {
"name": "string",
"description": "string",
"appCount": 0,
"apps": [
{
"name": "string",
"url": "string",
"handle": "string",
"developer": "string",
"rating": 0,
"isSponsored": true,
"isBuiltForShopify": true,
"position": 0
}
],
"pagination": {
"hasNextPage": true,
"totalPages": 0,
"currentPage": 0
},
"pageType": "topic"
}
}{
"error": "string",
"message": "string"
}{
"error": "string",
"message": "string"
}