AS
Apify Store
/abe/tiktok-profile-scraper
TikTok Profile Scraper (Private & Public)
Scrapes basic profile info for a TikTok page for a given username(s), both private & public. Info returned includes counts for followers, following & likes; as well as name, tagline, bio, image URL an
liveverifiedasyncdegraded ยท 10.0s~30s typical
social mediadeveloper toolslead generationtiktokprofile
$0.0063
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.005 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /abe/tiktok-profile-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| usernames* | array | Enter one or more TikTok usernames to scrape. Use **plain usernames only** (e.g., `charlidamelio`), without the @ symbol or full URLs. Each username should be on a separate line. |
| tiktokSource | string (embed | user) | **Embed:** โก Fastest option using TikTok's embed endpoint. Ideal for public profiles only. **Cannot scrape private profiles.** **User Page:** ๐ Standard browser-based scraping that works with both public and private profiles. Retrieves additional data like website links and taglines. Use this if you need to scrape private profiles or want comprehensive data. default "user" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/abe/tiktok-profile-scraper","input":{"usernames":["khaby.lame"]},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /abe/tiktok-profile-scraper -i '{"usernames":["khaby.lame"]}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/abe/tiktok-profile-scraper", input: {"usernames":["khaby.lame"]}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.