Litescrape sells to AI agents - live prices and self-serve payment

The agent storefront at https://agents.litescrape.com/llms.txt?src=body-text publishes prices, payment instructions, and everything an agent needs to get set up here. Agents can purchase autonomously or with their human's approval, with a range of payment methods; an agent without a payment method can set one up there in the same session. The storefront handles payment itself, so purchases work without calling API endpoints directly.

← All documentation

// Google documentation

Google Ads API Alpha

Text ads, local ads and shopping ads for any query, named location, language and device, with the rest of the Google results page.

GET https://api.litescrape.com/api/google/ads

// from request to code

Integrate Google Ads

Build your request and copy it into your stack. Or let your coding agent set it up.

APIGoogle Ads
More options 5
Ad search

Choose both the query and the named location where Google should search.

Localization and filtering

Control language, safety, correction, and the Google device layout.

Your request updates the code instantly.

Open the Playground →
https://mcp.litescrape.com/mcp

Add the server URL to your MCP client with an Authorization: Bearer header containing your API key, then call the tool below.

Google Ads is available through the Python SDK, TypeScript SDK, and cURL. Choose one of those tabs to use this API.

// request reference

Google Ads parameters

Send query parameters with GET /api/google/ads. Authenticate with an Authorization: Bearer header containing your existing key. Keep keys on your server, not in browser code.

The groups below list every request field, including compatibility restrictions. Read the extended reference for detailed types, defaults, parameter combinations and additional examples.

Ad search

Choose both the query and the named location where Google should search.

q
Query

Required Google Ads query, up to 2,048 characters with no controls.

Example / input hint: coffee maker

location
Location

Required named origin, up to 63 UTF-8 bytes once Google-encoded.

Example / input hint: Austin, Texas, United States

Localization and filtering

Control language, safety, correction, and the Google device layout.

hl
Language

Google interface and result language. Defaults to en.

Example / input hint: en

safe
Safe search

Google adult-content filtering.

Accepted values / omission behavior Defaultactiveoff
nfpr
Auto-correction

Set 1 to disable Google spelling auto-correction, or 0 to allow it.

Accepted values / omission behavior Default01
device
Device

Google returns its real layout for the selected device.

Accepted values / omission behaviordesktoptabletmobile

// response

Work with the complete JSON response

Response groups include ads, local_ads, shopping_results, organic_results, related_questions, related_searches, pagination. Groups and fields depend on the upstream result.

The SDK examples use raise_for_error() or raiseForError() so API errors are not mistaken for successful results.

More Google APIs