@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/spider> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Spider Crawler"@en ;
  schema:headline "High-performance Rust web crawler & scraper generating LLM-ready markdown"@en ;
  schema:description "Spider is an ultra-fast web crawler written in Rust that streams clean Markdown, structured JSON, and embeddings for AI models."@en ;
  dcterms:description "Spider is engineered for maximum crawling throughput. Written in Rust, it defaults to lightweight HTTP requests for static content and automatically escalates to headless browser rendering only when JavaScript is strictly required, generating pristine LLM markdown at extreme speed."@en ;
  schema:url <https://spider.cloud> ;
  schema:documentation <https://spider.cloud/docs> ;
  schema:codeRepository <https://github.com/spider-rs/spider> ;
  aa:enablerCategory "web-scraping" ;
  aa:pricingModel "Open Source" ;
  aa:featured false ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "crawler" ;
  dcat:keyword "rust" ;
  dcat:keyword "fast" ;
  dcat:keyword "markdown" ;
  dcat:keyword "rag" ;
  dcat:keyword "open-source" ;
  schema:featureList "Concurrent multi-threaded crawling in Rust"@en ;
  schema:featureList "Smart mode: runs HTTP for static pages, headless browser for JS"@en ;
  schema:featureList "Built-in AI extraction with natural language prompt filters"@en ;
  schema:featureList "Official SDKs for Rust, Python, TypeScript, and Node.js"@en ;
  schema:isAccessibleForFree true .
