Core APIs
...
Google
Google Places & Maps
Products
3min
google place products results desktop desktop tablet mobile serpwow parses the place products results the place products results array in the json output when the search type=place products request parameter is set and the data cid request parameter is set to a valid data cid as returned by a search type=places places requests https //docs trajectdata com/serpwow/search api/searches/google/places below is an example of how the place products are represented in the serpwow 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/local/place/products/catalog?hl=en\&ludocid=17441342146111713984", "html url" "https //api serpwow\ com/live/search?api key=apikey\&search type=place products\&data cid=17441342146111713984\&hl=en\&output=html", "json url" "https //api serpwow\ com/live/search?api key=apikey\&search type=place products\&data cid=17441342146111713984\&hl=en\&output=json" }, "search parameters" { "search type" "place products", "data cid" "17441342146111713984", "engine" "google" }, "search information" { "original query yields zero results" false }, "place products results" \[ { "name" "ford fusion", "link" "https //www google com/local/place/products/product?ludocid=17441342146111713984\&entry id= 8703325972252989966\&hl=en", "image" "https //lh3 googleusercontent com/glsgmb/ajtb4xa fi7o 4suz8ugnwcx49w2frweehyhtpchncc0lxovlv2kyobkmz8tv52e9ub8fupgn 7ip0lslyeeswhfpb0f9a=w168 h126 p rw no sc0x00ffffff", "position" 1 }, { "name" "2020 frod edge", "link" "https //www google com/local/place/products/product?ludocid=17441342146111713984\&entry id=8240949409555966094\&hl=en", "image" "https //lh3 googleusercontent com/glsgmb/ajtb4xd2qflpkfsomwsh9bl tobn1 50gbcafgjw7fztttnhmgu c3bq6mstyjs9fjocbfg0j186jw09t3yjifrhkchgzq=w168 h126 p rw no sc0x00ffffff", "position" 2 }, { "name" "2021 ford bronco", "link" "https //www google com/local/place/products/product?ludocid=17441342146111713984\&entry id= 7666896965243152011\&hl=en", "image" "https //lh3 googleusercontent com/glsgmb/ajtb4xd7 hqpo34ig3vna w7lr5tfwf1xbxl2z96xolbqmn58wy5qmh8172ym6tr fbmleo2puxqcojsutqlvfxinmlv0w=w168 h126 p rw no sc0x00ffffff", "position" 3 }, { "name" "2021 ford bronco sport", "link" "https //www google com/local/place/products/product?ludocid=17441342146111713984\&entry id= 2132207354834620699\&hl=en", "image" "https //lh3 googleusercontent com/glsgmb/ajtb4xdq5k0bgg6tjjlhtnfdeyfchgvjsuy39m8naqkynpdebtvguuyilbifzizloka7imijukiiq tlzpwtmcza0rpeva=w168 h126 p rw no sc0x00ffffff", "position" 4 }, { "name" "ford escape", "link" "https //www google com/local/place/products/product?ludocid=17441342146111713984\&entry id= 2021420752449449310\&hl=en", "image" "https //lh3 googleusercontent com/glsgmb/ajtb4xaowbtgbxpraqvkxezhjewcfbv4qbmbe6ezpthk mc 2iuc1uatwuyvcbusrnkevnktjqhkto0rlmkf9ktuqv84ow=w168 h126 p rw no sc0x00ffffff", "position" 5 }, { "name" "ford ecosport", "link" "https //www google com/local/place/products/product?ludocid=17441342146111713984\&entry id=5220741038859587970\&hl=en", "image" "https //lh3 googleusercontent com/glsgmb/ajtb4xcuvpurijqy7vstunpa0ytpufdjvlbdw2dcv07krqnlhhw ejox03vgkq9x gqn6mlwrnaxyv6hcaixlif nrpoqa=w168 h126 p rw no sc0x00ffffff", "position" 6 } ] } serpwow returns the following properties for search type=place products requests property type description place products results array an array of place product result objects, containing each of the place product results returned the place product result object has the following properties name number the name of the place product link string a link to the place product landing page image string an image url to the place product image price string the raw price (as a locale specific string), if shown, of the place product position number the position of the place product in the place products results array next steps google place products parameters https //docs trajectdata com/serpwow/search api/searches/google/place products