获取地点下的帖子/Get posts by location
[中文]#
用途:#
参数:#
tab: 排序方式,ranked(热门)/recent(最新)
返回:#
[English]#
Purpose:#
Get posts tagged at specified location
Parameters:#
tab: Sorting method, ranked(top)/recent(latest)
end_cursor: Pagination cursor, omit for first request
Return:#
page_info: Pagination info
[示例/Example]#
location_id = "703457703"TikOmni Pricing#
Actual billing follows the TikOmni pricing catalog. Query /api/pricing/v1/endpoints with this endpoint path for the current unit price.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location 'https://api.tikomni.com/api/u1/v1/instagram/v1/fetch_location_posts?location_id=703457703&tab=undefined&end_cursor=undefined' \
--header 'Authorization: Bearer <token>'
Modified at 2026-06-11 22:47:42