Skip to main content
GET
cURL
The fid, cid or placeId at least one must be filled.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

fid
string

This parameter allows you to search by FID. A Google FID (Feature Identification) number is a unique identification number for entities on Google.

placeId
string

Place ID This parameter allows you to search by Place ID. A Google Place ID uniquely identifies a location on Google Maps. Place IDs are available for most places, including businesses, landmarks, parks, and intersections. It's possible for the same place to have multiple different place IDs, and these IDs may change over time. The placeId is returned by the Maps Endpoint

cid
string

This parameter allows you to search by CID. A Google CID (Customer Identification) number is a unique identification number for a specific business listing on Google Maps. The cid is returned by the Places and Maps Endpoints

gl
string
default:us
required

Parameter defines the country to use for the Google search. It's a two-letter country code. (e.g., us for the United States, uk for United Kingdom, or fr for France) Country List

hl
string
default:en
required

Parameter defines the language to use for the Google search. It's a two-letter language code. (e.g., en for English, es for Spanish, or fr for French). Languages List

topicId
string

Topic ID

nextPageToken
string

This will be returned on the first request.

sortBy
string

Sort by: mostRelevant , newest , highestRating , lowestRating

api_key
string
required

This is your account API Key. You can easily locate it in your account dashboard.

Response

200

OK