@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/browserbase> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Browserbase"@en ;
  schema:headline "Developer-first headless browser platform with stealth, residential proxies & session recording"@en ;
  schema:description "Browserbase is cloud headless browser infrastructure featuring built-in CAPTCHA solving, residential proxy rotation, and session video replays."@en ;
  dcterms:description "Browserbase is engineered for enterprise AI web automations that cannot fail. It pairs with Playwright, Puppeteer, and Stagehand, managing browser fingerprinting, residential IPs, and session persistence in cloud sandbox fleets."@en ;
  schema:url <https://browserbase.com> ;
  schema:documentation <https://docs.browserbase.com> ;
  aa:enablerCategory "browser-automation" ;
  aa:pricingModel "Freemium" ;
  aa:featured false ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "headless-browser" ;
  dcat:keyword "playwright" ;
  dcat:keyword "stealth" ;
  dcat:keyword "captcha-bypass" ;
  dcat:keyword "proxies" ;
  dcat:keyword "cloud" ;
  schema:featureList "Automatic CAPTCHA and anti-bot mitigation bypass"@en ;
  schema:featureList "Session live debugger and video recording replays"@en ;
  schema:featureList "Residential and datacenter proxy rotation"@en ;
  schema:featureList "Seamless Stagehand and Playwright integration"@en ;
  schema:isAccessibleForFree false .
