With over 165 000 employees, ASDA is one of the largest retail chains in Great Britain. It was founded in 1949, in Wakefield, England. Besides groceries and general merchandise, the company also offers financial services.

Submitting the API request

This is sample CURL request you can use to test JustLikeAPI features.

Please make sure to replace:
- YOUR_API_KEY with the one you received from our support team
- PAGE_SPECIFIC_URL - with the endpoint of the method you're trying to invoke
- JSON payload - with the contents of your request (the sample payload for each request is given below)

curl -X POST https://api.justlikeapi.io/reviews/get -H 'authorization: Bearer YOUR_API_KEY' -H 'cache-control: no-cache' -H 'content-type: application/json' -d '{ "propertyUrl": "https://groceries.asda.com/product/dry-dog-food-mixer/harringtons-complete-with-lamb-rice-dry-adult-dog-food/910000034507"}'

Read operations

Get method will pull in reviews for platform of your choice. Reviews will be ordered by date and can include information from the code example bellow:

Request

{
"propertyUrl":"https://groceries.asda.com/product/dry-dog-food-mixer/harringtons-complete-with-lamb-rice-dry-adult-dog-food/910000034507",
"dateFrom": "2018-03-10", *
"reviewLimit" : "1" **
}

* "dateFrom" is optional

** "reviewLimit" is optional

Base URL : https://justlikeapi.io/reviews/get

Parameter content type: application/json

Response

{
"propertyName": "Harringtons Complete with Lamb & Rice Dry Adult Dog Food",
"location": "",
"ratingValue": "4.81",
"ratingCount": "63",
"reviews": [
{
"reviewId": "reviewId80506",
"customer": {
"username": "",
"location": "",
"level": "",
"authorUrl": "",
"verified": "",
"helpfulVotes": "1"
},
"title": "brilliant and easy to use",
"reviewUrl": "",
"rating": "5",
"text": "brilliant and easy to use",
"reviewedOn": "2021-11-14",
"photos": [],
"repliedTo": false,
"externalSource": "",
"replies": [],
"followUpReviews": [],
"comments": [],
"selfReview": null,
"commentsCount": null,
"reviewerPhoto": null,
"language": ""
}

asda review