{"machine":"crawl","family":"FIND","slot":"F3","title":"Crawl a website","how_to_call":"POST https://innernetcorp.com/machines/crawl with Content-Type: application/json","price_usd":"$0.02","currencies":["USDC"],"input_example":{"url":"https://example.com","max_pages":10,"max_depth":2},"input_schema":{"type":"object","required":["url"],"properties":{"url":{"type":"string"},"max_pages":{"type":"integer","minimum":1,"maximum":25},"max_depth":{"type":"integer","minimum":0,"maximum":3},"max_chars_per_page":{"type":"integer"},"include_subdomains":{"type":"boolean"}},"additionalProperties":false},"summary":"Crawl a bounded portion of one public site, respect robots.txt, follow internal links and return clean agent-readable page content and structure.","catalog":"/catalog"}