Bing Maps API

Our Bing Maps API allows you to scrape results from Bing Maps. The API is accessed through the following endpoint: /search?engine=bing_maps.

A user may query the following: https://serpapi.com/search?engine=bing_maps utilizing a GET request. Head to the playground for a live and interactive demo.

API Parameters

Search Query

q

Required

Parameter defines the search query. You can use anything that you would use in a regular Bing Maps search.

Geographic Location

cp

Optional

Parameter defines GPS coordinates of location where you want your q (query) to be applied. It has to be constructed in the next sequence:
latitude + ~ + longitude

This will form a string that looks like this:
e.g. 40.7455096~-74.0083012.

Advanced Bing Maps Parameters

place_id

Optional

Parameter defines the unique reference to a place on a Bing Map. Place IDs are available for most locations, including businesses, landmarks, parks, and intersections. You can find the place_id using our Bing Maps API and Bing Local Pack API.

place_id can be used without any other optional parameter including q parameter.

Pagination

first

Optional

Parameter controls the offset of the local results. This parameter defaults to 0. (e.g. When count=10, the second page result start from first=10).

count

Optional

Parameter controls the number of results per page. This parameter is only a suggestion and might not reflect the returned results.

Maximum results per page is 30

Serpapi Parameters

engine

Required

Set parameter to bing_maps to use the Bing Maps API engine.

no_cache

Optional

Parameter will force SerpApi to fetch the Bing Maps results even if a cached version is already present. A cache is served only if the query and all parameters are exactly the same. Cache expires after 1h. Cached searches are free, and are not counted towards your searches per month. It can be set to false (default) to allow results from the cache, or true to disallow results from the cache. no_cache and async parameters should not be used together.

async

Optional

Parameter defines the way you want to submit your search to SerpApi. It can be set to false (default) to open an HTTP connection and keep it open until you got your search results, or true to just submit your search to SerpApi and retrieve them later. In this case, you'll need to use our Searches Archive API to retrieve your results. async and no_cache parameters should not be used together. async should not be used on accounts with Ludicrous Speed enabled.

api_key

Required

Parameter defines the SerpApi private key to use.

output

Optional

Parameter defines the final output you want. It can be set to json (default) to get a structured JSON of the results, or html to get the raw html retrieved.

API Results

JSON Results

JSON output includes structured data for "Local Results", "Place Results", and "Filters".

A search status is accessible through search_metadata.status. It flows this way: Processing -> Success || Error. If a search has failed, error will contain an error message. search_metadata.id is the search ID inside SerpApi.

HTML Results

HTML output is useful to debug JSON results or support features not supported yet by SerpApi.
HTML output gives you the raw HTML results from Bing Maps.

API Examples

Multiple Local Results example for coffee

For some searches, Bing Maps response multiple sets of local results. In this case, local results are grouped by Coffee shop, Espresso, and etc.

Multiple Local Results example for coffee

