Apple Product API

Get the complete App Store product page for any app by its product id — description, ratings, price, in-app purchases, screenshots, version history and more, as structured JSON.

GET / apple/product
{
  "product_results": {
    "id": "534220544",
    "type": "app",
    "title": "The Great Coffee App",
    "developer": "Baglan Dosmagambetov",
    "bundle_id": "com.mobicreators.GreatCoffeeApp",
    "link": "https://apps.apple.com/us/app/the-great-coffee-app/id534220544",
    "price": "$2.99",
    "extracted_price": 2.99,
    "rating": 4.7,
    "reviews": 190,
    "ratings": [
      { "stars": 5, "count": 158 },
      { "stars": 4, "count": 14 }
    ],
    "genres": [
      { "name": "Food & Drink", "id": "6023" }
    ],
    "size": "251 MB",
    "age_rating": "13+",
    "in_app_purchases": true,
    "latest_version": "3.4.2",
    "whats_new": "Added support for new devices",
    "description": "Popular espresso-based drinks and alternative brewing methods by an expert barista..."
  }
}

How It Works Behind the API

</> Get
import requests

params = {
    "api_key": "APIKEY",
    "product_id": "534220544",
    "country": "us"
}

response = requests.get("https://api.scrapingdog.com/apple/product", params=params)
print(response.json())

Apple Product API Response (Structured JSON Data)

Try Scrapingdog for Free
  • App Details

    titledeveloperbundle_idgenres
  • Ratings & Reviews

    ratingreviewsratings
  • Description & Media

    descriptionscreenshotswhats_new
  • Compatibility & Extras

    compatibilityin_app_purchasessize

Apple Product API Features That Make Scraping Easy

  • Rotating Proxy Network

    A built-in rotating proxy system automatically changes IP addresses for every request to the App Store.

  • Automatic CAPTCHA Handling

    Scrapingdog automatically handles CAPTCHAs and anti-bot protection so your requests keep succeeding.

  • Complete Product Metadata

    Get title, developer, pricing, ratings, screenshots, description and version history in one call.

  • Version History & Release Notes

    Pull the latest version number and "what's new" notes directly from the product page.

  • Related App Data

    Response includes "more by this developer" and "you may also like" recommendations.

  • Fast Response Time

    Receive structured product data in just a few seconds with our high-performance infrastructure.

What you can build with an Apple Product API

  • Competitor Teardown

    Track a competitor’s pricing, ratings, screenshots and release notes as they update their app.

  • App Intelligence Dashboards

    Feed product-level metadata into internal dashboards to monitor app performance over time.

  • Price Monitoring Across Countries

    Compare an app’s pricing and in-app purchases across different App Store storefronts.

  • App Store Optimization

    Analyze descriptions, screenshots and genre placement to guide your own ASO strategy.

  • Related App Discovery

    Use "more by developer" and "you may also like" data to map out app ecosystems.

  • Market Research

    Collect structured product data at scale for academic or investment research on the app economy.

Built for teams of every size and background

  • ASO Specialists
  • Mobile Growth Teams
  • Market Researchers
  • Competitive Intelligence Teams
  • App Developers
  • Product Managers
  • Data Scientists
  • Investors & Analysts
  • Marketing Agencies
  • Data Engineers

Get Started with Our Apple Product API in Minutes

  1. 1

    Create free account

    Sign up and get free credits to start testing the Apple Product API.

  2. 2

    Get Your API Key

    Copy your API key from the dashboard to authenticate every request.

  3. 3

    Send Your First Request

    Call /apple/product with a product_id to get the full product page.

  4. 4

    Receive Structured Data

    Get a JSON object with a product_results field covering every product detail.

Transparent & Simple Pricing

Start your web scraping journey with 200 free credits. Test our service and upgrade to one of the plans below. Cancel anytime.

2 months Extra
  • FREE

    $0 forever
    • 200 Requests Credits
    • 1 Concurrency
    • Access To All APIs
    • No Credit Card Required
    • Community Support
    • Team Support
    Start for Free
  • LITE

    $40 /month
    • 200,000 Requests Credits
    • 5 Concurrency
    • Access To All APIs
    • Geotargeting
    • Email Support
    • No Team Support
    Start Trial
  • STANDARD

    $90 /month
    • 1,000,000 Requests Credits
    • 50 Concurrency
    • Access To All APIs
    • Geotargeting
    • Priority Email Support
    • No Team Support
    Start Trial
  • Popular

    PRO

    $200 /month
    • 3,000,000 Requests Credits
    • 100 Concurrency
    • Access To All APIs
    • Geotargeting
    • Priority Email Support
    • Team Support
    Start Trial
  • PREMIUM

    $350 /month
    • 6,000,000 Requests Credits
    • 150 Concurrency
    • Access To All APIs
    • Geotargeting
    • Priority Email Support
    • Team Support
    Start Trial

Trusted by Developers worldwide

4.8 TrustScore on Trustpilot
  • I got the free trial and in less than a minute I already integrated with their API, they had all the plug-and-play codes ready for me. It was seamless.

    Cara Damiano

    United States

  • I love how you can use it to scrape structured data without dealing with proxies or CAPTCHAs.

    Filip Ligaarden

    Norway

  • Scrapingdog is an awesome service. It gave me all the structured data I needed for my project.

    Hector Casanova Loera

    Mexico

  • Reliable, and simple to use! It’s also inexpensive and has packaged solutions for every need. Highly recommend.

    John Tyler

    France

Frequently Asked Questions

  • It returns the complete App Store product page for a given app id — description, developer, ratings, price, in-app purchases, screenshots, version history and more.

  • It’s the number after id in an App Store URL — for example 534220544 from apps.apple.com/us/app/id534220544.

  • No, this API returns the full page for a single, known app. To search the App Store by keyword, use the Apple App Store API.

  • The product response includes a small sample of reviews. For full, paginated review data, use the Apple Reviews API.

  • Each API request consumes a certain number of credits based on the dedicated API you're using. The number of credits required per request can vary depending on the specific API you're using.

Try Scrapingdog for Free!

Get 200 free credits to spin the API. No credit card required!