Get category page data from Tesco Ireland
Retrieve category page information from Tesco Ireland. Provide a category page URL to get structured data about products in that category.
Authorization
RapidApiKey X-RapidAPI-Key<token>
In: header
Query Parameters
categoryId*string
- Tesco category ID/facet (e.g.,
b;RnJlc2glMjBGb29kJTdDQmFjayUyMHRvJTIwU2Nob29sJTIwTHVuY2hib3glN0NTYW5kd2ljaCUyMEZpbGxpbmdzJTIwJiUyMFNwcmVhZHM=for Fresh Food) - Get the
categoryIDfromHelper/get-category-idendpoint
Length
1 <= length <= 200pageNo?integer
Page number for pagination (default: 1)
Default
1Range
1 <= valueHeader Parameters
X-RapidAPI-Host*string
Default
"tesco-data-api.p.rapidapi.com"Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/ireland-category-page?categoryId=b%3BRnJlc2glMjBGb29kJTdDQmFjayUyMHRvJTIwU2Nob29sJTIwTHVuY2hib3glN0NTYW5kd2ljaCUyMEZpbGxpbmdzJTIwJiUyMFNwcmVhZHM%3D" \ -H "X-RapidAPI-Host: tesco-data-api.p.rapidapi.com"{
"success": true,
"data": {
"categoryId": "b;RnJlc2glMjBGb29kJTdDQmFjayUyMHRvJTIwU2Nob29sJTIwTHVuY2hib3glN0NTYW5kd2ljaCUyMEZpbGxpbmdzJTIwJiUyMFNwcmVhZHM=",
"pageNo": 1,
"pageInformation": null,
"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 UKGET
Retrieve category page information from Tesco UK. Provide a category page URL to get structured data about products in that category.
Get product details from Tesco IrelandGET
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.