# TikTok Location Posts API (https://www.socialcrawl.dev/platforms/tiktok/location-posts) > Returns public videos tagged at a TikTok place, twenty per page, with full engagement counts and author details on every row. `location_id` is TikTok's own place id, the number that appears in a place page URL. A place id TikTok does not recognise returns `404 RESOURCE_NOT_FOUND` and is refunded, which is distinct from a real place that simply has no recent posts: that returns an empty list. TL;DR: `GET /v1/tiktok/location/posts` costs 1 credit per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `location_id` | yes | TikTok place id, as it appears in the place page URL. | | `cursor` | no | Cursor from the previous response to fetch the next page of videos. | | `region` | no | Two-letter country code for the proxy location. Defaults to US. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/tiktok/location/posts?location_id=22535865202815278" \ -H "x-api-key: sc_YOUR_API_KEY" ``` See the full TikTok API: https://www.socialcrawl.dev/platforms/tiktok ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing