Lowe's is a retail company specializing in home improvement. Founded in 1921, it currently employs over 300 000 people all over the United States and Canada. With a revenue of over 72 billion dollars, it's currently one of the largest American retail companies specializing in the field of home improvement.

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://www.lowes.com/pd/Dolphin-E20-Robotic-Pool-Vacuum/5001933349"}'

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://www.lowes.com/pd/Dolphin-E20-Robotic-Pool-Vacuum/5001933349",
"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": "Dolphin E20 Robotic Pool Vacuum",
"location": "",
"ratingValue": "4.8",
"ratingCount": "6",
"reviews": [
{
"reviewId": "211307876",
"customer": {
"username": "Angela",
"location": "",
"level": "",
"authorUrl": "",
"verified": "",
"helpfulVotes": ""
},
"title": "My pool assistant",
"reviewUrl": "",
"rating": "5",
"text": "Robost and fast and cleans the pool in 2 hours. This is my second Dolphin but different model. My first one broke after 5 years and this one came in original box and it is not heavy.",
"reviewedOn": "2021-10-13",
"photos": [],
"repliedTo": false,
"externalSource": "",
"replies": [],
"followUpReviews": [],
"comments": [],
"selfReview": null,
"commentsCount": null,
"reviewerPhoto": null,
"language": ""
}

Lowes review