Google Shopping API
The Google Shopping Results API allows a user to scrape the results of a Google Shopping search. Searches for results outside the U.S. should refrain from utilizing the location
parameter and only utilize our Localization parameters when seeking country-specific results: google_domain
, gl
, hl
, and lr
.
API Parameters
Geographic Location
location
Optional
Parameter defines from where you want the search to originate. If several locations match the location requested, we'll pick the most popular one. Head to the /locations.json API if you need more precise control. The location and uule parameters can't be used together. It is recommended to specify location at the city level in order to simulate a real user’s search. If location is omitted, the search may take on the location of the proxy.
Localization
google_domain
Optional
Parameter defines the Google domain to use. It defaults to google.com
. Head to the Google domains for a full list of supported Google domains.
gl
Optional
Parameter defines the country to use for the Google search. It's a two-letter country code. (e.g., us
for the United States, uk
for United Kingdom, or fr
for France) Head to the Google countries for a full list of supported Google countries.
hl
Optional
Parameter defines the language to use for the Google Maps search. It's a two-letter language code. (e.g., en
for English, es
for Spanish, or fr
for French) Head to the Google languages for a full list of supported Google languages.
Pagination
start
Optional
Parameter defines the result offset. It skips the given number of results. It's used for pagination. (e.g., 0
(default) is the first page of results, 60
is the 2nd page of results, 120
is the 3rd page of results, etc.).
num
Optional
Parameter defines the maximum number of results to return. (e.g., 60
(default) returns 60 results, 40
returns 40 results, and 100
(maximum) returns 100 results).
Any number greater than maximum number (100
) will default to 100
.
Any number lesser than minimum number (1
) will default to 60
.
Serpapi Parameters
device
Optional
Parameter defines the device to use to get the results. It can be set to desktop
(default) to use a regular browser, tablet
to use a tablet browser (currently using iPads), or mobile
to use a mobile browser.
no_cache
Optional
Parameter will force SerpApi to fetch the Google Shopping results even if a cached version is already present. A cache is served only if the query and all parameters are exactly the same. Cache expires after 1h. Cached searches are free, and are not counted towards your searches per month. It can be set to false
(default) to allow results from the cache, or true
to disallow results from the cache. no_cache and async parameters should not be used together.
async
Optional
Parameter defines the way you want to submit your search to SerpApi. It can be set to false
(default) to open an HTTP connection and keep it open until you got your search results, or true
to just submit your search to SerpApi and retrieve them later. In this case, you'll need to use our Searches Archive API to retrieve your results. async and no_cache parameters should not be used together. async should not be used on accounts with Ludicrous Speed enabled.
JSON structure overview
{
...
"filters": [
{
"type": "String - Block title (Ex: 'Shipping & returns')",
"options": [
{
"text": "String - Filter name (Ex: 'Free returns')",
"tbs": "String - tbs value (Ex: 'mr:1,free_return:1')"
},
...
]
},
...
],
"inline_shopping_results": [
{
"position": "Integer - Item position (Ex: 1)",
"block_position": "String - Block position on the page. Value can be `top` or `bottom`",
"title": "String - Item title",
"price": "String - Item price (Ex : '$14.99')",
"extracted_price": "Numeric - Item price as a float or integer (Ex: '14.99')".,
"old_price": "String - Item's price before discount (Ex: '$15.99')",
"extracted_old_price": "Numeric - Item's old price as float or integer (Ex: '15.99')",
"second_hand_condition": "String - Description of condition when the product is second hand (Ex: 'used', or 'refurbished')",
"link": "String - Link to the Google item page",
"source": "String - Product source name (Ex: 'Black Rifle Coffee Company')",
"rating": "Numeric - Item rating (Ex: '4.5')",
"reviews": "Integer - Item review count (Ex: '1200')",
"extensions": "Array - Item's extensions",
"thumbnail": "String - Base64 data or URL of an image"
},
...
],
"nearby_shopping_results_map": {
"location": "String - Nearby location (Ex: 'near Dallas')",
"link": "String - Link to Google Maps",
"image": "String - Link to the map image",
},
"nearby_shopping_results": [
{
"title": "String - Shopping Place Title or Advertisement Text (Ex: 'Buy Sony playstation 5 online meetup or door steps delivery')",
"link": "String - Link to Google Search of the Place",
"serpapi_link": "String - Link to SerpApi Google Search API of the Place's Search",
"address": "String - Place's Address (Ex: '2920 E 73rd St, Tulsa')",
"distance": "String - Place's distance from your search location (Ex: '0.2 mi')",
"hours": "String - Place's operating hours (Ex: 'Today: 10:00 AM - 8:00 PM')",
"phone": "String - Place's phone number (Ex: '(000) 000-0000')",
"directions": "String - Place's Google Maps Directions Link",
"delivery_options": "Array - Place's delivery options (Ex: ['Delivery', 'Pickup'])",
"items": [
{
"title": "String - Item title (Ex: 'Ryan's World Youth Headphones')",
"link": "String - Link to the item",
"thumbnail": "String - Link to the item thumbnail",
"price": "String - Item price (Ex: '$19.99')",
"extracted_price": "Numeric - Item price extracted as numeral (Ex: 19.99)",
"stock_information": "String - Item stock information (Ex: 'In stock')"
},
...
]
},
...
],
"shopping_results": [
{
"position": "Integer - Item position (Ex: 1)",
"title": "String - Item title (Ex: 'Ryan's World Youth Headphones')",
"link": "String - Link to the item",
"product_id": "String - Unique Google product identifier (Ex: '11809195947618191040')",
"product_link": "String - Link to the Google item page",
"serpapi_product_api": "String - SerpApi URL to fetch more information about this specific product",
"source": "String - Product source name (Ex: 'eBay')",
"price": "String - Item price (Ex: '$14.95')",
"extracted_price": "Numeric - Item price as a float or integer (Ex: '14.95')",
"alternative_price": {
"price": "String - Price of an item in alternative currency",
"currency": "String - Currency of an item",
"extracted_price": "Float - Price of an item as a float"
},
"old_price": "String - Item's price before discount (Ex: '$15.99')",
"extracted_old_price": "Numeric - Item's old price as float or integer (Ex: '15.99')",
"second_hand_condition": "String - Description of condition when the product is second hand (Ex: 'used', or 'refurbished')",
"rating": "Numeric - Item rating (Ex: '5')",
"reviews": "Integer - Item review count (Ex: '15')",
"snippet": "String - Item description",
"extensions": "Array - Item tags/extensions",
"thumbnail": "String - Base64 data or URL of an image",
"other_options": "Array - Other Google product variants",
"tag": "String - Item tag (Ex: 'CURBSIDE', 'IN-STORE PICKUP', 'SALE', or 'FREE 2-DAY')",
"delivery" : "String - Information on delivery of the product (Ex: '$7.95 delivery')",
"number_of_comparisons": "String - Number of comparisons with other sellers (Ex: '5+')",
"comparisons_link": "String - Link to a page with comparative prices",
"serpapi_product_api_comparisons": "String - SerpApi URL to fetch more information about this specific product's comparisons",
"store_rating": "Float - Store rating",
"store_reviews": "Integer - Store review count"
},
...
],
"related_shopping_results": [
{
"position": "Integer - Item position (Ex: 1)",
"title": "String - Item title (Ex: 'Ryan's World Youth Headphones')",
"link": "String - Link to the item",
"product_id": "String - Unique Google product identifier (Ex: '11809195947618191040')",
"product_link": "String - Link to the Google item page",
"serpapi_product_api": "String - SerpApi URL to fetch more information about this specific product",
"source": "String - Product source name (Ex: 'eBay')",
"price": "String - Item price (Ex: '$14.95')",
"extracted_price": "Numeric - Item price as a float or integer (Ex: '14.95')",
"old_price": "String - Item's price before discount (Ex: '$15.99')",
"extracted_old_price": "Numeric - Item's old price as float or integer (Ex: '15.99')",
"badge": "String - Store Badge (Ex: 'Trusted Store')",
"rating": "Numeric - Item rating (Ex: '5')",
"reviews": "Integer - Item review count (Ex: '15')",
"snippet": "String - Item description",
"extensions": "Array - Item tags/extensions",
"thumbnail": "String - Base64 data or URL of an image",
"other_options": "Array - Other Google product variants",
"tag": "String - Item tag (Ex: 'CURBSIDE', 'IN-STORE PICKUP', 'SALE', 'FREE 2-DAY')",
"second_hand_condition": "String - Description of condition when the product is second hand (Ex: 'used', or 'refurbished')",
"delivery" : "String - Information on delivery of the product (Ex: '$7.95 delivery')"
},
...
],
"people_also_search_for": [
{
"text": "String - Search text (Ex: 'PS5 Amazon')",
"link": "String - Link to Google Shopping Page",
"serpapi_link": "String - SerpApi URL to fetch the Google Shopping Link",
"highlighted_words": "Array - Highlighted words in the search text"
},
...
],
"related_searches": [
{
"text": "String - Search text (Ex: 'PS5 Amazon')",
"link": "String - Link to Google Shopping Page",
"serpapi_link": "String - SerpApi URL to fetch the Google Shopping Link",
"highlighted_words": "Array - Highlighted words in the search text"
},
...
],
"categories": [
{
"title": "String - Category title (Ex: 'Filter by Connectivity')",
"filters": [
{
"title": "String - Filter title (Ex: 'Bluetooth')",
"thumbnail": "String - Base64 data or URL of an image of the filter button",
"link": "String - Link to Google Shopping Page",
"serpapi_link": "String - SerpApi URL to fetch the Google Shopping Link"
},
...
]
},
...
],
"featured_shopping_results": [
{
"position": "Integer - Item position",
"title": "String - Item title",
"link": "String - Link to the item",
"product_id": "String - Unique Google product identifier",
"product_link": "String - Link to the Google item page",
"serpapi_product_api": "String - SerpApi URL to fetch more information about this specific product",
"source": "String - Product source name",
"price": "String - Item price",
"extracted_price": "Float - Item price as a float",
"alternative_price": {
"price": "String - Price of an item in alternative currency",
"currency": "String - Currency of an item",
"extracted_price": "Float - Price of an item as a float"
},
"old_price": "String - Item's price before discount (Ex: '$15.99')",
"extracted_old_price": "Numeric - Item's old price as float or integer (Ex: '15.99')",
"second_hand_condition": "String - Description of condition when the product is second hand (Ex: 'used', or 'refurbished')",
"rating": "Float - Item rating",
"reviews": "Integer - Item review count",
"snippet": "String - Item description",
"extensions": "Array - Item tags/extensions",
"thumbnail": "String - Base64 data or URL of an image",
"tag": "String - Item tag ex: CURBSIDE, IN-STORE PICKUP, SALE, or FREE 2-DAY",
"delivery": "String - Item delivery information (Ex: 'Free delivery', 'Free shipping', 'Free shipping on orders over $35', etc)",
"number_of_comparisons": "String - Number of comparisons with other sellers (Ex: '5+')",
"comparisons_link": "String - Link to a page with comparative prices",
"serpapi_product_api_comparisons": "String - SerpApi URL to fetch more information about this specific product's comparisons",
"remark": "String - Remark about the product (Ex: 'Attractive', 'Comfortable', etc)",
"store_rating": "Float - Store rating",
"store_reviews": "Integer - Store review count"
},
],
...
}
API Results
JSON Results
JSON output includes structured data for shopping results, inline shopping results, related shopping results, nearby shopping results, related searches, people also search for results, shopping-categories, featured shopping results, and shopping filters results.
A search status is accessible through search_metadata.status
. It flows this way: Processing
-> Success
|| Error
. If a search has failed, error
will contain an error message. search_metadata.id
is the search ID inside SerpApi.
HTML Results
HTML output is useful to debug JSON results or support features not supported yet by SerpApi.
HTML output gives you the raw HTML results from Google.
Results for q: Macbook M2
{
"search_metadata": {
"id": "61f7a65ae7d08aabb21bb520",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/ef85073bf4277e16/61f7a65ae7d08aabb21bb520.json",
"created_at": "2022-11-09 14:03:45 UTC",
"processed_at": "2022-11-09 14:03:46 UTC",
"google_shopping_url": "https://www.google.com/search?tbm=shop&q=Macbook+M2&oq=Macbook+M2&hl=en&gl=us&num=10&sourceid=chrome&ie=UTF-8",
"raw_html_file": "https://serpapi.com/searches/ef85073bf4277e16/61f7a65ae7d08aabb21bb520.html",
"total_time_taken": 2.65
},
"search_parameters": {
"engine": "google_shopping",
"q": "Macbook M2",
"location_requested": "Orlando-Daytona Beach-Melbourne FL, FL",
"location_used": "Orlando-Daytona Beach-Melbourne FL, FL",
"google_domain": "google.com",
"hl": "en",
"gl": "us",
"device": "desktop"
},
"search_information": {
"shopping_results_state": "Results for exact spelling",
"query_displayed": "Macbook M2",
"menu_items": [
{
"position": 1,
"title": "All",
"link": "https://www.google.com/search?q=Macbook+M2&hl=en&gl=us&source=lnms&sa=X&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQ_AUI5A4oAA",
"serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&num=10&q=Macbook+M2"
},
{
"position": 2,
"title": "Images",
"link": "https://www.google.com/search?q=Macbook+M2&hl=en&gl=us&tbm=isch&source=lnms&sa=X&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQ_AUI5Q4oAQ",
"serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google_images&gl=us&google_domain=google.com&hl=en&num=10&q=Macbook+M2"
},
{
"position": 3,
"title": "Maps",
"link": "https://maps.google.com/maps?hl=en&gl=us&q=Macbook+M2&um=1&ie=UTF-8&sa=X&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQ_AUI5g4oAg",
"serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&num=10&q=Macbook+M2"
},
{
"position": 4,
"title": "Shopping"
}
]
},
"filters": [
{
"type": "Show only",
"options": [
{
"text": "Buy on Google",
"tbs": "mr:1,buy:g"
},
{
"text": "Available nearby",
"tbs": "mr:1,local_avail:1,ss:55"
},
{
"text": "On sale",
"tbs": "mr:1,sales:1"
}
]
},
{
"type": "Price",
"options": [
{
"text": "Up to $300",
"tbs": "mr:1,price:1,ppr_max:300"
},
{
"text": "$300 – $600",
"tbs": "mr:1,price:1,ppr_min:300,ppr_max:600"
},
{
"text": "$600 – $1,000",
"tbs": "mr:1,price:1,ppr_min:600,ppr_max:1000"
},
{
"text": "Over $1,000",
"tbs": "mr:1,price:1,ppr_min:1000"
}
]
},
{
"type": "Apple MacBook Product Line",
"options": [
{
"text": "MacBook Pro",
"tbs": "mr:1,pdtr0:946505%7C946506"
},
{
"text": "MacBook Air",
"tbs": "mr:1,pdtr0:946505%7C946507"
},
{
"text": "MacBook (Original)",
"tbs": "mr:1,pdtr0:946505%7C972425"
}
]
},
...
],
"inline_shopping_results": [
{
"position": 1,
"block_position": "top",
"title": "MacBook Air 13.6″ Laptop - Apple M2 chip - 8GB Memory - 256GB SSD (Latest Model) - Midnight",
"price": "$1,049.00",
"extracted_price": 1049,
"old_price": "$1,199.00",
"extracted_price": 1199,
"link": "https://www.google.com/aclk?sa=l&ai=DChcSEwijk5-BoqH7AhVJqIYKHV8iDe0YABABGgJ2dQ&sig=AOD64_206eG8rTPVFrzxgf6y0CpdH2pKqQ&ctype=46&q=&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQqygI6BA&adurl=",
"source": "Best Buy",
"rating": 5,
"reviews": 11,
"thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9GcQvMfIfHD81bj5w2wEFQfgV92123vZEj2jaNRlenMxj0qqIncz3W0z3nhk35LZJkTu-7h3dyGky_nP1YTHGkK-h0svP3DKlk5CMDw6nGVgPPDrkIMXxSJ9ojg&usqp=CAE",
"extensions": [
"SALE",
"Pick up today"
]
},
{
"position": 2,
"block_position": "top",
"title": "Apple MacBook Air 13.6 inch Laptop - M2 chip - 8GB Memory - 256GB SSD (Latest Model) - Midnight (MLY33LL/A / MLY33)",
"price": "$1,289.00",
"extracted_price": 1289,
"link": "https://www.google.com/aclk?sa=l&ai=DChcSEwijk5-BoqH7AhVJqIYKHV8iDe0YABADGgJ2dQ&sig=AOD64_2SirHJWCiWW_xEZzde6of5H2FmbA&ctype=5&q=&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQww8I7RA&adurl=",
"source": "Electronic Express",
"shipping": "Free shipping",
"rating": 5,
"reviews": 722,
"thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9GcTBRrvCiIntutU2GNwlRtYIFJN-MVGI0iOI7ra_tLUjisbTQ28HuySOoC4WZd0y5ot_pvPpjmHLhpbo5KZrYQPq0Y7qjiQ2ehNEBqsMkvs&usqp=CAE"
},
{
"position": 3,
"block_position": "top",
"title": "MacBook Pro 13.3″ Laptop - Apple M2 chip - 8GB Memory - 256GB SSD (Latest Model) - Space Gray",
"price": "$1,149.00",
"extracted_price": 1149,
"price": "$1,299.00",
"extracted_price": 1299,
"link": "https://www.google.com/aclk?sa=l&ai=DChcSEwijk5-BoqH7AhVJqIYKHV8iDe0YABAFGgJ2dQ&sig=AOD64_3wFjAuvkke_OCbk8c3N1ofeOQBxw&ctype=46&q=&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQqygI8RA&adurl=",
"source": "Best Buy",
"rating": 5,
"reviews": 11517,
"thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9GcR-DuuQAa8KQ83T_2l_7PdNDxP9FjG6VXpkoLYzphNUk4HfE1rGEdqLPCvVo1_M-3-hdWg_v-xhYU9IyQHIRZJlFYESzfW5JVqCuinii3I&usqp=CAE",
"extensions": [
"SALE",
"Pick up today"
]
},
...
],
"shopping_results": [
{
"position": 1,
"title": "MacBook Air M2 - 8GB Ram, 256GB SSD - Midnight - Apple",
"link": "https://www.google.com/url?url=https://www.bestbuy.com/site/macbook-air-13-6-laptop-apple-m2-chip-8gb-memory-256gb-ssd-latest-model-midnight/6509650.p%3FskuId%3D6509650%26ref%3D212%26loc%3D1%26extStoreId%3D1530&rct=j&q=&esrc=s&sa=U&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQ_uQECO0R&usg=AOvVaw05N5JBb_KzmaaMEWn8aYu2",
"product_link": "https://www.google.com/shopping/product/4038444917756773029",
"product_id": "4038444917756773029",
"serpapi_product_api": "https://serpapi.com/search.json?device=desktop&engine=google_product&gl=us&google_domain=google.com&hl=en&product_id=4038444917756773029",
"source": "Best Buy",
"price": "$1,049.00",
"extracted_price": 1049,
"old_price": "$1,199.00",
"extracted_old_price": 1199,
"rating": 4.8,
"reviews": 722,
"extensions": [
"Mac OS",
"Octa Core",
"USB-C"
],
"badge": "Trusted Store",
"thumbnail": "https://encrypted-tbn3.gstatic.com/shopping?q=tbn:ANd9GcTYeih9quJoMjkWynU7heCxSGDchIXe9_jQ4KNCqFFkpROPGxsff0uaNfRB23_-AFAh3SBvDMMrj3R1mjXQLhUd4qOrhaQwuydr7yb57wU&usqp=CAE",
"delivery": "133.4 mi · In stock · Curbside",
"number_of_comparisons": "20+",
"comparison_link": "https://www.google.com/shopping/product/4038444917756773029/offers?ie=UTF-8&gl=us&q=MacBook+Air+M2+-+8GB+Ram,+256GB+SSD+-+Midnight+-+Apple&sourceid=chrome&hl=en&prds=eto:7127130121479099455_0,pid:9956147225736390081,rsk:PC_4343429436432204002&sa=X&ved=0ahUKEwj3jqWB1pr9AhUPTDABHS4zB14Q3q4ECKoS",
"serpapi_product_api_comparisons": "https://serpapi.com/search.json?engine=google_product&filter=eto%3A7127130121479099455_0%2Cpid%3A9956147225736390081%2Crsk%3APC_4343429436432204002&gl=us&hl=en&offers=1&product_id=4038444917756773029&sa=X&sourceid=chrome&ved=0ahUKEwj3jqWB1pr9AhUPTDABHS4zB14Q3q4ECKoS",
"store_rating": 4.6,
"store_reviews": 603
},
{
"position": 2,
"title": "Apple MacBook Air M2 13.6″ - 8GB Ram, 256GB SSD - Space Gray",
"link": "https://www.google.com/url?url=https://www.apple.com/us/shop/go/product/MLXW3%3Fcid%3Daos-us-seo-pla&rct=j&q=&esrc=s&sa=U&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQguUECJAS&usg=AOvVaw0sziB4jnxpW4srD3nRuEih",
"product_link": "https://www.google.com/shopping/product/14753408626662104365",
"product_id": "14753408626662104365",
"serpapi_product_api": "https://serpapi.com/search.json?device=desktop&engine=google_product&gl=us&google_domain=google.com&hl=en&product_id=14753408626662104365",
"source": "Apple",
"price": "$1,199.00",
"extracted_price": 1199,
"rating": 4.8,
"reviews": 11517,
"extensions": [
"Mac OS",
"Octa Core",
"USB-C",
"FREE 1-DAY"
],
"badge": "Trusted store",
"thumbnail": "https://encrypted-tbn3.gstatic.com/shopping?q=tbn:ANd9GcQboUZQuh4Uj2lUbSoEcA2zt4B9gTq0mgATBhCk_0gx-v12QUUB8PbJDAorChJZghG54t68U4gXwPEGH34-HjnG-Xig8UYVVc8-BubcUFI&usqp=CAE",
"tag": "FREE 1-DAY",
"delivery": "Free delivery by tomorrow & Free 14-day returns",
"number_of_comparisons": "20+",
"comparison_link": "https://www.google.com/shopping/product/14753408626662104365/offers?hl=en&sourceid=chrome&q=Apple+MacBook+Air+M2+13.6%E2%80%B3+-+8GB+Ram,+256GB+SSD+-+Space+Gray&oq=Apple+MacBook+Air+M2+13.6%E2%80%B3+-+8GB+Ram,+256GB+SSD+-+Space+Gray&gl=us&prds=eto:15144424661229437310_0,pid:12879501266172356815,rsk:PC_1955003928679138106&sa=X&ved=0ahUKEwi4sdHJ1pr9AhWjjokEHVA3DbUQ3q4ECOsQ",
"serpapi_product_api_comparisons": "https://serpapi.com/search.json?engine=google_product&filter=eto%3A15144424661229437310_0%2Cpid%3A12879501266172356815%2Crsk%3APC_1955003928679138106&gl=us&offers=1&oq=Apple+MacBook+Air+M2+13.6%E2%80%B3+-+8GB+Ram%2C+256GB+SSD+-+Space+Gray&product_id=14753408626662104365&sa=X&sourceid=chrome&ved=0ahUKEwi4sdHJ1pr9AhWjjokEHVA3DbUQ3q4ECOsQ"
"store_rating": 4.6,
"store_reviews": 4500
},
{
"position": 3,
"title": "Apple - MacBook Pro 13″ M2 Chip 8GB Ram 256GB SSD Space Gray",
"link": "https://www.google.com/url?url=https://www.brandsmartusa.com/apple/254288/apple-13-3-macbook-pro-256gb-m2.htm&rct=j&q=&esrc=s&sa=U&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQguUECKYS&usg=AOvVaw1Fs8b9ErQvN0ACQIjWUKcG",
"product_link": "https://www.google.com/shopping/product/10818728628057643970",
"product_id": "10818728628057643970",
"serpapi_product_api": "https://serpapi.com/search.json?device=desktop&engine=google_product&gl=us&google_domain=google.com&hl=en&product_id=10818728628057643970",
"source": "BrandsMart USA",
"price": "$1,149.00",
"extracted_price": 1149,
"rating": 4.8,
"reviews": 11517,
"extensions": [
"Mac OS",
"Octa Core",
"USB-C"
],
"thumbnail": "https://encrypted-tbn1.gstatic.com/shopping?q=tbn:ANd9GcStHHIeHckMl-QMNVdAtPeKRj1rH0BoC9ZBzrsj1nuKvN6QLZmlO2RKYFzhYgKC6sFmd1ZNTWOm6Q9F1apy84VoGGSLcPg4UEuaf1NYtcA&usqp=CAE",
"delivery": "Delivery by Wed, Nov 16",
"number_of_comparisons": "10+",
"comparison_link": "https://www.google.com/shopping/product/10818728628057643970/offers?hl=en&gl=us&oq=Apple+-+MacBook+Pro+13%E2%80%B3+M2+Chip+8GB+Ram+256GB+SSD+Space+Gray&ie=UTF-8&q=Apple+-+MacBook+Pro+13%E2%80%B3+M2+Chip+8GB+Ram+256GB+SSD+Space+Gray&prds=eto:4634230098200008296_0,local:1,pid:15327261302898459347,prmr:2,rsk:PC_1955003928679138106&sa=X&ved=0ahUKEwjvp9yP15r9AhX3kokEHSmVAQcQ3q4ECMYR",
"serpapi_product_api_comparisons": "https://serpapi.com/search.json?engine=google_product&filter=eto%3A4634230098200008296_0%2Clocal%3A1%2Cpid%3A15327261302898459347%2Cprmr%3A2%2Crsk%3APC_1955003928679138106&gl=us&ie=UTF-8&offers=1&oq=Apple+-+MacBook+Pro+13%E2%80%B3+M2+Chip+8GB+Ram+256GB+SSD+Space+Gray&product_id=10818728628057643970&sa=X&ved=0ahUKEwjvp9yP15r9AhX3kokEHSmVAQcQ3q4ECMYR"
},
...
],
"related_shopping_results": [
{
"position": 1,
"title": "Apple - MacBook Pro 13″ M2 Chip 8GB Ram 256GB SSD Silver",
"link": "https://www.google.com/url?q=https://www.bestbuy.com/site/macbook-pro-13-3-laptop-apple-m2-chip-8gb-memory-256gb-ssd-latest-model-silver/6509654.p%3FskuId%3D6509654%26ref%3D212%26loc%3D1%26extStoreId%3D1155&sa=U&ved=0ahUKEwjF3NzzjNP8AhWIFVkFHUwfDXUQ2ykIjwE&usg=AOvVaw3KH0yGLmvdWL1DzyQ-wvCp",
"product_link": "https://www.google.com/shopping/product/5253447980445207469",
"product_id": "5253447980445207469",
"serpapi_product_api": "https://serpapi.com/search.json?device=desktop&engine=google_product&gl=us&google_domain=google.com&hl=en&product_id=5253447980445207469",
"source": "Best Buy",
"price": "$1,149.00",
"extracted_price": 1149,
"old_price": "$1,299.00",
"extracted_old_price": 1299,
"rating": 4.8,
"reviews": 11517,
"extensions": [
"SALE"
],
"tag": "SALE",
"thumbnail": "https://encrypted-tbn1.gstatic.com/shopping?q=tbn:ANd9GcT6GA2D-0buyDX6YAemR2p-veNn55N5Av8Id-kmuQvCzxx4QWBWQMOJx35H3x-p0C923-rFfZ_bnCfOMVG7Bg3emulkqZ-MHR3XbGt6e249&usqp=CAE"
},
{
"position": 2,
"title": "Apple MacBook Air M2 13.6″ - 8GB Ram, 256GB SSD - Starlight",
"link": "https://www.google.com/url?q=https://www.bhphotovideo.com/c/product/1710303-REG/apple_mly13ll_a_13_6_macbook_air_m2.html%3Fkw%3DAPMLY13LLA%26ap%3Dy%26smp%3Dy%26BI%3DE6540%26srsltid%3DAeTuncrVwEjKeXyPenkv8m4F8rEknNvCWVM0cbpg1EzniEOzRFNcwHP64Sk&sa=U&ved=0ahUKEwjEgOXDjdP8AhV9lGoFHZkTBl0Q2ykImwE&usg=AOvVaw30mbibvZHx2q3pzwTQofg0",
"product_link": "https://www.google.com/shopping/product/11369623846178485079",
"product_id": "11369623846178485079",
"serpapi_product_api": "https://serpapi.com/search.json?device=desktop&engine=google_product&gl=us&google_domain=google.com&hl=en&product_id=11369623846178485079",
"source": "B&H Photo-Video-Audio",
"price": "$1,049.00",
"extracted_price": 1049,
"old_price": "$1,199.00",
"extracted_old_price": 1199,
"rating": 4.8,
"reviews": 722,
"extensions": [
"SALE"
],
"thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9GcQZhZ4joBuAtRrmvjUXmTu5zlBV3zZMWQkycr0Pz4LL-WVTyP1X0SNydNlm1BoGONPYkP6Zwd_SwUwy8n0jkdwgl7DBcjd203dIC17lbXVw0Opsft5M0hgD&usqp=CAE",
"tag": "SALE",
"delivery": "Free delivery by tomorrow"
},
{
"position": 3,
"title": "MacBook Pro 13.3″ Laptop - Apple M2 Chip - 16GB Memory - 512GB SSD (Latest Model ...",
"link": "https://www.google.com/url?url=https://www.bestbuy.com/site/macbook-air-13-6-laptop-apple-m2-chip-8gb-memory-512gb-ssd-latest-model-silver/6509647.p%3FskuId%3D6509647%26ref%3DNS%26loc%3D101&rct=j&q=&esrc=s&sa=U&ved=0ahUKEwjh1tbaktP8AhX6k2oFHaW4D_AQguUECIYR&usg=AOvVaw18RDgSezjwmEqgShegaHa9",
"product_link": "https://www.google.com/shopping/product/5644347114161259026",
"product_id": "5644347114161259026",
"serpapi_product_api": "https://serpapi.com/search.json?device=desktop&engine=google_product&gl=us&google_domain=google.com&hl=en&product_id=5644347114161259026",
"source": "Best Buy",
"price": "$1,499.00",
"extracted_price": 1499,
"old_price": "$1,699.00",
"extracted_old_price": 1699,
"rating": 4.6,
"reviews": 22,
"extensions": [
"SALE"
],
"thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9GcSuheX9RUCYVJuf1fkzCKjnyCUNCD2bA-Icc6hCbHrIBfozKKI7yfriFD3ZvfRvBZGvC6A9LtRu7QhCY7ae8KH61prajtCO5Vo9JrW2NPI&usqp=CAE",
"tag": "SALE",
"delivery": "Free delivery by Nov 11"
}
],
"categories": [
{
"title": "Filter by available ports",
"filters": [
{
"title": "USB-C",
"thumbnail": "https://encrypted-tbn1.gstatic.com/shopping?q=tbn:ANd9GcQkF64dJNlJD_tz-Hd3n6Mz2_DpumfsATeLYC91fRl0FzfGN9zgvF5lJPufVg&usqp=CAE",
"link": "https://www.google.com/search?hl=en&gl=us&tbm=shop&q=Macbook+M2&tbs=mr:1,pdtr0:4094604%7C4094606&sa=X&ved=0ahUKEwjNpe3U37X9AhXdEUQIHX_eDxAQwQkI6xwoAA",
"serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&location=Orlando-Daytona+Beach-Melbourne%2C+FL%2C+Florida%2C+United+States&q=Macbook+M2&tbm=shop&tbs=mr%3A1%2Cpdtr0%3A4094604%7C4094606"
},
{
"title": "HDMI",
"thumbnail": "https://encrypted-tbn2.gstatic.com/shopping?q=tbn:ANd9GcQPUFchisfjX9XqFoFKHFH8nzKzb8vZijabWMkbe-fWy5mTDZAcqMgRtMODNSY&usqp=CAE",
"link": "https://www.google.com/search?hl=en&gl=us&tbm=shop&q=Macbook+M2&tbs=mr:1,pdtr0:4094604%7C4094607&sa=X&ved=0ahUKEwjNpe3U37X9AhXdEUQIHX_eDxAQwQkI7hwoAA",
"serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&location=Orlando-Daytona+Beach-Melbourne%2C+FL%2C+Florida%2C+United+States&q=Macbook+M2&tbm=shop&tbs=mr%3A1%2Cpdtr0%3A4094604%7C4094607"
},
{
"title": "3.5 mm Jack",
"thumbnail": "https://encrypted-tbn3.gstatic.com/shopping?q=tbn:ANd9GcQ0uFtKy1w4SPYQdiiUaJMBl-PAbdRSeMea74IoTHADOBqIhDqFLkEISYfUbA&usqp=CAE",
"link": "https://www.google.com/search?hl=en&gl=us&tbm=shop&q=Macbook+M2&tbs=mr:1,pdtr0:4094604%7C4094610&sa=X&ved=0ahUKEwjNpe3U37X9AhXdEUQIHX_eDxAQwQkI8RwoAA",
"serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&location=Orlando-Daytona+Beach-Melbourne%2C+FL%2C+Florida%2C+United+States&q=Macbook+M2&tbm=shop&tbs=mr%3A1%2Cpdtr0%3A4094604%7C4094610"
},
...
]
},
{
"title": "You might like",
"filters": [
{
"title": "Silver",
"thumbnail": "https://encrypted-tbn2.gstatic.com/shopping?q=tbn:ANd9GcQrkpalXg60IzJRQZ6Zy59vR-pgm71Q-qVfHwbxNHfpPm0fr2wyAxEbgUpZqatV-Q4E4xzXhcxSiOgsQUgzYXQb1aZsbdFJJg&usqp=CAE",
"link": "https://www.google.com/search?hl=en&gl=us&tbm=shop&q=Macbook+M2&tbs=mr:1,pdtr0:960913%7C960915&sa=X&ved=0ahUKEwjNpe3U37X9AhXdEUQIHX_eDxAQwQkI-xwoAA",
"serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&location=Orlando-Daytona+Beach-Melbourne%2C+FL%2C+Florida%2C+United+States&q=Macbook+M2&tbm=shop&tbs=mr%3A1%2Cpdtr0%3A960913%7C960915"
},
{
"title": "Dual Core",
"thumbnail": "https://encrypted-tbn3.gstatic.com/shopping?q=tbn:ANd9GcRJJy8JNOaa2odEoMRujBp3pLrYNoaT1CwROHIhbICJg72cBJ-3BsXCo4F08MA&usqp=CAE",
"link": "https://www.google.com/search?hl=en&gl=us&tbm=shop&q=Macbook+M2&tbs=mr:1,pdtr0:1337889%7C1337890&sa=X&ved=0ahUKEwjNpe3U37X9AhXdEUQIHX_eDxAQwQkIgR0oAA",
"serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&location=Orlando-Daytona+Beach-Melbourne%2C+FL%2C+Florida%2C+United+States&q=Macbook+M2&tbm=shop&tbs=mr%3A1%2Cpdtr0%3A1337889%7C1337890"
},
{
"title": "Quad Core",
"thumbnail": "https://encrypted-tbn1.gstatic.com/shopping?q=tbn:ANd9GcTFQgGvTfzmHUSfJ1IeJD3InamNr4dUxIYWdwkQV1gcHs_e3X1DLbgEr7HJ3SlS6PY5aoUg-DA1LPj9g7fv7sjlCflq_tjY&usqp=CAE",
"link": "https://www.google.com/search?hl=en&gl=us&tbm=shop&q=Macbook+M2&tbs=mr:1,pdtr0:733074%7C733178&sa=X&ved=0ahUKEwjNpe3U37X9AhXdEUQIHX_eDxAQwQkIlh0oAA",
"serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&location=Orlando-Daytona+Beach-Melbourne%2C+FL%2C+Florida%2C+United+States&q=Macbook+M2&tbm=shop&tbs=mr%3A1%2Cpdtr0%3A733074%7C733178"
},
...
]
}
],
"pagination": {
"current": 1,
"next": "https://www.google.com/search?q=Macbook+M2&hl=en&gl=us&tbs=vw:d&tbm=shop&ei=RLNrY6_9F5-JwbkPhL2dyAI&start=60&sa=N&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQ8NMDCJId",
"other_pages": {
"2": "https://www.google.com/search?q=Macbook+M2&hl=en&gl=us&tbs=vw:d&tbm=shop&ei=RLNrY6_9F5-JwbkPhL2dyAI&start=60&sa=N&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQ8tMDCIQd",
"3": "https://www.google.com/search?q=Macbook+M2&hl=en&gl=us&tbs=vw:d&tbm=shop&ei=RLNrY6_9F5-JwbkPhL2dyAI&start=120&sa=N&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQ8tMDCIYd",
"4": "https://www.google.com/search?q=Macbook+M2&hl=en&gl=us&tbs=vw:d&tbm=shop&ei=RLNrY6_9F5-JwbkPhL2dyAI&start=180&sa=N&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQ8tMDCIgd",
...
}
},
"serpapi_pagination": {
"current": 1,
"next_link": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&num=10&q=Macbook+M2&start=60&tbm=shop&tbs=vw%3Ad",
"next": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&num=10&q=Macbook+M2&start=60&tbm=shop&tbs=vw%3Ad",
"other_pages": {
"2": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&num=10&q=Macbook+M2&start=60&tbm=shop&tbs=vw%3Ad",
"3": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&num=10&q=Macbook+M2&start=120&tbm=shop&tbs=vw%3Ad",
"4": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&num=10&q=Macbook+M2&start=180&tbm=shop&tbs=vw%3Ad",
...
}
}
}
JSON Results
JSON output includes structured data for shopping results, inline shopping results, related shopping results, nearby shopping results, related searches, people also search for results, shopping-categories, featured shopping results, and shopping filters results.
A search status is accessible through search_metadata.status
. It flows this way: Processing
-> Success
|| Error
. If a search has failed, error
will contain an error message. search_metadata.id
is the search ID inside SerpApi.
HTML Results
HTML output is useful to debug JSON results or support features not supported yet by SerpApi.
HTML output gives you the raw HTML results from Google.
Results for q: Macbook M2

