AppMarketScraper

Shopify app detail

GET
/v1/scrape/shopify/app/{handle}

Get detailed information about a specific Shopify app

Authorization

ApiKeyAuth
x-api-key<token>

API key for authentication. Get your API key from the dashboard.

In: header

Path Parameters

handle*string

Response Body

application/json

application/json

application/json

curl -X GET "https://appmarketscraper.com/v1/scrape/shopify/app/string"
{
  "success": true,
  "data": {
    "title": "string",
    "description": "string",
    "logo": "string",
    "rating": "string",
    "reviewCount": 0,
    "developer": {
      "name": "string",
      "address": "string",
      "url": "string"
    },
    "languages": [
      "string"
    ],
    "categories": [
      {
        "name": "string",
        "url": "string"
      }
    ],
    "worksWith": [
      "string"
    ],
    "pricing": "string",
    "pricings": [
      {
        "name": "string",
        "price": "string",
        "description": "string",
        "features": [
          "string"
        ]
      }
    ],
    "launchedDate": "string"
  }
}
{
  "error": "string",
  "message": "string"
}
{
  "error": "string",
  "message": "string"
}