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