{"uid":"cap_Je9S7nSKRFJkeAvSZ46zo","slug":"agents-litescrape-com-search-bing-maps-or-look-up-an-entity-6888181e","name":"Search Bing Maps or Look Up an Entity","description":"Searches Bing Maps listings by q, optionally around a map center, and returns local_results (title, rating, address, phone, and the native entity ID), or resolves one entity by place_id into place_results. Page with first and count. One call is one request.","url":"https://agents.litescrape.com/api/bing/maps","method":"GET","headers":{},"bodySchema":{"type":"object","properties":{"q":{"type":"string","description":"Search query. Required unless place_id is supplied."},"cp":{"type":"string","description":"Map center as latitude~longitude, such as 47.6062~-122.3321."},"count":{"type":"integer","default":30,"maximum":30,"minimum":1,"description":"Number of listings."},"first":{"type":"integer","default":0,"maximum":10000,"minimum":0,"description":"Listing offset."},"setlang":{"type":"string","description":"Interface language such as en-US."},"place_id":{"type":"string","description":"Native Bing Maps entity ID for a detail lookup. Required unless q is supplied."}}},"responseSchema":{"type":"object","properties":{"pagination":{"type":"object","description":"Present when more results exist: next (a ready-made URL for the next page) or next_page_token."},"local_results":{"type":"array","items":{"type":"object"},"description":"Listings for a search."},"place_results":{"type":"array","items":{"type":"object"},"description":"The entity for a place_id lookup."},"search_metadata":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"total_time_taken":{"type":"number"}}},"search_parameters":{"type":"object","description":"The request parameters as normalized by the API."}},"description":"Successful responses carry request metadata, the normalized parameters, and the result groups available for the operation. Optional groups are omitted when the source does not provide them. Errors are a JSON body with error, error_code, status_code, request_id, retryable, and the echoed search_parameters."},"example":null,"exampleRequest":null,"tags":[],"displayCostAmount":"0.000150","displayCostAsset":"USD","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"registry","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.000150/call","primary":{"kind":"static","protocol":"mpp","network":"tempo","amountUsd":"0.000150","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"mpp","network":"tempo","amountUsd":"0.000150","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_UlkoujqAfbceNv0qROUv9","protocol":"mpp","methodType":"crypto","chain":"tempo","mode":"charge","costAmount":"0.000150","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":"agents.litescrape.com","brandSlug":"agents-litescrape-com-mpp","brandBaseUrl":"https://agents.litescrape.com","brandDocsUrl":null,"whatItDoes":"Searches Bing Maps for local business listings by query (with optional map center) or resolves a single entity by its native Bing Maps place ID, returning structured place data.","exampleAgentPrompt":"Search Bing Maps for Italian restaurants near Seattle (47.6062~-122.3321), give me the top 10 results with their ratings, addresses, and phone numbers.","exampleUseCases":[{"title":"Local restaurant discovery near coordinates","prompt":"Find me the top 10 sushi restaurants on Bing Maps near downtown Chicago at coordinates 41.8781~-87.6298 — I need their names, ratings, addresses, and phone numbers."},{"title":"Business detail lookup by Bing place ID","prompt":"I have a Bing Maps entity ID for a hotel — can you resolve it and get me the full place details like address, phone, and rating?"},{"title":"Paginated venue search for a city","prompt":"Search Bing Maps for coffee shops in Austin, Texas and page through the results — start at offset 30 and get me the next 30 listings."}],"resultDescription":"Returns a JSON object with local_results (an array of place listings including title, rating, address, phone, and Bing entity ID) for search queries, or place_results for a place_id lookup. Also includes search_metadata (request ID, status, time taken), search_parameters (normalized inputs), and a pagination object with a next URL or next_page_token when more results are available.","failureModes":["Missing both q and place_id returns a 400 error with error_code indicating a required parameter is absent","Invalid cp format (not latitude~longitude) may return no geographically filtered results or an error","place_id not found in Bing Maps returns an empty place_results array","Exceeding count maximum of 30 or first maximum of 10000 returns a validation error","Rate limiting or upstream Bing unavailability returns a retryable error with retryable:true in the error body","Invalid setlang code may fall back to default language silently"],"whenToPreferThis":"Choose this endpoint when you need structured local business data specifically from Bing Maps — particularly when you want Bing's native entity IDs for downstream lookups, need geographic search centered on a lat/lng coordinate, or want to paginate through large result sets. Prefer it over Google Maps endpoints when Bing coverage or entity IDs are required. Use the place_id parameter for detailed single-entity resolution after obtaining an entity ID from a prior search.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-18T17:29:13.777Z","isFirstParty":false}