App Logo

Official scripts

Explore our curated collection of scripts

postman.com

Postman login (Google SSO)

Log into Postman using your connected Google account. Signs in via Google's account chooser and lands on your Postman workspace.

pay.postman.com

Postman: download invoice PDF

Downloads a Postman invoice PDF given its public viewUrl (from postman.co/list_invoices). The download itself is reliable; occasionally the confirmation step doesn't complete, in which case status is reported as unconfirmed even though the file was saved successfully.

postman.co

Postman: list invoices

List Postman billing invoices. Returns per invoice: invoiceId, date, plan, amount, status, viewUrl (public tokenized page) and pdfUrl (direct PDF endpoint). The PDF is rendered inline by Chrome rather than saved as a file, so open pdfUrl or viewUrl in a browser to keep a copy.

x.com

Post X tweet thread

Post a thread (tweetstorm) of N linked tweets in one go via the native multi-post composer. Returns the posted tweets in order with their ids/urls and the thread's root url.

discord.com

Create a Discord forum post

Create a post (thread) in a Discord forum channel, with a title and an opening message. Forum channels reject plain messages — a post is the only way to write to one, which is why discord.com/post_message cannot target a forum. Returns the new post's threadId, name, url, parentId and the opening message id, read from Discord's own creation response. Reply to an existing post with discord.com/post_message against the post's own url (a post is itself a channel), and list a forum's posts with discord.com/list_forum_posts.

x.com

Schedule X Post

Composes a post and schedules it to send at a future date/time, instead of posting immediately.

substack.com

Like Substack post

Like a Substack post as the logged-in account.

instagram.com

Post Instagram comment

Post a comment on an Instagram post or reel by its shortcode. Returns comment_id, shortcode, comment, username, and created_at.

linkedin.com

LinkedIn — Create post

Publish a text post to your LinkedIn feed, visible to anyone. This creates a real, public post under your account immediately — not a draft or preview. Only plain text posts are supported; images, polls, and articles need a different flow. Requires being logged into LinkedIn. Returns the link to the published post.

hunter.io

Find Email (Hunter)

Looks up a person's professional email address at a company domain, via Hunter's public Email Finder tool.

jobs.ashbyhq.com

Get Ashby job posting

Read one Ashby job posting (jobs.ashbyhq.com/<board>/<jobId>), description HTML included.

lever.co

Lever: get company jobs

Fetch a company's live job postings from Lever's public postings API by board slug (jobs.lever.co/<slug>). Anonymous, no auth. Returns id, title, team, location(s), commitment, url, createdAt. Empty array if the company posts nothing right now; throws only on a genuine API error (not on "no jobs").

jobs.ashbyhq.com

List job board postings

List every open position on an Ashby-hosted job board (jobs.ashbyhq.com/&lt;board&gt;).

instagram.com

Share Instagram post via DM

Share an Instagram post or reel to a user via DM. Works for both posts and reels; fails loudly if the recipient handle isn't found in search. Returns shortcode, username, and thread_key.

facebook.com

Post to Facebook group

Publish a post to a Facebook group, optionally with a photo (imageUrl fetched in-page, or imageBase64). Works on discussion and buy/sell groups. Returns posted, photoAttached, and verified — the post is looked up on the group's "your content" page after publishing, so verified:false flags posts held for admin approval. dryRun arms the composer without publishing.

comeup.com

Search ComeUp freelancers

Search ComeUp sellers/freelancers by keyword. Returns username, display name, verified badge and avatar for each match (ComeUp's seller-search results are minimal — use get_profile with the returned username for headline, bio, stats, portfolio and services).

linkedin.com

Get LinkedIn company jobs

Get a LinkedIn company's open job postings by numeric companyId, worldwide by default, paginated (25/page). Returns total, page, and jobs (jobId, title, location, postedAgo, benefits, easyApply, url). Pass only a companyId from get_company_info - slugs are rejected and an invalid id makes LinkedIn silently drop the filter and return total 0 (indistinguishable from no openings); postedAgo is null on a "Viewed" marker.

reddit.com

Submit Reddit post

Create a text post (thread) in a subreddit. Returns the new post's ID, subreddit and URL. Posts a real thread under the logged-in account; text posts only (no link/image); some subreddits require a flair and will block the post. Runs only via the browser extension, not the hosted cloud browser.

pappers.fr

Pappers company profile

Fetches a company's Pappers profile from its SIREN. Returns name, siren, address, postal_code, city, head_office_siret, naf_code, naf_label, legal_form, share_capital, creation_date, workforce, status, business_sector and officers (display_name, role, since, to, former, age, is_legal_entity, siren, first_name, last_name) — both current and past officers, people and legal entities alike; a legal-entity officer carries its own 9-digit siren and no age. An unknown SIREN throws rather than returning data: Pappers answers it with a placeholder page whose officer block lists unrelated companies. Phone, website and email are not included since they are reserved for Pappers accounts; use google.com/search_places instead.

comeup.com

Get ComeUp freelancer profile

Fetches a ComeUp seller's full public profile by username (from search_freelancers' username field, e.g. "guillaumetbc"). Returns display name, headline, bio, account type, review counts, top-seller badge, response time, portfolio, and their related services with price/rating.

linkedin.com

LinkedIn — List scheduled posts

List the logged-in member's queued LinkedIn scheduled posts (text + scheduled date/time) from the Scheduled posts management panel. This is the only place these posts exist before they publish — get_post/get_feed_posts can't see them.

ycombinator.com

Get YC company profile

Get one YC company's full public profile (ycombinator.com/companies/<slug>): pitch, batch/status, founders, socials, open jobs, news, launches, photos, founder Q&A.

threads.com

Search Threads posts

Search Threads for posts matching a keyword, hashtag, or topic and return the matching posts with author, text, and engagement counts.

x.com

Get post reposters

List the accounts that reposted (retweeted) an X post, by post URL. Returns per account: user_id, handle, name, followers, following, tweets, verified, location, website, bio. X returns a sample of reposters, not the full set: high-repost posts cap out a few hundred deep.

substack.com

Get Substack post

Fetch a single Substack post by its URL: title, subtitle, author, publish date, paywall status, full HTML body (when accessible), word count, and reaction/comment/restack counts.