{"slug":"exa","name":"Exa","owner":null,"repo":null,"category":"search-retrieval","lang":"","blurb":"Neural/semantic web search API purpose-built for AI agents, returning clean results plus full page contents and highlights.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"Neural/semantic web search API purpose-built for AI agents, returning clean results plus full page contents and highlights.","website":"https://exa.ai","docs_url":"https://exa.ai/docs","signup_url":"https://dashboard.exa.ai","pricing_model":"freemium","pricing_note":"1,000 free searches/mo + $10 starter credit, no card; then ~$5/1k (Instant) up to $15/1k (deep reasoning), contents $1/1k","auth_type":"api-key","agent_signup":"self-serve-instant-key","agent_signup_note":"Free signup with email only, no credit card; instant API key from dashboard.exa.ai. Onboarding can be completed without a human.","mcp_server":"https://github.com/exa-labs/exa-mcp-server","sdks":["Python","TypeScript","REST"],"code_sample":"{\"lang\":\"python\",\"code\":\"from exa_py import Exa\\n\\nexa = Exa(\\\"EXA_API_KEY\\\")\\nresult = exa.search_and_contents(\\n    \\\"best open-source vector databases\\\",\\n    type=\\\"auto\\\",\\n    num_results=5,\\n    highlights=True,\\n)\\nfor r in result.results:\\n    print(r.title, r.url)\"}","tags":["semantic-search","web-search","rag","agents","neural-search"],"useCases":[],"codeSample":{"lang":"python","code":"from exa_py import Exa\n\nexa = Exa(\"EXA_API_KEY\")\nresult = exa.search_and_contents(\n    \"best open-source vector databases\",\n    type=\"auto\",\n    num_results=5,\n    highlights=True,\n)\nfor r in result.results:\n    print(r.title, r.url)"},"oneLiner":"Neural/semantic web search API purpose-built for AI agents, returning clean results plus full page contents and highlights.","docsUrl":"https://exa.ai/docs","signupUrl":"https://dashboard.exa.ai","pricingModel":"freemium","pricingNote":"1,000 free searches/mo + $10 starter credit, no card; then ~$5/1k (Instant) up to $15/1k (deep reasoning), contents $1/1k","authType":"api-key","agentSignup":"self-serve-instant-key","agentSignupNote":"Free signup with email only, no credit card; instant API key from dashboard.exa.ai. Onboarding can be completed without a human.","mcpServer":"https://github.com/exa-labs/exa-mcp-server"}