Submit search
Run a search across supported web and social sources. The default response returns an operation to poll; add sync=true only when you want to wait briefly for an immediate result.
POST /api/v1/search
Submit a search across web, LinkedIn, X, Reddit, or TikTok. Returns 202.Submit a search query across one or more platforms. Returns
202 Accepted with a poll URL.
For Reddit post search, set type to reddit_search. Use sort_by: "relevance" for Reddit’s relevance ranking or sort_by: "recent" for Reddit’s newest-post ranking.
Example
Authorizations
The public API key from the Credentials page.
The API secret shown when the credential is created.
Headers
Prevents duplicate work if you retry the same request with the same key.
Query Parameters
Set to true to wait briefly for a completed result instead of immediately returning an operation to poll.
Body
Type of search to perform
web_search, site_search, linkedin_keyword, x_keyword, reddit_search, tiktok_keyword, tiktok_hashtag "web_search"
Search query string. Required unless match_any/match_all are provided.
"AI startup funding 2026"
Keywords where ANY must match (OR logic). Used to build search query.
["AI startup", "machine learning funding"]
Keywords where ALL must match (AND logic). Used to build search query.
["Series A", "2026"]
Keywords to exclude from results.
["crypto", "blockchain"]
Maximum results to return (default 10, max 50)
Domain to restrict search to (required for site_search)
"techcrunch.com"
Domains to include results from (web_search only)
Domains to exclude results from (web_search only)
Sort by relevance or recency for supported keyword searches. Reddit maps recent to Reddit's new sort.
relevance, recent Match mode for LinkedIn keyword searches. exact searches the query as a quoted phrase; broad sends the query without phrase quotes.
exact, broad Date filter for LinkedIn search (e.g. past-24h, past-week)
Hashtag to search for (required for tiktok_hashtag type, without # prefix)
"productanalytics"
Subreddit to search within (reddit_search only)
"startups"
Response
Search completed immediately.
Unique search result ID
Current status
queued, processing, succeeded, failed Search type
web_search, site_search, linkedin_keyword, x_keyword, reddit_search, tiktok_keyword, tiktok_hashtag Original query
ISO timestamp of creation
URL to poll for result
Search results array
Total results found
Error details when failed
ISO timestamp of completion