JSON Example

  {
    "search_metadata": {
      "id": "66b19f299656227ec266078e",
      "status": "Success",
      "json_endpoint": "https://serpapi.com/searches/e87f2dd0cccf73ec/66b19f299656227ec266078e.json",
      "created_at": "2024-08-06 03:57:29 UTC",
      "processed_at": "2024-08-06 03:57:30 UTC",
      "bing_maps_url": "https://www.bing.com/maps/localoverlaybfpr?q=Coffee&filters=MapCardType%3A%22listing%22+direction_partner%3A%22maps%22&first=0&count=30&cp=30.307989~-97.749943",
      "raw_html_file": "https://serpapi.com/searches/e87f2dd0cccf73ec/66b19f299656227ec266078e.html",
      "prettify_html_file": "https://serpapi.com/searches/e87f2dd0cccf73ec/66b19f299656227ec266078e.prettify",
      "total_time_taken": 2.85
    },
    "search_parameters": {
      "engine": "bing_maps",
      "q": "Coffee",
      "cp": "30.307989~-97.749943"
    },
    "filters": [
      {
        "title": "Coffee shop",
        "link": "https://www.bing.com/maps?q=Coffee+shop&filters=SearchType%3a%22TopicSearch%22+ParentTopic%3a%22Coffee%22+localypids%3a%22YN860x401931866%2cYN860x15055457%2cYN860x235411731%2cYN860x21505255%2cYN860x15001725%22+local_topicsearch%3a%22520140051%22+toptopicid%3a%22520140000%22&mb=30.383838653564453%7e-97.83783721923828%7e30.23208236694336%7e-97.66205596923828",
        "serpapi_link": "https://serpapi.com/search.json?cp=30.307989~-97.749943&engine=bing_maps&q=Coffee+shop"
      },
      {
        "title": "Espresso",
        "link": "https://www.bing.com/maps?q=Espresso&filters=SearchType%3a%22TopicSearch%22+ParentTopic%3a%22Coffee%22+localypids%3a%22YN860x401931866%2cYN860x14979627%2cYN860x15055457%2cYN860x235411731%2cYN860x14976312%22+local_topicsearch%3a%22520840003%22+toptopicid%3a%22520140000%22&mb=30.383838653564453%7e-97.83783721923828%7e30.23208236694336%7e-97.66205596923828",
        "serpapi_link": "https://serpapi.com/search.json?cp=30.307989~-97.749943&engine=bing_maps&q=Espresso"
      },
      {
        "title": "Coffee set",
        "link": "https://www.bing.com/maps?q=Coffee+set&filters=SearchType%3a%22TopicSearch%22+ParentTopic%3a%22Coffee%22+localypids%3a%22YN873x538845020534426140%2cYN860x402060152%2cYN860x21516005%2cYN860x15061221%22+local_topicsearch%3a%22520140033%22+toptopicid%3a%22520140000%22&mb=30.383838653564453%7e-97.83783721923828%7e30.23208236694336%7e-97.66205596923828",
        "serpapi_link": "https://serpapi.com/search.json?cp=30.307989~-97.749943&engine=bing_maps&q=Coffee+set"
      },
      ...
    ],
    "local_results": [
      {
        "title": "Coffee shop",
        "link": "https://www.bing.com/maps?q=Coffee+shop&filters=SearchType%3a%22TopicSearch%22+ParentTopic%3a%22Coffee%22+localypids%3a%22YN860x401931866%2cYN860x15055457%2cYN860x235411731%2cYN860x21505255%2cYN860x15001725%22+local_topicsearch%3a%22520140051%22+toptopicid%3a%22520140000%22&mb=30.383838653564453%7e-97.83783721923828%7e30.23208236694336%7e-97.66205596923828",
        "items": [
          {
            "place_id": "YN860x401931866",
            "address": "2727 Exposition Blvd, Austin, TX 78703",
            "gps_coordinates": {
              "latitude": 30.304670333862305,
              "longitude": -97.76438903808594
            },
            "thumbnail": "https://th.bing.com/th?id=OLC.MIG5kurEHg%2bTug480x360&w=199&h=122&c=8&rs=1&qlt=80&cdv=1&pid=Local",
            "title": "Starbucks",
            "rating": 5,
            "reviews": 500,
            "source": "Ubereats",
            "open_state": "Closed · Opens tomorrow 5 AM",
            "description": "Delivery • Takeout"
          },
          {
            "place_id": "YN860x15055457",
            "address": "4400 N Lamar Blvd, Austin, TX 78756",
            "gps_coordinates": {
              "latitude": 30.312620162963867,
              "longitude": -97.73860931396484
            },
            "thumbnail": "https://th.bing.com/th?id=OLC.MIG5kurEHg%2bTug480x360&w=199&h=122&c=8&rs=1&qlt=80&cdv=1&pid=Local",
            "title": "Starbucks",
            "rating": 4,
            "reviews": 205,
            "source": "Facebook",
            "open_state": "Closed · Opens tomorrow 5:30 AM",
            "description": "Delivery • Takeout"
          },
          ...
        ]
      },
      {
        "title": "Espresso",
        "link": "https://www.bing.com/maps?q=Espresso&filters=SearchType%3a%22TopicSearch%22+ParentTopic%3a%22Coffee%22+localypids%3a%22YN860x401931866%2cYN860x14979627%2cYN860x15055457%2cYN860x235411731%2cYN860x14976312%22+local_topicsearch%3a%22520840003%22+toptopicid%3a%22520140000%22&mb=30.383838653564453%7e-97.83783721923828%7e30.23208236694336%7e-97.66205596923828",
        "items": [
          {
            "place_id": "YN860x401931866",
            "address": "2727 Exposition Blvd, Austin, TX 78703",
            "gps_coordinates": {
              "latitude": 30.304670333862305,
              "longitude": -97.76438903808594
            },
            "thumbnail": "https://th.bing.com/th?id=OLC.MIG5kurEHg%2bTug480x360&w=199&h=122&c=8&rs=1&qlt=80&cdv=1&pid=Local",
            "title": "Starbucks",
            "rating": 5,
            "reviews": 500,
            "source": "Ubereats",
            "open_state": "Closed · Opens tomorrow 5 AM",
            "description": "Delivery • Takeout"
          },
          {
            "place_id": "YN860x14979627",
            "address": "3825 Lake Austin Blvd, Austin, TX 78703",
            "gps_coordinates": {
              "latitude": 30.29543113708496,
              "longitude": -97.78424072265625
            },
            "thumbnail": "https://th.bing.com/th?id=OLC.ljpSTWdC%2bMIzIA480x360&w=199&h=122&c=8&rs=1&qlt=80&cdv=1&pid=Local",
            "title": "Mozart's Coffee Roasters",
            "rating": 4,
            "reviews": 369,
            "source": "Tripadvisor",
            "open_state": "Open · Closes midnight",
            "description": "Delivery • Takeout • Great coffee • Good for brownies, chocolate cake"
          },
          ...
        ]
      },
      {
        "title": "Coffee set",
        "link": "https://www.bing.com/maps?q=Coffee+set&filters=SearchType%3a%22TopicSearch%22+ParentTopic%3a%22Coffee%22+localypids%3a%22YN873x538845020534426140%2cYN860x402060152%2cYN860x21516005%2cYN860x15061221%22+local_topicsearch%3a%22520140033%22+toptopicid%3a%22520140000%22&mb=30.383838653564453%7e-97.83783721923828%7e30.23208236694336%7e-97.66205596923828",
        "items": [
          {
            "place_id": "YN873x538845020534426140",
            "address": "2025 Guadalupe St, Ste 01-100, Austin, TX 78705",
            "gps_coordinates": {
              "latitude": 30.28297996520996,
              "longitude": -97.74139404296875
            },
            "thumbnail": "https://th.bing.com/th?id=OLC.nLi8fuauUhyowA480x360&w=199&h=122&c=8&rs=1&qlt=80&cdv=1&pid=Local",
            "title": "Target",
            "rating": 4.5,
            "reviews": 360,
            "source": "Ubereats",
            "open_state": "Closed · Opens tomorrow 7 AM"
          },
          {
            "place_id": "YN860x402060152",
            "address": "2020 W Anderson Ln, Austin, TX 78757",
            "gps_coordinates": {
              "latitude": 30.35554313659668,
              "longitude": -97.72773742675781
            },
            "thumbnail": "https://th.bing.com/th?id=OLC.mOsoVOSjImJz6g480x360&w=199&h=122&c=8&rs=1&qlt=80&cdv=1&pid=Local",
            "title": "Four Hands",
            "rating": 4.5,
            "reviews": 227,
            "source": "Yelp",
            "open_state": "Closed · Opens tomorrow 10 AM"
          },
          ...
        ]
      },
      ...
    ]
  }

