AppMarketScraper

Shopify developer detail

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

Get information about a specific Shopify app developer

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://api.appmarketscraper.com/v1/scrape/shopify/developer/string"
{
  "success": true,
  "data": {
    "name": "string",
    "apps": [
      {
        "name": "string",
        "url": "string",
        "category": "string",
        "rating": 0
      }
    ]
  }
}
{
  "error": "string",
  "message": "string"
}
{
  "error": "string",
  "message": "string"
}