Search the Web (POST /search). Returns raw, ranked web search results directly from Perplexity's index without LLM processing. Faster and cheaper than chat completions when you need raw results. Supports filtering by domain, date, language, country, and recency. Max 20 results p…
queryRequiredSearch query. Can be a single string or list of strings for multi-query search.
countrystringISO 3166-1 alpha-2 country code (e.g. 'US', 'GB', 'DE').
max_tokensintegerMaximum total tokens of webpage content returned (1-1000000).
max_resultsintegerMaximum number of search results to return (1-20).
max_tokens_per_pageintegerMaximum tokens retrieved from each webpage (1-1000000).
search_domain_filterarrayDomains to restrict search results to (max 20).
search_recency_filterstringFilter for search recency.
search_language_filterarrayISO 639-1 language codes to filter results (max 20, 2 chars each).
search_after_date_filterstringOnly include results published after this date (MM/DD/YYYY). Cannot be used with search_recency_filter.
last_updated_after_filterstringOnly include results last updated after this date (MM/DD/YYYY). Cannot be used with search_recency_filter.
search_before_date_filterstringOnly include results published before this date (MM/DD/YYYY). Cannot be used with search_recency_filter.
last_updated_before_filterstringOnly include results last updated before this date (MM/DD/YYYY). Cannot be used with search_recency_filter.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.