Bing Maps Scraper avatar

Bing Maps Scraper

Pricing

from $1.99 / 1,000 search results

Go to Apify Store
Bing Maps Scraper

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

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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.

FieldTypeRequiredDefaultDescription
querystringYes"restaurants in New York"The place or business type to search for on Bing Maps (e.g. 'restaurants in New York', 'hotels in Chicago')
maxItemsintegerNo50Maximum number of place results to extract
marketstringNo"en-US"Bing market code (language-country), e.g. en-US, en-GB, de-DE
headlessbooleanNotrueRun browser in headless mode (recommended for performance)
proxyConfigurationobjectNo{"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.

FieldTypeDescription
positionintegerResult position
namestringPlace name
categorystringPrimary category
addressstringFull address
phonestringPhone
websitestringWebsite
ratingnumberRating
reviewCountintegerReview count
latitudenumberLatitude
longitudenumberLongitude
searchQuerystringSearch query
scrapedAtstringScraped at (ISO 8601)
typestringRecord type
descriptionstringDescription
linkstringListing URL
resultTypestringResult 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"
}