Google Ads API
Extract sponsored listings that appear in a Google Search response.
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": "business insurance",
"gl": "us",
"hl": "en"
}'Read the response
Filter data.content.results for type=ad. Ad availability and placement depend on the query, location, and the source response.
With MCP, use the google_search tool and the same request parameters.