{"uid":"cap_sFe0d8D_lkuVpWWIqXk75","slug":"agent-link-url-parser-1f4a58ca","name":"Agent Link URL Parser","description":"URL and content micro-tools for AI agents: parse URLs, probe HTTP status and security headers, extract text from HTML, text stats, and similarity. Pay with USDC via x402 — no API keys.","url":"https://agent-link.annushka1190.workers.dev/v1/url/parse","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"const":"http"},"method":{"enum":["GET"]},"queryParams":{"type":"object"}}}}},"responseSchema":{"type":"json","example":{"ok":true}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","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.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_mlyxucS42Y1o6GvlE7Tju","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","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 structural components (scheme, host, path, query, fragment, etc.) via a lightweight GET endpoint payable in USDC.","exampleAgentPrompt":"Can you parse 'https://example.com:8080/api/v1/items?sort=asc&page=2#results' and tell me the scheme, host, port, path, and query parameters?","exampleUseCases":[{"title":"Extract hostname from third-party URL","prompt":"I have this URL — 'https://cdn.partner-site.com/assets/images/banner.png?v=42' — can you pull out just the hostname and path for me?"},{"title":"Validate and inspect redirect target","prompt":"Before I follow this redirect, can you parse 'https://track.emailprovider.com/click?dest=https%3A%2F%2Fstore.myshop.com%2Fsale&uid=123' and show me all the query parameters?"},{"title":"Log normalized URL components in pipeline","prompt":"I'm building a link-analysis pipeline — parse 'ftp://files.internal.corp:21/reports/q4.csv' and give me the scheme, host, port, and path separately."}],"resultDescription":"A JSON object with ok: true and the parsed URL broken into structured fields such as protocol/scheme, hostname, port, pathname, search/query string, hash/fragment, and individual query parameter key-value pairs.","failureModes":["Missing or malformed URL input returns an error response","Relative URLs without a base may fail to parse correctly","Non-URL strings passed as input may return a parsing error","Network or Worker runtime errors may return a 5xx response"],"whenToPreferThis":"Choose this endpoint when you need a quick, pay-per-use URL decomposition without setting up API keys or managing auth tokens — ideal for agents that occasionally need to parse URLs in a workflow and want to pay per call via USDC x402. Prefer it over rolling your own parsing logic when operating in a serverless or agent environment.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T12:41:56.774Z","isFirstParty":false}