{
  "schema_version": "v1",
  "name": "Piloterr",
  "name_for_model": "piloterr",
  "description": "The API library for structured extraction at scale. Piloterr offers 500+ endpoints, use cases, and integrations. Start free with +500 credits.",
  "description_for_model": "The API library for structured extraction at scale. Piloterr offers 500+ endpoints, use cases, and integrations. Start free with +500 credits.",
  "url": "https://www.piloterr.com",
  "contact_email": "hello@piloterr.com",
  "actions": [
    {
      "name": "view_products",
      "description": "Browse the product lineup or open a specific product page",
      "url": "https://www.piloterr.com/products",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "slug": {
            "type": "string",
            "description": "Optional product slug",
            "enum": [
              "scraper-apis",
              "headless-browser",
              "ai-web-unblocker",
              "anti-bot-bypass",
              "captcha-bypass",
              "waf-bypass",
              "datacenter-proxies",
              "proxy-rotator",
              "hardware-datacenter",
              "deep-testing"
            ]
          }
        }
      }
    },
    {
      "name": "browse_use_cases",
      "description": "Browse web scraping use cases or open a specific workflow page",
      "url": "https://www.piloterr.com/use-cases",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "slug": {
            "type": "string",
            "description": "Optional use-case slug",
            "enum": [
              "seo-serp",
              "ecommerce",
              "social-media",
              "real-estate",
              "finance",
              "price-monitoring",
              "lead-generation",
              "sentiment-analysis",
              "market-research",
              "travel",
              "brand-monitoring",
              "ai-training",
              "compliance",
              "fraud-detection",
              "jobs",
              "logistics",
              "media-news",
              "local-seo",
              "automotive",
              "review-monitoring",
              "ad-intelligence",
              "government-data"
            ]
          }
        }
      }
    },
    {
      "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": "fetch_library_endpoint_markdown",
      "description": "Fetch plain-text (text/plain) agent documentation for one library endpoint. Replace {slug} with an endpoint slug (example: youtube-video → /library/youtube-video.md). Prefer this over the HTML detail page.",
      "url": "https://www.piloterr.com/library/{slug}.md",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "slug": {
            "type": "string",
            "description": "Library endpoint slug (path segment only, no .md). Example: youtube-video, amazon-product"
          }
        },
        "required": [
          "slug"
        ]
      }
    },
    {
      "name": "browse_bypass_guides",
      "description": "Open anti-bot, captcha, and WAF bypass product guides",
      "url": "https://www.piloterr.com/products/bypass",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "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, 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": {}
      }
    }
  ]
}
