ToolAssay

Apple App Store product details (path variant) — full profile for a single app b

Apple App Store product details (path variant) — full profile for a single app by product_id in the URL: rating, price, description, version history, screenshots & metadata as clean JSON.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
653 msmedian answer time
$0.02listed price per call
$0.02price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://appstore.use.x402atlas.com/v2/product/:product_id

CategoryCommerce and shopping
Provider hostappstore.use.x402atlas.com
Networkseip155:137, eip155:42161, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 653 ms

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {
    "product_id": "886427730"
  },
  "queryParams": {
    "country": "us"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "pathParams": {
          "properties": {
            "product_id": {
              "description": "Numeric App Store app id (from /appstore/search)",
              "maxLength": 32,
              "pattern": "^[0-9]+$",
              "type": "string"
            }
          },
          "required": [
            "product_id"
          ],
          "type": "object"
        },
        "queryParams": {
          "properties": {
            "country": {
              "description": "Optional two-letter store country (e.g. us, gb)",
              "maxLength": 2,
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "pathParams"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "note": {
              "description": "Present only when no app matched: a hint that product_id must be a numeric App Store id. The paid lookup still ran.",
              "type": "string"
            },
            "product": {
              "properties": {
                "age_rating": {
                  "type": "string"
                },
                "description": {
                  "type": "string"
                },
                "developer": {
                  "properties": {
                    "id": {
                      "type": "integer"
                    },
                    "link": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "id": {
                  "type": "string"
                },
                "information": {
                  "properties": {
                    "age_rating": {
                      "type": "string"
                    },
                    "category": {
                      "type": "string"
                    },
                    "copyright": {
                      "type": "string"
                    },
                    "seller": {
                      "type": "string"
                    },
                    "size": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "ipad_screenshots": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "iphone_screenshots": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "logo": {
                  "type": "string"
                },
                "price": {
                  "type": "string"
                },
                "rating": {
                  "type": "number"
                },
                "rating_count": {
                  "type": "string"
                },
                "snippet": {
                  "type": "string"
                },
                "title": {
                  "type": "string"
                },
                "version_history": {
                  "items": {
                    "properties": {
                      "release_date": {
                        "type": "string"
                      },
                      "release_notes": {
                        "type": "string"
                      },
                      "release_version": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "type": "array"
                }
              },
              "type": "object"
            },
            "queried_at": {
              "format": "date-time",
              "type": "string"
            }
          },
          "required": [
            "queried_at",
            "product"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON