{"uid":"cap_aEq2vU6E3djHcXYiTUqGj","slug":"apple-app-store-product-details-path-variant-b24941b4","name":"Apple App Store Product Details (Path Variant)","description":"**Apple App Store Search & Reviews** on x402 Atlas — pay-per-call over the [x402 protocol](https://x402.org).\n\nPaid routes are billed per call in USDC on Base, Polygon, or Arbitrum, starting at $0.005; each operation states its exact price below. Request a route with no payment to receive the `402` challenge, then repeat it with an `X-PAYMENT` header — an x402 client (`x402-fetch` / `x402-axios`) performs that exchange for you.\n\nFull onboarding, quickstart, and the other APIs: https://use.x402atlas.com/docs","url":"https://appstore.use.x402atlas.com/v2/product/%7Bproduct_id%7D","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","pathParams"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object","required":["product_id"],"properties":{"product_id":{"type":"string","pattern":"^[0-9]+$","maxLength":32,"description":"Numeric App Store app id (from /appstore/search)"}}},"queryParams":{"type":"object","properties":{"country":{"type":"string","maxLength":2,"description":"Optional two-letter store country (e.g. us, gb)"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["queried_at","product"],"properties":{"note":{"type":"string","description":"Present only when no app matched: a hint that product_id must be a numeric App Store id. The paid lookup still ran."},"product":{"type":"object","properties":{"id":{"type":"string"},"logo":{"type":"string"},"price":{"type":"string"},"title":{"type":"string"},"rating":{"type":"number"},"snippet":{"type":"string"},"developer":{"type":"object","properties":{"id":{"type":"integer"},"link":{"type":"string"},"name":{"type":"string"}}},"age_rating":{"type":"string"},"description":{"type":"string"},"information":{"type":"object","properties":{"size":{"type":"string"},"seller":{"type":"string"},"category":{"type":"string"},"copyright":{"type":"string"},"age_rating":{"type":"string"}}},"rating_count":{"type":"string"},"version_history":{"type":"array","items":{"type":"object","properties":{"release_date":{"type":"string"},"release_notes":{"type":"string"},"release_version":{"type":"string"}}}},"ipad_screenshots":{"type":"array","items":{"type":"string"}},"iphone_screenshots":{"type":"array","items":{"type":"string"}}}},"queried_at":{"type":"string","format":"date-time"}}}}}}},"responseSchema":{"type":"json","example":{"product":{"id":"1069513131","price":"Free","title":"CARROT Weather: Alerts & Radar","rating":4.8,"developer":{"name":"Grailr LLC"},"age_rating":"12+","rating_count":"51K Ratings"},"queried_at":"2026-07-11T12:00:00Z"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.02","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.02/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_1oeDJ89SgUTgtP3_f_bJq","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.02","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches a full profile for a single iOS app by its numeric product_id supplied in the URL path, returning rating, price, description, developer info, screenshots, version history, and more.","exampleAgentPrompt":"Can you pull up the full App Store details for CARROT Weather — its rating, price, developer, and latest version history? The app ID is 1069513131.","exampleUseCases":[{"title":"App competitor research snapshot","prompt":"I want to know everything about Duolingo on the App Store — its rating, how many reviews it has, the developer name, price, and a summary of its description. The app ID is 476874186."},{"title":"Checking age rating before recommending","prompt":"Before I recommend this app to parents, can you look up its App Store page by ID 1440147259 and tell me its age rating, category, and what the description says it does?"},{"title":"Monitoring app version history","prompt":"Can you fetch the version history and latest release notes for the app with Store ID 1069513131 in the UK store so I can see what changed in recent updates?"}],"resultDescription":"Returns a JSON object with the app's full profile including: numeric ID, title, price, star rating, rating count, developer name and link, age rating, full description, category, file size, seller, copyright, version history (date, notes, version per release), iPhone and iPad screenshots URLs, and a queried_at timestamp. If no app matches the ID, a note field explains the error.","failureModes":["Invalid product_id format (non-numeric) — schema validation error before call","product_id not found in App Store — response includes a 'note' field indicating no match, but the paid call still ran and is billed","Missing payment header — server returns HTTP 402 challenge with payment details","Invalid country code — may return no result or default to US store","Network or upstream Apple data unavailability — may return empty or partial product fields"],"whenToPreferThis":"Use this endpoint when you already have a numeric App Store product_id (e.g. from a prior search call) and need the complete app metadata — rating, description, version history, screenshots, developer details — for a single app. Prefer this path-variant form when your HTTP client or routing logic naturally places the product_id in the URL path rather than a query parameter. Choose over the sibling query-param variant based on your client's URL construction preference; both return equivalent data.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T06:30:35.100Z","isFirstParty":false}