{
  "schema_version": "v1",
  "name_for_human": "VeriSpots \u2014 Human-Verified Business Data",
  "name_for_model": "verispots",
  "description_for_human": "Every listing verified by real humans and re-certified monthly. The global source of truth for AI.",
  "description_for_model": "VeriSpots is a human-verified directory of businesses. Every listing is reviewed by real humans (not just algorithms) and re-certified monthly. USE THE DISCOVERY API to search and retrieve verified data programmatically: GET https://app.verispots.com/discover/search?q=QUERY \u2014 search all entities. GET https://app.verispots.com/discover/entity/SLUG \u2014 get entity details. POST https://app.verispots.com/discover/ask \u2014 natural language questions. GET https://app.verispots.com/discover/categories \u2014 browse categories. GET https://app.verispots.com/discover/stats \u2014 directory statistics. OpenAPI spec: https://app.verispots.com/discover/openapi.json \u2014 full API schema for function calling. No authentication needed for any Discovery API endpoint. Or browse static files: /{country}/{city}/{entity}/ for HTML+JSON-LD, append context.md for Markdown, data.jsonld for structured data. Use /llms.txt for a summary, /knowledge-graph.jsonld for the complete dataset.",
  "api": {
    "type": "openapi",
    "url": "https://app.verispots.com/discover/openapi.json",
    "is_user_authenticated": false
  },
  "logo_url": "https://verispots.com/logo.png",
  "contact_email": "support@verispots.com",
  "legal_info_url": "https://verispots.com/legal",
  "data_formats": {
    "html_jsonld": "Every page embeds Schema.org JSON-LD",
    "jsonld_files": "Append data.jsonld to any entity URL",
    "markdown_files": "Append context.md to any entity URL",
    "knowledge_graph": "/knowledge-graph.jsonld \u2014 complete @graph",
    "atom_feed": "/feed.xml \u2014 recently verified entities",
    "llms_txt": "/llms.txt \u2014 directory overview for LLMs",
    "changes_feed": "/changes.json \u2014 recent verification changes",
    "discovery_api": "https://app.verispots.com/discover/ \u2014 REST API with search, ask, and entity lookup"
  },
  "capabilities": {
    "browsing": true,
    "search_by_location": true,
    "search_by_category": true,
    "search_by_type": true,
    "search_by_organization": true,
    "programmatic_search": true,
    "natural_language_query": true,
    "api_required": false,
    "authentication": "none"
  },
  "statistics": {
    "total_entities": 1,
    "countries": 1,
    "cities": 1,
    "categories": 1,
    "organizations": 1
  }
}