curl --request POST \
--url https://api.henrylabs.ai/v0/products/google-shopping-scrape \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"url": "<string>"
}
'{
"success": true,
"status": "pending",
"requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"message": "<string>",
"createdAt": "<string>"
}! This endpoint is experimental and unstable. The API contract may change without notice.
Creates a request to scrape product details from a given google shopping product page URL. Returns a requestId to poll for results.
curl --request POST \
--url https://api.henrylabs.ai/v0/products/google-shopping-scrape \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"url": "<string>"
}
'{
"success": true,
"status": "pending",
"requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"message": "<string>",
"createdAt": "<string>"
}Optional end-user identifier for tracking purposes
If true, bypasses the cache and forces a fresh scrape
Request accepted and processing started
pending, processing ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Was this page helpful?