Products by URL

This API returns product details by product URL

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Sample request

curl --GET \
	 --data 'countryCode=us' \
	 --data 'strict=true' \
	 --data 'mode=lite' \
	 --data-urlencode 'url=https://www.amazon.com/Dove-Body-Wash-Pump-Moisture/dp/B00MEDOY2G/' \
	 --header 'Accept: application/json' \
	 --header 'apikey: <your apikey>' \
	 --url 'https://api.shopalyst.com/v1/products/lookup?strict=true&mode=lite'

Request fields

FieldDescriptionData Type
countryCodeCountry code (us - USA, in - India), List of country codesstring
urlProduct URL from merchant site (see sample request)string
merchantMerchant identifier
(e.g. amazon, walmart)
string
mode

Response mode

Available options are :-
full - retrieves all product attributes
lite - retrieves basic product attributes

string

Sample response

[
  {
    "active": true,
    "category": "Skin Care",
    "categoryRank": 0,
    "changed": false,
    "discount": 0,
    "division": "beauty",
    "extAttributes": {},
    "imageUrl": "https://m.media-amazon.com/images/I/71NbfFpRvzL._SL1500_.jpg",
    "lastChangedTime": 0,
    "merchant": "amazon",
    "newArrival": false,
    "offerPrice": 9.18,
    "productId": "5900834377E5651B8E662F20BC02A87A",
    "productUrl": "https://www.amazon.com/Dove-Body-Wash-Pump-Moisture/dp/B00MEDOY2G/ref=sr_1_132?utm_source=shopalyst&utm_medium=affiliate",
    "salePrice": 9.18,
    "seoTitle": "dove-body-wash-with-pump-with-skin-natural-nourishers-for-instantly-soft-skin-and-lasting-nourishment-deep-moisture-cleanser-that-effectively-washes-away-bacteria-while-nourishing-your-skin-34-oz",
    "title": "Dove Body Wash with Pump with Skin Natural Nourishers for Instantly Soft Skin and Lasting Nourishment Deep Moisture Cleanser That Effectively Washes Away Bacteria While Nourishing Your Skin 34 oz",
    "trendingRank": 0,
    "trueDiscount": 0
  }
]

Response Fields

FieldDescriptionData Type
activeProduct stock statusbool
categoryProduct categorystring
discountDiscount value (percentage)float
divisionProduct divisionstring
imageUrlPrimary image urlstring
merchantMerchant namestring
offerPriceDiscounted pricefloat
productIdShopalyst Product Idstring
productUrlProduct URLstring
salePriceMRPfloat
titleTitle as seen on merchant sitestring
Query Params
string
required

Country code (us - USA, in - India), List of country codes

string
required

Product URL

string

Merchant Id (e.g. amazon, walmart)

string
enum
Defaults to lite

Product response mode

Allowed:
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!