SearchCans

Google Shopping API

Built for price intelligence and ecommerce monitoring. One POST returns real-time Google Shopping product listings with prices, ratings, reviews, merchant data, and thumbnails — no headless browsers to maintain.

Try in Playground →

Live Shopping Preview

q="laptop"
Visual SERP
Screenshot · read-only
Google Shopping API screenshot — 'laptop' product listings with price, rating, availability and merchant

Set "html": 1 in your request body to receive the raw SERP HTML alongside structured JSON data.

API Endpoint

POST https://www.searchcans.com/api/v1/search

Code Examples

curl -X POST "https://www.searchcans.com/api/v1/search" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "t": "google_shopping",
    "s": "laptop",
    "country": "us",
    "page": 1
  }'

Example Response

shopping_results
{
  "code": 0,
  "data": {
    "id": "q_2053071144642154496_8773a270-ae01-4bed-aba4-5c63725c968a",
    "shopping_results": [
      {
        "position": 1,
        "title": "HP 15.6\" HD Laptop Intel Processor N200",
        "product_id": "10510614495412256266",
        "product_link": "https://google.com/shopping/product/10510614495412256266",
        "source": "Walmart",
        "price": "$249.00",
        "extracted_price": 249,
        "rating": 3.7,
        "reviews": 374,
        "thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:...1",
        "multiple_sources": null,
        "delivery": null
      },
      {
        "position": 2,
        "title": "Hp 14 inch Laptop Intel N150 Ram",
        "product_id": "14970724351291384232",
        "product_link": "https://google.com/shopping/product/14970724351291384232",
        "source": "Best Buy",
        "price": "$199.99",
        "extracted_price": 199.99,
        "rating": 4.5,
        "reviews": 978,
        "thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:...2",
        "multiple_sources": true,
        "delivery": null
      },
      {
        "position": 3,
        "title": "Razer Blade 18 Dual UHD+ 240 Hz",
        "product_id": "16207975022704370846",
        "product_link": "https://google.com/shopping/product/16207975022704370846",
        "source": "Razer.com",
        "price": "$4,899.99",
        "extracted_price": 4899.99,
        "rating": 4.3,
        "reviews": 15,
        "thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:...3",
        "multiple_sources": true,
        "delivery": null
      },
      {
        "position": 4,
        "title": "Lenovo Duet 2-in-1 Chromebook 11\" 2K LCD Touchscreen Laptop",
        "product_id": "18310503150386811887",
        "product_link": "https://google.com/shopping/product/18310503150386811887",
        "source": "Best Buy",
        "price": "$249.00",
        "extracted_price": 249,
        "rating": 4.5,
        "reviews": 360,
        "thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:...4",
        "multiple_sources": true,
        "delivery": null
      },
      {
        "position": 5,
        "title": "Asus VivoBook 15 Laptop",
        "product_id": "12418935705935776452",
        "product_link": "https://google.com/shopping/product/12418935705935776452",
        "source": "Walmart",
        "price": "$399.00",
        "extracted_price": 399,
        "rating": 4.4,
        "reviews": 1700,
        "thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:...5",
        "multiple_sources": true,
        "delivery": null
      },
      {
        "position": 6,
        "title": "14-inch MacBook Pro Apple M5 chip CPU and GPU",
        "product_id": "15895165340838233101",
        "product_link": "https://google.com/shopping/product/15895165340838233101",
        "source": "Apple",
        "price": "$1,699.00",
        "extracted_price": 1699,
        "rating": 4.8,
        "reviews": 2200,
        "thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:...6",
        "multiple_sources": true,
        "delivery": null
      },
      {
        "position": 7,
        "title": "Microsoft 15\" Surface Laptop Copilot+ PC",
        "product_id": "8357562731763575449",
        "product_link": "https://google.com/shopping/product/8357562731763575449",
        "source": "Best Buy",
        "price": "$1,399.00",
        "extracted_price": 1399,
        "rating": 4.6,
        "reviews": 725,
        "thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:...7",
        "multiple_sources": true,
        "delivery": null
      },
      {
        "position": 8,
        "title": "HP 14\" Ryzen 3 3250u Laptop",
        "product_id": "18382075193420073299",
        "product_link": "https://google.com/shopping/product/18382075193420073299",
        "source": "Walmart - VIPOUTLET",
        "price": "$158.00",
        "extracted_price": 158,
        "rating": 3.7,
        "reviews": 222,
        "thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:...8",
        "multiple_sources": true,
        "delivery": null
      }
    ]
  }
}

Request Body (JSON)

Parameter Type Description
t string Search engine type "google_shopping"
s string Search query "laptop"
country string Country code (ISO 3166-1 alpha-2) "us"
page integer Page number (starts from 1) 1
p integer Specific page to fetch (default: 1). Use page to batch-fetch pages 1–N in one call. 1
d integer Timeout in milliseconds (default: 30000) 30000
html integer 1 = include raw Shopping HTML, 0 = omit (default) 1

API Response — Product Name, Price, Availability, Seller & Image

JSON output includes structured product data from Google Shopping. Set "html": 1 in the request body to also receive the raw Shopping HTML.

shopping_results[]

Product listings with title, price, extracted_price, source, rating, reviews, and thumbnail.

title

Product name as displayed on Google Shopping.

price / extracted_price

Formatted price string and numeric value for easy comparison.

source

Merchant name (e.g. Walmart, Best Buy, Amazon).

rating / reviews

Average star rating and total review count.

product_id / product_link

Google product identifier and link to product detail page.

Price Tracking API — Monitor Competitor Prices in Real Time

The Google Shopping API returns product listings as they appear on Google Shopping SERP — including price, merchant name, star rating, and review count per product. Use it for price research, competitor benchmarking, and e-commerce data pipelines. Note: results reflect Google Shopping SERP data, not a real-time price database.

Product Search API — Find Items by Keyword Across Google Shopping

Submit any product keyword and receive structured listings from Google Shopping — product title, price range, seller, availability, and thumbnail. Use the is_product flag and product_id to deduplicate and link to product detail pages.

Get 100 Free Credits — No Card Required

Get 100 free credits on sign up. No credit card required.