VOOZH about

URL: https://apify.com/automation-lab/bing-maps-places-scraper

⇱ Bing Maps Places Scraper | Local Business Leads Β· Apify


Pricing

Pay per event

Go to Apify Store

Bing Maps Lead Scraper

Scrape Bing Maps businesses with names, categories, addresses, phones, websites, ratings, coordinates, and source URLs for local lead generation.

Pricing

Pay per event

Rating

0.0

(0)

Developer

πŸ‘ Stas Persiianenko

Stas Persiianenko

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

3

Monthly active users

8 days ago

Last modified

Share

What does Bing Maps Places Scraper do?

Bing Maps Places Scraper extracts local business listings from Bing Maps search results. It is designed for lead generation, local SEO research, market mapping, and sales operations teams that need an alternative or complement to Google Maps data. The actor uses Bing Maps search pages and saves clean rows with business names, categories, addresses, phone numbers, websites, ratings, review counts, coordinates, and source links.

Best for

  • Sales teams building local lead lists outside the Google Maps ecosystem.
  • Local SEO teams comparing Bing visibility, categories, ratings, and location data.
  • Data enrichment workflows that need business websites and contact-routing inputs.

First run recipe

Search a narrow query such as dentists in Austin, TX or plumbers in Manchester, set maxResults to 25-50, and review the returned names, addresses, phones, websites, ratings, coordinates, and source URLs before scaling to more cities.

When to use this instead of Google Maps or enrichment actors

Use this actor when Bing Maps is the source of truth or when you want a non-Google local lead list. Use Google Maps Reviews Scraper for review text, Website Contact Finder for emails and social profiles from collected domains, and Social Media Profile Finder when you need profile discovery.

Who is it for?

β€’ Sales teams building local prospect lists.

β€’ Agencies comparing local visibility across markets.

β€’ SEO consultants checking business categories and map presence.

β€’ Data teams enriching CRM records with public local-business data.

β€’ Founders validating city-by-city market coverage.

Why use it?

Bing Maps is a useful secondary local-business source. Many teams rely only on Google Maps; adding Bing Maps can reveal additional websites, phone numbers, and listings. The actor outputs structured JSON/CSV/Excel-ready rows so you can move straight into filtering, deduplication, and outreach workflows.

How it works

Enter one or more searches such as coffee Seattle, dentists Austin TX, or plumbers Manchester UK. The actor calls Bing Maps local result overlays, parses the embedded place payloads, removes duplicates, and pushes each place to the default Apify dataset.

Input overview

The primary input is searchQueries. You can also paste Bing Maps URLs in startUrls; the actor extracts the query from the URL. Use maxResults to control cost and run length. Use the market field when scraping outside the United States.

Output data table

Each dataset row represents one Bing Maps place. Common fields include placeName, category, address, phone, website, rating, reviewCount, latitude, longitude, bingMapsUrl, placeId, and searchQuery.

How much does it cost to scrape Bing Maps places?

The actor uses pay-per-event pricing: a small start fee and a per-place result fee. Keep first runs small, for example 30 places, then scale after checking output quality for your target market.

Example searches

Try searches that combine a business type with a location: coffee Seattle, roofers Phoenix AZ, law firms Toronto, gyms Berlin, or restaurants near Pike Place Market. Specific searches usually produce cleaner leads than broad single-word categories.

Step-by-step guide

  1. Open the actor on Apify.

  2. Add one or more search queries.

  3. Set maxResults to a small test value.

  4. Run the actor.

  5. Export the dataset as CSV, JSON, Excel, or via API.

  6. Deduplicate against your CRM or outreach list.

Tips for better results

Use city and region names to disambiguate locations. Run separate searches for related categories. For example, a home-services campaign might run plumbers Denver, emergency plumbers Denver, and drain cleaning Denver separately.

Integrations

Use Apify integrations to send Bing Maps leads to Google Sheets, Make, Zapier, webhooks, or your data warehouse. A common workflow is: run scheduled searches weekly, export new websites and phone numbers, enrich them in a CRM, and route high-value leads to a sales queue.

API usage

You can run the actor through the Apify API from Node.js, Python, cURL, Make, Zapier, or any HTTP client. Use actor ID automation-lab/bing-maps-places-scraper in API calls after publication.

Node.js example

import{ ApifyClient }from"apify-client";
const client =newApifyClient({token: process.env.APIFY_TOKEN});
const run =await client.actor("automation-lab/bing-maps-places-scraper").call({
searchQueries:["coffee Seattle"],
maxResults:30
});
console.log(run.defaultDatasetId);

Python example

from apify_client import ApifyClient
client = ApifyClient("<APIFY_TOKEN>")
run = client.actor("automation-lab/bing-maps-places-scraper").call(run_input={
"searchQueries":["dentists Austin TX"],
"maxResults":30,
})
print(run["defaultDatasetId"])

cURL example

curl-X POST "https://api.apify.com/v2/acts/automation-lab~bing-maps-places-scraper/runs?token=$APIFY_TOKEN"\
-H"Content-Type: application/json"\
-d'{"searchQueries":["coffee Seattle"],"maxResults":30}'

MCP usage

Use the Apify MCP server with Claude Desktop, Claude Code, or another MCP-compatible assistant. Configure the MCP endpoint with ?tools=automation-lab/bing-maps-places-scraper so the assistant exposes only this actor tool when you are building local lead lists.

Claude Code setup example:

$claude mcp add apify-bing-maps "https://mcp.apify.com/?tools=automation-lab/bing-maps-places-scraper"

Claude Desktop JSON configuration example:

