Perplexity API
Perplexity API
Tool
perplexity_search
Get ranked search results from Perplexity’s continuously refreshed index with advanced filtering and customization options.
Pricing
Per call
$0.02
Model
flat
Pay only for what you use. No subscriptions.
Inputs
last_updated_before_filter
stringcountry
stringmax_tokens
integersearch_language_filter
arrayquery *
stringmax_tokens_per_page
integersearch_after_date
stringmax_results
integersearch_domain_filter
arraysearch_recency_filter
stringsearch_before_date
stringlast_updated_after_filter
stringTry It
API
MCP Config
Input Parameters
Perplexity-Specific: Filters search results to only include content last updated before this date. Format should be %m/%d/%Y (e.g., '12/30/2025').
Country code to filter search results by geographic location (e.g., 'US', 'GB', 'DE').
The maximum total number of tokens of webpage content returned across all search results. This sets the overall content budget for the search operation. Higher values return more content in the snippet fields. Use in combination with max_tokens_per_page to control content distribution.
Perplexity-Specific: Filters search results to only include content in the specified languages. Accepts an array of ISO 639-1 language codes (2 lowercase letters). Maximum 10 language codes per request.
A search query. Can be a single query or a list of queries for multi-query search.
Controls the maximum number of tokens retrieved from each webpage during search processing. Higher values provide more comprehensive content extraction but may increase processing time.
Filters search results to only include content published after this date. Format should be %m/%d/%Y (e.g., '10/15/2025').
The maximum number of search results to return.
A list of domains/URLs to limit search results to. Maximum 20 domains.
Filters search results based on recency. Specify 'day' for results from the past 24 hours, 'week' for the past 7 days, 'month' for the past 30 days, or 'year' for the past 365 days.
Filters search results to only include content published before this date. Format should be %m/%d/%Y (e.g., '10/16/2025').
Perplexity-Specific: Filters search results to only include content last updated after this date. Format should be %m/%d/%Y (e.g., '07/01/2025').

