exa-js is the official JavaScript SDK for Exa, a web search API built for AI workflows. It gives agents a concrete way to search the web, retrieve page contents, and generate sourced answers from code instead of stitching raw HTTP calls by hand.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Exa JS Web Search SDK for AI Applications"
slug: "exa-js-web-search-sdk-ai-applications"
description: "exa-js is the official JavaScript SDK for Exa, a web search API built for AI workflows. It gives agents a concrete way to search the web, retrieve page contents, and generate sourced answers from code instead of stitching raw HTTP calls by hand."
github_stars: 126
verification: "security_reviewed"
source: "https://github.com/exa-labs/exa-js"
author: "exa-labs"
category: "Research & Scraping"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "exa-labs/exa-js"
github_stars: 126
npm_package: "exa-js"
npm_weekly_downloads: 429919
---
# Exa JS Web Search SDK for AI Applications
exa-js is the official JavaScript SDK for Exa, a web search API built for AI workflows. It gives agents a concrete way to search the web, retrieve page contents, and generate sourced answers from code instead of stitching raw HTTP calls by hand.
## Installation
Use the upstream install or setup path that matches your environment:
- npm install exa-js
Basic usage or getting-started notes:
- bash
- ts
- import Exa from "exa-js";
- Source: https://github.com/exa-labs/exa-js
- Extracted from upstream docs: https://raw.githubusercontent.com/exa-labs/exa-js/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/exa-js-web-search-sdk-ai-applications/)
No comments yet. Be the first to comment!