Specs Results
Scrape Google Product Specs Results and get real time information on product specifications.
The body of the Google Product Specs Results response contains:
product_results
Object
Details found on the product main container
title
String
Product title
reviews
Integer
Total number of reviews
rating
Float
Product score based on customer's rating
description
String
Product description
extentions
Array
Product extentions
specs_results
Object
An object with all the specifications found on the product. The keys of this element are generated from DOM
Product Results Request Example
Request Example That Returns Google Product Specs Results
GET
https://serpapi.webscrapingapi.com/v1?engine=google_product&api_key=<YOUR_API_KEY>&product_id=4887235756540435899&specs=1
This is a basic GET request that returns the product results found on the Google page.
Query Parameters
product_id*
String
4887235756540435899
api_key*
String
<YOUR_API_KEY>
engine*
String
google_product
specs*
Int
1
gl
String
(for this example gl=de
was used)
Last updated