All APIs

Google

Google Local API

Search Google's local results using the existing Google Search endpoint.

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": "coffee in Austin",
  "tbm": "lcl",
  "gl": "us",
  "hl": "en"
}'

Read the response

Read local place data from data.content.serp_features alongside the other returned results. For viewport-based place searches, use the Google Maps API.

With MCP, use the google_search tool and the same request parameters.