Search
searchNeural/semantic web search — find pages by meaning, not just keywords. Returns title, URL, published date, author, and relevance score. Optionally retrieve clean page text inline. Example: search({ query: "startups building AI agents for customer support", num_results: 10, type: "neural" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Search mode: 'neural' (semantic/meaning-based), 'keyword' (traditional), or 'auto' (Exa picks). Default 'auto'. | |
| query | Yes | The search query — describe what you want by meaning, e.g. "recent research on protein folding with diffusion models" | |
| _apiKey | No | Optional — your own Exa API key for higher limits; omit to use the shared Pipeworx key. | |
| category | No | Optional focus category, e.g. 'company', 'research paper', 'news', 'pdf', 'github', 'tweet'. | |
| num_results | No | Number of results to return (default 10, max 25) | |
| include_text | No | If true, include the clean parsed page text (up to 2000 chars) for each result. Default false. |