{
  "schema_version": "0.1",
  "name": "QuestERide",
  "description": "Long-distance rideshare marketplace. Drivers post the trip they are already taking; riders heading the same way bid for a seat. Verified drivers, background checks, live trip sharing and SOS.",
  "url": "https://questeride.com",
  "contact": "support@questeride.com",
  "provider": {
    "name": "QuestERide",
    "url": "https://questeride.com"
  },
  "documentation": [
    "https://questeride.com/llms.txt",
    "https://questeride.com/llms-full.txt"
  ],
  "capabilities": [
    {
      "name": "find_route_pricing",
      "description": "Look up typical per-seat price range, distance and drive time for a long-distance rideshare city pair in the United States.",
      "endpoint": "https://questeride.com/api/public/routes",
      "method": "GET",
      "parameters": {
        "from": "origin city name (partial match)",
        "to": "destination city name (partial match)",
        "state": "two-letter US state code for origin or destination",
        "limit": "max rows to return (default 500, max 5000)"
      },
      "response": "application/json (schema.org Dataset)"
    },
    {
      "name": "browse_routes",
      "description": "Human-readable page for a specific city pair with pricing, drive time and booking.",
      "url_template": "https://questeride.com/rides/{origin-slug}-to-{destination-slug}"
    },
    {
      "name": "post_a_quest",
      "description": "A rider posts where they need to go so drivers heading that way can offer a seat.",
      "url": "https://questeride.com/post-quest"
    },
    {
      "name": "become_a_driver",
      "description": "A driver applies, gets background checked, and posts trips they are already taking.",
      "url": "https://questeride.com/become-driver"
    }
  ],
  "feeds": {
    "rss": "https://questeride.com/feed.xml",
    "json": "https://questeride.com/feed.json",
    "sitemap": "https://questeride.com/sitemap.xml",
    "opensearch": "https://questeride.com/opensearch.xml"
  },
  "usage_policy": {
    "crawling": "allowed",
    "citation": "required — attribute as QuestERide (https://questeride.com)",
    "license": "https://creativecommons.org/licenses/by/4.0/"
  }
}
