API Reference
Core API operations plus currently available prebuilt endpoints.
Some prebuilt endpoints require a managed website login. For those endpoints, Browsable automatically uses a saved login
when one is available, or returns 428 Authentication required with a hosted_url you can open to
complete sign-in.
Machine-readable docs: OpenAPI spec and llms.txt.
Core Platform Endpoints
/v1/task-generations Create a task generation job.
/v1/tasks List tasks accessible to your API key.
/v1/tasks/:task_key Fetch canonical task metadata by task key.
/v1/tasks/:task_key/runs Execute a task by canonical task key.
/v1/task-generations/:id Fetch task generation job status.
/v1/runs/list List runs for your team and filters.
/v1/runs/:id Fetch a single run payload and status.
/v1/runs/:id/logs Fetch run logs, including auth workflow events.
Available Prebuilt APIs
Airbnb
/v1/airbnb/room Airbnb room
Fetch an Airbnb room/listing page and return normalized details, photos, host info, amenities, reviews, policies, and availability.
/v1/airbnb/search Airbnb search
Search Airbnb stay results for a destination/date combination and return normalized listings with cursor pagination.
Amazon
/v1/instagram/feed
Auth required
Instagram Authenticated Feed
Fetch your Instagram home feed using a managed website login for instagram.com.
/v1/instagram/profile Instagram Public Profile
Fetch a public Instagram profile anonymously, including profile metadata and paginated posts.
/v1/instagram/profile-download Instagram Profile Download
Export a full public Instagram profile as a ZIP file with media, captions, post metadata, manifest.json, and posts.csv. Authenticated runs are recommended in async mode and cost 10 credits when a downloadable ZIP is produced.
/v1/instagram/public-profile Instagram Public Profile (No Auth)
Fetch a public Instagram profile anonymously, including profile metadata and paginated posts.
/v1/reddit/controversial Reddit Front Page Controversial
/v1/reddit/hot Reddit Front Page Hot
/v1/reddit/new Reddit Front Page New
/v1/reddit/post Reddit Post & Comments
/v1/reddit/r/:subreddit/:type Reddit Subreddit Metadata
/v1/reddit/r/:subreddit/controversial Reddit Subreddit Controversial
/v1/reddit/r/:subreddit/hot Reddit Subreddit Hot
/v1/reddit/r/:subreddit/new Reddit Subreddit New
/v1/reddit/r/:subreddit/rising Reddit Subreddit Rising
/v1/reddit/r/:subreddit/search Reddit Subreddit Search
/v1/reddit/r/:subreddit/top Reddit Subreddit Top Posts
/v1/reddit/r/:subreddit/wiki/:pageName Reddit Wiki Page
/v1/reddit/r/:subreddit/wiki/pages Reddit Wiki Pages Index
/v1/reddit/rising Reddit Front Page Rising
/v1/reddit/search Reddit Search
Search Reddit posts globally across all subreddits and return structured post data.
/v1/reddit/subreddits/:type Reddit Subreddit Discovery
/v1/reddit/top Reddit Front Page Top
/v1/reddit/user/:username/:type Reddit User Content
/v1/reddit/user/:username/m/:multiName Reddit Multireddit
/v1/reddit/user/:username/overview Reddit User Overview
Get a user's overview (posts and comments).
Vinted
/v1/vinted/item Vinted item
Fetch a Vinted item page and return normalized item details plus similar items from the same page.
/v1/vinted/member/items Vinted member items
Fetch a Vinted member wardrobe feed with pagination and normalized item data.
/v1/vinted/member/search Vinted member search
Search Vinted member profiles by username and return normalized member matches across multiple pages.
/v1/vinted/search Vinted search
Search Vinted listings by keyword and return normalized item data across multiple pages.
/v1/vinted/search/filtered Vinted filtered search
Search Vinted listings with catalog, size, brand, condition, color, pattern, material, price, and sort filters.
X
/v1/twitter/profile
Auth required
Twitter profile
Twitter-path alias for X profile scraping.
/v1/twitter/search
Auth required
Twitter search
Twitter-path alias for X search.
/v1/twitter/timeline
Auth required
Twitter timeline
Twitter-path alias for the X home timeline scraper.
/v1/x/profile
Auth required
X profile
Fetch tweets from an X profile inside a managed signed-in session.
/v1/x/search
Auth required
X search
Search X posts inside a managed signed-in session. Supports top, latest, people, media, and lists tabs.
/v1/x/timeline
Auth required
X timeline
Fetch tweets from the signed-in X home timeline using managed auth. Set timeline_type to following or for_you.
Youtube
/v1/youtube/channel/shorts YouTube channel shorts
Fetch shorts from a YouTube channel shorts tab using the public web client sort chips and continuations.
/v1/youtube/channel/videos YouTube channel videos
Fetch videos from a YouTube channel videos tab using public web continuations.
/v1/youtube/search YouTube search
Search YouTube and return normalized mixed results from the default results page.
/v1/youtube/video YouTube video
Fetch a YouTube video page with normalized metadata and top-level comments.
/v1/youtube/video/comments YouTube video comments
Fetch top-level comments for a YouTube video using the public watch page and comments continuations.