Bing Maps Business Listings Scraper avatar

Bing Maps Business Listings Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Bing Maps Business Listings Scraper

Bing Maps Business Listings Scraper

Scrape business listings from Bing Maps. Search for restaurants, shops, hotels, and services by name and location. Returns name, address, phone, website, rating, review count, coordinates, and more

Pricing

from $3.00 / 1,000 results

Rating

5.0

(4)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

4

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Extract business listings from Bing Maps using Playwright browser automation. Search for restaurants, coffee shops, hotels, dentists, or any local business by keyword and location.

Note on Bing Maps API: The official Bing Maps Local Search REST API was retired by Microsoft on August 11, 2025. This actor scrapes the Bing Maps website directly, which continues to serve comprehensive business listing data.

Features

  • Search businesses by keyword (e.g. "coffee shops", "Italian restaurant", "dentist")
  • Filter by location (city, area, or full address)
  • Returns: name, category, address, phone, website, rating, review count, coordinates, opening hours
  • Automatic pagination to collect more results
  • JSON-LD structured data extraction for richer results
  • Apify Proxy AUTO group support to avoid rate limits

Input

FieldTypeDescription
modeselectsearch (keyword + location) or nearbySearch
searchQuerystringBusiness type to search (e.g. "coffee shops")
locationstringCity or area (e.g. "London", "Paris, France")
maxItemsintegerMax results to return (1–200, default 20)
proxyConfigurationproxyProxy settings (recommended: Apify AUTO)

Output

FieldDescription
nameBusiness name
categoryBusiness category (e.g. "Coffee Shop")
addressFull address
phonePhone number
websiteBusiness website
ratingRating (0–5)
reviewCountNumber of reviews
latLatitude
lonLongitude
openingHoursOpening hours
priceLevelPrice level
thumbnailUrlBusiness photo URL
urlBing Maps listing URL
scrapedAtISO 8601 timestamp

Example Input

{
"mode": "search",
"searchQuery": "coffee shops",
"location": "London",
"maxItems": 10,
"proxyConfiguration": {"useApifyProxy": true}
}

Example Output

{
"name": "The Coffee House",
"category": "Coffee Shop",
"address": "123 Oxford Street, London W1D 1BS",
"phone": "+44 20 7946 0000",
"website": "https://www.thecoffeehouse.co.uk",
"rating": 4.5,
"reviewCount": 1234,
"lat": 51.5074,
"lon": -0.1278,
"openingHours": "Mo-Su 07:00-22:00",
"url": "https://www.bing.com/maps?q=coffee+house+london",
"recordType": "business",
"scrapedAt": "2026-05-22T10:00:00+00:00"
}

FAQ

Why use this instead of the Bing Maps API? Microsoft retired the Bing Maps Local Search API in August 2025. This actor scrapes the Bing Maps website which still provides full business listing data.

Do I need a Bing account? No. Bing Maps search results are publicly accessible.

How many results can I get? Up to 200 per run. Bing Maps typically shows 10–20 results per page.

Will it get blocked? We recommend enabling Apify Proxy (AUTO group) for best results.

What data sources does Bing Maps use? Bing Maps aggregates data from multiple sources including Yelp, TripAdvisor, and its own local business database.