AppMarketScraper

Shopify apps

GET
/v1/scrape/shopify/apps

Get all apps from Shopify App Store sitemap

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/apps"
{
  "success": true,
  "data": {
    "total": 0,
    "apps": [
      {
        "url": "string",
        "handle": "string"
      }
    ]
  }
}
{
  "error": "string",
  "message": "string"
}