{
  "schema_version": "v1",
  "name": "Piloterr",
  "name_for_model": "piloterr",
  "description": "The web scraping API that avoids blocks. Piloterr handles proxies, browsers, anti-bot bypass, and CAPTCHAs. Start free with +500 credits.",
  "description_for_model": "The web scraping API that avoids blocks. Piloterr handles proxies, browsers, anti-bot bypass, and CAPTCHAs. Start free with +500 credits.",
  "url": "https://www.piloterr.com",
  "contact_email": "hello@piloterr.com",
  "actions": [
    {
      "name": "search_library",
      "description": "Search the API library for scraper and data extraction endpoints",
      "url": "https://www.piloterr.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.piloterr.com/pricing",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "contact_sales",
      "description": "Open the contact page to reach the sales team",
      "url": "https://www.piloterr.com/contact",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "topic": {
            "type": "string",
            "description": "Optional topic: sales, support, or enterprise",
            "enum": [
              "sales",
              "support",
              "enterprise"
            ]
          }
        }
      }
    },
    {
      "name": "search_blog",
      "description": "Search blog articles about web scraping and data extraction",
      "url": "https://www.piloterr.com/blog",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "search": {
            "type": "string",
            "description": "Free-text search query for blog articles"
          }
        }
      }
    },
    {
      "name": "register_account",
      "description": "Create a free account on the dashboard",
      "url": "https://app.piloterr.com/register",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {}
      }
    }
  ]
}
