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

// DuckDuckGo documentation

DuckDuckGo Maps API

DuckDuckGo Maps places, up to 20 per bounding box with rating, price, address, hours, website and their Apple Maps and Yelp IDs.

GET https://api.litescrape.com/api/duckduckgo/maps

// from request to code

Integrate DuckDuckGo Maps

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

APIDuckDuckGo Maps
More options 4
Map search

Search the first-party DuckDuckGo local endpoint inside a viewport.

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.

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

// request reference

DuckDuckGo Maps parameters

Send query parameters with GET /api/duckduckgo/maps. 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.

Map search

Search the first-party DuckDuckGo local endpoint inside a viewport.

q
Query

Required place or category query.

Example / input hint: coffee

bbox
Bounding box

top,left,bottom,right rectangle; use instead of coordinates.

Example / input hint: 30.35,-97.90,30.10,-97.50

lat
Latitude

Viewport center latitude; requires longitude.

Example / input hint: 30.2672

lon
Longitude

Viewport center longitude; requires latitude.

Example / input hint: -97.7431

strict_bbox
Strict bounds

Exclude results outside the requested box.

Accepted values / omission behavior Default (false)truefalse

// response

Work with the complete JSON response

Response groups include local_results. 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 DuckDuckGo APIs