> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onsleek.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Product extraction

> Extract detailed product information from e-commerce pages.

## Overview

Sleek's SDK extracts detailed product information from e-commerce pages that
users visit in your browser extension. By integrating product extraction, you
can capture rich product data (e.g. name, price, variants, images). This enables
you to build powerful product-aware features and experiences.

## Supported platforms

* ✅ **Manifest version 3 browser extension**
* ✅ **Manifest version 2 browser extension**

Specifically, support is provided on browsers versioned:

* 💻 **Desktop**

  * Chrome (v. 88+)
  * Firefox (v. 109+)
  * Safari (v. 15.4+)
  * Edge (v. 88+)
  * Opera (v. 74+)

* 📱 **Mobile**
  * iOS Safari (v. 15+)

## How it works

To integrate Sleek's product extraction offering, you will need to:

<Steps>
  <Step title="Integrate Sleek SDK">
    Install Sleek's SDK into your browser extension.
  </Step>

  <Step title="Extract product data">
    Sleek's SDK will extract product information from pages your users visit.
  </Step>
</Steps>

## Get started

To get started with Sleek's product extraction offering, integrate Sleek's SDK into
your browser extension.

<Card title="Integrate SDK" icon="ticket" href="/sdk-reference">
  Next step, integrate Sleek's SDK into your browser extension.
</Card>

## See also

If you don't want to build your own product extraction integration, you can use
Sleek's white label solutions.

Click here to learn more:

<Card title="White label product extraction solution" icon="hammer" href="/offerings/custom-solutions/features/product-extraction">
  Sleek built white label solutions for product extraction.

  <sub>E.g. a browser extension that extracts product data.</sub>
</Card>
