# Check execution status (urls input)
curl -X GET "https://api.getcatalog.ai/v2/extract/extract-urls-965b1912-6af0-4ed8-b7e3-184b85e788b7" \
-H "x-api-key: $CATALOG_API_KEY"
# Get results with pagination
curl -X GET "https://api.getcatalog.ai/v2/extract/extract-urls-965b1912-6af0-4ed8-b7e3-184b85e788b7?page=1&page_size=50" \
-H "x-api-key: $CATALOG_API_KEY"
{
"execution_id": "extract-urls-b45c2d8c-46b7-46c2-8fed-fa3788c75e2a",
"status": "completed",
"error": null,
"meta": {
"progress": {
"products_processed": 1,
"products_total": 1,
"percent_complete": 100
},
"start_date": "2026-01-28T22:30:05.823Z",
"stop_date": "2026-01-28T22:35:31.082Z",
"duration_ms": 325259,
"result": {
"products_requested": 1,
"products_successful": 1,
"products_failed": 0,
"products_failed_by_reason": {},
"products_invalid": 0,
"products_invalid_by_reason": {},
"products_pending": 0
},
"credits_used": 5
},
"data": [
{
"url": "https://www.nike.com/t/air-force-1-07-mens-shoes-5QFp5Z/CW2288-111",
"product": {
"id": "6e6bd7bd-bfb5-4e05-85ee-4969628e741a",
"title": "Nike Air Force 1 '07",
"description": "Comfortable, durable and timeless—it's number one for a reason. ...",
"vendor": "nike.com",
"brand": "Nike",
"url": "https://www.nike.com/t/air-force-1-07-mens-shoes-5QFp5Z/CW2288-111",
"handle": "cw2288-111",
"is_available": true,
"attributes": null,
"price": { "current_value": 115, "compare_at_value": 115, "currency": "USD" },
"images": [
{
"url": "https://static.nike.com/a/images/t_default/.../AIR+FORCE+1+%2707.png",
"alt_text": "Nike Air Force 1 '07 product image (primary)",
"position": 1,
"width": 400,
"height": 400,
"id": "img-1769639694151-0",
"variant_ids": ["variant-1769639694153-0", "_truncated"],
"attributes": null
},
{ "_truncated": "Additional image objects omitted for display" }
],
"options": [
{ "name": "Color", "position": 1, "values": ["White/White"] },
{ "name": "Size", "position": 2, "values": ["6", "6.5", "7", "_truncated", "18"] }
],
"variants": [
{
"id": "variant-1769639694153-0",
"title": "Nike Air Force 1 '07 - White/white - 6",
"is_available": true,
"price": { "current_value": 115, "compare_at_value": null, "currency": "USD" },
"sku": "CW2288-111",
"option1": "White/White",
"option2": "6",
"url": "https://www.nike.com/t/air-force-1-07-mens-shoes-jBrhbr/CW2288-111#size-6",
"image": {
"url": "https://static.nike.com/a/images/t_default/.../AIR+FORCE+1+%2707.png",
"alt_text": "Nike Air Force 1 '07 - White/White - 6 variant image",
"position": 1,
"width": 400,
"height": 400,
"id": "img-variant-variant-1769639694153-0",
"variant_ids": ["variant-1769639694153-0"]
}
},
{ "_truncated": "Additional variants omitted for display" }
],
"store_canonical_url": "https://www.nike.com/",
"store_domain": "www.nike.com",
"platform": null,
"platform_id": "CW2288-111",
"description_html": "<html>...</html>",
"product_type": null,
"google_product_category_id": null,
"google_product_category_path": null,
"tags": ["FOOTWEAR"],
"video_url": null,
"review_count": null,
"average_rating": null,
"rating_scale": null,
"faqs": null,
"reviews": null,
"updated_at": "2026-01-28T22:34:54.186Z",
"similar_products": null,
"affiliate_link": "https://wild.link/e?..."
},
"success": true,
"outcome": "success",
"retry": false,
"message": ""
}
],
"pagination": {
"page": 1,
"page_size": 50,
"total_items": 1,
"total_pages": 1,
"has_next": false,
"has_prev": false
}
}
Get extract status and results for an asynchronous extract job.
# Check execution status (urls input)
curl -X GET "https://api.getcatalog.ai/v2/extract/extract-urls-965b1912-6af0-4ed8-b7e3-184b85e788b7" \
-H "x-api-key: $CATALOG_API_KEY"
# Get results with pagination
curl -X GET "https://api.getcatalog.ai/v2/extract/extract-urls-965b1912-6af0-4ed8-b7e3-184b85e788b7?page=1&page_size=50" \
-H "x-api-key: $CATALOG_API_KEY"
{
"execution_id": "extract-urls-b45c2d8c-46b7-46c2-8fed-fa3788c75e2a",
"status": "completed",
"error": null,
"meta": {
"progress": {
"products_processed": 1,
"products_total": 1,
"percent_complete": 100
},
"start_date": "2026-01-28T22:30:05.823Z",
"stop_date": "2026-01-28T22:35:31.082Z",
"duration_ms": 325259,
"result": {
"products_requested": 1,
"products_successful": 1,
"products_failed": 0,
"products_failed_by_reason": {},
"products_invalid": 0,
"products_invalid_by_reason": {},
"products_pending": 0
},
"credits_used": 5
},
"data": [
{
"url": "https://www.nike.com/t/air-force-1-07-mens-shoes-5QFp5Z/CW2288-111",
"product": {
"id": "6e6bd7bd-bfb5-4e05-85ee-4969628e741a",
"title": "Nike Air Force 1 '07",
"description": "Comfortable, durable and timeless—it's number one for a reason. ...",
"vendor": "nike.com",
"brand": "Nike",
"url": "https://www.nike.com/t/air-force-1-07-mens-shoes-5QFp5Z/CW2288-111",
"handle": "cw2288-111",
"is_available": true,
"attributes": null,
"price": { "current_value": 115, "compare_at_value": 115, "currency": "USD" },
"images": [
{
"url": "https://static.nike.com/a/images/t_default/.../AIR+FORCE+1+%2707.png",
"alt_text": "Nike Air Force 1 '07 product image (primary)",
"position": 1,
"width": 400,
"height": 400,
"id": "img-1769639694151-0",
"variant_ids": ["variant-1769639694153-0", "_truncated"],
"attributes": null
},
{ "_truncated": "Additional image objects omitted for display" }
],
"options": [
{ "name": "Color", "position": 1, "values": ["White/White"] },
{ "name": "Size", "position": 2, "values": ["6", "6.5", "7", "_truncated", "18"] }
],
"variants": [
{
"id": "variant-1769639694153-0",
"title": "Nike Air Force 1 '07 - White/white - 6",
"is_available": true,
"price": { "current_value": 115, "compare_at_value": null, "currency": "USD" },
"sku": "CW2288-111",
"option1": "White/White",
"option2": "6",
"url": "https://www.nike.com/t/air-force-1-07-mens-shoes-jBrhbr/CW2288-111#size-6",
"image": {
"url": "https://static.nike.com/a/images/t_default/.../AIR+FORCE+1+%2707.png",
"alt_text": "Nike Air Force 1 '07 - White/White - 6 variant image",
"position": 1,
"width": 400,
"height": 400,
"id": "img-variant-variant-1769639694153-0",
"variant_ids": ["variant-1769639694153-0"]
}
},
{ "_truncated": "Additional variants omitted for display" }
],
"store_canonical_url": "https://www.nike.com/",
"store_domain": "www.nike.com",
"platform": null,
"platform_id": "CW2288-111",
"description_html": "<html>...</html>",
"product_type": null,
"google_product_category_id": null,
"google_product_category_path": null,
"tags": ["FOOTWEAR"],
"video_url": null,
"review_count": null,
"average_rating": null,
"rating_scale": null,
"faqs": null,
"reviews": null,
"updated_at": "2026-01-28T22:34:54.186Z",
"similar_products": null,
"affiliate_link": "https://wild.link/e?..."
},
"success": true,
"outcome": "success",
"retry": false,
"message": ""
}
],
"pagination": {
"page": 1,
"page_size": 50,
"total_items": 1,
"total_pages": 1,
"has_next": false,
"has_prev": false
}
}
Documentation Index
Fetch the complete documentation index at: https://docs.getcatalog.ai/llms.txt
Use this file to discover all available pages before exploring further.
POST /v2/extract"pending" - Execution has been created but not yet started (may be waiting for crawl)"running" - Execution is currently processing"completed" - Execution finished successfully"failed" - Execution failed or was abortedHide Product Result
Hide Product Object
Show Review object
Show Similar product object
Show Brand PDP object
Show Attributes object
"success" — Product data was extracted successfully"non_product_url" — The URL does not point to a product page (e.g. category page, 404, homepage redirect)"malformed_url" — The URL format is invalid or unparseable"automated_access_not_permitted" — The site’s bot protection blocked automated access"other" — A temporary error occurred during processingtrue, the failure is likely transient — resubmit the URL in a new request. When false, the URL itself needs fixing — check message for specifics.url. Useful for diagnosing non_product_url outcomes caused by redirects.Show Meta Properties
products_successful + products_failed + products_invalid + products_pending = products_requested.Show Result Properties
products_failed_by_reason.Show Failed Breakdown
products_invalid_by_reason.Show Invalid Breakdown
final_url field to see where the browser ended up.0 when extraction is complete.# Check execution status (urls input)
curl -X GET "https://api.getcatalog.ai/v2/extract/extract-urls-965b1912-6af0-4ed8-b7e3-184b85e788b7" \
-H "x-api-key: $CATALOG_API_KEY"
# Get results with pagination
curl -X GET "https://api.getcatalog.ai/v2/extract/extract-urls-965b1912-6af0-4ed8-b7e3-184b85e788b7?page=1&page_size=50" \
-H "x-api-key: $CATALOG_API_KEY"
{
"execution_id": "extract-urls-b45c2d8c-46b7-46c2-8fed-fa3788c75e2a",
"status": "completed",
"error": null,
"meta": {
"progress": {
"products_processed": 1,
"products_total": 1,
"percent_complete": 100
},
"start_date": "2026-01-28T22:30:05.823Z",
"stop_date": "2026-01-28T22:35:31.082Z",
"duration_ms": 325259,
"result": {
"products_requested": 1,
"products_successful": 1,
"products_failed": 0,
"products_failed_by_reason": {},
"products_invalid": 0,
"products_invalid_by_reason": {},
"products_pending": 0
},
"credits_used": 5
},
"data": [
{
"url": "https://www.nike.com/t/air-force-1-07-mens-shoes-5QFp5Z/CW2288-111",
"product": {
"id": "6e6bd7bd-bfb5-4e05-85ee-4969628e741a",
"title": "Nike Air Force 1 '07",
"description": "Comfortable, durable and timeless—it's number one for a reason. ...",
"vendor": "nike.com",
"brand": "Nike",
"url": "https://www.nike.com/t/air-force-1-07-mens-shoes-5QFp5Z/CW2288-111",
"handle": "cw2288-111",
"is_available": true,
"attributes": null,
"price": { "current_value": 115, "compare_at_value": 115, "currency": "USD" },
"images": [
{
"url": "https://static.nike.com/a/images/t_default/.../AIR+FORCE+1+%2707.png",
"alt_text": "Nike Air Force 1 '07 product image (primary)",
"position": 1,
"width": 400,
"height": 400,
"id": "img-1769639694151-0",
"variant_ids": ["variant-1769639694153-0", "_truncated"],
"attributes": null
},
{ "_truncated": "Additional image objects omitted for display" }
],
"options": [
{ "name": "Color", "position": 1, "values": ["White/White"] },
{ "name": "Size", "position": 2, "values": ["6", "6.5", "7", "_truncated", "18"] }
],
"variants": [
{
"id": "variant-1769639694153-0",
"title": "Nike Air Force 1 '07 - White/white - 6",
"is_available": true,
"price": { "current_value": 115, "compare_at_value": null, "currency": "USD" },
"sku": "CW2288-111",
"option1": "White/White",
"option2": "6",
"url": "https://www.nike.com/t/air-force-1-07-mens-shoes-jBrhbr/CW2288-111#size-6",
"image": {
"url": "https://static.nike.com/a/images/t_default/.../AIR+FORCE+1+%2707.png",
"alt_text": "Nike Air Force 1 '07 - White/White - 6 variant image",
"position": 1,
"width": 400,
"height": 400,
"id": "img-variant-variant-1769639694153-0",
"variant_ids": ["variant-1769639694153-0"]
}
},
{ "_truncated": "Additional variants omitted for display" }
],
"store_canonical_url": "https://www.nike.com/",
"store_domain": "www.nike.com",
"platform": null,
"platform_id": "CW2288-111",
"description_html": "<html>...</html>",
"product_type": null,
"google_product_category_id": null,
"google_product_category_path": null,
"tags": ["FOOTWEAR"],
"video_url": null,
"review_count": null,
"average_rating": null,
"rating_scale": null,
"faqs": null,
"reviews": null,
"updated_at": "2026-01-28T22:34:54.186Z",
"similar_products": null,
"affiliate_link": "https://wild.link/e?..."
},
"success": true,
"outcome": "success",
"retry": false,
"message": ""
}
],
"pagination": {
"page": 1,
"page_size": 50,
"total_items": 1,
"total_pages": 1,
"has_next": false,
"has_prev": false
}
}
execution_id"pending" with waiting_for in meta, the extraction is waiting for a crawl. Poll less frequently (every 30-60 seconds) until the crawl completes.