Perplexity · Schema

SearchDomainFilter

Properties

Name Type Description
search_domain_filter array Limit search results to specific domains (max 20)
View JSON Schema on GitHub

JSON Schema

perplexity-searchdomainfilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SearchDomainFilter",
  "title": "SearchDomainFilter",
  "properties": {
    "search_domain_filter": {
      "description": "Limit search results to specific domains (max 20)",
      "items": {
        "maxLength": 253,
        "type": "string"
      },
      "maxItems": 20,
      "type": "array"
    }
  },
  "type": "object"
}