Get product details from Tesco Ireland
Retrieve detailed product information from Tesco Ireland. Provide a product ID or full product URL to get comprehensive product data including pricing, descriptions, and specifications.
Authorization
RapidApiKey In: header
Query Parameters
Product ID or full Tesco Ireland product URL (e.g., '266719388' or 'https://www.tesco.ie/groceries/en-IE/products/266719388')
1 <= length <= 500Header Parameters
"tesco-data-api.p.rapidapi.com"Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/ireland-product-details?productId=266719388" \ -H "X-RapidAPI-Host: tesco-data-api.p.rapidapi.com"{
"success": true,
"data": {
"productId": "266719388",
"results": null
}
}{
"success": false,
"message": "Invalid request: Query is required",
"error": "VALIDATION_ERROR"
}{
"success": false,
"message": "Internal server error. Please try again later.",
"error": "INTERNAL_ERROR"
}{
"success": false,
"message": "Tesco API is currently unavailable. Please try again later.",
"error": "TESCO_API_ERROR"
}Get category page data from Tesco IrelandGET
Retrieve category page information from Tesco Ireland. Provide a category page URL to get structured data about products in that category.
Get category taxonomy and IDs from Tesco UKGET
Retrieve the complete category taxonomy structure with category IDs that can be used with other category endpoints. No parameters required.