---
title: "Product"
method: GET
path: "/product"
tags: ["Product"]
---

# Product

`GET /product`

Automatically extract pricing, product specs, images, and more from an e-commerce product page.

## Query parameters

- `url` string, required
- `fields` 'links' | 'extlinks' | 'meta' | 'querystring' | 'breadcrumb'
- `timeout` integer
- `callback` string
- `proxy` string
- `proxyAuth` string
- `useProxy` string
- `discussion` boolean
- `renderDelay` integer
- `scroll` 'slow' | 'fast'

## Response `200`

Successful API Response

- object
  - `request` object
    - `pageUrl` string
    - `api` string
    - `version` integer
  - `humanLanguage` string
  - `objects` object[]
    - `images` object[]
      - `xpath` string
      - `naturalHeight` integer
      - `width` integer
      - `diffbotUri` string
      - `title` string
      - `url` string
      - `naturalWidth` integer
      - `primary` boolean
      - `height` integer
    - `offerPrice` string
    - `productId` string
    - `diffbotUri` string
    - `upc` string
    - `productOrigin` string
    - `mpn` string
    - `gs1Code` string
    - `multipleProducts` boolean
    - `availability` boolean
    - `type` string
    - `title` string
    - `offerPriceDetails` object
      - `symbol` string
      - `amount` number
      - `text` string
    - `specs` object
      - `mfr_part_` string
      - `upc` string
      - `sku` string
    - `normalizedSpecs` object
      - `sku` object[]
        - `cleanLiteral` string
    - `humanLanguage` string
    - `pageUrl` string
    - `text` string
    - `category` string
    - `sku` string
    - `brand` string
  - `type` string
  - `title` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/diffbot/apis/web-search.md) · [All operations](https://skmtc.dev/diffbot/apis/web-search/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/diffbot/web-search/revisions/8b88d7dabe63/schema)