Single Local Results example for coffee shop

Single Local Results example for coffee shop

JSON Example

  {
    "search_metadata": {
      "id": "66b1a6e39656227ec137b4f4",
      "status": "Success",
      "json_endpoint": "https://serpapi.com/searches/2ab920698cd72d73/66b1a6e39656227ec137b4f4.json",
      "created_at": "2024-08-06 04:30:27 UTC",
      "processed_at": "2024-08-06 04:30:27 UTC",
      "bing_maps_url": "https://www.bing.com/maps/localoverlaybfpr?q=Coffee%20shop&filters=MapCardType%3A%22listing%22+direction_partner%3A%22maps%22&first=0&count=30&cp=30.307989~-97.749943",
      "raw_html_file": "https://serpapi.com/searches/2ab920698cd72d73/66b1a6e39656227ec137b4f4.html",
      "prettify_html_file": "https://serpapi.com/searches/2ab920698cd72d73/66b1a6e39656227ec137b4f4.prettify",
      "total_time_taken": 2.97
    },
    "search_parameters": {
      "engine": "bing_maps",
      "q": "Coffee shop",
      "cp": "30.307989~-97.749943"
    },
    "local_results": [
      {
        "items": [
          {
            "place_id": "YN860x15001725",
            "address": "1601 W 38th St, Austin, TX 78731",
            "gps_coordinates": {
              "latitude": 30.30838966369629,
              "longitude": -97.75040435791016
            },
            "phone": "(512) 453-1533",
            "website": "https://andersonscoffee.com/",
            "price": "$",
            "price_description": "Very cheap",
            "type": "Restaurant",
            "secondary_type": "Coffee House",
            "thumbnail": "https://www.bing.com/th?id=OLC.SQJNoUQEdEmSLA480x360&w=236&h=118&c=8&rs=1&qlt=80&cdv=1&pid=Local",
            "title": "Anderson's Coffee Company",
            "rating": 5,
            "reviews": 7,
            "source": "Tripadvisor",
            "open_state": "Closed · Opens tomorrow 09:00",
            "description": "Delivery • Takeout"
          },
          {
            "place_id": "YN860x15001725",
            "address": "1601 W 38th St, Austin, TX 78731",
            "gps_coordinates": {
              "latitude": 30.30838966369629,
              "longitude": -97.75040435791016
            },
            "phone": "(512) 453-1533",
            "website": "https://andersonscoffee.com/",
            "price": "$",
            "price_description": "Very cheap",
            "type": "Restaurant",
            "secondary_type": "Coffee House",
            "thumbnail": "https://www.bing.com/th?id=OLC.SQJNoUQEdEmSLA480x360&w=236&h=118&c=8&rs=1&qlt=80&cdv=1&pid=Local",
            "title": "Anderson's Coffee Company",
            "rating": 5,
            "reviews": 7,
            "source": "Tripadvisor",
            "open_state": "Closed · Opens tomorrow 09:00",
            "description": "Delivery • Takeout"
          },
          {
            "place_id": "YN860x21505255",
            "address": "3724 Jefferson St, Austin, TX 78731",
            "gps_coordinates": {
              "latitude": 30.309242248535156,
              "longitude": -97.75150299072266
            },
            "phone": "(512) 452-2233",
            "website": "https://www.faracoffee.com/pages/contact-us",
            "price": "$$",
            "price_description": "Cheap",
            "type": "Restaurant",
            "secondary_type": "Coffee House",
            "thumbnail": "https://www.bing.com/th?id=OLC.HmKE5io8RHtoEA480x360&w=236&h=118&c=8&rs=1&qlt=80&cdv=1&pid=Local",
            "title": "Fara Coffee",
            "rating": 4.5,
            "reviews": 14,
            "source": "Yelp",
            "open_state": "Closed · Opens tomorrow 08:00",
            "description": "Delivery • Takeout"
          },
          ...
        ]
      }
    ]
  }

