Ulta Beauty is best described as an American chain of beauty stores, founded in 1990. It currently has over 1200 locations and employs over 37000 people. It carries cosmetics, fragrances, nail products, bath and body products, beauty tools, and haircare products, with each store also having it's own beauty salon.

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.ulta.com/p/mineralist-hydra-smoothing-lipstick-pimprod2012189"}'

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.ulta.com/p/mineralist-hydra-smoothing-lipstick-pimprod2012189",
"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": "Mineralist Hydra-Smoothing Lipstick",
"location": "",
"ratingValue": "4.5",
"ratingCount": "3712",
"reviews": [
{
"reviewId": "392985441",
"customer": {
"username": "By AmyToo",
"location": "From Midwest",
"level": "",
"authorUrl": "",
"verified": "",
"helpfulVotes": "1"
},
"title": "The Best",
"reviewUrl": "",
"rating": "5",
"text": "I have been looking for a color like Confidence for years - it's an everyday, bestseller type shade except with the most perfect pop of bright pink that I've never been able to find in a lipstick before. Mauvy rose (ew) and hot pink (in moderation) shades are everywhere but this perfect blend of the two is truly a gift of the perfect, every day accessory. Even better is the formula of this lipstick. Once it's set, the color stays put while leaving your lips feeling silky and moisturized. An added bonus that the price is also fair - companies who tack that extra $2-$15 onto their professional-grade prices need to get over themselves and take notes. I'm so happy to have randomly given this lipstick a try - it's the best ever.",
"reviewedOn": "2022-01-04",
"photos": [
{
"photoUrl": "https://media.powerreviews.com/image/upload/c_thumb,d_portal-no-product-image_ttlfpi.svg,h_150,q_auto,w_150/d_portal-no-product-image_ttlfpi.svg/prod/zxfr3zijtj8bh4901s1o.jpg"
}
],
"repliedTo": false}]}

ulta.com review