Core APIs
...
Parameters
Reviews
3 min
reviews parameters get get /request the reviews parameters are applicable when making a request with type=reviews to retrieve customer reviews for a single product on home depot the product is specified using either the item id or url parameter (where the url parameter contains a link to a home improvement product page) the parameters should be appended as querystring parameters to the home improvement product data api get http request reviews are retrieved from the customer reviews page https //www homedepot com/p/317061059 for a single product on home depot for example, to request reviews sorted by most helpful ( sort by=most helpful ), for the item id 317061059 , the request would be http https //api backyardapi com/request?api key=demo\&engine=homedepot\&type=reviews\&item id=317061059\&sort by=most helpfulcurl l get https //api backyardapi com/request d api key="demo" d engine="homedepot" d type="reviews" d item id="317061059" d sort by="most helpful"curl l get https //api backyardapi com/request d api key="demo" d engine="homedepot" d type="reviews" d item id="317061059" d sort by="most helpful"import requests import json \# set up the request parameters params = { 'api key' 'demo', 'engine' 'homedepot', 'type' 'reviews', 'item id' '317061059', 'sort by' 'most helpful' } \# make the http get request to backyard api api result = requests get('https //api backyardapi com/request', params) \# print the json response from backyard api print(json dumps(api result json()))import requests import json \# set up the request parameters params = { 'api key' 'demo', 'engine' 'homedepot', 'type' 'reviews', 'item id' '317061059', 'sort by' 'most helpful' } \# make the http get request to backyard api api result = requests get('https //api backyardapi com/request', params) \# print the json response from backyard api print(json dumps(api result json())) reviews parameters the following parameters are available for all requests made when type=reviews in addition to the common parameters true falsefalse left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type next steps reviews results https //docs trajectdata com/backyardapi/home improvement product data api/results/reviews