---
title: Extract Product Information API
slug: extract-product-information
url: https://apyverse.com/chisleroff/service/extract-product-information
provider: Website Intelligence
categories: [Data Extraction, E-commerce Quick Tools]
tags: [product-extraction, ecommerce, sku, price-extraction, catalog-enrichment, web-scraping]
auth: api_key
---

# Extract Product Information API

Extract SKU, name, brand, price, images, rating, and availability from a product page URL. Useful for catalog enrichment and price monitoring.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/chisleroff/extract/product` | What it does Extracts product details from a product page URL and returns a JSON object with the pa… | 100 |

## About

## What it does
Product Information Extractor pulls structured product data from a product page URL. Send an http or https URL, and it returns fields such as `sku`, `name`, `brand`, `price`, `images`, `rating`, `currency`, `confidence`, `source_url`, `description`, `availability`, `review_count`, and `extraction_method` when they can be found on the page.

Use it when you need product details without building and maintaining your own scraper. It is a good fit for catalog enrichment, competitive price checks, feed normalization, and turning product pages into records your app can store or compare. The response includes both the extracted values and confidence signals for fields like `name` and `price`, which helps you decide how much to trust each result.

Product Information Extractor is designed for pages that expose product data in formats such as structured markup or page metadata. Pass the page URL, then use the returned object to populate listings, monitor offers, or map supplier pages into your own product schema. If a field is not present on the page, it is simply omitted from the response.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/chisleroff/service/extract-product-information
