Piloterr

Shopify Apps

Retrieve structured details about any Shopify App Store listing, including title, logo, screenshots, pricing plans, categories, and description.

Credit cost: 1 credit per call

GET
/v2/shopify/apps

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string

URL of the Shopify App Store listing to scrape.

Example:

https://apps.shopify.com/judgeme

Notes:

  • The URL must point to a valid listing on apps.shopify.com.
  • The API returns the app title, handle, logo, screenshots, description, pricing plans, and categories.
  • The app handle is the slug at the end of the URL (e.g. judgeme in https://apps.shopify.com/judgeme).

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/shopify/apps?query=string"

{
  "url": "https://apps.shopify.com/judgeme",
  "logo": "https://cdn.shopify.com/app-store/listing_images/8cada0f5da411a64e756606bb036f1ed/icon/CIfp9fWd34sDEAE=.png",
  "title": "Judge.me Product Reviews App",
  "handle": "judgeme",
  "images": [
    {
      "url": "https://cdn.shopify.com/app-store/listing_images/8cada0f5da411a64e756606bb036f1ed/desktop_screenshot/CJ3w-uC_140DEAE=.png?height=360&width=640",
      "description": "Collect unlimited reviews automatically from email, SMS, QR code"
    },
    {
      "url": "https://cdn.shopify.com/app-store/listing_images/8cada0f5da411a64e756606bb036f1ed/desktop_screenshot/CPWYhuG_140DEAE=.png?height=360&width=640",
      "description": "Display reviews with Star Rating, Review Widget, Carousel & more"
    },
    {
      "url": "https://cdn.shopify.com/app-store/listing_images/8cada0f5da411a64e756606bb036f1ed/desktop_screenshot/COzMkOG_140DEAE=.png?height=360&width=640",
      "description": "Collect and display reviews in customers' language automatically"
    }
  ],
  "pricing": [
    {
      "name": "Forever Free",
      "price": "Free",
      "features": [
        "Google rich snippets & Google MyBusiness",
        "Carousels (Video, Cards, Testimonials)",
        "Unlimited product and store reviews",
        "Sync with Shop App, Etsy, Amazon",
        "Unlimited visual reviews (photos/videos)",
        "Review widget & star rating badge",
        "Trust badge and medals",
        "Reviews importer & AliExpress sync"
      ]
    },
    {
      "name": "Awesome",
      "price": "$15/month",
      "features": [
        "Meta & TikTokShop sync, SocialMedia push",
        "Coupons & Referrals",
        "Google Shopping",
        "AI (replies, summary, translations)",
        "Full customization",
        "Advanced collection (auto-reminder, etc)",
        "130+ integrations, inc. Klaviyo, Gorgias",
        "16 widgets (Snippets, Q&A, Reviews Page)"
      ]
    }
  ],
  "categories": [],
  "description": "Sell more with unlimited product reviews, UGC, star ratings, and testimonials. Judge.me boosts conversion rate with unlimited product reviews, star ratings, and UGC (photo/video). Automate review requests after fulfillment or delivery, launch review widgets and testimonial sliders, boost visibility with Google reviews & SEO page."
}

{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}