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

# Extract Product Information API

Extract sku, name, brand, price, images, rating, and more from a product page URL. Useful for catalog enrichment, feed building, and price tracking.

## Endpoints

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

## About

## What it does
Product Information Extractor pulls structured product details from a product page URL. Send an http or https URL in the request body, and get back the fields the page exposes, such as sku, name, brand, price, images, rating, currency, confidence, source_url, description, availability, review_count, and extraction_method.

Use it when you need to turn product pages into data you can store, compare, or sync into internal systems. The response is suited to catalog enrichment, competitor monitoring, feed building, and product lookup workflows where page markup varies and you still want a normalized result.

The extractor can also return confidence values for fields like name and price, which helps you decide whether to trust the parsed data automatically or send it for review. images come back as a list of URLs, while availability follows schema.org-style values when available.

If you are building an e-commerce pipeline, Product Information Extractor gives you a practical way to capture product metadata from a single page without scraping each field manually.

## Usage

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