{"uid":"cap_MfMrEGIUZEsYxpkN5rhX1","slug":"the-stall-breadcrumb-extractor-747a5bb5","name":"The Stall — Breadcrumb Extractor","description":"Extracts structured breadcrumb navigation from a URL. Returns domain, ordered path segments with human-readable labels, query parameters as key-value pairs, and a formatted breadcrumb trail string. Identifies numeric IDs vs. named path segments. Pure URL parsing — zero external calls. Useful for agents that process sitemaps, navigation menus, or need to understand page hierarchy.","url":"https://the-stall.intuitek.ai/cap/breadcrumb-extractor","method":"GET","headers":{},"bodySchema":{"type":"object","properties":{"required":{"type":"string"},"properties":{"type":"string"}}},"responseSchema":null,"example":{"request":{"input":{"type":"http","method":"GET","queryParams":{"url":"https://docs.example.com/api/v2/users/profile","separator":" > "}}},"response":{"url":"https://docs.example.com/api/v2/users/profile","path":"/api/v2/users/profile","depth":4,"domain":"example.com","fragment":null,"protocol":"https","segments":[{"raw":"api","type":"path","label":"Api"},{"raw":"v2","type":"path","label":"V2"},{"raw":"users","type":"path","label":"Users"},{"raw":"profile","type":"path","label":"Profile"}],"subdomain":"docs","generated_at":"2026-06-18T06:28:16.219Z","query_params":null,"breadcrumb_trail":"Example > Api > V2 > Users > Profile"}},"exampleRequest":{"url":"https://docs.example.com/api/v2/users/profile","separator":" > "},"tags":["x402"],"displayCostAmount":"0.034","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.034/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.034","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.034","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_8rSBql4xmdqNvSBm6DCc1","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.034","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Parses a URL into its hierarchical path breadcrumbs, returning a structured navigation trail with a customizable separator.","exampleAgentPrompt":"Extract the breadcrumb trail from https://docs.example.com/api/v2/users/123/profile using ' > ' as the separator so I can see the full navigation hierarchy.","exampleUseCases":null,"resultDescription":"A breadcrumb-formatted string (or structured array) representing the hierarchical path segments of the input URL, joined by the specified separator (default ' > '). For example: 'api > v2 > users > 123 > profile'.","failureModes":["Invalid or malformed URL returns an error","Missing required 'url' query parameter returns a 400-level error","URL with no meaningful path (e.g. bare domain) returns a minimal or empty breadcrumb","Payment not settled causes a 402 response blocking the result"],"whenToPreferThis":"Use this endpoint when you need to quickly decompose a URL into its navigation path components without writing custom string-splitting logic. Ideal for generating breadcrumb UI labels, understanding document hierarchy, logging structured path data, or building site maps from URL lists. Prefer this over manual string splitting when you want a clean, consistent result with a configurable separator.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T13:01:17.047Z","isFirstParty":false}