Skip to main content
This section documents the map entries data returned by the ChatGPT endpoint. Map entries are part of the ChatGPT response, so no separate API call is needed. For use cases, pricing context, and copy-paste examples, see the ChatGPT scraper page on the product site.

Example request

Map entries are returned by default when ChatGPT surfaces business or place data. No flag is required.
This produces a response containing the map array documented below.

Overview

Map entries are automatically extracted when ChatGPT returns business or place information from providers like Yelp and Google Business. No additional parameters are required. Map entries are included by default when available in the response. To also see the queries ChatGPT fired at the maps tool to build these entries, set include.searchQueries: true and read result.mapSearchQueries. These are separate from the web-search fan-out in result.searchQueries. Cost: Map entries are included at no extra cost — they’re part of the base ChatGPT request (5 credits, plus the +2 sync surcharge if you use /v1/monitor/* instead of async). There is no additional charge based on the number of businesses or per-business reviews returned. See Providers for the full ChatGPT pricing breakdown.
Map entries in ChatGPT

Map entry structure

Each map entry contains business information directly from ChatGPT’s data providers:

Core fields

Location fields

Ratings and reviews

Business info

Contact and URLs

Hours and status

Additional fields

BusinessHour

Used by: hours, nextOpenHour, specialHours

BusinessReview

Used by: reviews

ReviewHighlight

Used by: reviewHighlights

ProviderImage

Used by: providerImages

ReservationProvider

Used by: reservationProviders

Example usage

Response with map entries:
All fields are optionalExcept for name and position, all fields in map entries are optional. Use optional chaining (?.) or check for field existence before accessing. Field availability depends on the provider (Yelp vs Google) and what data is available for each business.