# TikTok Effect Videos API (https://www.socialcrawl.dev/platforms/tiktok/effect-videos) > Returns public videos created with a TikTok effect, with full engagement counts and author details on every row. TikTok chooses its own page size here and it does not track the number you ask for, so send the `cursor` from the previous response back unchanged rather than adding up the rows you have received. An effect id TikTok does not recognise returns `404 RESOURCE_NOT_FOUND` and is refunded. TL;DR: `GET /v1/tiktok/effect/videos` 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 | | --- | --- | --- | | `effect_id` | yes | TikTok effect id, as returned by /v1/tiktok/effects. | | `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/effect/videos?effect_id=1108584" \ -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