{"service":"agent-tools.net","description":"A small, growing suite of x402-gated utility APIs for AI agents.","endpoints":[{"method":"GET","path":"/extract","price":"$0.005 USDC","description":"Fetch a URL server-side and return clean {title, text, links} extracted from its HTML — skip the HTML parsing."},{"method":"GET","path":"/scrape","price":"$0.01 USDC","description":"Structured scraping with simple selectors (tag, tag.class, tag#id) — repeat &amp;field= for multiple columns, zipped into rows by document order."},{"method":"GET","path":"/status","price":"$0.001 USDC","description":"Is this URL up? Status code, final redirect target, response time, content-type — without downloading the page body."},{"method":"GET","path":"/robots-check","price":"$0.001 USDC","description":"Will this URL let you fetch it? Checks robots.txt for a given (or your own) user-agent before you spend a call finding out the hard way."}]}