{
  "schema_version": "v1",
  "name_for_human": "CrawlAPI",
  "name_for_model": "crawlapi",
  "description_for_human": "Web scraping and search API for AI agents. Converts any URL into clean markdown or structured data — JavaScript rendered, boilerplate removed, ready for LLM context windows.",
  "description_for_model": "CrawlAPI lets you scrape any URL and get clean markdown, HTML, plain text, or structured JSON. It handles JavaScript rendering via headless browser. Use scrapeUrl to fetch a single page, batchScrape for up to 10 URLs in parallel, or searchAndScrape to search the web and get scraped content for top results. Best for: feeding web content into LLM prompts, RAG pipelines, autonomous research agents, data extraction tasks.",
  "auth": {
    "type": "service_http",
    "authorization_type": "header",
    "verification_tokens": {},
    "authorization_content_type": "application/json"
  },
  "api": {
    "type": "openapi",
    "url": "https://crawlapi.net/openapi.json",
    "is_user_authenticated": false
  },
  "logo_url": "https://crawlapi.net/logo.jpg",
  "contact_email": "hello@crawlapi.net",
  "legal_info_url": "https://crawlapi.net"
}
