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.

LitescrapeAPIsDuckDuckGo Maps API

// duckduckgo maps api

The world's cheapest DuckDuckGo Maps API

Places from DuckDuckGo Maps inside a bounding box: up to 20 per search with rating, reviews, price, category, address, hours, website, images and the Apple Maps or Yelp record each one comes from. Almost nobody else sells this endpoint.

$0.15 / 1K requestsPay as you go10 free calls, no card

// live playground

Search DuckDuckGo Maps

The key below is created for this browser with 10 free calls and works on every Litescrape endpoint. Results are drawn the way the source shows them, with the JSON one click away.

Your API key

Verifying browser…

Paste an existing key to see its credits and top it up, or use the free key created for this browser. Keep it safe: anyone with the key can spend its balance.

// duckduckgo maps

Build a live request

5 documented parameters available for this operation.

GET
Ready

Run the request to draw its results here. This endpoint returns:

  • local_results

// use it anywhere

Take this exact request to your terminal.

Every public search, maps, place, and reviews endpoint accepts the same bearer key and exposes its full documented parameter surface here.

public API endpoint
# pip install litescrape-sdk
# GET https://api.litescrape.com/api/duckduckgo/maps
from litescrape_sdk import scrape

[result] = scrape(
    [
        {
            "endpoint": "duckduckgo_maps",
            "q": "coffee",
            "bbox": "30.35,-97.90,30.10,-97.50",
            "strict_bbox": "true",
        }
    ],
    api_key="ls_live_your_key",
)
print(result.raise_for_error())

// what you get

What the DuckDuckGo Maps API returns

Search a bounding box

bbox takes top, left, bottom and right coordinates. strict_bbox drops results outside it.

Or a center point

lat and lon center the viewport instead.

Source records included

Each place lists its providers, Apple Maps and Yelp, with their place IDs.

Rating, price, hours and menu

rating, reviews, review_details, price, operating_hours, open_state, website, images and menu when present.

Twenty per search

DuckDuckGo Maps returns up to 20 places and no next page. Tile the box for full coverage.

// use cases

What teams build with it

  1. 01

    Apple Maps and Yelp IDs together

    Resolve a business to both records, then open Apple Maps Places or Yelp Reviews with the IDs.

  2. 02

    Lead lists by area

    Grid a city into boxes and collect every place of a type with website and hours.

  3. 03

    A second source for place data

    Cross-check ratings and hours against Google Maps for the same businesses.

// why it's the cheapest

DuckDuckGo Maps API pricing, per 1,000 requests

Public list prices for 100,000 requests a month, read on September 17, 2026. Litescrape's rate is flat at every volume.

Month-to-month list prices in USD. A provider that bills per record or per queued task shows how it bills instead of a per-request price.
ProviderPlan modeledPer 1,000 requestsMonthly cost
LitescrapeFlat prepaid rate$0.15$15.00
ApifyDuckDuckGo Maps Scraper actorFrom $1.99 per 1,000 results plus platform usage

Start pulling DuckDuckGo Maps data in five minutes.

Your first 10 calls are free. Top up the same key from $10 whenever you need more.