{
  "schema_version": "v1",
  "name": "BrowserSolver",
  "name_for_model": "browsersolver",
  "description": "Scrape without running proxies, browsers, or anti-bot infra. Fetch, render, screenshot, or unlock WAF pages. 500 signup credits, no card required.",
  "description_for_model": "Scrape without running proxies, browsers, or anti-bot infra. Fetch, render, screenshot, or unlock WAF pages. 500 signup credits, no card required.",
  "url": "https://www.browsersolver.com",
  "contact_email": "contact@browsersolver.com",
  "actions": [
    {
      "name": "view_products",
      "description": "Browse the product lineup or open a specific product page",
      "url": "https://www.browsersolver.com/products",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "slug": {
            "type": "string",
            "description": "Optional product slug",
            "enum": [
              "website-crawler",
              "website-rendering",
              "website-screenshot",
              "website-webunlocker",
              "website-antibot",
              "website-technology",
              "web-scraping",
              "stealth-browser",
              "headless-browser",
              "data-extraction",
              "price-monitoring",
              "captcha-solving",
              "ai-agent-browser",
              "session-recording",
              "browser-automation",
              "puppeteer",
              "playwright",
              "claude-computer-use",
              "selenium",
              "pdf-generation"
            ]
          }
        }
      }
    },
    {
      "name": "search_library",
      "description": "Search the API library for browser access modes (crawler, rendering, unlocker, antibot, technology)",
      "url": "https://www.browsersolver.com/library",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "search": {
            "type": "string",
            "description": "Free-text search query for browser access modes"
          }
        },
        "required": [
          "search"
        ]
      }
    },
    {
      "name": "fetch_library_endpoint_markdown",
      "description": "Fetch plain-text (text/plain) agent documentation for one library mode. Replace {slug} with a mode slug (example: website-rendering → /library/website-rendering.md). Prefer this over the HTML detail page.",
      "url": "https://www.browsersolver.com/library/{slug}.md",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "slug": {
            "type": "string",
            "description": "Library mode slug (path segment only, no .md). Example: website-rendering, website-crawler"
          }
        },
        "required": [
          "slug"
        ]
      }
    },
    {
      "name": "browse_cheatsheets",
      "description": "Open Playwright or AntiBot technical cheatsheets",
      "url": "https://www.browsersolver.com/cheatsheet",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "topic": {
            "type": "string",
            "description": "Optional cheatsheet topic",
            "enum": [
              "playwright",
              "antibot"
            ]
          }
        }
      }
    },
    {
      "name": "browse_bypass_guides",
      "description": "Open anti-bot bypass guides and unlocker documentation",
      "url": "https://www.browsersolver.com/bypass",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "view_pricing",
      "description": "View pricing plans and credit tiers as Markdown",
      "url": "https://www.browsersolver.com/pricing.md",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "contact_sales",
      "description": "Open the contact page to reach the sales team",
      "url": "https://www.browsersolver.com/contact",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "topic": {
            "type": "string",
            "description": "Optional topic: sales, support, enterprise",
            "enum": [
              "sales",
              "support",
              "enterprise"
            ]
          }
        }
      }
    },
    {
      "name": "register_account",
      "description": "Create a free account on the dashboard",
      "url": "https://app.browsersolver.com/register",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {}
      }
    }
  ]
}
