Thirty listings per page
count takes 1 through 30 and first pages through offsets up to 10,000.
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.
// 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.
// live playground
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.
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.
Run the request to draw its results here. This endpoint returns:
local_resultsplace_results// use it anywhere
Every public search, maps, place, and reviews endpoint accepts the same bearer key and exposes its full documented parameter surface here.
# 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
count takes 1 through 30 and first pages through offsets up to 10,000.
rating, reviews and rating_provider, so you know whose stars they are.
Plus type, open_state, open_hours, gps_coordinates and a thumbnail for each listing.
cp takes latitude~longitude to place the search.
place_id returns a single listing's details as place_results.
// use cases
Cross-check hours, phones and addresses against Google Maps for the same businesses.
Businesses by category around a coordinate, with phone and website.
Where each listing ranks on Bing Maps for a term in each city.
// why it's the cheapest
Public list prices for 100,000 requests a month, read on September 17, 2026. Litescrape's rate is flat at every volume.
| Provider | Plan modeled | Per 1,000 requests | Monthly cost |
|---|---|---|---|
| Litescrape | Flat prepaid rate | $0.15 | $15.00 |
| Bright Data | Pay as you go, Bing Maps | $1.50 | $150.00 |
Your first 10 calls are free. Top up the same key from $10 whenever you need more.