Назад към всички

perplexity

// Search the web with AI-powered answers via Perplexity API. Returns grounded responses with citations. Supports batch queries.

$ git log --oneline --stat
stars:370
forks:70
updated:February 19, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
nameperplexity
descriptionSearch the web with AI-powered answers via Perplexity API. Returns grounded responses with citations. Supports batch queries.
homepagehttps://docs.perplexity.ai
metadata[object Object]

Perplexity Search

AI-powered web search that returns grounded answers with citations.

Search

Single query:

node {baseDir}/scripts/search.mjs "what's happening in AI today"

Multiple queries (batch):

node {baseDir}/scripts/search.mjs "What is Perplexity?" "Latest AI news" "Best coffee in NYC"

Options

  • --json: Output raw JSON response

Notes

  • Requires PERPLEXITY_API_KEY environment variable
  • Responses include citations when available
  • Batch queries are processed in a single API call