Bing Maps Scraper Extract Local Business Data
Pricing
from $0.01 / 1,000 results
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
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer

The Howlers
Actor stats
0
Bookmarked
10
Total users
6
Monthly active users
3.5 days
Issues response
2 days ago
Last modified
Categories
Share
Bing Maps Scraper - Extract Local Business Data
Scrape business listings from Bing Maps. Extract business names, addresses, phone numbers, ratings, reviews, hours, and categories. Compare Bing vs. Google business presence for comprehensive local SEO analysis. Essential for lead generation, citation auditing, and competitive intelligence.
Quick Start (Copy & Paste)
Simplest possible input — just change the search query:
{"searchQuery": "plumber denver co"}
That's it. The actor will search Bing Maps and return up to 20 business listings.
Multiple Searches at Once
{"searchQueries": ["restaurant seattle wa","coffee shop seattle wa","bar seattle wa"],"maxResults": 25}
With Customer Reviews
{"searchQuery": "dentist chicago il","maxResults": 30,"includeReviews": true,"maxReviews": 10}
Demo Mode (Free Test, No Real Scraping)
{"demoMode": true}
Returns 3 sample businesses so you can test your automation pipeline without any cost.
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
searchQuery | string | - | Single search query (e.g., "plumber denver co") |
searchQueries | string[] | - | Multiple search queries as an array |
maxResults | number | 20 | Max businesses to return per query (1-100) |
includeReviews | boolean | false | Also scrape customer reviews for each business |
maxReviews | number | 10 | Max reviews per business (1-50) |
proxyConfiguration | object | Residential | Proxy settings (residential recommended) |
webhookUrl | string | - | Webhook URL for Zapier/Make/n8n integration |
demoMode | boolean | false | Return sample data without real scraping |
You must provide either searchQuery or searchQueries (or both — they get merged). If neither is set, the actor will exit with an error.
Search Query Format
Use the format: "business type city state"
| Good Query | Why It Works |
|---|---|
plumber denver co | Category + city + state abbreviation |
restaurants in Seattle, WA | Natural language with state |
auto repair shops 90210 | Category + ZIP code |
dentist near me | Will use Bing's geo-detection (less reliable) |
| Bad Query | Why It Fails |
|---|---|
plumber | No location — Bing doesn't know where to search |
denver | No business category — returns map, not listings |
www.yelp.com | This isn't a search engine query |
Output Format
Each business listing contains:
{"name": "Rocky Mountain Plumbing","address": "456 Broadway, Denver, CO 80203","phone": "(303) 555-1234","website": "https://rockymountainplumbing.com","rating": 4.6,"reviewCount": 89,"categories": ["Plumber", "Water Heater Repair"],"hours": "Mon-Fri 7AM-6PM, Sat 8AM-2PM","latitude": 39.7312,"longitude": -104.9826,"url": "https://www.bing.com/maps?q=...","searchQuery": "plumber denver co","scrapedAt": "2026-01-28T10:30:00.000Z","reviews": [{"author": "Mike R.","rating": 5,"text": "Fast response and professional work.","date": "2025-11-20"}]}
The reviews field is only included when includeReviews is set to true.
Pricing
| Event | Price |
|---|---|
| Per business listing scraped | $0.06 |
| Demo mode | Free |
Example costs:
- 20 businesses (1 query, default): $1.20
- 50 businesses: $3.00
- 3 queries x 25 results each = 75 businesses: $4.50
- Demo mode: $0.00
Reviews are included in the per-listing price (no extra charge).
Features
- Business Profiles — Name, address, phone, website, hours, categories
- Bing Ratings — Star ratings and review counts
- Customer Reviews — Optional review text, author, rating, and date
- GPS Coordinates — Latitude/longitude for mapping
- Anti-Detection — Camoufox stealth browser + residential proxies
- No Login Required — Works with public Bing Maps data
- Webhook Support — Send results to Zapier, Make.com, n8n
- Demo Mode — Test with sample data for free
Use Cases
Lead Generation
{"searchQueries": ["marketing agency new york ny","web design agency new york ny","seo company new york ny"],"maxResults": 50}
Citation Audit (Bing vs. Google)
{"searchQuery": "lawyer los angeles ca","maxResults": 100}
Compare with Google Maps data to find NAP inconsistencies across platforms.
Review Monitoring
{"searchQuery": "your business name city state","includeReviews": true,"maxReviews": 25}
Webhook Automation
{"searchQuery": "plumber denver co","maxResults": 50,"webhookUrl": "https://hooks.zapier.com/hooks/catch/123456/abcdef/"}
Results are automatically sent to your Zapier/Make/n8n webhook when the run completes.
Troubleshooting
"No data returned" / Empty results
Most common cause: missing or malformed search query.
- Make sure you set
searchQueryorsearchQueriesin the input (not some other field name) - Always include a location in your query:
"plumber denver co"not just"plumber" - Set
demoModetofalse(or remove it) — demo mode only returns sample data - Some niche categories have fewer listings on Bing Maps than Google. Try broader terms.
"Demo data showing when I don't want it"
Set "demoMode": false explicitly, or just remove the demoMode field entirely (it defaults to false).
"Scraper is slow"
- The actor uses human-like delays (3-6 seconds per page) to avoid detection
- Each business takes ~2-5 seconds to process
- 20 businesses takes ~1-2 minutes
- Reviews add extra time per listing
"Rate limited / blocked"
- Wait 10-15 minutes between runs
- Reduce
maxResults - The actor uses residential proxies by default for best reliability
"Some fields are null"
Not all Bing Maps listings have complete data. Fields like website, hours, phone, or rating may be null if the business hasn't claimed or completed their Bing Places profile.
Why Bing Maps Data Matters
- Microsoft ecosystem — Powers Cortana, Edge, and Windows Maps
- Yahoo partnership — Bing powers Yahoo search results
- Different data — Bing may show businesses not found on Google Maps
- Bing Places — Growing platform for local business management
- Enterprise market — Microsoft 365 users often use Bing by default
- Citation auditing — NAP consistency across platforms is critical for local SEO
Support
- Actor Arsenal: Full Actor Catalog
- Developer: John Rippy
Built by John Rippy | Actor Arsenal