{
"mcpServers":{
"apify-bing-maps":{
"url":"https://mcp.apify.com/?tools=automation-lab/bing-maps-places-scraper"
}
}
}

Example prompts for MCP usage:

  • β€œRun Bing Maps Places Scraper for 25 dentists in Austin and give me a CSV-ready summary.”
  • β€œFind coffee shops in Seattle from Bing Maps and highlight listings without websites.”
  • β€œCompare plumbers in Phoenix by rating, phone availability, and website coverage.”

Data quality notes

Bing decides which public fields are shown for each listing. Some places have websites and phones, while others only expose address and category. Ratings, review counts, and open status are optional fields and may vary by market.

Limitations

The actor scrapes public Bing Maps search results. It does not log in, bypass private data, or guarantee that every local business has a phone or website. Bing may vary results by market, language, location, and time.

Legality and compliance

This actor is intended for public business data. Use it responsibly, respect applicable laws, and follow outreach rules in your jurisdiction. Do not use scraped contact details for spam or unlawful profiling.

Troubleshooting

If you get fewer results than expected, try a more specific query or a different market code. If Bing rate-limits large jobs, enable Apify Proxy or split searches into smaller runs.

FAQ

Can I scrape multiple cities? Yes, add multiple queries such as coffee Seattle, coffee Portland, and coffee Vancouver.

Does it return emails? No. Bing Maps usually exposes phone and website fields, not email addresses. Use website enrichment separately if needed.

Can I schedule it? Yes. Use Apify schedules for weekly or monthly market monitoring.

Related actors

Verified public, non-deprecated actors that pair with this workflow:

Support

If a target query stops returning expected results, open an Apify issue with the run URL, input, and a short description of the missing data. Include a small reproducible example so the developer can verify it quickly.

Field reference

  • searchQuery β€” public Bing Maps place field when available.

  • sourceUrl β€” public Bing Maps place field when available.

  • placeName β€” public Bing Maps place field when available.

  • category β€” public Bing Maps place field when available.

  • address β€” public Bing Maps place field when available.

  • locality β€” public Bing Maps place field when available.

  • region β€” public Bing Maps place field when available.

  • postalCode β€” public Bing Maps place field when available.

  • country β€” public Bing Maps place field when available.

  • phone β€” public Bing Maps place field when available.

  • website β€” public Bing Maps place field when available.

  • rating β€” public Bing Maps place field when available.

  • reviewCount β€” public Bing Maps place field when available.

  • latitude β€” public Bing Maps place field when available.

  • longitude β€” public Bing Maps place field when available.

  • bingMapsUrl β€” public Bing Maps place field when available.

  • imageUrl β€” public Bing Maps place field when available.

  • placeId β€” public Bing Maps place field when available.

  • isOpen β€” public Bing Maps place field when available.

Changelog

  • Initial version: Bing Maps place search extraction with HTTP overlay parsing.

You might also like

Bing Maps Scraper

piotrv1001/bing-maps-scraper

Scrapes business listings from Bing Maps search results, extracting names, addresses, phone numbers, websites, ratings, reviews, categories, and coordinates. Ideal for local market research, lead generation, and competitive analysis.

15

Bing Maps Lead Scraper (Local Business Data)

moving_beacon-owner1/my-actor-51

Get clean business data from Bing Maps with proxy support, retries, and zero messy HTML parsing. Extract structured business listings with high accuracy using Bing’s internal data sources. Run multiple queries and collect deduplicated business leads from Bing Maps at scale.

2

Bing Maps Scraper Extract Local Business Data

alizarin_refrigerator-owner/bing-maps-scraper-extract-local-business-data

Google Maps gets all the attention, but Bing Maps has unique business data. Many businesses are listed on Bing but not Google & B2B companies. The Bing Maps Scraper extracts business listings including: Business details Location data Contact information Ratings & reviews Business hours Photos

Bing Maps Scraper

karamelo/bing-maps-scraper

Bing Maps offers incredible potential for businesses across a large spectrum of industries. It offers a detailed directory of contact information, reviews, ratings, photos, phone, local address, website and more. Bing Maps can be a huge business data insights alternative to Google Maps.

Google Maps Scraper

scrapium/google-maps-scraper

πŸ“ Google Maps Scraper extracts verified local business data from Google Mapsβ€”names, addresses, phones, websites, ratings, hours, categories & coordinates. πŸ”Ž Perfect for lead gen, local SEO, market research & CRM enrichment. πŸš€ Fast, accurate, CSV/JSON-ready.

Google Maps Scraper

scrapemesh/google-maps-scraper

πŸ“ Google Maps Scraper extracts rich business data from Google Mapsβ€”names, categories, addresses, phones, emails, websites, ratings, reviews, hours & coordinates. βš™οΈ Bulk scrape and export CSV/JSON. πŸš€ Ideal for lead gen, local SEO, market research & sales.

Google Maps Extractor

khadinakbar/google-maps-extractor

Extract Google Maps places by keyword, location, or Maps URL. Returns names, categories, addresses, phones, websites, ratings, reviews, coordinates, and source URLs. MCP optimized for AI agents.

Google Maps Business Lead Exporter

glowing_glove/google-maps-lead-finder

Build local business lead lists from Google Maps searches with names, categories, ratings, addresses, phones, websites, and map URLs.

✨ Google Maps Scraper

damilo/google-maps-scraper

πŸ“ Scrape business listings from Google Maps by keyword and location. Extract names, addresses, phone numbers, websites, ratings, coordinates, and more β€” perfect for lead generation, local SEO, and competitor research.