@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <https://schema.org/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix aa: <https://agentaccess.dk/ontology#> .

<https://agentaccess.dk/enablers/tavily> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Tavily Search API"@en ;
  schema:headline "Search engine & content extractor built exclusively for autonomous AI agents"@en ;
  schema:description "Tavily is a purpose-built search engine designed for LLMs, delivering clean factual snippets and real-time web context with zero noise."@en ;
  dcterms:description "Tavily provides fast, high-relevance search specifically tuned for autonomous AI agents. It searches the web, parses HTML, removes ads and tracking scripts, and returns concise, relevant markdown text chunks formatted for context windows."@en ;
  schema:url <https://tavily.com> ;
  schema:documentation <https://docs.tavily.com> ;
  aa:enablerCategory "web-scraping" ;
  aa:pricingModel "Freemium" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "search" ;
  dcat:keyword "agent-search" ;
  dcat:keyword "extraction" ;
  dcat:keyword "rag" ;
  dcat:keyword "api" ;
  dcat:keyword "llm-ready" ;
  schema:featureList "Search + Extract in a single low-latency API call"@en ;
  schema:featureList "Domain filtering (e.g. restrict to .dk or specific ministries)"@en ;
  schema:featureList "Raw content extraction with Q&A summarization"@en ;
  schema:featureList "Official integrations with LangChain, LlamaIndex, and Vercel AI SDK"@en ;
  schema:isAccessibleForFree false .