{
"search_metadata": {
"id": "61f7a65ae7d08aabb21bb520",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/ef85073bf4277e16/61f7a65ae7d08aabb21bb520.json",
"created_at": "2022-11-09 14:03:45 UTC",
"processed_at": "2022-11-09 14:03:46 UTC",
"google_shopping_url": "https://www.google.com/search?tbm=shop&q=Macbook+M2&oq=Macbook+M2&hl=en&gl=us&num=10&sourceid=chrome&ie=UTF-8",
"raw_html_file": "https://serpapi.com/searches/ef85073bf4277e16/61f7a65ae7d08aabb21bb520.html",
"total_time_taken": 2.65
},
"search_parameters": {
"engine": "google_shopping",
"q": "Macbook M2",
"location_requested": "Orlando-Daytona Beach-Melbourne FL, FL",
"location_used": "Orlando-Daytona Beach-Melbourne FL, FL",
"google_domain": "google.com",
"hl": "en",
"gl": "us",
"device": "desktop"
},
"search_information": {
"shopping_results_state": "Results for exact spelling",
"query_displayed": "Macbook M2",
"menu_items": [
{
"position": 1,
"title": "All",
"link": "https://www.google.com/search?q=Macbook+M2&hl=en&gl=us&source=lnms&sa=X&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQ_AUI5A4oAA",
"serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&num=10&q=Macbook+M2"
},
{
"position": 2,
"title": "Images",
"link": "https://www.google.com/search?q=Macbook+M2&hl=en&gl=us&tbm=isch&source=lnms&sa=X&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQ_AUI5Q4oAQ",
"serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google_images&gl=us&google_domain=google.com&hl=en&num=10&q=Macbook+M2"
},
{
"position": 3,
"title": "Maps",
"link": "https://maps.google.com/maps?hl=en&gl=us&q=Macbook+M2&um=1&ie=UTF-8&sa=X&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQ_AUI5g4oAg",
"serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&num=10&q=Macbook+M2"
},
{
"position": 4,
"title": "Shopping"
}
]
},
"filters": [
{
"type": "Show only",
"options": [
{
"text": "Buy on Google",
"tbs": "mr:1,buy:g"
},
{
"text": "Available nearby",
"tbs": "mr:1,local_avail:1,ss:55"
},
{
"text": "On sale",
"tbs": "mr:1,sales:1"
}
]
},
{
"type": "Price",
"options": [
{
"text": "Up to $300",
"tbs": "mr:1,price:1,ppr_max:300"
},
{
"text": "$300 – $600",
"tbs": "mr:1,price:1,ppr_min:300,ppr_max:600"
},
{
"text": "$600 – $1,000",
"tbs": "mr:1,price:1,ppr_min:600,ppr_max:1000"
},
{
"text": "Over $1,000",
"tbs": "mr:1,price:1,ppr_min:1000"
}
]
},
{
"type": "Apple MacBook Product Line",
"options": [
{
"text": "MacBook Pro",
"tbs": "mr:1,pdtr0:946505%7C946506"
},
{
"text": "MacBook Air",
"tbs": "mr:1,pdtr0:946505%7C946507"
},
{
"text": "MacBook (Original)",
"tbs": "mr:1,pdtr0:946505%7C972425"
}
]
},
...
],
"inline_shopping_results": [
{
"position": 1,
"block_position": "top",
"title": "MacBook Air 13.6″ Laptop - Apple M2 chip - 8GB Memory - 256GB SSD (Latest Model) - Midnight",
"price": "$1,049.00",
"extracted_price": 1049,
"old_price": "$1,199.00",
"extracted_price": 1199,
"link": "https://www.google.com/aclk?sa=l&ai=DChcSEwijk5-BoqH7AhVJqIYKHV8iDe0YABABGgJ2dQ&sig=AOD64_206eG8rTPVFrzxgf6y0CpdH2pKqQ&ctype=46&q=&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQqygI6BA&adurl=",
"source": "Best Buy",
"rating": 5,
"reviews": 11,
"thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9GcQvMfIfHD81bj5w2wEFQfgV92123vZEj2jaNRlenMxj0qqIncz3W0z3nhk35LZJkTu-7h3dyGky_nP1YTHGkK-h0svP3DKlk5CMDw6nGVgPPDrkIMXxSJ9ojg&usqp=CAE",
"extensions": [
"SALE",
"Pick up today"
]
},
{
"position": 2,
"block_position": "top",
"title": "Apple MacBook Air 13.6 inch Laptop - M2 chip - 8GB Memory - 256GB SSD (Latest Model) - Midnight (MLY33LL/A / MLY33)",
"price": "$1,289.00",
"extracted_price": 1289,
"link": "https://www.google.com/aclk?sa=l&ai=DChcSEwijk5-BoqH7AhVJqIYKHV8iDe0YABADGgJ2dQ&sig=AOD64_2SirHJWCiWW_xEZzde6of5H2FmbA&ctype=5&q=&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQww8I7RA&adurl=",
"source": "Electronic Express",
"shipping": "Free shipping",
"rating": 5,
"reviews": 722,
"thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9GcTBRrvCiIntutU2GNwlRtYIFJN-MVGI0iOI7ra_tLUjisbTQ28HuySOoC4WZd0y5ot_pvPpjmHLhpbo5KZrYQPq0Y7qjiQ2ehNEBqsMkvs&usqp=CAE"
},
{
"position": 3,
"block_position": "top",
"title": "MacBook Pro 13.3″ Laptop - Apple M2 chip - 8GB Memory - 256GB SSD (Latest Model) - Space Gray",
"price": "$1,149.00",
"extracted_price": 1149,
"price": "$1,299.00",
"extracted_price": 1299,
"link": "https://www.google.com/aclk?sa=l&ai=DChcSEwijk5-BoqH7AhVJqIYKHV8iDe0YABAFGgJ2dQ&sig=AOD64_3wFjAuvkke_OCbk8c3N1ofeOQBxw&ctype=46&q=&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQqygI8RA&adurl=",
"source": "Best Buy",
"rating": 5,
"reviews": 11517,
"thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9GcR-DuuQAa8KQ83T_2l_7PdNDxP9FjG6VXpkoLYzphNUk4HfE1rGEdqLPCvVo1_M-3-hdWg_v-xhYU9IyQHIRZJlFYESzfW5JVqCuinii3I&usqp=CAE",
"extensions": [
"SALE",
"Pick up today"
]
},
...
],
"shopping_results": [
{
"position": 1,
"title": "MacBook Air M2 - 8GB Ram, 256GB SSD - Midnight - Apple",
"link": "https://www.google.com/url?url=https://www.bestbuy.com/site/macbook-air-13-6-laptop-apple-m2-chip-8gb-memory-256gb-ssd-latest-model-midnight/6509650.p%3FskuId%3D6509650%26ref%3D212%26loc%3D1%26extStoreId%3D1530&rct=j&q=&esrc=s&sa=U&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQ_uQECO0R&usg=AOvVaw05N5JBb_KzmaaMEWn8aYu2",
"product_link": "https://www.google.com/shopping/product/4038444917756773029",
"product_id": "4038444917756773029",
"serpapi_product_api": "https://serpapi.com/search.json?device=desktop&engine=google_product&gl=us&google_domain=google.com&hl=en&product_id=4038444917756773029",
"source": "Best Buy",
"price": "$1,049.00",
"extracted_price": 1049,
"old_price": "$1,199.00",
"extracted_old_price": 1199,
"rating": 4.8,
"reviews": 722,
"extensions": [
"Mac OS",
"Octa Core",
"USB-C"
],
"badge": "Trusted Store",
"thumbnail": "https://encrypted-tbn3.gstatic.com/shopping?q=tbn:ANd9GcTYeih9quJoMjkWynU7heCxSGDchIXe9_jQ4KNCqFFkpROPGxsff0uaNfRB23_-AFAh3SBvDMMrj3R1mjXQLhUd4qOrhaQwuydr7yb57wU&usqp=CAE",
"delivery": "133.4 mi · In stock · Curbside",
"number_of_comparisons": "20+",
"comparison_link": "https://www.google.com/shopping/product/4038444917756773029/offers?ie=UTF-8&gl=us&q=MacBook+Air+M2+-+8GB+Ram,+256GB+SSD+-+Midnight+-+Apple&sourceid=chrome&hl=en&prds=eto:7127130121479099455_0,pid:9956147225736390081,rsk:PC_4343429436432204002&sa=X&ved=0ahUKEwj3jqWB1pr9AhUPTDABHS4zB14Q3q4ECKoS",
"serpapi_product_api_comparisons": "https://serpapi.com/search.json?engine=google_product&filter=eto%3A7127130121479099455_0%2Cpid%3A9956147225736390081%2Crsk%3APC_4343429436432204002&gl=us&hl=en&offers=1&product_id=4038444917756773029&sa=X&sourceid=chrome&ved=0ahUKEwj3jqWB1pr9AhUPTDABHS4zB14Q3q4ECKoS",
"store_rating": 4.6,
"store_reviews": 603
},
{
"position": 2,
"title": "Apple MacBook Air M2 13.6″ - 8GB Ram, 256GB SSD - Space Gray",
"link": "https://www.google.com/url?url=https://www.apple.com/us/shop/go/product/MLXW3%3Fcid%3Daos-us-seo-pla&rct=j&q=&esrc=s&sa=U&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQguUECJAS&usg=AOvVaw0sziB4jnxpW4srD3nRuEih",
"product_link": "https://www.google.com/shopping/product/14753408626662104365",
"product_id": "14753408626662104365",
"serpapi_product_api": "https://serpapi.com/search.json?device=desktop&engine=google_product&gl=us&google_domain=google.com&hl=en&product_id=14753408626662104365",
"source": "Apple",
"price": "$1,199.00",
"extracted_price": 1199,
"rating": 4.8,
"reviews": 11517,
"extensions": [
"Mac OS",
"Octa Core",
"USB-C",
"FREE 1-DAY"
],
"badge": "Trusted store",
"thumbnail": "https://encrypted-tbn3.gstatic.com/shopping?q=tbn:ANd9GcQboUZQuh4Uj2lUbSoEcA2zt4B9gTq0mgATBhCk_0gx-v12QUUB8PbJDAorChJZghG54t68U4gXwPEGH34-HjnG-Xig8UYVVc8-BubcUFI&usqp=CAE",
"tag": "FREE 1-DAY",
"delivery": "Free delivery by tomorrow & Free 14-day returns",
"number_of_comparisons": "20+",
"comparison_link": "https://www.google.com/shopping/product/14753408626662104365/offers?hl=en&sourceid=chrome&q=Apple+MacBook+Air+M2+13.6%E2%80%B3+-+8GB+Ram,+256GB+SSD+-+Space+Gray&oq=Apple+MacBook+Air+M2+13.6%E2%80%B3+-+8GB+Ram,+256GB+SSD+-+Space+Gray&gl=us&prds=eto:15144424661229437310_0,pid:12879501266172356815,rsk:PC_1955003928679138106&sa=X&ved=0ahUKEwi4sdHJ1pr9AhWjjokEHVA3DbUQ3q4ECOsQ",
"serpapi_product_api_comparisons": "https://serpapi.com/search.json?engine=google_product&filter=eto%3A15144424661229437310_0%2Cpid%3A12879501266172356815%2Crsk%3APC_1955003928679138106&gl=us&offers=1&oq=Apple+MacBook+Air+M2+13.6%E2%80%B3+-+8GB+Ram%2C+256GB+SSD+-+Space+Gray&product_id=14753408626662104365&sa=X&sourceid=chrome&ved=0ahUKEwi4sdHJ1pr9AhWjjokEHVA3DbUQ3q4ECOsQ"
"store_rating": 4.6,
"store_reviews": 4500
},
{
"position": 3,
"title": "Apple - MacBook Pro 13″ M2 Chip 8GB Ram 256GB SSD Space Gray",
"link": "https://www.google.com/url?url=https://www.brandsmartusa.com/apple/254288/apple-13-3-macbook-pro-256gb-m2.htm&rct=j&q=&esrc=s&sa=U&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQguUECKYS&usg=AOvVaw1Fs8b9ErQvN0ACQIjWUKcG",
"product_link": "https://www.google.com/shopping/product/10818728628057643970",
"product_id": "10818728628057643970",
"serpapi_product_api": "https://serpapi.com/search.json?device=desktop&engine=google_product&gl=us&google_domain=google.com&hl=en&product_id=10818728628057643970",
"source": "BrandsMart USA",
"price": "$1,149.00",
"extracted_price": 1149,
"rating": 4.8,
"reviews": 11517,
"extensions": [
"Mac OS",
"Octa Core",
"USB-C"
],
"thumbnail": "https://encrypted-tbn1.gstatic.com/shopping?q=tbn:ANd9GcStHHIeHckMl-QMNVdAtPeKRj1rH0BoC9ZBzrsj1nuKvN6QLZmlO2RKYFzhYgKC6sFmd1ZNTWOm6Q9F1apy84VoGGSLcPg4UEuaf1NYtcA&usqp=CAE",
"delivery": "Delivery by Wed, Nov 16",
"number_of_comparisons": "10+",
"comparison_link": "https://www.google.com/shopping/product/10818728628057643970/offers?hl=en&gl=us&oq=Apple+-+MacBook+Pro+13%E2%80%B3+M2+Chip+8GB+Ram+256GB+SSD+Space+Gray&ie=UTF-8&q=Apple+-+MacBook+Pro+13%E2%80%B3+M2+Chip+8GB+Ram+256GB+SSD+Space+Gray&prds=eto:4634230098200008296_0,local:1,pid:15327261302898459347,prmr:2,rsk:PC_1955003928679138106&sa=X&ved=0ahUKEwjvp9yP15r9AhX3kokEHSmVAQcQ3q4ECMYR",
"serpapi_product_api_comparisons": "https://serpapi.com/search.json?engine=google_product&filter=eto%3A4634230098200008296_0%2Clocal%3A1%2Cpid%3A15327261302898459347%2Cprmr%3A2%2Crsk%3APC_1955003928679138106&gl=us&ie=UTF-8&offers=1&oq=Apple+-+MacBook+Pro+13%E2%80%B3+M2+Chip+8GB+Ram+256GB+SSD+Space+Gray&product_id=10818728628057643970&sa=X&ved=0ahUKEwjvp9yP15r9AhX3kokEHSmVAQcQ3q4ECMYR"
},
...
],
"related_shopping_results": [
{
"position": 1,
"title": "Apple - MacBook Pro 13″ M2 Chip 8GB Ram 256GB SSD Silver",
"link": "https://www.google.com/url?q=https://www.bestbuy.com/site/macbook-pro-13-3-laptop-apple-m2-chip-8gb-memory-256gb-ssd-latest-model-silver/6509654.p%3FskuId%3D6509654%26ref%3D212%26loc%3D1%26extStoreId%3D1155&sa=U&ved=0ahUKEwjF3NzzjNP8AhWIFVkFHUwfDXUQ2ykIjwE&usg=AOvVaw3KH0yGLmvdWL1DzyQ-wvCp",
"product_link": "https://www.google.com/shopping/product/5253447980445207469",
"product_id": "5253447980445207469",
"serpapi_product_api": "https://serpapi.com/search.json?device=desktop&engine=google_product&gl=us&google_domain=google.com&hl=en&product_id=5253447980445207469",
"source": "Best Buy",
"price": "$1,149.00",
"extracted_price": 1149,
"old_price": "$1,299.00",
"extracted_old_price": 1299,
"rating": 4.8,
"reviews": 11517,
"extensions": [
"SALE"
],
"tag": "SALE",
"thumbnail": "https://encrypted-tbn1.gstatic.com/shopping?q=tbn:ANd9GcT6GA2D-0buyDX6YAemR2p-veNn55N5Av8Id-kmuQvCzxx4QWBWQMOJx35H3x-p0C923-rFfZ_bnCfOMVG7Bg3emulkqZ-MHR3XbGt6e249&usqp=CAE"
},
{
"position": 2,
"title": "Apple MacBook Air M2 13.6″ - 8GB Ram, 256GB SSD - Starlight",
"link": "https://www.google.com/url?q=https://www.bhphotovideo.com/c/product/1710303-REG/apple_mly13ll_a_13_6_macbook_air_m2.html%3Fkw%3DAPMLY13LLA%26ap%3Dy%26smp%3Dy%26BI%3DE6540%26srsltid%3DAeTuncrVwEjKeXyPenkv8m4F8rEknNvCWVM0cbpg1EzniEOzRFNcwHP64Sk&sa=U&ved=0ahUKEwjEgOXDjdP8AhV9lGoFHZkTBl0Q2ykImwE&usg=AOvVaw30mbibvZHx2q3pzwTQofg0",
"product_link": "https://www.google.com/shopping/product/11369623846178485079",
"product_id": "11369623846178485079",
"serpapi_product_api": "https://serpapi.com/search.json?device=desktop&engine=google_product&gl=us&google_domain=google.com&hl=en&product_id=11369623846178485079",
"source": "B&H Photo-Video-Audio",
"price": "$1,049.00",
"extracted_price": 1049,
"old_price": "$1,199.00",
"extracted_old_price": 1199,
"rating": 4.8,
"reviews": 722,
"extensions": [
"SALE"
],
"thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9GcQZhZ4joBuAtRrmvjUXmTu5zlBV3zZMWQkycr0Pz4LL-WVTyP1X0SNydNlm1BoGONPYkP6Zwd_SwUwy8n0jkdwgl7DBcjd203dIC17lbXVw0Opsft5M0hgD&usqp=CAE",
"tag": "SALE",
"delivery": "Free delivery by tomorrow"
},
{
"position": 3,
"title": "MacBook Pro 13.3″ Laptop - Apple M2 Chip - 16GB Memory - 512GB SSD (Latest Model ...",
"link": "https://www.google.com/url?url=https://www.bestbuy.com/site/macbook-air-13-6-laptop-apple-m2-chip-8gb-memory-512gb-ssd-latest-model-silver/6509647.p%3FskuId%3D6509647%26ref%3DNS%26loc%3D101&rct=j&q=&esrc=s&sa=U&ved=0ahUKEwjh1tbaktP8AhX6k2oFHaW4D_AQguUECIYR&usg=AOvVaw18RDgSezjwmEqgShegaHa9",
"product_link": "https://www.google.com/shopping/product/5644347114161259026",
"product_id": "5644347114161259026",
"serpapi_product_api": "https://serpapi.com/search.json?device=desktop&engine=google_product&gl=us&google_domain=google.com&hl=en&product_id=5644347114161259026",
"source": "Best Buy",
"price": "$1,499.00",
"extracted_price": 1499,
"old_price": "$1,699.00",
"extracted_old_price": 1699,
"rating": 4.6,
"reviews": 22,
"extensions": [
"SALE"
],
"thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9GcSuheX9RUCYVJuf1fkzCKjnyCUNCD2bA-Icc6hCbHrIBfozKKI7yfriFD3ZvfRvBZGvC6A9LtRu7QhCY7ae8KH61prajtCO5Vo9JrW2NPI&usqp=CAE",
"tag": "SALE",
"delivery": "Free delivery by Nov 11"
}
],
"categories": [
{
"title": "Filter by available ports",
"filters": [
{
"title": "USB-C",
"thumbnail": "https://encrypted-tbn1.gstatic.com/shopping?q=tbn:ANd9GcQkF64dJNlJD_tz-Hd3n6Mz2_DpumfsATeLYC91fRl0FzfGN9zgvF5lJPufVg&usqp=CAE",
"link": "https://www.google.com/search?hl=en&gl=us&tbm=shop&q=Macbook+M2&tbs=mr:1,pdtr0:4094604%7C4094606&sa=X&ved=0ahUKEwjNpe3U37X9AhXdEUQIHX_eDxAQwQkI6xwoAA",
"serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&location=Orlando-Daytona+Beach-Melbourne%2C+FL%2C+Florida%2C+United+States&q=Macbook+M2&tbm=shop&tbs=mr%3A1%2Cpdtr0%3A4094604%7C4094606"
},
{
"title": "HDMI",
"thumbnail": "https://encrypted-tbn2.gstatic.com/shopping?q=tbn:ANd9GcQPUFchisfjX9XqFoFKHFH8nzKzb8vZijabWMkbe-fWy5mTDZAcqMgRtMODNSY&usqp=CAE",
"link": "https://www.google.com/search?hl=en&gl=us&tbm=shop&q=Macbook+M2&tbs=mr:1,pdtr0:4094604%7C4094607&sa=X&ved=0ahUKEwjNpe3U37X9AhXdEUQIHX_eDxAQwQkI7hwoAA",
"serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&location=Orlando-Daytona+Beach-Melbourne%2C+FL%2C+Florida%2C+United+States&q=Macbook+M2&tbm=shop&tbs=mr%3A1%2Cpdtr0%3A4094604%7C4094607"
},
{
"title": "3.5 mm Jack",
"thumbnail": "https://encrypted-tbn3.gstatic.com/shopping?q=tbn:ANd9GcQ0uFtKy1w4SPYQdiiUaJMBl-PAbdRSeMea74IoTHADOBqIhDqFLkEISYfUbA&usqp=CAE",
"link": "https://www.google.com/search?hl=en&gl=us&tbm=shop&q=Macbook+M2&tbs=mr:1,pdtr0:4094604%7C4094610&sa=X&ved=0ahUKEwjNpe3U37X9AhXdEUQIHX_eDxAQwQkI8RwoAA",
"serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&location=Orlando-Daytona+Beach-Melbourne%2C+FL%2C+Florida%2C+United+States&q=Macbook+M2&tbm=shop&tbs=mr%3A1%2Cpdtr0%3A4094604%7C4094610"
},
...
]
},
{
"title": "You might like",
"filters": [
{
"title": "Silver",
"thumbnail": "https://encrypted-tbn2.gstatic.com/shopping?q=tbn:ANd9GcQrkpalXg60IzJRQZ6Zy59vR-pgm71Q-qVfHwbxNHfpPm0fr2wyAxEbgUpZqatV-Q4E4xzXhcxSiOgsQUgzYXQb1aZsbdFJJg&usqp=CAE",
"link": "https://www.google.com/search?hl=en&gl=us&tbm=shop&q=Macbook+M2&tbs=mr:1,pdtr0:960913%7C960915&sa=X&ved=0ahUKEwjNpe3U37X9AhXdEUQIHX_eDxAQwQkI-xwoAA",
"serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&location=Orlando-Daytona+Beach-Melbourne%2C+FL%2C+Florida%2C+United+States&q=Macbook+M2&tbm=shop&tbs=mr%3A1%2Cpdtr0%3A960913%7C960915"
},
{
"title": "Dual Core",
"thumbnail": "https://encrypted-tbn3.gstatic.com/shopping?q=tbn:ANd9GcRJJy8JNOaa2odEoMRujBp3pLrYNoaT1CwROHIhbICJg72cBJ-3BsXCo4F08MA&usqp=CAE",
"link": "https://www.google.com/search?hl=en&gl=us&tbm=shop&q=Macbook+M2&tbs=mr:1,pdtr0:1337889%7C1337890&sa=X&ved=0ahUKEwjNpe3U37X9AhXdEUQIHX_eDxAQwQkIgR0oAA",
"serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&location=Orlando-Daytona+Beach-Melbourne%2C+FL%2C+Florida%2C+United+States&q=Macbook+M2&tbm=shop&tbs=mr%3A1%2Cpdtr0%3A1337889%7C1337890"
},
{
"title": "Quad Core",
"thumbnail": "https://encrypted-tbn1.gstatic.com/shopping?q=tbn:ANd9GcTFQgGvTfzmHUSfJ1IeJD3InamNr4dUxIYWdwkQV1gcHs_e3X1DLbgEr7HJ3SlS6PY5aoUg-DA1LPj9g7fv7sjlCflq_tjY&usqp=CAE",
"link": "https://www.google.com/search?hl=en&gl=us&tbm=shop&q=Macbook+M2&tbs=mr:1,pdtr0:733074%7C733178&sa=X&ved=0ahUKEwjNpe3U37X9AhXdEUQIHX_eDxAQwQkIlh0oAA",
"serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&location=Orlando-Daytona+Beach-Melbourne%2C+FL%2C+Florida%2C+United+States&q=Macbook+M2&tbm=shop&tbs=mr%3A1%2Cpdtr0%3A733074%7C733178"
},
...
]
}
],
"pagination": {
"current": 1,
"next": "https://www.google.com/search?q=Macbook+M2&hl=en&gl=us&tbs=vw:d&tbm=shop&ei=RLNrY6_9F5-JwbkPhL2dyAI&start=60&sa=N&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQ8NMDCJId",
"other_pages": {
"2": "https://www.google.com/search?q=Macbook+M2&hl=en&gl=us&tbs=vw:d&tbm=shop&ei=RLNrY6_9F5-JwbkPhL2dyAI&start=60&sa=N&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQ8tMDCIQd",
"3": "https://www.google.com/search?q=Macbook+M2&hl=en&gl=us&tbs=vw:d&tbm=shop&ei=RLNrY6_9F5-JwbkPhL2dyAI&start=120&sa=N&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQ8tMDCIYd",
"4": "https://www.google.com/search?q=Macbook+M2&hl=en&gl=us&tbs=vw:d&tbm=shop&ei=RLNrY6_9F5-JwbkPhL2dyAI&start=180&sa=N&ved=0ahUKEwivr5mBoqH7AhWfRDABHYReBykQ8tMDCIgd",
...
}
},
"serpapi_pagination": {
"current": 1,
"next_link": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&num=10&q=Macbook+M2&start=60&tbm=shop&tbs=vw%3Ad",
"next": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&num=10&q=Macbook+M2&start=60&tbm=shop&tbs=vw%3Ad",
"other_pages": {
"2": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&num=10&q=Macbook+M2&start=60&tbm=shop&tbs=vw%3Ad",
"3": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&num=10&q=Macbook+M2&start=120&tbm=shop&tbs=vw%3Ad",
"4": "https://serpapi.com/search.json?device=desktop&engine=google_shopping&gl=us&google_domain=google.com&hl=en&num=10&q=Macbook+M2&start=180&tbm=shop&tbs=vw%3Ad",
...
}
}
}