v37

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-03204242.8 KB
AI Data Extraction

Extract a single product from a URL

Beta feature: Given a single URL, determines if it is a product detail page, classifies the platform/product type, and extracts the product information. Supports Amazon, TikTok Shop, Etsy, and generic ecommerce sites.

post/brand/ai/product

Request body

urlstring uri required

The product page URL to extract product data from.

timeoutMSinteger

Optional timeout in milliseconds for the request. Maximum allowed value is 300000ms (5 minutes).

Response

Successful response

is_product_pageboolean

Whether the given URL is a product detail page

platform'amazon' | 'tiktok_shop' | 'etsy' | 'generic' nullable

The detected ecommerce platform, or null if not a product page