Place Results example for place_id: YN873x14475615034754698960 (Law Firm)

Place Results example for place_id: YN873x14475615034754698960 (Law Firm)

JSON Example

  {
    "search_metadata": {
      "id": "66b1b32e965622a179ec698e",
      "status": "Success",
      "json_endpoint": "https://serpapi.com/searches/b1dfb6fd8fb3cd66/66b1b32e965622a179ec698e.json",
      "created_at": "2024-08-06 05:22:54 UTC",
      "processed_at": "2024-08-06 05:22:55 UTC",
      "bing_maps_url": "https://www.bing.com/maps/localoverlaybfpr?q=lawyer%20firm&filters=MapCardType%3A%22details%22+direction_partner%3A%22maps%22+local_ypid%3A%22YN873x14475615034754698960%22&first=0&count=30&cp=30.307989~-97.749943",
      "raw_html_file": "https://serpapi.com/searches/b1dfb6fd8fb3cd66/66b1b32e965622a179ec698e.html",
      "prettify_html_file": "https://serpapi.com/searches/b1dfb6fd8fb3cd66/66b1b32e965622a179ec698e.prettify",
      "total_time_taken": 2.57
    },
    "search_parameters": {
      "engine": "bing_maps",
      "place_id": "YN873x14475615034754698960"
    },
    "place_results": {
      "title": "Robbins Estate Law",
      "place_id": "YN873x14475615034754698960",
      "address": "3800 N Lamar Blvd Ste 200, Austin, TX, 78756",
      "phone": "+1 512-599-9856",
      "website": "https://www.kylerobbinslaw.com/austin-office-location/",
      "gps_coordinates": {
        "latitude": 30.305835723876953,
        "longitude": -97.74315643310547
      },
      "rating": 5,
      "total_reviews": 11,
      "rating_provider": "Facebook",
      "type": "Estate planning law",
      "claimed": true,
      "images": [
        {
          "thumbnail": "https://www.bing.com/th?id=OLC.rUSVCvCUFypbpA480x360&w=210&h=200&c=8&rs=1&qlt=90&pid=3.1&rm=2",
          "link": "https://www.bing.com/images/search?view=detailV2&mediaurl=https%3a%2f%2fbpprodstorage.blob.core.windows.net%2fbpblobcontainer%2f3606331%2fimages%2fe13f98e8-8839-4a18-9c9b-f4625bcb744b0I3owR8DruRmvLCLZpPNXwqCLEa43sXLLCNml3hJ9Vx6dQKROgWp-1XR90vPFggCDHmzg4EmWdhymPzSuQ%3ds0.Jpeg&expw=4032&exph=3024&cbid=OLC.rUSVCvCUFypbpA480x360&cbn=local&idpp=local&thid=OLC.rUSVCvCUFypbpA480x360&ypid=YN873x14475615034754698960&useBFPR=0&eeptype=PhotoGroups&dataGroup=local:datagroup.photos&PhotoGroupName=AllPhotos&PageTag=AllPhotos&selectedIndex=0&id=OLC.rUSVCvCUFypbpA480x360&q=lawyer firm&pseg=HomeAndProfessionalServices&noidpclose=0&FORM=LOCIMG"
        },
        {
          "thumbnail": "https://www.bing.com/th?id=OLC.LSadJXBefMj7tw480x360&w=60&h=87&c=8&rs=1&qlt=90&pid=3.1&rm=2",
          "link": "https://www.bing.com/images/search?view=detailV2&mediaurl=https%3a%2f%2fbpprodstorage.blob.core.windows.net%2fbpblobcontainer%2f3606331%2fimages%2f412e9522-6a8c-4386-b7d8-056e9be63a23rlvF-bv1sr03WNl1Z87WO5hmVIOSygoWx8BIvgRjnbdiDRaseE5WLQdeaz8tahWDBktWYIvdoCTbo2nfzA%3ds0.Jpeg&expw=3024&exph=4032&cbid=OLC.LSadJXBefMj7tw480x360&cbn=local&idpp=local&thid=OLC.LSadJXBefMj7tw480x360&ypid=YN873x14475615034754698960&useBFPR=0&eeptype=PhotoGroups&dataGroup=local:datagroup.photos&PhotoGroupName=AllPhotos&PageTag=AllPhotos&selectedIndex=1&id=OLC.LSadJXBefMj7tw480x360&q=lawyer firm&pseg=HomeAndProfessionalServices&noidpclose=0&FORM=LOCIMG"
        },
        {
          "thumbnail": "https://www.bing.com/th?id=OLC.RaU13g%2fLjc9fUg480x360&w=98&h=87&c=8&rs=1&qlt=90&pid=3.1&rm=2",
          "link": "https://www.bing.com/images/search?view=detailV2&mediaurl=https%3a%2f%2fbpprodstorage.blob.core.windows.net%2fbpblobcontainer%2f3606331%2fimages%2f40823bdc-3ae2-49a7-9ba7-4d016534d5a6ej8C21kFTGcvptbtMkiOBL6joFuAciBbPgPxBAJ2to-ArrBk4tnc2NDQBxTrJjqSu9xp7InADtheDa8IFg%3ds0.Jpeg&expw=4032&exph=3024&cbid=OLC.RaU13g%2FLjc9fUg480x360&cbn=local&idpp=local&thid=OLC.RaU13g%2FLjc9fUg480x360&ypid=YN873x14475615034754698960&useBFPR=0&eeptype=PhotoGroups&dataGroup=local:datagroup.photos&PhotoGroupName=AllPhotos&PageTag=AllPhotos&selectedIndex=2&id=OLC.RaU13g%2FLjc9fUg480x360&q=lawyer firm&pseg=HomeAndProfessionalServices&noidpclose=0&FORM=LOCIMG"
        },
        ...
      ],
      "directions": "https://www.bing.com/maps?&mepi=127~Directions~Unknown~Direction_Button&ty=0&rtp=pos.30.305835723876953_-97.74315643310547__Robbins%20Estate%20Law__e_~&mode=d&v=2&sV=1",
      "open_state": "Closed · Opens 8 AM",
      "hours": {
        "Tuesday": [
          "8 a.m. - 5:30 p.m."
        ],
        "Wednesday": [
          "8 a.m. - 5:30 p.m."
        ],
        "Thursday": [
          "8 a.m. - 5:30 p.m."
        ],
        ...
      },
      "service_areas": "Texas",
      "reviews": [
        {
          "source": "Facebook",
          "source_logo": "https://th.bing.com/th?id=OLC.FacebookSquareLogo2.png&w=24&h=24&pid=Local",
          "rating": 5,
          "total_reviews": 11,
          "reviews": [
            {
              "rating": -1,
              "date": "Apr 20, 2021",
              "text": "Knowledgeable, explains, pleasant to work with.",
              "user_name": "Norma Gibbs",
              "link": "https://www.facebook.com/norma.gibbs.10/posts/1846269892216693"
            }
          ],
          "see_all_link": "https://www.facebook.com/robbinsestatelaw/"
        },
        {
          "source": "Yelp",
          "source_logo": "https://th.bing.com/th?id=OLC.Yelp_Filled.png&w=24&h=24&pid=Local",
          "rating": 5,
          "total_reviews": 28
        },
        {
          "source": "Expertise",
          "rating": 5,
          "total_reviews": 151
        },
        ...
      ],
      "social": [
        {
          "name": "Facebook",
          "link": "https://www.facebook.com/robbinsestatelaw/",
          "thumbnail": "https://serpapi.com/searches/66b1b32e965622a179ec698e/images/63de1d029ad48aa830d1fc1b75048c1527c0c2fa8c4446bc65272cb268e4bf60531461312ff80156.png"
        },
        {
          "name": "X",
          "link": "https://twitter.com/kylerobns",
          "thumbnail": "https://serpapi.com/searches/66b1b32e965622a179ec698e/images/63de1d029ad48aa830d1fc1b75048c15b5b5df66287f43dd4d29db037300af82414d281a3e182862.png"
        },
        {
          "name": "LinkedIn",
          "link": "https://www.linkedin.com/company/the-law-offices-of-kyle-robbins/",
          "thumbnail": "https://serpapi.com/searches/66b1b32e965622a179ec698e/images/63de1d029ad48aa830d1fc1b75048c15c8c0c899bc072fd2807532b8e8ba75c0412bb3474e99cd2e.png"
        },
        ...
      ],
      "people_also_search_for": [
        {
          "items": [
            {
              "title": "State Bar of Texas",
              "place_id": "873x128148529",
              "link": "https://www.bing.comdata-process={"requestState":{"entryPoint":"LocalDetails","query":"State Bar of Texas","filterUrlParam":"local_ypid:\u0022873x128148529\u0022","taskTitle":"State Bar of Texas"},"type":"LocalSearchTask"}",
              "thumbnail": "https://th.bing.com/th?id=OLC.tCrqSoEoPbXWZg480x360&w=138&h=110&c=7&rs=1&qlt=80&cdv=1&pid=Local",
              "rating": 1,
              "reviews": 2,
              "source": "Yelp.ca"
            },
            {
              "title": "Travis County District Attorney",
              "place_id": "873x12833544625987158937",
              "link": "https://www.bing.comdata-process={"requestState":{"entryPoint":"LocalDetails","query":"Travis County District Attorney","filterUrlParam":"local_ypid:\u0022873x12833544625987158937\u0022","taskTitle":"Travis County District Attorney"},"type":"LocalSearchTask"}",
              "thumbnail": "https://th.bing.com/th?id=OLC.fpZU9NdSpSxA1w480x360&w=138&h=110&c=7&rs=1&qlt=80&cdv=1&pid=Local",
              "rating": 1.5
            },
            {
              "title": "Mike Massey Law",
              "place_id": "873x12705033011827649480",
              "link": "https://www.bing.comdata-process={"requestState":{"entryPoint":"LocalDetails","query":"Mike Massey Law","filterUrlParam":"local_ypid:\u0022873x12705033011827649480\u0022","taskTitle":"Mike Massey Law"},"type":"LocalSearchTask"}",
              "thumbnail": "https://th.bing.com/th?id=OLC.qh7N54gIMW60LQ480x360&w=138&h=110&c=7&rs=1&qlt=80&cdv=1&pid=Local",
              "rating": 5,
              "reviews": 6,
              "source": "Facebook"
            },
            ...
          ]
        }
      ]
    }
  }

