Skip to main content
GET
Get posts by location

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as a Bearer token. Example: Authorization: Bearer <your-api-key>

Path Parameters

locationId
string
required

Instagram/Facebook location ID (numeric)

Example:

"212999109"

Query Parameters

count
integer
default:21

Page size (fixed at 21 by the platform)

Required range: 21 <= x <= 21
Example:

21

cursor
string

Pagination cursor

Example:

"0"

Response

Returns posts from this location

data
object
required