
Product data infrastructure
for agentic commerce.
Extract, enrich, and deliver machine-ready product data. One API call to turn any product URL into structured intelligence.
Extract productsPOST /v2/extract
curl -X POST https://api.getcatalog.ai/v2/extract \
-H "Content-Type: application/json" \
-H "x-api-key: $CATALOG_API_KEY" \
-d '{
"urls": [
"https://www.nike.com/t/air-force-1-07-mens-shoes-5QFp5Z/CW2288-111",
"https://www.adidas.com/us/gazelle-shoes/BB5476.html",
"https://www.asics.com/us/en-us/hypersync/p/ANA_1203A879-021.html"
],
"enable_enrichment": false,
"country_code": "us",
"enable_reviews": false,
"enable_image_tags": false
}'