Place Results example for place_id: YN860x189741933 (Restaurant)

Place Results example for place_id: YN860x189741933 (Restaurant)

JSON Example

  {
    "search_metadata": {
      "id": "66b2d5c8965622cdabb34aa9",
      "status": "Success",
      "json_endpoint": "https://serpapi.com/searches/0b4603d02784eb45/66b2d5c8965622cdabb34aa9.json",
      "created_at": "2024-08-07 02:02:48 UTC",
      "processed_at": "2024-08-07 02:02:48 UTC",
      "bing_maps_url": "https://www.bing.com/maps/localoverlaybfpr?q=chipotle&filters=MapCardType%3A%22details%22+direction_partner%3A%22maps%22+local_ypid%3A%22YN860x189741933%22&first=0&count=30&cp=30.307989~-97.749943",
      "raw_html_file": "https://serpapi.com/searches/0b4603d02784eb45/66b2d5c8965622cdabb34aa9.html",
      "prettify_html_file": "https://serpapi.com/searches/0b4603d02784eb45/66b2d5c8965622cdabb34aa9.prettify",
      "total_time_taken": 0.8
    },
    "search_parameters": {
      "engine": "bing_maps",
      "place_id": "YN860x189741933"
    },
    "place_results": {
      "title": "Chipotle Mexican Grill",
      "place_id": "YN860x189741933",
      "address": "4400 N Lamar Blvd, Austin, TX, 78756",
      "phone": "+1 512-419-9898",
      "gps_coordinates": {
        "latitude": 30.31258201599121,
        "longitude": -97.73860931396484
      },
      "rating": 4.6,
      "total_reviews": 0,
      "rating_provider": "Ubereats",
      "claimed": true,
      "directions": "https://www.bing.com/maps?&mepi=103~Directions~Unknown~Direction_Button&ty=0&rtp=pos.30.31258201599121_-97.73860931396484__Chipotle%20Mexican%20Grill__e_~&mode=d&v=2&sV=1",
      "menu": "https://www.chipotle.com/menu",
      "open_state": "Open · Closes 11 PM",
      "hours": {
        "Tuesday": [
          "10:45 am - 11 pm"
        ],
        "Wednesday": [
          "10:45 am - 11 pm"
        ],
        "Thursday": [
          "10:45 am - 11 pm"
        ],
        ...
      },
      "service_options": [
        "Dine-in",
        "Takeout / Delivery"
      ],
      "customer_says": [
        {
          "title": "Service",
          "text": "Service is generally praised for being efficient, friendly and fast. Some guests mention that the staff can be grumpy or less than ideal."
        },
        {
          "title": "Food",
          "text": "Food is described as good, fresh and tasty with a variety of meat and topping options. Some guests mention that they love the spicy food but were unable to get refills for non-carbonated drinks."
        },
        {
          "title": "Cleanliness",
          "text": "The business is known for its clean atmosphere, with reviewers praising the cleanliness of the store and restrooms."
        },
        {
          "title": "Drinks",
          "text": "Drinks are not refillable and the workers pull all the tea and fruit drinks early before closing. Some guests were charged for a large drink."
        }
      ],
      "reviews": [
        {
          "source": "Ubereats",
          "source_logo": "https://th.bing.com/th?id=OLC.UberEatsLogo.png&w=24&h=24&pid=Local",
          "rating": 4.6,
          "total_reviews": 107
        },
        {
          "source": "Yelp",
          "source_logo": "https://th.bing.com/th?id=OLC.Yelp_Filled.png&w=24&h=24&pid=Local",
          "rating": 3.3,
          "total_reviews": 87
        }
      ],
      "social": [
        {
          "name": "Facebook",
          "link": "https://www.facebook.com/Chipotle-Mexican-Grill-158523007491774/",
          "thumbnail": "https://serpapi.com/searches/66b2d5c8965622cdabb34aa9/images/c6b1be75692a9ceb5e0ba681cd73faafc949592348241e23ce6e9b3017dbc8a8bf771284e86e94c5.png"
        },
        {
          "name": "X",
          "link": "https://twitter.com/ChipotleTweets",
          "thumbnail": "https://serpapi.com/searches/66b2d5c8965622cdabb34aa9/images/c6b1be75692a9ceb5e0ba681cd73faaf95265c33fb3284638b6d9228190fa1b559019c44b41e1680.png"
        },
        {
          "name": "Instagram",
          "link": "https://instagram.com/chipotle",
          "thumbnail": "https://serpapi.com/searches/66b2d5c8965622cdabb34aa9/images/c6b1be75692a9ceb5e0ba681cd73faaf291ea2df445c552c05e8008f8f086fee4612692d6f4b3945.png"
        }
      ],
      "amenities": [
        "Outdoor seating",
        "Delivery"
      ]
    }
  }

