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. /Platforms
  3. /Geocoding
Maps & Local Data3 active endpointsapiKey

Geocoding API

Normalize location search, coordinate lookup, and OSM identifier enrichment through API-key protected geocoding endpoints.

Search addresses, reverse geocode coordinates, and look up Nominatim OSM identifiers through documented Crawlora API endpoints.

View docs Open Playground

Endpoint families

3

Documented params

28

Examples

3

Live catalog snapshot

Geocoding coverage

Active endpoints

3

Methods

GET

Required params

6

Schema refs

3

Lookup1
Reverse1
Search1
{
  "platform": "Geocoding",
  "endpoint": "geocoding-search",
  "method": "GET",
  "path": "/geocoding/search",
  "auth": "apiKey"
}

Related use cases

Google Maps Lead Generation AI Agent Web Data

Use cases

Workflows that fit Geocoding

Search addresses, reverse geocode coordinates, and look up Nominatim OSM identifiers through documented Crawlora API endpoints.

Address search

Use Geocoding endpoints to turn address search into repeatable API requests with documented inputs and JSON responses.

Reverse geocoding

Use Geocoding endpoints to turn reverse geocoding into repeatable API requests with documented inputs and JSON responses.

Location enrichment

Use Geocoding endpoints to turn location enrichment into repeatable API requests with documented inputs and JSON responses.

Managed execution

How Crawlora handles this platform

Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.

Endpoint-specific execution

Request behavior is tuned for the target platform and endpoint type.

Proxy-aware collection

Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.

Browser-backed rendering

Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.

Challenge-aware behavior

Challenge pages and unusable upstream responses are detected and surfaced clearly.

Normalized response schema

Results are returned as documented JSON instead of raw HTML.

Playground-ready testing

Test the same route from Docs and Playground before production integration.

Coverage map

Know what the API can collect before integrating

These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.

1 endpoints

Lookup

/geocoding/lookup

GETapiKey
1 endpoints

Reverse

/geocoding/reverse

GETapiKey
1 endpoints

Search

/geocoding/search

GETapiKey

Endpoint catalog

Geocoding API endpoints

Browse full docs
GETapiKeyexample
/geocoding/search
Details

Search Nominatim places

Returns typed Nominatim JSONv2 forward geocoding results. Use either q or structured fields, not both.

q:querystreet:querycity:query+11 more
Open in Playground
GETapiKeyexample
/geocoding/reverse
Details

Reverse geocode coordinates

Returns the nearest typed Nominatim JSONv2 place for latitude and longitude.

lat:querylon:queryzoom:query+5 more
Open in Playground
GETapiKeyexample
/geocoding/lookup
Details

Lookup Nominatim OSM ids

Returns typed Nominatim JSONv2 places for comma-separated OSM ids such as W34633854,N123,R456.

osm_ids:queryaccept_language:queryaddressdetails:query+3 more
Open in Playground

Integration preview

Search Nominatim places

curl -X GET "https://api.crawlora.net/api/v1/geocoding/search" \
  -H "x-api-key: <api-key>"
Primary auth
apiKey
Path params
0
Query/body inputs
14
Choose a documented endpoint.
Send the expected auth header.
Receive structured JSON data.
Test the same route in Playground.

Related APIs

More maps & local data coverage

Maps & Local Data

Google Maps

Collect local business and place data from Google Maps for location intelligence workflows.

Start building

Test Geocoding endpoints against the same catalog used by Docs.

Read docs Create account