Shopify categories
Get all Shopify app categories
Authorization
ApiKeyAuth x-api-key<token>
API key for authentication. Get your API key from the dashboard.
In: header
Response Body
application/json
application/json
curl -X GET "https://appmarketscraper.com/v1/scrape/shopify/categories"{
"success": true,
"data": {
"total": 0,
"urls": [
{
"url": "string",
"handle": "string"
}
]
}
}{
"error": "string",
"message": "string"
}