JSON structure overview

{
  ...

  "filters": [
    {
      "title": "String - title of the filter",
      "link": "String - URL to the Bing Maps page with the filter applied",
      "serpapi_link": "String - SerpApi's API URL of the link"
    }
  ]
  "local_results": [  
    {
      "title": "String - title of the local result",
      "link": "String - URL to the Bing Maps page",
      "items": [
        {
          "place_id": "String - ID of the entity",
          "address": "String - address of the entity",
          "gps_coordinates": {
            "latitude": "Float",
            "longitude": "Float"
          },
          "phone": "String - phone number of the entity",
          "website": "String - website of the entity",
          "price": "String - price level of the entity",
          "price_description": "String - description of the price (e.g. cheap, very cheap)",
          "type": "String - type of the entity (e.g. Restaurant)",
          "secondary_type": "String - secondary type of the entity (e.g. Coffee House)",
          "thumbnail": "String - Thumbnail's URL of the entity",
          "title": "String - title of the entity",
          "rating": "Float - rating of the entity",
          "reviews": "Integer - number of reviews of the entity",
          "source": "String - source of the review",
          "open_state": "String - open hours of the entity",
          "description": "String - description of the entity",
        },
        ...
      ]
    }
  ],
  "place_results": {
    "title": "String - title of the entity",
    "place_id": "String - ID of the entity",
    "address": "String - address of the entity",
    "gps_coordinates": {
      "latitude": "Float",
      "longitude": "Float"
    },
    "phone": "String - phone number of the entity",
    "website": "String - website of the entity",
    "rating": "Float - rating of the entity",
    "reviews": "Integer - number of reviews of the entity",
    "rating_provider": "String - Platform that provides the rating (e.g. Yelp)",
    "type": "String - type of the entity",
    "claimed": "Boolean - whether the entity is claimed by the owner",
    "images": [
      {
        "thumbnail": "String - URL of the thumbnail",
        "link": "String - URL to the Bing Images search"
      }
    ],
    "directions": "String - URL of the Bing Maps' direction to the entity",
    "open_state": "String - open hours of the entity"
    "hours": "Hash - open hours of each day of the entity",
    "service_ares": "String - entity's service area",
    "reviews": [
      {
        "source": "String - source of the review",
        "source_logo": "String - URL of the source's logo",
        "rating": "Float - rating of the review",
        "total_reviews": "String - total number of reviews",
        "reviews": [
          {
            "rating": "Float - rating of the review",
            "date": "String - date of the review",
            "text": "String - text of the review",
            "user_name": "String - name of the user who wrote the review",
            "link": "String - URL to the review in the source platform"
          }
        ],
        "see_all_link": "String - URL to view all the review in source platform"
      }
    ],
    "customer_say": [
      {
        "title": "String - title of the customer say",
        "text": "String - text of the customer say"
      }
    ],
    "social": [
      {
        "name": "String - Social platform name",
        "link": "String - URL to the social profile",
        "thumbnail": "String - Thumbnail URL of the social platform's logo"
      }
    ],
    "amenities": "Array - amenities of the entity (e.g. Wi-Fi, Outdoor seating)",
    "people_also_search_for": [
      {
        "title": "String",
        "items": [
          {
            "title": "String - title of the entity",
            "place_id": "String - ID of the entity",
            "link": "String - URL to the entity in Bing Maps",
            "rating": "Float - rating of the entity",
            "reviews": "Integer - number of reviews of the entity",
            "source": "String - source of the review"
          }
        ]
      }
    ]
  }
}