Core APIs
...
Google
Shopping & Products

Specifications

3min
google product specifications results desktop desktop tablet mobile the google product specifications results are returned when making a request with search type=product and product type=specifications to retrieve product specifications results for a given product id the product id is specified in the product id parameter and you should also specify a location parameter to geo locate the request (locations can be retrieved via the locations api https //docs trajectdata com/scaleserp/locations api/overview ) google product ids are returned by google shopping search https //docs trajectdata com/scaleserp/search api/results/google/shopping requests below is an example of how product specifications results are represented in the scale serp result json { "request info" { "success" true, "credits used" 1, "credits used this request" 1, "credits remaining" 19999, "credits reset at" "2021 01 01t00 00 00 000z" }, "search metadata" { "created at" "2021 01 01t00 00 00 000z", "processed at" "2021 01 01t00 00 00 000z", "total time taken" 1 5, "engine url" "https //www google com/shopping/product/13244508647295616715/specs?uule=w+caiqicinvw5pdgvkifn0yxrlcw\&gl=us\&hl=en", "html url" "https //api scaleserp com/search?api key=apikey\&product id=13244508647295616715\&location=united+states\&search type=product\&product type=specifications\&output=html", "json url" "https //api scaleserp com/search?api key=apikey\&product id=13244508647295616715\&location=united+states\&search type=product\&product type=specifications\&output=json", "location auto message" "we have automatically set the 'google domain', 'gl' and 'hl' parameters to match the supplied location of 'united states' you can stop this behaviour by setting the 'location auto' parameter to 'false' " }, "search parameters" { "product id" "13244508647295616715", "location" "united states", "search type" "product", "product type" "specifications" }, "search information" { "original query yields zero results" false }, "product results" { "product id" "13244508647295616715", "title" "nike tanjun women's shoe black", "description" "low top trainers nike tanjun black you won't be able to resist these low top trainers created by nike the black colour and fabric upper make it a first class product the tanjun features a fabric lining and a synthetic outer sole ", "specifications" \[ { "id" "product type", "name" "product type", "value" "game console", "category id" "general", "category" "general" }, { "id" "internal memory", "name" "internal memory", "value" "1 tb ssd", "category id" "general", "category" "general" }, { "id" "media", "name" "media", "value" "blu ray", "category id" "general", "category" "general" }, { "id" "processor", "name" "processor", "value" "amd zen 2 3 8 ghz 8 core", "category id" "general", "category" "general" }, { "id" "ram", "name" "ram", "value" "16 gb gddr6 sdram at 336 gb/s", "category id" "general", "category" "general" }, { "id" "graphics processor", "name" "graphics processor", "value" "amd rdna 2", "category id" "general", "category" "general" }, { "id" "floating point performance", "name" "floating point performance", "value" "12 tflops", "category id" "general", "category" "general" }, { "id" "network", "name" "network", "value" "gigabit ethernet, 802 11ac", "category id" "general", "category" "general" }, { "id" "surround sound supported", "name" "surround sound supported", "value" "dts, dolby atmos, dolby digital, dolby truehd", "category id" "general", "category" "general" }, { "id" "width", "name" "width", "value" "5 9 in", "category id" "general", "category" "general" }, { "id" "depth", "name" "depth", "value" "5 9 in", "category id" "general", "category" "general" }, { "id" "height", "name" "height", "value" "11 9 in", "category id" "general", "category" "general" }, { "id" "weight", "name" "weight", "value" "9 7 lbs", "category id" "general", "category" "general" }, { "id" "first seen on google shopping", "name" "first seen on google shopping", "value" "november 2020", "category id" "general", "category" "general" }, { "id" "type", "name" "type", "value" "xbox controller wireless", "category id" "controller", "category" "controller" }, { "id" "controls", "name" "controls", "value" "right trigger, left trigger, right bumper, left bumper, a button, b button, d pad, x button, y button, right stick, left stick", "category id" "controller", "category" "controller" }, { "id" "tv connection", "name" "tv connection", "value" "hdmi", "category id" "video output", "category" "video output" }, { "id" "resolution", "name" "resolution", "value" "4k uhd (2160p)", "category id" "video output", "category" "video output" }, { "id" "hdr capable", "name" "hdr capable", "value" "yes", "category id" "video output", "category" "video output" }, { "id" "connector type", "name" "connector type", "value" "hdmi output 3 x usb 3 1 gen 1 lan", "category id" "interfaces", "category" "interfaces" }, { "id" "slots", "name" "slots", "value" "1 x seagate expansion card", "category id" "interfaces", "category" "interfaces" }, { "id" "power source", "name" "power source", "value" "integrated power supply", "category id" "miscellaneous", "category" "miscellaneous" }, { "id" "included accessories", "name" "included accessories", "value" "hdmi cable", "category id" "miscellaneous", "category" "miscellaneous" }, { "id" "brand", "name" "brand", "value" "microsoft", "category id" "universal product identifiers", "category" "universal product identifiers" }, { "id" "part number", "name" "part number", "value" "rrt 00007", "category id" "universal product identifiers", "category" "universal product identifiers" }, { "id" "gtin", "name" "gtin", "value" "00889842640786", "category id" "universal product identifiers", "category" "universal product identifiers" } ] } } scale serp returns the following properties for search type=product and product type=specifications requests property type description product results object product id string the product id title string the product name/title as shown at the top of the product specifications page description string the product description as shown at the top of the product specifications page specifications array specifications array an array of objects containing the product specifications id string the locale specific id of the specification name string the specification name value number the specification value category id string the locale specific id of the category to which this specification belongs this is typically the header text of the specification section category string the category name of the category this specification belongs to next steps google product specifications parameters https //docs trajectdata com/scaleserp/search api/searches/google/product specifications