Founded in 1938, this retail chain of stores steadily grew to consist of over 2000 stores all over the United States of America. It sells products for home improvement, agriculture, lawn and garden maintenance, livestock, equine, and pet care for recreational farmers and ranchers, pet owners, and landowners. It is headquartered in Brentwood, Tennessee.

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.tractorsupply.com/tsc/product/perfect-aire-5k-btu-window-air-conditioner-5pmc5000?cm_vc=-10005"}'

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.tractorsupply.com/tsc/product/perfect-aire-5k-btu-window-air-conditioner-5pmc5000?cm_vc=-10005",
"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": "Perfect Aire 5K BTU Window Air Conditioner, Cools 150 sq. ft., 5PMC5000 at Tractor Supply Co.",
"location": "",
"ratingValue": "4.6",
"ratingCount": "175",
"reviews": [
{
"reviewId": "Reviews-212336461",
"customer": {
"username": "Anonymous",
"location": "New Freedom. PA",
"level": "",
"authorUrl": "",
"verified": "True",
"helpfulVotes": ""
},
"title": "Highly recommend this air conditioner.",
"reviewUrl": "",
"rating": "4",
"text": "Works great. Perfect size. Cooled the entire downstairs 3 rooms.",
"reviewedOn": "2021-11-27",
"photos": [],
"repliedTo": false,
"externalSource": "",
"replies": [],
"followUpReviews": [],
"comments": [],
"selfReview": null,
"commentsCount": null,
"reviewerPhoto": null,
"language": ""
}

JLATractorSupply_ReviewFinal