{
  "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"
            ]
          }
        }
      }
    },
    {
      "name": "search_library",
      "description": "Search the API library for scraper and data extraction endpoints",
      "url": "https://www.browsersolver.com/library",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "search": {
            "type": "string",
            "description": "Free-text search query for API endpoints"
          }
        },
        "required": [
          "search"
        ]
      }
    },
    {
      "name": "view_pricing",
      "description": "View pricing plans and credit tiers",
      "url": "https://www.browsersolver.com/pricing",
      "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, or 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": {}
      }
    }
  ]
}
