Crawlora
ProductPlatformsUse CasesDocsPricingCompare
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, maps, geocoding, streaming, travel, real estate, marketplaces, apps, social, audio, crypto, finance, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle TrendsBingBraveGoogle MapsGeocodingJustWatchAirbnbTripAdvisorZillowCoinGeckoYahoo FinanceGoogle FinanceAmazon

Developers

DocsGetting StartedAuthenticationAPI ExamplesRecipesShowcasesBlogChangelogPlaygroundSDKsIntegrationsMCP

Use cases

SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceCrypto Market ResearchFinance Market DataAI Agent Web Data

Legal

TermsPrivacy
Product
Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle TrendsBingBraveGoogle MapsGeocodingJustWatchAirbnbTripAdvisorZillowCoinGeckoYahoo FinanceGoogle FinanceAmazon
Developers
DocsGetting StartedAuthenticationAPI ExamplesRecipesShowcasesBlogChangelogPlaygroundSDKsIntegrationsMCP
Use cases
SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceCrypto Market ResearchFinance Market DataAI Agent Web Data
Legal
TermsPrivacy

© 2026 Built with 💖 by Tony Wang

|System:Crawlora API status
  1. Home
  2. /Playground
  3. /Datasets
  4. /Search stored Google Maps businesses API

Endpoint Playground

Try the Search stored Google Maps businesses API

Test Crawlora's Search stored Google Maps businesses API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.

Endpoint facts

Method
GET
API path
/datasets/google-map-businesses/search
Platform
Datasets
Auth
apiKey
Credits
2 credits/request
Required params
None
Common optional params
q, category, country, state, county, city
Search stored Google Maps businesses API documentationCrawlora API pricingTry Stored scraped datasets APITry Facet stored Google Maps businesses APITry Stored Google Maps business item APITry Search nearby stored Google Maps businesses API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/datasets/google-map-businesses/search" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
qstringNoFull-text business search query, max 256 characters
categorystringNoExact category filter, max 128 characters
countrystringNoExact country filter, max 128 characters
statestringNoExact state filter, max 128 characters
countystringNoExact county filter, max 128 characters
citystringNoExact city filter, max 128 characters
townstringNoExact town filter, max 128 characters
min_ratingnumberNoMinimum rating, 0 through 5
min_review_countintegerNoMinimum review count
has_websitebooleanNoFilter by website presence
has_phonebooleanNoFilter by phone presence
latnumberNoLatitude for radius filtering or distance sort
lonnumberNoLongitude for radius filtering or distance sort
radius_mintegerNoRadius in meters, 1 through 50000; requires lat and lon when supplied
sortstringNoSort enum: relevance, updated_at_desc, rating_desc, review_count_desc, distance_asc
pageintegerNoPage number, defaults to 1
page_sizeintegerNoPage size, defaults to 20 and maxes at 100; page * page_size must be <= 10000

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "dataset": "google-map-businesses",
    "items": [
      {
        "place_id": "ChIJ99URUeOAhYAR0J5ZUxTesDQ",
        "name": "Hotel Zephyr San Francisco",
        "category": [
          "hotel"
        ],
        "rating": 4.1,
        "review_count": 3213
      }
    ],
    "page": 1,
    "page_size": 20,
    "total": 1,
    "sort": "relevance"
  }
}

Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Set up API keyEndpoint docs

Endpoint

Choose one catalog endpoint for this request.

5 shown
GETapiKey2 credits/requestdatasets.googleMapBusinessesSearchResponseDocDatasets
GET /datasets/google-map-businesses/search

Search stored Google Maps businesses

Searches Google Maps business records stored in Elasticsearch. Sort enum: `relevance`, `updated_at_desc`, `rating_desc`, `review_count_desc`, `distance_asc`.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "dataset": "google-map-businesses",
    "items": [
      {
        "place_id": "ChIJ99URUeOAhYAR0J5ZUxTesDQ",
        "name": "Hotel Zephyr San Francisco",
        "category": [
          "hotel"
        ],
        "rating": 4.1,
        "review_count": 3213
      }
    ],
    "page": 1,
    "page_size": 20,
    "total": 1,
    "sort": "relevance"
  }
}

Endpoint details

Searches Google Maps business records stored in Elasticsearch. Sort enum: `relevance`, `updated_at_desc`, `rating_desc`, `review_count_desc`, `distance_asc`.

Method
GET
Path
/datasets/google-map-businesses/search
Authentication
apiKey
Credit cost
2 credits/request
Platform
Datasets
Parameters
18 documented fields

Request parameters

q:querycategory:querycountry:querystate:querycounty:querycity:querytown:querymin_rating:querymin_review_count:queryhas_website:queryhas_phone:querylat:query+6 more

Response schema fields

codedatadata.datasetdata.itemsdata.items[].addressdata.items[].amenitiesdata.items[].categorydata.items[].citydata.items[].contactdata.items[].contact_is_updateddata.items[].countrydata.items[].county

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "dataset": "google-map-businesses",
    "items": [
      {
        "place_id": "ChIJ99URUeOAhYAR0J5ZUxTesDQ",
        "name": "Hotel Zephyr San Francisco",
        "category": [
          "hotel"
        ],
        "rating": 4.1,
        "review_count": 3213
      }
    ],
    "page": 1,
    "page_size": 20,
    "total": 1,
    "sort": "relevance"
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/datasets/google-map-businesses/search" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsBrowse all endpointsPricingList stored scraped datasetsFacet stored Google Maps businessesGet a stored Google Maps businessSearch nearby stored Google Maps businesses

Browse public API demos

Google Trends explore dataSearch Nominatim placesReverse geocode coordinatesSearch TripAdvisor placesSearch Zillow listingsCoinGecko marketsCoinGecko trending highlightsYahoo Finance ticker quote
DocsPlatformsPricing