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.

LitescrapeAPIsBing Maps API

// bing maps api

The world's cheapest Bing Maps API

Bing Maps listings for a query and map center as JSON: title, rating, review count, category, address, phone, website, hours and coordinates, 30 per page, or one listing by its Bing Maps entity ID. Microsoft ended free Bing Maps keys in June 2025.

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

// live playground

Search Bing 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.

// bing maps

Build a live request

6 documented parameters available for this operation.

GET

Search Bing Maps listings or resolve one native entity ID.

Ready

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

  • local_results
  • place_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/bing/maps
from litescrape_sdk import scrape

[result] = scrape(
    [
        {
            "endpoint": "bing_maps",
            "q": "coffee Austin Texas",
            "cp": "30.2672~-97.7431",
            "setlang": "en-US",
            "first": "0",
            "count": "10",
        }
    ],
    api_key="ls_live_your_key",
)
print(result.raise_for_error())

// what you get

What the Bing Maps API returns

Thirty listings per page

count takes 1 through 30 and first pages through offsets up to 10,000.

A rating with its provider

rating, reviews and rating_provider, so you know whose stars they are.

Address, phone, website and hours

Plus type, open_state, open_hours, gps_coordinates and a thumbnail for each listing.

Center the map

cp takes latitude~longitude to place the search.

One entity by ID

place_id returns a single listing's details as place_results.

// use cases

What teams build with it

  1. 01

    A second opinion on local data

    Cross-check hours, phones and addresses against Google Maps for the same businesses.

  2. 02

    Lead lists

    Businesses by category around a coordinate, with phone and website.

  3. 03

    Local SEO on Bing

    Where each listing ranks on Bing Maps for a term in each city.

// why it's the cheapest

Bing 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
Bright DataPay as you go, Bing Maps$1.50$150.00

Start pulling Bing Maps data in five minutes.

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