Bing Maps Scraper
Pricing
from $1.99 / 1,000 search results
Bing Maps Scraper
Extracts public place and business results from Bing Maps: names, addresses, phone numbers, websites, coordinates, ratings, review counts, opening hours, categories, and place IDs.
Pricing
from $1.99 / 1,000 search results
Rating
0.0
(0)
Developer
Search API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Extracts public place and business results from Bing Maps: names, addresses, phone numbers, websites, coordinates, ratings, review counts, opening hours, categories, and place IDs.
What this Actor collects
Each dataset item represents one Bing Maps place or business, with available contact details, location, categories, ratings, hours, media, and source identifiers.
- Uses the input limits and filters below to control the crawl.
- Stores source-backed fields defined by the 64-field dataset schema.
- Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.
Use cases
- Local lead research
- Location and category monitoring
- Business-directory enrichment
Input
Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | "restaurants in New York" | The place or business type to search for on Bing Maps (e.g. 'restaurants in New York', 'hotels in Chicago') |
maxItems | integer | No | 50 | Maximum number of place results to extract |
market | string | No | "en-US" | Bing market code (language-country), e.g. en-US, en-GB, de-DE |
headless | boolean | No | true | Run browser in headless mode (recommended for performance) |
proxyConfiguration | object | No | {"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]} | Proxy settings for the scraper |
Example input
{"query": "restaurant","maxItems": 3,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]},"market": "en-US","headless": true}
Output
The default dataset contains one item per place or local-business result. The following are the most useful fields; availability varies with the listing.
| Field | Type | Description |
|---|---|---|
position | integer | Result position |
name | string | Place name |
category | string | Primary category |
address | string | Full address |
phone | string | Phone |
website | string | Website |
rating | number | Rating |
reviewCount | integer | Review count |
latitude | number | Latitude |
longitude | number | Longitude |
searchQuery | string | Search query |
scrapedAt | string | Scraped at (ISO 8601) |
type | string | Record type |
description | string | Description |
link | string | Listing URL |
resultType | string | Result type |
Example dataset item
This compact example is taken from local Actor storage. Long text and nested collections are shortened for documentation only.
{"position": 2,"name": "El Rey Sol Restaurant","category": "French restaurant","address": "Avenida Adolfo López Mateos 1000, 22800 Ensenada, Baja California","phone": "646 178 1733","website": "http://www.elreysol.com/","rating": 4.2,"reviewCount": 544,"latitude": 31.860902786254883,"longitude": -116.62220001220703,"searchQuery": "restaurant","scrapedAt": "2026-07-23T14:28:06.124Z"}