Google Shopping API
Retrieve Google's shopping results and product information from its Shopping search tab.
Make a request
Use your existing API key with Google Search. Successful requests consume one credit and appear in your request history.
POST /v1/google/search
curl 'https://api.prismcrawl.com/v1/google/search' \
--request POST \
--header 'content-type: application/json' \
--header 'x-api-key: <PRISMCRAWL_API_KEY>' \
--data '{
"query": "sony wh-1000xm5",
"udm": 28,
"gl": "us",
"hl": "en"
}'Read the response
Read product cards from data.content.serp_features. Fields such as price, merchant, image, and rating appear when the source provides them.
With MCP, use the google_search tool and the same request parameters.