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 Search API

// bing search api

The world's cheapest Bing Search API

Bing results as JSON: organic results, knowledge cards, rich modules and pagination, with market, country and safe-search controls. Microsoft retired its own Bing Search API in August 2025. This one keeps the same queries and answers in JSON.

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

// live playground

Search Bing from your browser

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 search

Build a live request

11 documented parameters available for this operation.

The live workbench and public examples use the same authenticated GET route.

GET

Send a Bing query and optional native display or date filters.

Ready

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

  • organic_results
  • knowledge_graph
  • knowledge_graph_list
  • pagination
  • litescrape_pagination

// 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/search
from litescrape_sdk import scrape

[result] = scrape(
    [
        {
            "endpoint": "bing_search",
            "q": "pizza shops in New York",
            "location": "New York, New York",
            "mkt": "en-US",
            "first": "1",
            "safeSearch": "moderate",
            "device": "desktop",
            "engine": "bing",
        }
    ],
    api_key="ls_live_your_key",
)
print(result.raise_for_error())

// what you get

What the Bing Search API returns

Organic results with positions

Title, link, tracking link, displayed link and snippet for every result on the page.

Knowledge cards, primary and repeated

Bing's entity panel arrives as knowledge_graph and any repeated cards as knowledge_graph_list.

Market, country and safe search

mkt takes a language-country token such as en-US, cc a two-letter country, and safeSearch off, moderate or strict.

A named origin or coordinates

Send a city-level location, or lat and lon, to localize the page the way a visitor there sees it.

Pagination you can follow

first is Bing's one-based offset. Every response carries the next request ready to send in litescrape_pagination.

Desktop, tablet or mobile layout

device selects the layout Bing serves to that device.

// use cases

What teams build with it

  1. 01

    Rank tracking on Bing

    Fetch the page for each keyword and market once a day and record where every domain lands.

  2. 02

    A replacement for the retired Microsoft API

    Microsoft shut down the Bing Search API on August 11, 2025, and Grounding with Bing Search costs $14 per 1,000 inside Azure only. Same queries, JSON results, $0.15 per 1,000.

  3. 03

    Search grounding for agents

    Current web results with titles, links and snippets a model can cite, at a price that allows one search per turn.

  4. 04

    Brand monitoring

    Watch which pages rank for your brand terms in each market and alert on newcomers.

// why it's the cheapest

Bing Search 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
DataForSEOStandard queue, up to 45 minutes$0.60$60.00
ScrapingdogStandard, 5 credits per request$0.90$90.00
Thordata150,000 responses, $135$0.90$90.00
HasDataBasic, 10 credits per search$0.99$99.00
Bright DataPay as you go$1.50$150.00
ZenserpMedium, 100,000 searches$1.50$150.00
SearchApiBigData, 100,000 searches$2.50$250.00
MicrosoftGrounding with Bing Search, per 1,000 transactions$14.00$1,400.00

Start pulling Bing Search data in five minutes.

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