# Product Schema Extract for Apple and Best Buy

**Use case:** 

Retrieve structured JSON-LD data for Apple iPhone and AirPods Pro. Get detailed product information, including pricing and specifications.

## Input

```json
{
  "urls": [
    "https://www.apple.com/shop/buy-iphone/iphone-16-pro",
    "https://www.bestbuy.com/site/apple-airpods-pro-2nd-generation-with-magsafe-case-usb-c/887988/p/N82E16833065080"
  ],
  "url": "https://en.wikipedia.org/wiki/Anthropic",
  "fields": [],
  "extractJsonLd": true,
  "extractTables": false,
  "extractContacts": false,
  "extractImages": true,
  "extractLinks": false,
  "concurrency": 5,
  "useApifyProxy": true,
  "proxyGroups": []
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "extracted": {
    "label": "Extracted (price / author / brand …)",
    "format": "object"
  },
  "statusCode": {
    "label": "HTTP",
    "format": "integer"
  },
  "fetchedAt": {
    "label": "Fetched",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Web Extract — Structured Data from Any URL](https://apify.com/logiover/ai-web-extract) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/ai-web-extract) to learn more, explore other use cases, and run it yourself.