{"uid":"cap_FNxKR1vFudS_PAiQ0Y5Cs","slug":"bolt-url-parser-361ba85c","name":"Bolt URL Parser","description":"Utility toolkit for AI agents. 54 endpoints — tools, data, and AI processing. Pay per request in USDC via x402.","url":"https://datault.orbonomy.xyz/api/url-parse","method":"POST","headers":{},"bodySchema":{"type":"object","required":["url"],"properties":{"url":{"type":"string"}}},"responseSchema":{"type":"object","properties":{"data":{"type":"object"},"success":{"type":"boolean"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","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.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_H4xdgMn9ksWGIaZDIZaii","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Parses and extracts structured components from a given URL string","exampleAgentPrompt":"Can you parse this URL for me — https://example.com/products?id=42&ref=home#section — and break it down into its protocol, hostname, path, query parameters, and fragment?","exampleUseCases":[{"title":"Extract hostname from tracking link","prompt":"I've got this affiliate tracking URL — https://track.partner.io/click?campaign=summer&source=email&ref=abc123 — can you pull out just the hostname and all the query parameters so I can see where it's pointing and what data it's passing?"},{"title":"Analyze competitor product page URL","prompt":"Here's a URL from a competitor's site: https://shop.rivalstore.com/en-us/categories/electronics/laptops?sort=price_asc&page=3&filter=brand:apple#results — can you break it down into its components so I can understand their URL structure and naming conventions?"},{"title":"Decompose API endpoint before request","prompt":"Before I build a request off this endpoint, can you parse https://api.service.com/v2/users/profile?fields=name,email,avatar&format=json&token=xyz789 and tell me the path segments, query parameters, and any fragment so I know exactly what I'm working with?"}],"resultDescription":"Returns a JSON object with a success boolean and a data object containing the parsed components of the URL such as protocol, hostname, pathname, query parameters, and fragment/hash.","failureModes":["Missing or empty URL field returns validation error","Malformed URL that cannot be parsed returns failure with error detail","Non-string URL input may cause schema validation failure","Network timeout or server error returns 5xx response"],"whenToPreferThis":"Use this endpoint when you need to programmatically decompose a URL into its structured components (protocol, host, path, query params, hash) without writing custom parsing code. Ideal for AI agents that need to extract specific URL parts before constructing derived requests or analyzing link structures.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:54:20.963Z","isFirstParty":false}