App Logo

Official scripts

Explore our curated collection of scripts

grok.com

Get Grok Chat Messages

Full message transcript of one Grok conversation by id, oldest to newest: each message's role (user/assistant), text, and any inline-cited sources on assistant messages.

grok.com

Ask Grok

Open a new Grok conversation, send one question, wait for the answer, and return the answer text plus any cited web sources. If the account has never confirmed Grok's one-time age gate, sending will hang and time out rather than silently confirming it on the caller's behalf.

grok.com

List Grok Chats

List recent Grok conversations (newest first): id, title, and a human-readable last-activity label as Grok itself displays it.

grok.com

Delete Grok Chat

Permanently delete one Grok conversation by id. Deletion happens immediately when clicked — Grok shows a brief in-app "Undo" toast, but this script does not wait for or use it, so treat the deletion as irreversible once this returns.

remoteok.com

Search RemoteOK jobs

Search RemoteOK's full live listings database — a fuzzy, ordered full-text match across every posting, the same as the site's own search box, not just the most recent ones. Omit query for the unfiltered recent feed. Paginates via offset, in pages of about 50. Salary is reconciled against RemoteOK's own published listing data, because the salary attached to a search result is frequently a generic 90000-150000 placeholder unrelated to the actual role.

tiktok.com

Search TikTok users

Search TikTok accounts by keyword. Returns the top ~10 matches (TikTok web caps user search; not deeply paginable).

tiktok.com

Get TikTok profile

Get a TikTok user's profile (bio, stats, verified, secUid) by @username.

tiktok.com

Get TikTok video

Get a TikTok video's caption, stats, author, music, hashtags and metadata by URL or video id.

substack.com

Subscribe to Substack publication

Subscribe the logged-in account to a Substack publication's free tier.

tiktok.com

Get TikTok search suggestions

Get TikTok's search autocomplete suggestions for a query (the dropdown TikTok shows as you type). Some suggestions are hashtags (marked isHashtag) — pipe those into get_hashtag_info for stats. TikTok web has no hashtag-search results page, so this autocomplete is the only keyword-to-hashtag discovery surface.

tiktok.com

Like a TikTok video

Like a TikTok video (as the logged-in account) by URL or id. Safe to repeat: it does nothing if you already liked it.

tiktok.com

Get TikTok related videos

Get the “you may like” related-video recommendations shown next to a TikTok video (a single ~12-item snapshot, not a paginable list).

tiktok.com

Get TikTok music info

Get a TikTok sound's metadata by music id: title, author, duration, video count, original/commercial flags, cover and play URL. Complements get_music_videos (which lists the videos using the sound).

tiktok.com

Search TikTok videos

Search TikTok videos by keyword, newest-relevance order, up to `count`.

trustpilot.com

Get Trustpilot company reviews

Get one page (20) of a company's Trustpilot reviews: author, rating, title, text, dates, likes, verification and the company's reply. Supports the site's own filters as args (page, sort, stars, language, keyword search, verified, date range). Defaults to returning reviews in every language so none are silently filtered out by locale.

crunchbase.com

Crunchbase: Get Company News

Recent news and press mentions for one company from Crunchbase, by permalink (title, publisher, author, URL, date). Returns the 10 most recent items; older history isn't available on the free tier.

wise.com

Search Wise transactions

Search a Wise profile's transactions by merchant/name (server-side), optionally narrowed to a date range. Returns id, title, amount, date, status and whether a receipt is attached.

substack.com

List Substack newsletter posts

List a Substack publication's posts from its archive, newest or top first, with optional keyword search and pagination. Returns each post's title, slug, publish date, paywall status, and reaction/comment/restack counts.

tiktok.com

Get TikTok trending videos

Get a sample of TikTok's Explore (trending) feed. The feed is re-ranked on every request (no stable cursor), so the script accumulates distinct videos across several calls up to `count` — a fresh trending snapshot, not a deterministic paginated list.

slack.com

List Slack channel bookmarks

List a channel's bookmarks (the links pinned to its header) by channel name or id. Returns each bookmark's id, title, link and type. Requires login.

tiktok.com

Get TikTok video comments

List the top-level comments on a TikTok video, given its URL or id, in newest-relevance order.

tiktok.com

Get TikTok notifications

List the logged-in account's activity notifications (the Activité inbox): likes, follows, comments and mentions received, newest first. Each notification carries who triggered it, the target video/comment, and read state.

tiktok.com

Get TikTok followers

List a TikTok user's followers by @username, paginated. A handle nobody owns is reported as no such account rather than a vague lookup failure, and an account that will not disclose its followers (private accounts show them only to approved followers) is reported with the reason instead of a bare API code. Note that an account hiding who it follows still discloses its followers normally. Returns total, hasMore, truncated, and users (id, uniqueId, secUid, nickname, signature, verified, privateAccount, followerCount).

tiktok.com

Get TikTok following

List who a TikTok user follows, by @username. Accounts that keep their following list hidden, and private accounts, are reported with a clear reason instead of an empty or partial list; a handle nobody owns is reported as such. For third-party accounts, TikTok caps the list and pads short ones with suggested accounts, so check `total` and `truncated`; results are only fully reliable for accounts you can see in full, such as your own.

welcomekit.co

List Welcome to the Jungle recruiter notifications

List the recruiter dashboard notifications (bell feed) for a Welcome to the Jungle ATS org: new applications, candidate messages/emails and pipeline events. Returns each notification with its linked candidate, event type/label and modal path.