# Google Shopping Price History API (https://www.socialcrawl.dev/platforms/google_shopping/price-history) > Returns dated price observations per store for a Google Shopping product_id from product-search. Each store has a prices array of date and price pairs. This is a time series, not a current-price listing. TL;DR: `GET /v1/google_shopping/price-history` costs 1 credit per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `product_id` | yes | Google Shopping product_id from GET /v1/google_shopping/product-search. | | `country` | no | Country as an ISO code such as US (default US). | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/google_shopping/price-history?product_id=catalogid%3A7310953537322941042%2Cproductid%3A2695666608789071335" \ -H "x-api-key: sc_YOUR_API_KEY" ``` See the full Google Shopping API: https://www.socialcrawl.dev/platforms/google_shopping ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing