{"uid":"cap_a5wBhCQEUf_XqiyB9VMsJ","slug":"bolt-url-parse-8e110ce9","name":"Bolt URL Parse","description":"Utility toolkit for AI agents. 54 endpoints — tools, data, and AI processing. Pay per request in USDC via x402.","url":"https://deltadata.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_lrMUgxW2TBuDWpTV-ohu9","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 data components from a given URL string","exampleAgentPrompt":"Can you parse this URL for me and break it down into its components — https://shop.example.com/products?category=shoes&color=blue — I want to know the hostname, path, and all the query parameters separately.","exampleUseCases":[{"title":"Extract domain and path from user URLs","prompt":"I'm seeing a bunch of referral links in our customer feedback. Can you parse them and pull out just the domain names and paths so I can figure out which pages people are actually linking to?"},{"title":"Validate and decompose payment redirect URLs","prompt":"We're getting callback URLs from different payment processors and I need to verify they're going to the right endpoints. Can you break down these URLs and show me the hostnames and query parameters so I can check they match our whitelist?"},{"title":"Analyze tracking parameters in analytics links","prompt":"Our marketing team sends me a pile of UTM-tagged links every week. Can you parse each one and extract all the query parameters so I can see the campaign, source, and medium values in a structured way?"}],"resultDescription":"Returns a JSON object with a success boolean and a data object containing the parsed components of the provided URL, such as protocol, hostname, pathname, and query parameters extracted into structured fields.","failureModes":["Invalid or malformed URL input returns an error or success:false","Missing required 'url' field causes a 400-level error","Relative URLs without a scheme may fail to parse correctly","Non-string input for url field may cause validation failure"],"whenToPreferThis":"Use this endpoint when you need to programmatically decompose a URL string into its constituent parts (protocol, host, path, query params, etc.) without writing custom parsing logic. Prefer this over manual string splitting when you need reliable, structured output from arbitrary URL strings.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:52:50.701Z","isFirstParty":false}