# Google Shopping ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/google/shopping` | | **Base URL** | `https://api.autom.dev` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/google-shopping | ## Description Extract product details from Google Shopping for dynamic e-commerce insights. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.autom.dev/register ## Example Request ```bash curl --location --request GET 'https://api.autom.dev/v2/google/shopping' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "query": "chargeur 3 en 1 apple", "results": [ { "url": "https://www.example.com/product/chargeur-3-en-1-sans-fil-apple", "price": "39.99 EUR", "title": "Chargeur 3 en 1 sans fil ABC XYZ", "seller": "Boutique Apple" }, { "url": "https://www.example.com/product/chargeur-3-en-1-rapide-def", "price": "29.99 EUR", "title": "Chargeur 3 en 1 rapide DEF", "seller": "Magasin Electronique" }, { "url": "https://www.example.com/product/chargeur-multi-apple-ghi", "price": "49.99 EUR", "title": "Chargeur multi Apple GHI", "seller": "Tech Store" } ] } ``` ## Documentation ## Overview Extract product details from Google Shopping for dynamic e-commerce insights. ## Quickstart ``` GET https://api.piloterr.com/v2/google/shopping?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Google Shopping data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Google without maintaining scrapers - Power internal dashboards and workflow automations with live Google data