# BaseBuilder Search – Google Ads Search

> BaseBuilder Search – Google Ads Search is a paid API for AI agents from bb-search.vercel.app, paid per call via x402, $0.195385/call, status unknown (last checked 2026-09-14).

Runs a Google Ads-powered search query and returns paid/sponsored ad results via the BaseBuilder Search API hub

## Facts

- Endpoint: POST https://bb-search.vercel.app/api/google/ads
- Price: $0.195385/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebuilder-search-google-ads-search-4ff93b0a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LfY3pYhh89O7zQP33xwZh

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability basebuilder-search-google-ads-search-4ff93b0a -d '<json body>'
```

Example prompt: Search Google Ads for 'project management software' and give me the sponsored ad results — titles, descriptions, and URLs — that currently appear for that keyword.

## When to prefer this

Choose this endpoint when you need to programmatically retrieve Google Ads (paid/sponsored) search results for one or more keywords, especially in a pay-per-call context where you want lightweight access without managing a full Google Ads API integration.

## Known failure modes

- Invalid or missing search query returns 400 Bad Request
- Payment not provided or insufficient USDC triggers 402 Payment Required
- Google Ads API quota exceeded returns 429 Too Many Requests
- No ads found for the given keyword returns empty results
- Network timeout from upstream Google Ads service returns 504

## How this service works

BaseBuilder Search API hub - 18 paid endpoints

## Output

Returns a list of Google Ads sponsored results matching the input query, including ad titles, descriptions, destination URLs, and advertiser details scraped or retrieved via the Google Ads search layer.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebuilder-search-google-ads-search-4ff93b0a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bb-search.vercel.app](https://www.zero.xyz/host/bb-search.vercel.app/llms.txt)
