Skip to main content
GET
Get Place Posts

Authorizations

x-rapidapi-key
string
header
required

Query Parameters

placeId
string
required
Pattern: ^\d+$
Example:

"22535865202704586"

count
integer
default:30

The number of results to be returned. The default and maximum value is 30

Example:

30

cursor
string
default:0

cursor parameter is used for pagination. In the first request, the default value of cursor is 0. For subsequent requests, the value of cursor will be taken from the response of the previous request

Example:

"0"

Response

Success

hasMore
boolean

Indicates whether there are more data available to fetch

Example:

true

cursor
string

Cursor for pagination. Use this value in subsequent requests to fetch more data

Example:

"30"

itemList
object[]