@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/firecrawl> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Firecrawl"@en ;
  schema:headline "Turn entire websites and portals into clean, LLM-ready Markdown"@en ;
  schema:description "Firecrawl crawls, handles JavaScript rendering, bypasses anti-bot barriers, and outputs clean Markdown structured for AI agent ingestion."@en ;
  dcterms:description "Firecrawl (by Mendable) solves the messy reality of the web for AI agents. It handles headless browser rendering, proxy rotation, cookie banners, dynamic SPAs, and PDF downloads, returning pristine Markdown tailored for RAG pipelines and context windows."@en ;
  schema:url <https://firecrawl.dev> ;
  schema:documentation <https://docs.firecrawl.dev> ;
  schema:codeRepository <https://github.com/mendableai/firecrawl> ;
  aa:enablerCategory "web-scraping" ;
  aa:pricingModel "Freemium" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "scraping" ;
  dcat:keyword "markdown" ;
  dcat:keyword "rag" ;
  dcat:keyword "extraction" ;
  dcat:keyword "crawler" ;
  dcat:keyword "llm-ready" ;
  schema:featureList "Crawls entire domains with intelligent link discovery"@en ;
  schema:featureList "Transforms complex HTML tables and layouts into clean Markdown"@en ;
  schema:featureList "Built-in structured JSON extraction via LLM schemas"@en ;
  schema:featureList "Bypasses Cloudflare, cookie banners, and dynamic JS hydration"@en ;
  schema:featureList "Official Python and TypeScript SDKs"@en ;
  schema:isAccessibleForFree false .
